aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/init/do_mounts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-08init: flush async file closingChristian Brauner1-0/+3
2023-12-07rootfs: Fix support for rootfstype= when root= is givenStefan Berger1-3/+6
2023-10-19init/mount: print pretty name of root device when panicsJianyong Wu1-1/+1
2023-08-15init: Add support for rootwait timeout parameterLoic Poulain1-2/+36
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+12
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-307/+109
2023-06-09init: add bdev fs printk if mount_block_root failedAngus Chen1-1/+12
2023-06-09init: move cifs_root_data() prototype into linux/mount.hArnd Bergmann1-2/+0
2023-06-05block: move the code to do early boot lookup of block devices to block/Christoph Hellwig1-219/+0
2023-06-05init: clear root_wait on all invalid root= stringsChristoph Hellwig1-7/+11
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig1-53/+49
2023-06-05init: move the nfs/cifs/ram special cases out of name_to_dev_tChristoph Hellwig1-8/+6
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 Hellwig1-9/+14
2023-06-05init: don't remove the /dev/ prefix from error messagesChristoph Hellwig1-11/+6
2023-06-05init: pass root_device_name explicitlyChristoph Hellwig1-13/+16
2023-06-05init: refactor mount_rootChristoph Hellwig1-48/+56
2023-06-05init: rename mount_block_root to mount_root_genericChristoph Hellwig1-3/+3
2023-06-05driver core: return bool from driver_probe_doneChristoph Hellwig1-1/+1
2023-06-05init: remove unused names parameter in split_fs_names()Yihuan Pan1-3/+3
2022-09-11init: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-09-19init: don't panic if mount_nodev_root failedLeon Romanovsky1-3/+0
2021-09-19init/do_mounts.c: Harden split_fs_names() against buffer overflowVivek Goyal1-11/+16
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-25/+65
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig1-4/+0
2021-08-23fs: simplify get_filesystem_list / get_all_fs_namesChristoph Hellwig1-28/+21
2021-08-23init: allow mounting arbitrary non-blockdevice filesystems as rootChristoph Hellwig1-0/+43
2021-08-23init: split get_fs_namesChristoph Hellwig1-22/+26
2021-06-01block: factor out a part_devt helperChristoph Hellwig1-8/+2
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig1-11/+10
2020-12-01block: remove the partno field from struct hd_structChristoph Hellwig1-1/+1
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig1-3/+4
2020-12-01init: cleanup match_dev_by_uuid and match_dev_by_labelChristoph Hellwig1-12/+6
2020-12-01init: refactor devt_from_partuuidChristoph Hellwig1-37/+31
2020-12-01init: refactor name_to_dev_tChristoph Hellwig1-93/+90
2020-07-31init: add an init_chroot helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_chdir helperChristoph Hellwig1-1/+1
2020-07-31init: add an init_mount helperChristoph Hellwig1-4/+4
2020-07-30initrd: remove support for multiple floppiesChristoph Hellwig1-62/+7
2020-07-16md: move the early init autodetect code to drivers/md/Christoph Hellwig1-0/+1
2020-03-24block: remove __bdevnameChristoph Hellwig1-10/+2
2019-12-16Fix root mounting with no mount optionsLinus Torvalds1-10/+13
2019-12-12init: use do_mount() instead of ksys_mount()Dominik Brodowski1-6/+22
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski1-1/+1
2019-10-02init: Support mounting root file systems over SMBPaulo Alcantara (SUSE)1-0/+49
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells1-5/+4
2019-09-05make shmem_fill_super() staticAl Viro1-1/+1
2019-09-05make ramfs_fill_super() staticAl Viro1-4/+2
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-21/+3