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