summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | block/rnbd-srv: make process_msg_sess_info returns voidGuoqing Jiang2023-06-111-6/+3
| * | | block/rnbd-srv: init err earlier in rnbd_srv_init_moduleGuoqing Jiang2023-06-111-5/+3
| * | | block/rnbd-srv: init ret with 0 instead of -EPERMGuoqing Jiang2023-06-111-4/+3
| * | | block/rnbd-srv: rename one member in rnbd_srv_devGuoqing Jiang2023-06-112-8/+8
| * | | block/rnbd-srv: no need to check sess_devGuoqing Jiang2023-06-111-1/+1
| * | | block/rnbd: introduce rnbd_access_modesGuoqing Jiang2023-06-116-32/+16
| * | | block/rnbd-srv: remove unused headerGuoqing Jiang2023-06-111-1/+0
| * | | block/rnbd: kill rnbd_flags_supportedGuoqing Jiang2023-06-111-22/+0
| * | | pktcdvd: Sort headersAndy Shevchenko2023-06-071-15/+16
| * | | pktcdvd: Get rid of redundant 'else'Andy Shevchenko2023-06-071-7/+7
| * | | pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()Andy Shevchenko2023-06-071-17/+14
| * | | pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify codeAndy Shevchenko2023-06-071-20/+3
| * | | pktcdvd: Drop redundant castings for sector_tAndy Shevchenko2023-06-071-16/+10
| * | | 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