summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2023-06-21aoe: make aoe_class a static const structureIvan Orlov1-13/+17
2023-06-21block/rnbd: make all 'class' structures constIvan Orlov2-19/+23
2023-06-21Revert "virtio-blk: support completion batching for the IRQ path"Michael S. Tsirkin1-45/+37
2023-06-20swim: fix a missing FMODE_ -> BLK_OPEN_ conversion in floppy_openChristoph Hellwig1-1/+1
2023-06-20zram: further limit recompression thresholdSergey Senozhatsky1-1/+1
2023-06-14brd: use cond_resched instead of cond_resched_rcuPankaj Raghav1-1/+1
2023-06-13swim3: fix the floppy_locked_ioctl prototypeChristoph Hellwig1-1/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig21-98/+93
2023-06-12rnbd-srv: replace sess->open_flags with a "bool readonly"Christoph Hellwig3-11/+9
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig5-23/+27
2023-06-12rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig13-17/+16
2023-06-12block: pass a gendisk to ->openChristoph Hellwig14-66/+63
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig5-14/+14
2023-06-12block/rnbd-srv: make process_msg_sess_info returns voidGuoqing Jiang1-6/+3
2023-06-12block/rnbd-srv: init err earlier in rnbd_srv_init_moduleGuoqing Jiang1-5/+3
2023-06-12block/rnbd-srv: init ret with 0 instead of -EPERMGuoqing Jiang1-4/+3
2023-06-12block/rnbd-srv: rename one member in rnbd_srv_devGuoqing Jiang2-8/+8
2023-06-12block/rnbd-srv: no need to check sess_devGuoqing Jiang1-1/+1
2023-06-12block/rnbd: introduce rnbd_access_modesGuoqing Jiang6-32/+16
2023-06-12block/rnbd-srv: remove unused headerGuoqing Jiang1-1/+0
2023-06-12block/rnbd: kill rnbd_flags_supportedGuoqing Jiang1-22/+0
2023-06-10Merge tag 'block-6.4-2023-06-09' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-06-07pktcdvd: Sort headersAndy Shevchenko1-15/+16
2023-06-07pktcdvd: Get rid of redundant 'else'Andy Shevchenko1-7/+7
2023-06-07pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()Andy Shevchenko1-17/+14
2023-06-07pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify codeAndy Shevchenko1-20/+3
2023-06-07pktcdvd: Drop redundant castings for sector_tAndy Shevchenko1-16/+10
2023-06-07pktcdvd: Get rid of pkt_seq_show() forward declarationAndy Shevchenko1-76/+75
2023-06-07pktcdvd: use sysfs_emit() to instead of scnprintf()Andy Shevchenko1-1/+1
2023-06-07pktcdvd: replace sscanf() by kstrtoul()Andy Shevchenko1-16/+18
2023-06-07pktcdvd: Get rid of custom printing macrosAndy Shevchenko1-118/+129
2023-06-07nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua1-1/+2
2023-06-06rbd: get snapshot context after exclusive lock is ensured to be heldIlya Dryomov1-7/+23
2023-06-06rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingIlya Dryomov1-11/+21
2023-06-06null_blk: Fix: memory release when memory_backed=1Nitesh Shetty1-0/+1
2023-06-05block: introduce holder opsChristoph Hellwig6-7/+9
2023-06-05drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig2-2/+0
2023-06-04ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei1-0/+21
2023-05-31floppy: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31zram: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31drbd: use __bio_add_page to add page to bioJohannes Thumshirn1-3/+1
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2023-05-24xen/blkfront: Only check REQ_FUA for writesRoss Lagerwall1-1/+2
2023-05-21ublk: fix build warning on iov_iter_get_pages2Ming Lei1-1/+2
2023-05-20ublk: support user copyMing Lei1-11/+47
2023-05-20ublk: add read()/write() support for ublk char deviceMing Lei1-0/+151
2023-05-20ublk: support to copy any part of request pagesMing Lei1-7/+24
2023-05-20ublk: grab request reference when the request is handled by userspaceMing Lei1-3/+64
2023-05-20ublk: cleanup ublk_copy_user_pagesMing Lei1-63/+49