summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig-14/+14
2023-06-11block/rnbd-srv: make process_msg_sess_info returns voidGuoqing Jiang-6/+3
2023-06-11block/rnbd-srv: init err earlier in rnbd_srv_init_moduleGuoqing Jiang-5/+3
2023-06-11block/rnbd-srv: init ret with 0 instead of -EPERMGuoqing Jiang-4/+3
2023-06-11block/rnbd-srv: rename one member in rnbd_srv_devGuoqing Jiang-8/+8
2023-06-11block/rnbd-srv: no need to check sess_devGuoqing Jiang-1/+1
2023-06-11block/rnbd: introduce rnbd_access_modesGuoqing Jiang-32/+16
2023-06-11block/rnbd-srv: remove unused headerGuoqing Jiang-1/+0
2023-06-11block/rnbd: kill rnbd_flags_supportedGuoqing Jiang-22/+0
2023-06-09Merge tag 'block-6.4-2023-06-09' of git://git.kernel.dk/linuxLinus Torvalds-0/+1
2023-06-07pktcdvd: Sort headersAndy Shevchenko-15/+16
2023-06-07pktcdvd: Get rid of redundant 'else'Andy Shevchenko-7/+7
2023-06-07pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()Andy Shevchenko-17/+14
2023-06-07pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify codeAndy Shevchenko-20/+3
2023-06-07pktcdvd: Drop redundant castings for sector_tAndy Shevchenko-16/+10
2023-06-07pktcdvd: Get rid of pkt_seq_show() forward declarationAndy Shevchenko-76/+75
2023-06-07pktcdvd: use sysfs_emit() to instead of scnprintf()Andy Shevchenko-1/+1
2023-06-07pktcdvd: replace sscanf() by kstrtoul()Andy Shevchenko-16/+18
2023-06-07pktcdvd: Get rid of custom printing macrosAndy Shevchenko-118/+129
2023-06-07nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua-1/+2
2023-06-06rbd: get snapshot context after exclusive lock is ensured to be heldIlya Dryomov-7/+23
2023-06-06rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingIlya Dryomov-11/+21
2023-06-05null_blk: Fix: memory release when memory_backed=1Nitesh Shetty-0/+1
2023-06-05block: introduce holder opsChristoph Hellwig-7/+9
2023-06-05drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig-2/+0
2023-06-04ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei-0/+21
2023-05-31floppy: use __bio_add_page for adding single page to bioJohannes Thumshirn-1/+1
2023-05-31zram: use __bio_add_page for adding single page to bioJohannes Thumshirn-1/+1
2023-05-31drbd: use __bio_add_page to add page to bioJohannes Thumshirn-3/+1
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+2
2023-05-24xen/blkfront: Only check REQ_FUA for writesRoss Lagerwall-1/+2
2023-05-20ublk: fix build warning on iov_iter_get_pages2Ming Lei-1/+2
2023-05-19ublk: support user copyMing Lei-11/+47
2023-05-19ublk: add read()/write() support for ublk char deviceMing Lei-0/+151
2023-05-19ublk: support to copy any part of request pagesMing Lei-7/+24
2023-05-19ublk: grab request reference when the request is handled by userspaceMing Lei-3/+64
2023-05-19ublk: cleanup ublk_copy_user_pagesMing Lei-63/+49
2023-05-19ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()Ming Lei-9/+11
2023-05-19ublk: kill queuing request by task_work_addMing Lei-38/+2
2023-05-18ublk: fix AB-BA lockdep warningMing Lei-2/+7
2023-05-16brd: use XArray instead of radix-tree to index backing pagesPankaj Raghav-69/+24
2023-05-12ublk: fix command op code checkMing Lei-1/+1
2023-05-12block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITEGuoqing Jiang-1/+1
2023-05-12nbd: Fix debugfs_create_dir error checkingIvan Orlov-2/+2
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds-20/+20
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds-8/+35
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao-13/+13
2023-05-03ublk: add timeout handlerMing Lei-0/+31
2023-05-03drbd: correctly submit flush bio on barrierChristoph Böhmwalder-1/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-247/+138