summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | pktcdvd: Get rid of pkt_seq_show() forward declarationAndy Shevchenko2023-06-071-76/+75
| * | | pktcdvd: use sysfs_emit() to instead of scnprintf()Andy Shevchenko2023-06-071-1/+1
| * | | pktcdvd: replace sscanf() by kstrtoul()Andy Shevchenko2023-06-071-16/+18
| * | | pktcdvd: Get rid of custom printing macrosAndy Shevchenko2023-06-071-118/+129
| * | | nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua2023-06-071-1/+2
| * | | block: introduce holder opsChristoph Hellwig2023-06-056-7/+9
| * | | drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig2023-06-052-2/+0
| * | | ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei2023-06-041-0/+21
| * | | floppy: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
| * | | zram: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-05-311-1/+1
| * | | drbd: use __bio_add_page to add page to bioJohannes Thumshirn2023-05-311-3/+1
| * | | ublk: fix build warning on iov_iter_get_pages2Ming Lei2023-05-201-1/+2
| * | | ublk: support user copyMing Lei2023-05-191-11/+47
| * | | ublk: add read()/write() support for ublk char deviceMing Lei2023-05-191-0/+151
| * | | ublk: support to copy any part of request pagesMing Lei2023-05-191-7/+24
| * | | ublk: grab request reference when the request is handled by userspaceMing Lei2023-05-191-3/+64
| * | | ublk: cleanup ublk_copy_user_pagesMing Lei2023-05-191-63/+49
| * | | ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()Ming Lei2023-05-191-9/+11
| * | | ublk: kill queuing request by task_work_addMing Lei2023-05-191-38/+2
| * | | brd: use XArray instead of radix-tree to index backing pagesPankaj Raghav2023-05-161-69/+24
* | | | Revert "virtio-blk: support completion batching for the IRQ path"Michael S. Tsirkin2023-06-211-45/+37
* | | | Merge tag 'block-6.4-2023-06-09' of git://git.kernel.dk/linuxLinus Torvalds2023-06-091-0/+1
|\ \ \ \
| * | | | null_blk: Fix: memory release when memory_backed=1Nitesh Shetty2023-06-051-0/+1
* | | | | rbd: get snapshot context after exclusive lock is ensured to be heldIlya Dryomov2023-06-061-7/+23
* | | | | rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingIlya Dryomov2023-06-061-11/+21
| |_|/ / |/| | |
* | | | 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