summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-2510-160/+21
|\
| * scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-021-1/+1
| * scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-021-2/+4
| * scsi: rnbd: Remove WRITE_SAME supportChristoph Hellwig2022-02-234-14/+3
| * scsi: drbd: Remove WRITE_SAME supportChristoph Hellwig2022-02-235-143/+13
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-231-0/+1
|\ \
| * | fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-211-0/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-232-5/+1
|\ \ \
| * | | remove bdi_congested() and wb_congested() and related functionsNeilBrown2022-03-222-5/+1
* | | | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-2213-84/+86
|\ \ \ \
| * \ \ \ 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
* | | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-2222-254/+70
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | blk-mq: prepare for implementing hctx table via xarrayMing Lei2022-03-091-1/+1
| * | | | block: mtip32xx: don't touch q->queue_hw_ctxMing Lei2022-03-091-3/+1
| * | | | pktcdvd: remove a pointless debug check in pkt_submit_bioChristoph Hellwig2022-03-071-8/+1
| |/ / /
| * | | 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 'xsa396-5.17-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-101-26/+37
|\ \ \
| * | | xen/blkfront: don't use gnttab_query_foreign_access() for mapped statusJuergen Gross2022-03-071-26/+37