summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* xen-blkfront: sanitize the removal state machineChristoph Hellwig2021-07-151-198/+26
* nbd: fix order of cleaning up the queue and freeing the tagsetWang Qing2021-07-151-1/+1
* pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang2021-07-151-1/+1
* loop: remove unused variable in loop_set_status()Tetsuo Handa2021-07-021-2/+0
* block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-301-1/+1
* loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig2021-06-301-9/+5
* loop: split loop_lookupChristoph Hellwig2021-06-301-45/+12
* loop: don't allow deleting an unspecified loop deviceChristoph Hellwig2021-06-301-0/+5
* loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig2021-06-301-24/+13
* loop: split loop_control_ioctlChristoph Hellwig2021-06-301-33/+60
* loop: don't call loop_lookup before adding a loop deviceChristoph Hellwig2021-06-301-8/+1
* loop: remove the l argument to loop_addChristoph Hellwig2021-06-301-7/+5
* loop: reduce loop_ctl_mutex coverage in loop_exitChristoph Hellwig2021-06-301-2/+3
* loop: reorder loop_exitChristoph Hellwig2021-06-301-5/+2
* nbd: provide a way for userspace processes to identify device backendsPrasanna Kumar Kalever2021-06-301-1/+59
* null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig2021-06-301-1/+0
* mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-301-44/+27
* mtip32xx: simplify sysfs setupChristoph Hellwig2021-06-301-64/+15
* Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-309-57/+19
|\
| * loop: Fix missing discard support when using LOOP_CONFIGUREKristian Klausen2021-06-181-0/+1
| * floppy: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-151-0/+1
| * floppy: cleanup: remove redundant assignment to nr_sectorsJiapeng Chong2021-06-151-1/+0
| * z2ram: remove unnecessary oom messageZhen Lei2021-06-091-8/+2
| * sx8: remove unnecessary oom messageZhen Lei2021-06-091-2/+0
| * sunvdc: remove unnecessary oom messageZhen Lei2021-06-091-2/+1
| * mtip32xx: remove unnecessary oom messageZhen Lei2021-06-091-21/+5
| * drbd: remove unnecessary oom messageZhen Lei2021-06-091-16/+6
| * aoe: remove unnecessary oom messageZhen Lei2021-06-091-3/+1
| * rsxx: Use struct_size() in vmalloc()Gustavo A. R. Silva2021-05-241-4/+2
* | Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-3031-607/+337
|\ \
| * | block: pass a gendisk to bdev_disk_changedChristoph Hellwig2021-06-241-11/+10
| * | loop: fix order of cleaning up the queue and freeing the tagsetChristoph Hellwig2021-06-161-1/+1
| * | z2ram: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-11/+4
| * | ataflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-12/+4
| * | amiflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-12/+4
| * | xen-blkfront: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-57/+39
| * | sx8: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-16/+7
| * | rnbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-27/+8
| * | rbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-34/+18
| * | pd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-18/+12
| * | nullb: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-6/+5
| * | nbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-32/+21
| * | loop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-13/+6
| * | floppy: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-15/+5
| * | aoe: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-112-23/+13
| * | sunvdc: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-34/+13
| * | swim: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-20/+14
| * | swim3: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-19/+14
| * | ps3disk: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-22/+14
| * | pf: use blk_mq_alloc_diskChristoph Hellwig2021-06-111-11/+7