summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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