Age | Commit message (Expand) | Author | Files | Lines |
2022-11-05 | Merge tag 'block-6.1-2022-11-05' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -47/+74 |
2022-10-31 | ublk_drv: add ublk_queue_cmd() for cleanup | Ming Lei | 1 | -26/+21 |
2022-10-31 | ublk_drv: avoid to touch io_uring cmd in blk_mq io path | Ming Lei | 1 | -30/+53 |
2022-10-31 | ublk_drv: comment on ublk_driver entry of Kconfig | Ming Lei | 1 | -0/+6 |
2022-10-31 | ublk_drv: return flag of UBLK_F_URING_CMD_COMP_IN_TASK in case of module | Ming Lei | 1 | -0/+3 |
2022-10-29 | Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+3 |
2022-10-27 | rbd: fix possible memory leak in rbd_sysfs_init() | Yang Yingliang | 1 | -1/+3 |
2022-10-21 | Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -9/+7 |
2022-10-20 | drbd: only clone bio if we have a backing device | Christoph Böhmwalder | 1 | -8/+6 |
2022-10-19 | ublk_drv: use flexible-array member instead of zero-length array | Yushan Zhou | 1 | -1/+1 |
2022-10-16 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2022-10-14 | Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -23/+3 |
2022-10-12 | zram: always expose rw_page | Brian Geffon | 1 | -23/+3 |
2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -2/+2 |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -22/+31 |
2022-10-10 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -18/+92 |
2022-10-07 | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+0 |
2022-10-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -6/+5 |
2022-10-07 | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 21 | -237/+598 |
2022-10-07 | virtio_blk: add SECURE ERASE command support | Alvaro Karsz | 1 | -18/+92 |
2022-10-06 | Merge tag 'v6.0' into rdma.git for-next | Jason Gunthorpe | 8 | -32/+89 |
2022-10-04 | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+1 |
2022-10-03 | zram: keep comments within 80-columns limit | Sergey Senozhatsky | 1 | -8/+11 |
2022-10-03 | zram: do not waste zram_table_entry flags bits | Sergey Senozhatsky | 2 | -8/+9 |
2022-09-27 | virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq() | Suwan Kim | 1 | -6/+5 |
2022-09-24 | nbd: remove define-only NBD_MAGIC, previously magic number | наб | 1 | -2/+0 |
2022-09-23 | ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY support | ZiyangZhang | 1 | -0/+116 |
2022-09-23 | ublk_drv: support UBLK_F_USER_RECOVERY_REISSUE | ZiyangZhang | 1 | -4/+18 |
2022-09-23 | ublk_drv: consider recovery feature in aborting mechanism | ZiyangZhang | 1 | -6/+110 |
2022-09-23 | ublk_drv: requeue rqs with recovery feature enabled | ZiyangZhang | 1 | -5/+15 |
2022-09-23 | ublk_drv: define macros for recovery feature and check them | ZiyangZhang | 1 | -1/+17 |
2022-09-23 | ublk_drv: check 'current' instead of 'ubq_daemon' | ZiyangZhang | 1 | -2/+10 |
2022-09-21 | block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfs | Liu Shixin | 1 | -13/+2 |
2022-09-21 | block: move from strlcpy with unused retval to strscpy | Wolfram Sang | 5 | -12/+12 |
2022-09-21 | block/drbd: remove useless comments in receive_DataReply() | Gaosheng Cui | 1 | -3/+0 |
2022-09-21 | drbd: remove orphan _req_may_be_done() declaration | Gaosheng Cui | 1 | -2/+0 |
2022-09-21 | rnbd-srv: remove struct rnbd_dev | Christoph Hellwig | 3 | -50/+18 |
2022-09-21 | rnbd-srv: remove rnbd_dev_{open,close} | Christoph Hellwig | 4 | -62/+18 |
2022-09-21 | rnbd-srv: remove rnbd_endio | Christoph Hellwig | 2 | -15/+7 |
2022-09-21 | rnbd-srv: simplify rnbd_srv_fill_msg_open_rsp | Christoph Hellwig | 2 | -52/+13 |
2022-09-12 | block/drbd: remove unused w_start_resync declaration | Gaosheng Cui | 1 | -1/+0 |
2022-09-11 | zram: don't retry compress incompressible page | Alexey Romanov | 1 | -2/+12 |
2022-09-11 | drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram ... | Sergey Senozhatsky | 1 | -9/+4 |
2022-09-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 3 | -10/+19 |
2022-09-08 | nbd: Fix hung when signal interrupts nbd_start_device_ioctl() | Shigeru Yoshida | 1 | -2/+4 |
2022-09-05 | rnbd-srv: remove redundant setting of blk_open_flags | Guoqing Jiang | 1 | -1/+0 |
2022-09-05 | rnbd-srv: make process_msg_close returns void | Guoqing Jiang | 1 | -4/+3 |
2022-09-05 | rnbd-srv: add comment in rnbd_srv_rdma_ev | Guoqing Jiang | 1 | -0/+5 |
2022-09-03 | Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -10/+19 |
2022-09-02 | xen-blkfront: Cache feature_persistent value before advertisement | SeongJae Park | 1 | -7/+7 |