summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ublk: make ublk_chr_class a static const structureIvan Orlov2023-06-211-7/+8
| * | | aoe: make aoe_class a static const structureIvan Orlov2023-06-211-13/+17
| * | | block/rnbd: make all 'class' structures constIvan Orlov2023-06-212-19/+23
| * | | swim: fix a missing FMODE_ -> BLK_OPEN_ conversion in floppy_openChristoph Hellwig2023-06-201-1/+1
| * | | brd: use cond_resched instead of cond_resched_rcuPankaj Raghav2023-06-141-1/+1
| * | | swim3: fix the floppy_locked_ioctl prototypeChristoph Hellwig2023-06-131-1/+1
| * | | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-1221-98/+93
| * | | rnbd-srv: replace sess->open_flags with a "bool readonly"Christoph Hellwig2023-06-123-11/+9
| * | | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-125-23/+27
| * | | rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig2023-06-121-1/+1
| * | | block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-1213-17/+16
| * | | block: pass a gendisk to ->openChristoph Hellwig2023-06-1214-66/+63
| * | | block: pass a gendisk on bdev_check_media_changeChristoph Hellwig2023-06-125-14/+14
| * | | 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