summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2022-03-04zram: use memcpy_from_bvec in zram_bvec_writeChristoph Hellwig-4/+1
2022-03-04zram: use memcpy_to_bvec in zram_bvec_readChristoph Hellwig-3/+1
2022-03-04aoe: use bvec_kmap_local in bvcpyChristoph Hellwig-2/+2
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig-1/+1
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig-2/+4
2022-02-27null_blk: null_alloc_page() cleanupChaitanya Kulkarni-7/+5
2022-02-27null_blk: remove hardcoded null_alloc_page() paramChaitanya Kulkarni-4/+4
2022-02-27null_blk: remove hardcoded alloc_cmd() parameterChaitanya Kulkarni-17/+12
2022-02-27loop: allow user to set the queue depthChaitanya Kulkarni-1/+20
2022-02-27loop: remove extra variable in lo_req_flushChaitanya Kulkarni-2/+1
2022-02-27loop: remove extra variable in lo_fallocate()Chaitanya Kulkarni-2/+1
2022-02-27loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni-5/+5
2022-02-27null_blk: fix return value from null_add_dev()Chaitanya Kulkarni-2/+3
2022-02-27loop: clean up grammar in warning messageColin Ian King-2/+2
2022-02-27block/rnbd: Remove a useless mutexChristophe JAILLET-8/+3
2022-02-27block/rnbd: client device does not care queue/rotationalGioh Kim-9/+8
2022-02-27block/rnbd-clt: fix CHECK:BRACES warningGioh Kim-2/+2
2022-02-22scsi: rnbd: Remove WRITE_SAME supportChristoph Hellwig-14/+3
2022-02-22scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig-143/+13
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig-3/+3
2022-02-16virtio_blk: simplify refcountingChristoph Hellwig-52/+14
2022-02-11block: loop:use kstatfs.f_bsize of backing file to set discard granularityMing Lei-1/+7
2022-02-11loop: revert "make autoclear operation asynchronous"Tetsuo Handa-37/+29
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig-6/+6
2022-02-04drbd: set ->bi_bdev in drbd_req_newChristoph Hellwig-2/+1
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig-6/+2
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig-6/+3
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig-22/+15
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig-7/+5
2022-02-02xen-blkback: bio_alloc can't fail if it is allow to sleepChristoph Hellwig-14/+0
2022-02-02rnbd-srv: remove struct rnbd_dev_blk_ioChristoph Hellwig-38/+7
2022-02-02rnbd-srv: simplify bio mapping in process_rdmaChristoph Hellwig-69/+16
2022-02-02drbd: bio_alloc can't fail if it is allow to sleepChristoph Hellwig-18/+4
2022-02-02block: remove genhd.hChristoph Hellwig-8/+0
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds-1/+1
2022-01-21Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds-45/+32
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-2/+3
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-2/+2
2022-01-17brd: remove brd_devices_mutex mutexTetsuo Handa-43/+30
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-9/+2
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov-1/+1
2022-01-15zram: use ATTRIBUTE_GROUPSLuis Chamberlain-9/+2
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin-2/+2
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2022-01-13aoe: remove redundant assignment on variable nColin Ian King-1/+1
2022-01-13loop: remove redundant initialization of pointer nodeColin Ian King-1/+1
2022-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-12/+12
2022-01-13Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe-3/+12
2022-01-13rbd: make const pointer spaces a static const arrayColin Ian King-1/+1
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar-1/+2