summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds13-84/+86
2022-03-22Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds22-254/+70
2022-03-18Merge tag 'nvme-5.18-2022-03-17' of git://git.infradead.org/nvme into for-5.1...Jens Axboe1-0/+1
2022-03-17virtio_blk: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-03-16nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig1-0/+1
2022-03-11xen/blkfront: speed up purge_persistent_grants()Juergen Gross1-1/+4
2022-03-10Merge tag 'xsa396-5.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-26/+37
2022-03-09blk-mq: prepare for implementing hctx table via xarrayMing Lei1-1/+1
2022-03-09block: mtip32xx: don't touch q->queue_hw_ctxMing Lei1-3/+1
2022-03-07pktcdvd: remove a pointless debug check in pkt_submit_bioChristoph Hellwig1-8/+1
2022-03-07xen/blkfront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross1-26/+37
2022-03-06virtio-blk: Remove BUG_ON() in virtio_queue_rq()Xie Yongji1-10/+2
2022-03-06virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_seg is zeroXie Yongji1-2/+8
2022-03-04floppy: use memcpy_{to,from}_bvecChristoph Hellwig1-4/+2
2022-03-04drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig1-2/+2
2022-03-04drbd: use bvec_kmap_local in drbd_csum_bioChristoph Hellwig1-3/+3
2022-03-04zram: use memcpy_from_bvec in zram_bvec_writeChristoph Hellwig1-4/+1
2022-03-04zram: use memcpy_to_bvec in zram_bvec_readChristoph Hellwig1-3/+1
2022-03-04aoe: use bvec_kmap_local in bvcpyChristoph Hellwig1-2/+2
2022-02-28null_blk: null_alloc_page() cleanupChaitanya Kulkarni1-7/+5
2022-02-28null_blk: remove hardcoded null_alloc_page() paramChaitanya Kulkarni1-4/+4
2022-02-28null_blk: remove hardcoded alloc_cmd() parameterChaitanya Kulkarni1-17/+12
2022-02-28loop: allow user to set the queue depthChaitanya Kulkarni1-1/+20
2022-02-28loop: remove extra variable in lo_req_flushChaitanya Kulkarni1-2/+1
2022-02-28loop: remove extra variable in lo_fallocate()Chaitanya Kulkarni1-2/+1
2022-02-28loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni1-5/+5
2022-02-28null_blk: fix return value from null_add_dev()Chaitanya Kulkarni1-2/+3
2022-02-28loop: clean up grammar in warning messageColin Ian King1-2/+2
2022-02-28block/rnbd: Remove a useless mutexChristophe JAILLET1-8/+3
2022-02-28block/rnbd: client device does not care queue/rotationalGioh Kim4-9/+8
2022-02-28block/rnbd-clt: fix CHECK:BRACES warningGioh Kim1-2/+2
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig3-3/+3
2022-02-17virtio_blk: simplify refcountingChristoph Hellwig1-52/+14
2022-02-12block: loop:use kstatfs.f_bsize of backing file to set discard granularityMing Lei1-1/+7
2022-02-11loop: revert "make autoclear operation asynchronous"Tetsuo Handa2-37/+29
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig3-6/+6
2022-02-04drbd: set ->bi_bdev in drbd_req_newChristoph Hellwig1-2/+1
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig1-6/+2
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig2-6/+3
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig4-22/+15
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2-7/+5
2022-02-02xen-blkback: bio_alloc can't fail if it is allow to sleepChristoph Hellwig1-14/+0
2022-02-02rnbd-srv: remove struct rnbd_dev_blk_ioChristoph Hellwig4-38/+7
2022-02-02rnbd-srv: simplify bio mapping in process_rdmaChristoph Hellwig3-69/+16
2022-02-02drbd: bio_alloc can't fail if it is allow to sleepChristoph Hellwig1-18/+4
2022-02-02block: remove genhd.hChristoph Hellwig8-8/+0
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+1
2022-01-21Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds3-45/+32
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+3
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2