aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2021-07-23loop: reintroduce global lock for safe loop_validate_file() traversalTetsuo Handa
2021-07-15xen-blkfront: sanitize the removal state machineChristoph Hellwig
2021-07-15nbd: fix order of cleaning up the queue and freeing the tagsetWang Qing
2021-07-15pd: fix order of cleaning up the queue and freeing the tagsetGuoqing Jiang
2021-07-02loop: remove unused variable in loop_set_status()Tetsuo Handa
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-06-30loop: rewrite loop_exit using idr_for_each_entryChristoph Hellwig
2021-06-30loop: split loop_lookupChristoph Hellwig
2021-06-30loop: don't allow deleting an unspecified loop deviceChristoph Hellwig
2021-06-30loop: move loop_ctl_mutex locking into loop_addChristoph Hellwig
2021-06-30loop: split loop_control_ioctlChristoph Hellwig
2021-06-30loop: don't call loop_lookup before adding a loop deviceChristoph Hellwig
2021-06-30loop: remove the l argument to loop_addChristoph Hellwig
2021-06-30loop: reduce loop_ctl_mutex coverage in loop_exitChristoph Hellwig
2021-06-30loop: reorder loop_exitChristoph Hellwig
2021-06-30nbd: provide a way for userspace processes to identify device backendsPrasanna Kumar Kalever
2021-06-30null_blk: remove an unused variable assignment in null_add_devChristoph Hellwig
2021-06-30mtip32xx: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-30mtip32xx: simplify sysfs setupChristoph Hellwig
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg
2021-06-29loop: use worker per cgroup instead of kworkerDan Schatzberg
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig
2021-06-18loop: Fix missing discard support when using LOOP_CONFIGUREKristian Klausen
2021-06-16loop: fix order of cleaning up the queue and freeing the tagsetChristoph Hellwig
2021-06-15floppy: Fix fall-through warning for ClangGustavo A. R. Silva
2021-06-15floppy: cleanup: remove redundant assignment to nr_sectorsJiapeng Chong
2021-06-12Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-11z2ram: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11ataflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11amiflop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11xen-blkfront: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11sx8: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11rnbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11rbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11pd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11nullb: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11nbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11loop: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11floppy: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11aoe: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-06-11sunvdc: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11swim: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11swim3: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11ps3disk: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11pf: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11pcd: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11virtio-blk: use blk_mq_alloc_diskChristoph Hellwig
2021-06-11block: loop: fix deadlock between open and removeChristoph Hellwig