summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-12cdrom: remove the unused cdrom_close_write release codeChristoph Hellwig2-16/+0
2023-06-12cdrom: remove the unused mode argument to cdrom_ioctlChristoph Hellwig4-5/+5
2023-06-12cdrom: remove the unused bdev argument to cdrom_openChristoph Hellwig4-6/+4
2023-06-12block: also call ->open for incremental partition opensChristoph Hellwig1-10/+8
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-09block: fix rootwait= againChristoph Hellwig1-1/+1
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 Shevchenko3-119/+130
2023-06-07block: fix rootwait=Christoph Hellwig1-2/+2
2023-06-07blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()Waiman Long1-0/+5
2023-06-07blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()Yu Kuai1-2/+2
2023-06-07nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua1-1/+2
2023-06-07blk-ioprio: Introduce promote-to-rt policyHou Tao2-21/+44
2023-06-05blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan1-3/+4
2023-06-05block: mark early_lookup_bdev as __initChristoph Hellwig2-11/+10
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-05PM: hibernate: don't use early_lookup_bdev in resume_storeChristoph Hellwig1-1/+17
2023-06-05dm: only call early_lookup_bdev from early boot contextChristoph Hellwig1-2/+7
2023-06-05dm: remove dm_get_dev_tChristoph Hellwig2-19/+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-05block: move more code to early-lookup.cChristoph Hellwig3-93/+92
2023-06-05block: move the code to do early boot lookup of block devices to block/Christoph Hellwig4-222/+227
2023-06-05init: clear root_wait on all invalid root= stringsChristoph Hellwig1-7/+11
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig9-75/+74
2023-06-05init: move the nfs/cifs/ram special cases out of name_to_dev_tChristoph Hellwig2-9/+12
2023-06-05init: factor the root_wait logic in prepare_namespace into a helperChristoph Hellwig1-10/+22
2023-06-05init: handle ubi/mtd root mounting like all other root typesChristoph Hellwig2-9/+15
2023-06-05init: don't remove the /dev/ prefix from error messagesChristoph Hellwig1-11/+6
2023-06-05init: pass root_device_name explicitlyChristoph Hellwig3-25/+29
2023-06-05init: refactor mount_rootChristoph Hellwig1-48/+56
2023-06-05init: rename mount_block_root to mount_root_genericChristoph Hellwig3-5/+5
2023-06-05init: remove pointless Root_* valuesChristoph Hellwig4-11/+4
2023-06-05PM: hibernate: move finding the resume device out of software_resumeChristoph Hellwig1-41/+39
2023-06-05PM: hibernate: remove the global snapshot_test variableChristoph Hellwig3-14/+8