summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig
2023-06-12bcache: don't pass a stack address to blkdev_get_by_pathChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig
2023-06-12cdrom: remove the unused mode argument to cdrom_releaseChristoph Hellwig
2023-06-12cdrom: track if a cdrom_device_info was opened for dataChristoph Hellwig
2023-06-12cdrom: remove the unused cdrom_close_write release codeChristoph Hellwig
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig
2023-06-12cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig
2023-06-11block/rnbd-srv: make process_msg_sess_info returns voidGuoqing Jiang
2023-06-11block/rnbd-srv: init err earlier in rnbd_srv_init_moduleGuoqing Jiang
2023-06-11block/rnbd-srv: init ret with 0 instead of -EPERMGuoqing Jiang
2023-06-11block/rnbd-srv: rename one member in rnbd_srv_devGuoqing Jiang
2023-06-11block/rnbd-srv: no need to check sess_devGuoqing Jiang
2023-06-11block/rnbd: introduce rnbd_access_modesGuoqing Jiang
2023-06-11block/rnbd-srv: remove unused headerGuoqing Jiang
2023-06-11block/rnbd: kill rnbd_flags_supportedGuoqing Jiang
2023-06-07pktcdvd: Sort headersAndy Shevchenko
2023-06-07pktcdvd: Get rid of redundant 'else'Andy Shevchenko
2023-06-07pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()Andy Shevchenko
2023-06-07pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify codeAndy Shevchenko
2023-06-07pktcdvd: Drop redundant castings for sector_tAndy Shevchenko
2023-06-07pktcdvd: Get rid of pkt_seq_show() forward declarationAndy Shevchenko
2023-06-07pktcdvd: use sysfs_emit() to instead of scnprintf()Andy Shevchenko
2023-06-07pktcdvd: replace sscanf() by kstrtoul()Andy Shevchenko
2023-06-07pktcdvd: Get rid of custom printing macrosAndy Shevchenko
2023-06-07nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua
2023-06-05mtd: block2mtd: don't call early_lookup_bdev after the system is runningChristoph Hellwig
2023-06-05mtd: block2mtd: factor the early block device open logic into a helperChristoph Hellwig
2023-06-05dm: only call early_lookup_bdev from early boot contextChristoph Hellwig
2023-06-05dm: remove dm_get_dev_tChristoph Hellwig
2023-06-05dm: open code dm_get_dev_t in dm_init_initChristoph Hellwig
2023-06-05dm-snap: simplify the origin_dev == cow_dev check in snapshot_ctrChristoph Hellwig
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-06-05drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig
2023-06-04ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei
2023-06-01dm-crypt: use __bio_add_page to add single page to clone bioJohannes Thumshirn
2023-06-01md: raid1: check if adding pages to resync bio failsJohannes Thumshirn
2023-06-01md: raid1: use __bio_add_page for adding single page to bioJohannes Thumshirn
2023-06-01md: check for failure when adding pages in alloc_behind_master_bioJohannes Thumshirn
2023-05-31floppy: use __bio_add_page for adding single page to bioJohannes Thumshirn
2023-05-31zram: use __bio_add_page for adding single page to bioJohannes Thumshirn
2023-05-31md: raid5: use __bio_add_page to add single page to new bioJohannes Thumshirn
2023-05-31md: raid5-log: use __bio_add_page to add single pageJohannes Thumshirn
2023-05-31md: use __bio_add_page to add single pageJohannes Thumshirn
2023-05-31dm: dm-zoned: use __bio_add_page for adding single metadata pageJohannes Thumshirn