summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds-20/+20
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds-8/+35
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao-13/+13
2023-05-03ublk: add timeout handlerMing Lei-0/+31
2023-05-03drbd: correctly submit flush bio on barrierChristoph Böhmwalder-1/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-247/+138
2023-04-27block nbd: use req.cookie instead of req.handleEric Blake-3/+3
2023-04-27Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-111/+118
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-60/+39
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds-341/+491
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+9
2023-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni-4/+0
2023-04-25xen/blkback: move blkif_get_x86_*_req() into blkback.cJuergen Gross-96/+104
2023-04-25xen/blkback: simplify free_persistent_gnts() interfaceJuergen Gross-10/+10
2023-04-25xen/blkback: remove stale prototypeJuergen Gross-1/+0
2023-04-25xen/blkback: fix white space code style issuesJuergen Gross-4/+4
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+6
2023-04-20nbd: fix incomplete validation of ioctl argZhong Jinghua-0/+6
2023-04-20ublk: don't return 0 in case of any failureMing Lei-0/+1
2023-04-18null_blk: Always check queue mode setting from configfsChaitanya Kulkarni-0/+5
2023-04-18block: ublk: switch to ioctl command encodingMing Lei-13/+51
2023-04-18zram: return errors from read_from_bdev_syncChristoph Hellwig-3/+4
2023-04-18zram: fix synchronous readsChristoph Hellwig-38/+22
2023-04-18zram: don't return errors from read_from_bdev_asyncChristoph Hellwig-12/+4
2023-04-18zram: pass a page to read_from_bdevChristoph Hellwig-27/+16
2023-04-18zram: refactor zram_bdev_writeChristoph Hellwig-19/+19
2023-04-18zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig-10/+4
2023-04-18zram: refactor zram_bdev_readChristoph Hellwig-20/+20
2023-04-18zram: directly call zram_read_page in writeback_storeChristoph Hellwig-10/+4
2023-04-18zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig-4/+4
2023-04-18zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig-12/+5
2023-04-18zram: refactor highlevel read and write handlingChristoph Hellwig-28/+30
2023-04-18zram: return early on error in zram_bvec_rwChristoph Hellwig-9/+9
2023-04-18zram: move discard handling to zram_submit_bioChristoph Hellwig-10/+13
2023-04-18zram: simplify bvec iteration in __zram_make_requestChristoph Hellwig-31/+11
2023-04-18zram: make zram_bio_discard more self-containedChristoph Hellwig-9/+7
2023-04-18zram: remove valid_io_requestChristoph Hellwig-34/+1
2023-04-18zram: always compile read_from_bdev_syncChristoph Hellwig-12/+6
2023-04-18zram: fix up permission for the hot_add sysfs fileGreg Kroah-Hartman-1/+3
2023-04-13block: null_blk: make fault-injection dynamically configurable per deviceAkinobu Mita-23/+79
2023-04-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-96/+173
2023-04-06block: ublk: make sure that block size is set correctlyMing Lei-1/+3
2023-04-05ublk: read any SQE values upfrontJens Axboe-2/+20
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-1/+1
2023-04-05floppy: fix MAX_ORDER usageKirill A. Shutemov-2/+2
2023-04-05drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)-6/+6
2023-04-04virtio-blk: fix ZBD probe in kernels without ZBD supportDmitry Fomichev-16/+17
2023-04-04virtio-blk: fix to match virtio specDmitry Fomichev-81/+157
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-47/+63
2023-04-02block: ublk_drv: cleanup 'struct ublk_map_data'Ming Lei-15/+12