aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)Author
2023-06-21Revert "virtio-blk: support completion batching for the IRQ path"Michael S. Tsirkin
2023-06-09Merge tag 'block-6.4-2023-06-09' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-06rbd: get snapshot context after exclusive lock is ensured to be heldIlya Dryomov
2023-06-06rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingIlya Dryomov
2023-06-05null_blk: Fix: memory release when memory_backed=1Nitesh Shetty
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-24xen/blkfront: Only check REQ_FUA for writesRoss Lagerwall
2023-05-18ublk: fix AB-BA lockdep warningMing Lei
2023-05-12ublk: fix command op code checkMing Lei
2023-05-12block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITEGuoqing Jiang
2023-05-12nbd: Fix debugfs_create_dir error checkingIvan Orlov
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao
2023-05-03ublk: add timeout handlerMing Lei
2023-05-03drbd: correctly submit flush bio on barrierChristoph Böhmwalder
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27block nbd: use req.cookie instead of req.handleEric Blake
2023-04-27Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni
2023-04-25xen/blkback: move blkif_get_x86_*_req() into blkback.cJuergen Gross
2023-04-25xen/blkback: simplify free_persistent_gnts() interfaceJuergen Gross
2023-04-25xen/blkback: remove stale prototypeJuergen Gross
2023-04-25xen/blkback: fix white space code style issuesJuergen Gross
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-20nbd: fix incomplete validation of ioctl argZhong Jinghua
2023-04-20ublk: don't return 0 in case of any failureMing Lei
2023-04-18null_blk: Always check queue mode setting from configfsChaitanya Kulkarni
2023-04-18block: ublk: switch to ioctl command encodingMing Lei
2023-04-18zram: return errors from read_from_bdev_syncChristoph Hellwig
2023-04-18zram: fix synchronous readsChristoph Hellwig
2023-04-18zram: don't return errors from read_from_bdev_asyncChristoph Hellwig
2023-04-18zram: pass a page to read_from_bdevChristoph Hellwig
2023-04-18zram: refactor zram_bdev_writeChristoph Hellwig
2023-04-18zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig
2023-04-18zram: refactor zram_bdev_readChristoph Hellwig
2023-04-18zram: directly call zram_read_page in writeback_storeChristoph Hellwig
2023-04-18zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig
2023-04-18zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig
2023-04-18zram: refactor highlevel read and write handlingChristoph Hellwig
2023-04-18zram: return early on error in zram_bvec_rwChristoph Hellwig
2023-04-18zram: move discard handling to zram_submit_bioChristoph Hellwig
2023-04-18zram: simplify bvec iteration in __zram_make_requestChristoph Hellwig
2023-04-18zram: make zram_bio_discard more self-containedChristoph Hellwig
2023-04-18zram: remove valid_io_requestChristoph Hellwig
2023-04-18zram: always compile read_from_bdev_syncChristoph Hellwig
2023-04-18zram: fix up permission for the hot_add sysfs fileGreg Kroah-Hartman