summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig26-32/+30
2023-06-12block: pass a gendisk to ->openChristoph Hellwig27-100/+96
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig9-22/+21
2023-06-12cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig3-3/+3
2023-06-12cdrom: track if a cdrom_device_info was opened for dataChristoph Hellwig1-7/+5
2023-06-12cdrom: remove the unused cdrom_close_write release codeChristoph Hellwig1-15/+0
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig3-3/+3
2023-06-12cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig3-4/+3
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-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-05mtd: block2mtd: don't call early_lookup_bdev after the system is runningChristoph Hellwig1-1/+11
2023-06-05mtd: block2mtd: factor the early block device open logic into a helperChristoph Hellwig1-23/+30
2023-06-05dm: only call early_lookup_bdev from early boot contextChristoph Hellwig1-2/+7
2023-06-05dm: remove dm_get_dev_tChristoph Hellwig1-17/+5
2023-06-05dm: open code dm_get_dev_t in dm_init_initChristoph Hellwig1-1/+3
2023-06-05dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctrChristoph Hellwig1-9/+5
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig3-5/+6
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig1-4/+2
2023-06-05block: introduce holder opsChristoph Hellwig14-16/+19
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-06-01dm-crypt: use __bio_add_page to add single page to clone bioJohannes Thumshirn1-2/+1
2023-06-01md: raid1: check if adding pages to resync bio failsJohannes Thumshirn2-15/+16
2023-06-01md: raid1: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-06-01md: check for failure when adding pages in alloc_behind_master_bioJohannes Thumshirn1-1/+4
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-31md: raid5: use __bio_add_page to add single page to new bioJohannes Thumshirn1-2/+2
2023-05-31md: raid5-log: use __bio_add_page to add single pageJohannes Thumshirn1-1/+1
2023-05-31md: use __bio_add_page to add single pageJohannes Thumshirn1-2/+2
2023-05-31dm: dm-zoned: use __bio_add_page for adding single metadata pageJohannes Thumshirn1-3/+3
2023-05-31drbd: use __bio_add_page to add page to bioJohannes Thumshirn1-3/+1
2023-05-24Merge branch 'for-6.5/splice' into for-6.5/blockJens Axboe2-4/+4
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells2-4/+4