summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* n64cart: convert bi_disk to bi_bdev->bd_disk fix buildJackie Liu2022-03-211-1/+1
* xen/blkfront: fix comment for need_copyDongli Zhang2022-03-211-1/+1
* xen-blkback: remove redundant assignment to variable iColin Ian King2022-03-211-1/+1
* Merge tag 'nvme-5.18-2022-03-17' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2022-03-181-0/+1
|\
| * nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig2022-03-161-0/+1
* | virtio_blk: eliminate anonymous module_init & module_exitRandy Dunlap2022-03-171-4/+4
|/
* xen/blkfront: speed up purge_persistent_grants()Juergen Gross2022-03-111-1/+4
* floppy: use memcpy_{to,from}_bvecChristoph Hellwig2022-03-041-4/+2
* drbd: use bvec_kmap_local in recv_dless_readChristoph Hellwig2022-03-041-2/+2
* drbd: use bvec_kmap_local in drbd_csum_bioChristoph Hellwig2022-03-041-3/+3
* zram: use memcpy_from_bvec in zram_bvec_writeChristoph Hellwig2022-03-041-4/+1
* zram: use memcpy_to_bvec in zram_bvec_readChristoph Hellwig2022-03-041-3/+1
* aoe: use bvec_kmap_local in bvcpyChristoph Hellwig2022-03-041-2/+2
* null_blk: null_alloc_page() cleanupChaitanya Kulkarni2022-02-271-7/+5
* null_blk: remove hardcoded null_alloc_page() paramChaitanya Kulkarni2022-02-271-4/+4
* null_blk: remove hardcoded alloc_cmd() parameterChaitanya Kulkarni2022-02-271-17/+12
* loop: allow user to set the queue depthChaitanya Kulkarni2022-02-271-1/+20
* loop: remove extra variable in lo_req_flushChaitanya Kulkarni2022-02-271-2/+1
* loop: remove extra variable in lo_fallocate()Chaitanya Kulkarni2022-02-271-2/+1
* loop: use sysfs_emit() in the sysfs xxx show()Chaitanya Kulkarni2022-02-271-5/+5
* null_blk: fix return value from null_add_dev()Chaitanya Kulkarni2022-02-271-2/+3
* loop: clean up grammar in warning messageColin Ian King2022-02-271-2/+2
* block/rnbd: Remove a useless mutexChristophe JAILLET2022-02-271-8/+3
* block/rnbd: client device does not care queue/rotationalGioh Kim2022-02-274-9/+8
* block/rnbd-clt: fix CHECK:BRACES warningGioh Kim2022-02-271-2/+2
* virtio_blk: simplify refcountingChristoph Hellwig2022-02-171-52/+14
* block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-043-6/+6
* drbd: set ->bi_bdev in drbd_req_newChristoph Hellwig2022-02-041-2/+1
* block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-021-6/+2
* block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-022-6/+3
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-024-22/+15
* block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-022-7/+5
* xen-blkback: bio_alloc can't fail if it is allow to sleepChristoph Hellwig2022-02-021-14/+0
* rnbd-srv: remove struct rnbd_dev_blk_ioChristoph Hellwig2022-02-024-38/+7
* rnbd-srv: simplify bio mapping in process_rdmaChristoph Hellwig2022-02-023-69/+16
* drbd: bio_alloc can't fail if it is allow to sleepChristoph Hellwig2022-02-021-18/+4
* block: remove genhd.hChristoph Hellwig2022-02-028-8/+0
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
* | Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-213-45/+32
|\ \
| * | brd: remove brd_devices_mutex mutexTetsuo Handa2022-01-171-43/+30
| * | aoe: remove redundant assignment on variable nColin Ian King2022-01-131-1/+1
| * | loop: remove redundant initialization of pointer nodeColin Ian King2022-01-131-1/+1
* | | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-201-2/+3
|\ \ \
| * | | rbd: make const pointer spaces a static const arrayColin Ian King2022-01-131-1/+1
| * | | libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-131-1/+2
| | |/ | |/|
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-2/+2
|\ \ \
| * | | virtio: wrap config->reset callsMichael S. Tsirkin2022-01-151-2/+2
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-9/+2
|\ \ \
| * | | zram: use ATTRIBUTE_GROUPSLuis Chamberlain2022-01-151-9/+2
| |/ /