summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2023-04-20ublk: don't return 0 in case of any failureMing Lei1-0/+1
2023-04-19null_blk: Always check queue mode setting from configfsChaitanya Kulkarni1-0/+5
2023-04-19block: ublk: switch to ioctl command encodingMing Lei2-13/+51
2023-04-19zram: return errors from read_from_bdev_syncChristoph Hellwig1-3/+4
2023-04-19zram: fix synchronous readsChristoph Hellwig1-38/+22
2023-04-19zram: don't return errors from read_from_bdev_asyncChristoph Hellwig1-12/+4
2023-04-19zram: pass a page to read_from_bdevChristoph Hellwig1-27/+16
2023-04-19zram: refactor zram_bdev_writeChristoph Hellwig1-19/+19
2023-04-19zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig1-10/+4
2023-04-19zram: refactor zram_bdev_readChristoph Hellwig1-20/+20
2023-04-19zram: directly call zram_read_page in writeback_storeChristoph Hellwig1-10/+4
2023-04-19zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig1-4/+4
2023-04-19zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig1-12/+5
2023-04-19zram: refactor highlevel read and write handlingChristoph Hellwig1-28/+30
2023-04-19zram: return early on error in zram_bvec_rwChristoph Hellwig1-9/+9
2023-04-19zram: move discard handling to zram_submit_bioChristoph Hellwig1-10/+13
2023-04-19zram: simplify bvec iteration in __zram_make_requestChristoph Hellwig1-31/+11
2023-04-19zram: make zram_bio_discard more self-containedChristoph Hellwig1-9/+7
2023-04-19zram: remove valid_io_requestChristoph Hellwig2-34/+1
2023-04-19zram: 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-06ublk: read any SQE values upfrontJens Axboe1-2/+20
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-04-06floppy: 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-03block: ublk_drv: cleanup 'struct ublk_map_data'Ming Lei1-15/+12
2023-04-03block: ublk_drv: clean up several helpersMing Lei1-13/+5
2023-04-03block: ublk_drv: add two helpers to clean up map/unmap requestMing Lei1-5/+14
2023-04-03block: ublk_drv: don't consider flush request in map/unmap ioMing Lei1-7/+3
2023-04-03block: ublk_drv: add common exit handlingMing Lei1-6/+9
2023-04-02pktcdvd: simplify the class_pktcdvd logicGreg Kroah-Hartman1-28/+12
2023-04-02drbd: Pass a peer device to the resync and online verify functionsChristoph Böhmwalder6-108/+126
2023-04-02drbd: pass drbd_peer_device to __req_modChristoph Böhmwalder5-31/+46
2023-04-02drbd: drbd_uuid_compare: pass a peer_deviceChristoph Böhmwalder1-4/+5
2023-04-02drbd: INFO_bm_xfer_stats(): Pass a peer device argumentAndreas Gruenbacher3-7/+7
2023-04-02drbd: Add peer device parameter to whole-bitmap I/O handlersAndreas Gruenbacher7-62/+96
2023-04-02drbd: Rip out the ERR_IF_CNT_IS_NEGATIVE macroAndreas Gruenbacher1-22/+15
2023-04-02null_blk: use kmap_local_page() and kunmap_local()Chaitanya Kulkarni1-4/+4
2023-04-02null_blk: use non-deprecated lib functionsChaitanya Kulkarni1-22/+7
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2-9/+8
2023-03-27loop: LOOP_CONFIGURE: send uevents for partitionsAlyssa Ross1-9/+9
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-19/+15
2023-03-21block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe1-13/+18
2023-03-18block: ublk_drv: mark device as LIVE before adding diskMing Lei1-1/+2