summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-12block: also call ->open for incremental partition opensChristoph 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-09block: fix rootwait= againChristoph Hellwig
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-07block: fix rootwait=Christoph Hellwig
2023-06-07blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()Waiman Long
2023-06-07blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()Yu Kuai
2023-06-07nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua
2023-06-06blk-ioprio: Introduce promote-to-rt policyHou Tao
2023-06-05blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_costLi Nan
2023-06-05block: mark early_lookup_bdev as __initChristoph Hellwig
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-05PM: hibernate: don't use early_lookup_bdev in resume_storeChristoph 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-05block: move more code to early-lookup.cChristoph Hellwig
2023-06-05block: move the code to do early boot lookup of block devices to block/Christoph Hellwig
2023-06-05init: clear root_wait on all invalid root= stringsChristoph Hellwig
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig
2023-06-05init: move the nfs/cifs/ram special cases out of name_to_dev_tChristoph Hellwig
2023-06-05init: factor the root_wait logic in prepare_namespace into a helperChristoph Hellwig
2023-06-05init: handle ubi/mtd root mounting like all other root typesChristoph Hellwig
2023-06-05init: don't remove the /dev/ prefix from error messagesChristoph Hellwig
2023-06-05init: pass root_device_name explicitlyChristoph Hellwig
2023-06-05init: refactor mount_rootChristoph Hellwig