summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-283-247/+138
|\
| * zram: return errors from read_from_bdev_syncChristoph Hellwig2023-04-191-3/+4
| * zram: fix synchronous readsChristoph Hellwig2023-04-191-38/+22
| * zram: don't return errors from read_from_bdev_asyncChristoph Hellwig2023-04-191-12/+4
| * zram: pass a page to read_from_bdevChristoph Hellwig2023-04-191-27/+16
| * zram: refactor zram_bdev_writeChristoph Hellwig2023-04-191-19/+19
| * zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig2023-04-191-10/+4
| * zram: refactor zram_bdev_readChristoph Hellwig2023-04-191-20/+20
| * zram: directly call zram_read_page in writeback_storeChristoph Hellwig2023-04-191-10/+4
| * zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig2023-04-191-4/+4
| * zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig2023-04-191-12/+5
| * zram: refactor highlevel read and write handlingChristoph Hellwig2023-04-191-28/+30
| * zram: return early on error in zram_bvec_rwChristoph Hellwig2023-04-191-9/+9
| * zram: move discard handling to zram_submit_bioChristoph Hellwig2023-04-191-10/+13
| * zram: simplify bvec iteration in __zram_make_requestChristoph Hellwig2023-04-191-31/+11
| * zram: make zram_bio_discard more self-containedChristoph Hellwig2023-04-191-9/+7
| * zram: remove valid_io_requestChristoph Hellwig2023-04-192-34/+1
| * zram: always compile read_from_bdev_syncChristoph Hellwig2023-04-191-12/+6
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-061-1/+1
| * floppy: fix MAX_ORDER usageKirill A. Shutemov2023-04-061-2/+2
* | Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-282-111/+118
|\ \
| * | xen/blkback: move blkif_get_x86_*_req() into blkback.cJuergen Gross2023-04-252-96/+104
| * | xen/blkback: simplify free_persistent_gnts() interfaceJuergen Gross2023-04-251-10/+10
| * | xen/blkback: remove stale prototypeJuergen Gross2023-04-251-1/+0
| * | xen/blkback: fix white space code style issuesJuergen Gross2023-04-252-4/+4
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-277-60/+39
|\ \ \
| * | | zram: fix up permission for the hot_add sysfs fileGreg Kroah-Hartman2023-04-181-1/+3
| * | | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-034-47/+63
| |\ \ \
| * | | | pktcdvd: simplify the class_pktcdvd logicGreg Kroah-Hartman2023-04-021-28/+12
| * | | | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-292-9/+8
| * | | | driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-19/+15
| * | | | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-174-4/+4
| * | | | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-172-2/+0
* | | | | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-2616-341/+491
|\ \ \ \ \
| * | | | | nbd: fix incomplete validation of ioctl argZhong Jinghua2023-04-201-0/+6
| * | | | | ublk: don't return 0 in case of any failureMing Lei2023-04-201-0/+1
| * | | | | null_blk: Always check queue mode setting from configfsChaitanya Kulkarni2023-04-191-0/+5
| * | | | | block: ublk: switch to ioctl command encodingMing Lei2023-04-192-13/+51
| * | | | | block: null_blk: make fault-injection dynamically configurable per deviceAkinobu Mita2023-04-133-23/+79
| * | | | | block: ublk_drv: cleanup 'struct ublk_map_data'Ming Lei2023-04-031-15/+12
| * | | | | block: ublk_drv: clean up several helpersMing Lei2023-04-031-13/+5
| * | | | | block: ublk_drv: add two helpers to clean up map/unmap requestMing Lei2023-04-031-5/+14
| * | | | | block: ublk_drv: don't consider flush request in map/unmap ioMing Lei2023-04-031-7/+3
| * | | | | block: ublk_drv: add common exit handlingMing Lei2023-04-031-6/+9
| * | | | | drbd: Pass a peer device to the resync and online verify functionsChristoph Böhmwalder2023-04-026-108/+126
| * | | | | drbd: pass drbd_peer_device to __req_modChristoph Böhmwalder2023-04-025-31/+46
| * | | | | drbd: drbd_uuid_compare: pass a peer_deviceChristoph Böhmwalder2023-04-021-4/+5
| * | | | | drbd: INFO_bm_xfer_stats(): Pass a peer device argumentAndreas Gruenbacher2023-04-023-7/+7
| * | | | | drbd: Add peer device parameter to whole-bitmap I/O handlersAndreas Gruenbacher2023-04-027-62/+96
| * | | | | drbd: Rip out the ERR_IF_CNT_IS_NEGATIVE macroAndreas Gruenbacher2023-04-021-22/+15