summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd: block2mtd: don't call early_lookup_bdev after the system is runningChristoph Hellwig2023-06-051-1/+11
* mtd: block2mtd: factor the early block device open logic into a helperChristoph Hellwig2023-06-051-23/+30
* dm: only call early_lookup_bdev from early boot contextChristoph Hellwig2023-06-051-2/+7
* dm: remove dm_get_dev_tChristoph Hellwig2023-06-051-17/+5
* dm: open code dm_get_dev_t in dm_init_initChristoph Hellwig2023-06-051-1/+3
* dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctrChristoph Hellwig2023-06-051-9/+5
* init: improve the name_to_dev_t interfaceChristoph Hellwig2023-06-053-5/+6
* driver core: return bool from driver_probe_doneChristoph Hellwig2023-06-051-4/+2
* block: introduce holder opsChristoph Hellwig2023-06-0514-16/+19
* 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
* dm-crypt: use __bio_add_page to add single page to clone bioJohannes Thumshirn2023-06-011-2/+1
* md: raid1: check if adding pages to resync bio failsJohannes Thumshirn2023-06-012-15/+16
* md: raid1: use __bio_add_page for adding single page to bioJohannes Thumshirn2023-06-011-1/+1
* md: check for failure when adding pages in alloc_behind_master_bioJohannes Thumshirn2023-06-011-1/+4
* 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
* md: raid5: use __bio_add_page to add single page to new bioJohannes Thumshirn2023-05-311-2/+2
* md: raid5-log: use __bio_add_page to add single pageJohannes Thumshirn2023-05-311-1/+1
* md: use __bio_add_page to add single pageJohannes Thumshirn2023-05-311-2/+2
* dm: dm-zoned: use __bio_add_page for adding single metadata pageJohannes Thumshirn2023-05-311-3/+3
* drbd: use __bio_add_page to add page to bioJohannes Thumshirn2023-05-311-3/+1
* Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe2023-05-242-4/+4
|\
| * tty, proc, kernfs, random: Use copy_splice_read()David Howells2023-05-242-4/+4
* | 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
|/
* Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-05-141-0/+1
|\
| * cxl: Add missing return to cdat read error pathDave Jiang2023-05-131-0/+1
* | Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-141-0/+1
|\ \