summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-0721-237/+598
|\
| * ublk_drv: add START_USER_RECOVERY and END_USER_RECOVERY supportZiyangZhang2022-09-231-0/+116
| * ublk_drv: support UBLK_F_USER_RECOVERY_REISSUEZiyangZhang2022-09-231-4/+18
| * ublk_drv: consider recovery feature in aborting mechanismZiyangZhang2022-09-231-6/+110
| * ublk_drv: requeue rqs with recovery feature enabledZiyangZhang2022-09-231-5/+15
| * ublk_drv: define macros for recovery feature and check themZiyangZhang2022-09-231-1/+17
| * ublk_drv: check 'current' instead of 'ubq_daemon'ZiyangZhang2022-09-231-2/+10
| * block: aoe: use DEFINE_SHOW_ATTRIBUTE to simplify aoe_debugfsLiu Shixin2022-09-211-13/+2
| * block: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-215-12/+12
| * block/drbd: remove useless comments in receive_DataReply()Gaosheng Cui2022-09-211-3/+0
| * drbd: remove orphan _req_may_be_done() declarationGaosheng Cui2022-09-211-2/+0
| * rnbd-srv: remove struct rnbd_devChristoph Hellwig2022-09-213-50/+18
| * rnbd-srv: remove rnbd_dev_{open,close}Christoph Hellwig2022-09-214-62/+18
| * rnbd-srv: remove rnbd_endioChristoph Hellwig2022-09-212-15/+7
| * rnbd-srv: simplify rnbd_srv_fill_msg_open_rspChristoph Hellwig2022-09-212-52/+13
| * block/drbd: remove unused w_start_resync declarationGaosheng Cui2022-09-121-1/+0
| * nbd: Fix hung when signal interrupts nbd_start_device_ioctl()Shigeru Yoshida2022-09-081-2/+4
| * rnbd-srv: remove redundant setting of blk_open_flagsGuoqing Jiang2022-09-051-1/+0
| * rnbd-srv: make process_msg_close returns voidGuoqing Jiang2022-09-051-4/+3
| * rnbd-srv: add comment in rnbd_srv_rdma_evGuoqing Jiang2022-09-051-0/+5
| * block/rnbd-clt: Remove the unneeded result variableye xingchen2022-08-241-3/+1
| * block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-223-9/+3
| * null_blk: Modify the behavior of null_map_queues()Bart Van Assche2022-08-221-1/+3
| * block/rnbd-srv: Add event tracing supportSantosh Pradhan2022-08-224-7/+241
* | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-041-0/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-083-10/+19
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-0/+5
| |\ \ \
| * | | | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* | | | | virtio-blk: Fix WARN_ON_ONCE in virtio_queue_rq()Suwan Kim2022-09-271-6/+5
| |_|/ / |/| | |
* | | | Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-09-033-10/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | xen-blkfront: Cache feature_persistent value before advertisementSeongJae Park2022-09-021-7/+7
| * | | xen-blkfront: Advertise feature-persistent as user requestedSeongJae Park2022-09-021-2/+6
| * | | xen-blkback: Advertise feature-persistent as user requestedSeongJae Park2022-09-022-2/+7
* | | | Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-261-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | loop: Check for overflow while configuring loopSiddh Raman Pant2022-08-241-0/+5
* | | | Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-232-10/+33
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert "zram: remove double compression logic"Jiri Slaby2022-08-202-10/+33
* | | | Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-201-6/+27
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | ublk_drv: do not add a re-issued request aborted previously to ioucmd's task_...ZiyangZhang2022-08-161-1/+17
| * | ublk_drv: update comment for __ublk_fail_req()ZiyangZhang2022-08-161-2/+3
| * | ublk_drv: check ubq_daemon_is_dying() in __ublk_rq_task_work()ZiyangZhang2022-08-161-3/+2
| * | ublk_drv: update iod->addr for UBLK_IO_NEED_GET_DATAZiyangZhang2022-08-131-0/+5
* | | Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-142-15/+9
|\ \ \ | | |/ | |/|
| * | xen-blkfront: Apply 'feature_persistent' parameter when connectSeongJae Park2022-08-121-3/+1
| * | xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne2022-08-121-6/+3
| * | xen-blkback: fix persistent grants negotiationSeongJae Park2022-08-121-8/+7
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-121-14/+10
|\ \ \
| * | | virtio-blk: Avoid use-after-free on suspend/resumeShigeru Yoshida2022-08-111-14/+10
| |/ /
* | | Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-111-3/+3
|\ \ \
| * | | libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-031-3/+3
| |/ /