summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-271-1/+2
|\
| * xen/blkfront: Only check REQ_FUA for writesRoss Lagerwall2023-05-241-1/+2
* | ublk: fix AB-BA lockdep warningMing Lei2023-05-181-2/+7
* | ublk: fix command op code checkMing Lei2023-05-121-1/+1
* | block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITEGuoqing Jiang2023-05-121-1/+1
* | nbd: Fix debugfs_create_dir error checkingIvan Orlov2023-05-121-2/+2
* | Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds2023-05-071-20/+20
|\ \
| * | io_uring: Pass whole sqe to commandsBreno Leitao2023-05-041-13/+13
* | | Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-066-8/+35
|\ \ \
| * | | ublk: add timeout handlerMing Lei2023-05-031-0/+31
| * | | drbd: correctly submit flush bio on barrierChristoph Böhmwalder2023-05-031-1/+1
| * | | block nbd: use req.cookie instead of req.handleEric Blake2023-04-271-3/+3
| * | | block/drivers: remove dead clear of random flagChaitanya Kulkarni2023-04-254-4/+0
* | | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-273-247/+138
|\ \ \ \
| * | | | zram: return errors from read_from_bdev_syncChristoph Hellwig2023-04-181-3/+4
| * | | | zram: fix synchronous readsChristoph Hellwig2023-04-181-38/+22
| * | | | zram: don't return errors from read_from_bdev_asyncChristoph Hellwig2023-04-181-12/+4
| * | | | zram: pass a page to read_from_bdevChristoph Hellwig2023-04-181-27/+16
| * | | | zram: refactor zram_bdev_writeChristoph Hellwig2023-04-181-19/+19
| * | | | zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig2023-04-181-10/+4
| * | | | zram: refactor zram_bdev_readChristoph Hellwig2023-04-181-20/+20
| * | | | zram: directly call zram_read_page in writeback_storeChristoph Hellwig2023-04-181-10/+4
| * | | | zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig2023-04-181-4/+4
| * | | | zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig2023-04-181-12/+5
| * | | | zram: refactor highlevel read and write handlingChristoph Hellwig2023-04-181-28/+30
| * | | | zram: return early on error in zram_bvec_rwChristoph Hellwig2023-04-181-9/+9
| * | | | zram: move discard handling to zram_submit_bioChristoph Hellwig2023-04-181-10/+13
| * | | | zram: simplify bvec iteration in __zram_make_requestChristoph Hellwig2023-04-181-31/+11
| * | | | zram: make zram_bio_discard more self-containedChristoph Hellwig2023-04-181-9/+7
| * | | | zram: remove valid_io_requestChristoph Hellwig2023-04-182-34/+1
| * | | | zram: always compile read_from_bdev_syncChristoph Hellwig2023-04-181-12/+6
| * | | | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
| * | | | floppy: fix MAX_ORDER usageKirill A. Shutemov2023-04-051-2/+2
* | | | | Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-272-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-181-0/+5