aboutsummaryrefslogtreecommitdiffstats
path: root/init/do_mounts.c
AgeCommit message (Expand)Author
2023-12-07rootfs: Fix support for rootfstype= when root= is givenStefan Berger
2023-10-19init/mount: print pretty name of root device when panicsJianyong Wu
2023-08-15init: Add support for rootwait timeout parameterLoic Poulain
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-09init: add bdev fs printk if mount_block_root failedAngus Chen
2023-06-09init: move cifs_root_data() prototype into linux/mount.hArnd Bergmann
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
2023-06-05init: rename mount_block_root to mount_root_genericChristoph Hellwig
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig
2023-06-05init: remove unused names parameter in split_fs_names()Yihuan Pan
2022-09-11init: move from strlcpy with unused retval to strscpyWolfram Sang
2022-02-02block: remove genhd.hChristoph Hellwig
2021-09-19init: don't panic if mount_nodev_root failedLeon Romanovsky
2021-09-19init/do_mounts.c: Harden split_fs_names() against buffer overflowVivek Goyal
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig
2021-08-23fs: simplify get_filesystem_list / get_all_fs_namesChristoph Hellwig
2021-08-23init: allow mounting arbitrary non-blockdevice filesystems as rootChristoph Hellwig
2021-08-23init: split get_fs_namesChristoph Hellwig
2021-06-01block: factor out a part_devt helperChristoph Hellwig
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig
2020-12-01block: remove the partno field from struct hd_structChristoph Hellwig
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig
2020-12-01init: cleanup match_dev_by_uuid and match_dev_by_labelChristoph Hellwig
2020-12-01init: refactor devt_from_partuuidChristoph Hellwig
2020-12-01init: refactor name_to_dev_tChristoph Hellwig
2020-07-31init: add an init_chroot helperChristoph Hellwig
2020-07-31init: add an init_chdir helperChristoph Hellwig
2020-07-31init: add an init_mount helperChristoph Hellwig
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig
2020-07-16md: move the early init autodetect code to drivers/md/Christoph Hellwig
2020-03-24block: remove __bdevnameChristoph Hellwig
2019-12-16Fix root mounting with no mount optionsLinus Torvalds
2019-12-12init: use do_mount() instead of ksys_mount()Dominik Brodowski
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski
2019-10-02init: Support mounting root file systems over SMBPaulo Alcantara (SUSE)
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells
2019-09-05make shmem_fill_super() staticAl Viro
2019-09-05make ramfs_fill_super() staticAl Viro
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-04mnt_init(): call shmem_init() unconditionallyAl Viro