aboutsummaryrefslogtreecommitdiff
path: root/init/do_mounts.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30init: replace deprecated strncpy with strscpy_padGravatar Justin Stitt 1-2/+1
2024-02-08init: flush async file closingGravatar Christian Brauner 1-0/+3
2023-12-07rootfs: Fix support for rootfstype= when root= is givenGravatar Stefan Berger 1-3/+6
2023-10-19init/mount: print pretty name of root device when panicsGravatar Jianyong Wu 1-1/+1
2023-08-15init: Add support for rootwait timeout parameterGravatar Loic Poulain 1-2/+36
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-3/+12
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-307/+109
2023-06-09init: add bdev fs printk if mount_block_root failedGravatar Angus Chen 1-1/+12
2023-06-09init: move cifs_root_data() prototype into linux/mount.hGravatar Arnd Bergmann 1-2/+0
2023-06-05block: move the code to do early boot lookup of block devices to block/Gravatar Christoph Hellwig 1-219/+0
2023-06-05init: clear root_wait on all invalid root= stringsGravatar Christoph Hellwig 1-7/+11
2023-06-05init: improve the name_to_dev_t interfaceGravatar Christoph Hellwig 1-53/+49
2023-06-05init: move the nfs/cifs/ram special cases out of name_to_dev_tGravatar Christoph Hellwig 1-8/+6
2023-06-05init: factor the root_wait logic in prepare_namespace into a helperGravatar Christoph Hellwig 1-10/+22
2023-06-05init: handle ubi/mtd root mounting like all other root typesGravatar Christoph Hellwig 1-9/+14
2023-06-05init: don't remove the /dev/ prefix from error messagesGravatar Christoph Hellwig 1-11/+6
2023-06-05init: pass root_device_name explicitlyGravatar Christoph Hellwig 1-13/+16
2023-06-05init: refactor mount_rootGravatar Christoph Hellwig 1-48/+56
2023-06-05init: rename mount_block_root to mount_root_genericGravatar Christoph Hellwig 1-3/+3
2023-06-05driver core: return bool from driver_probe_doneGravatar Christoph Hellwig 1-1/+1
2023-06-05init: remove unused names parameter in split_fs_names()Gravatar Yihuan Pan 1-3/+3
2022-09-11init: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-2/+2
2022-02-02block: remove genhd.hGravatar Christoph Hellwig 1-1/+0
2021-09-19init: don't panic if mount_nodev_root failedGravatar Leon Romanovsky 1-3/+0
2021-09-19init/do_mounts.c: Harden split_fs_names() against buffer overflowGravatar Vivek Goyal 1-11/+16
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-25/+65
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTGravatar Christoph Hellwig 1-4/+0
2021-08-23fs: simplify get_filesystem_list / get_all_fs_namesGravatar Christoph Hellwig 1-28/+21
2021-08-23init: allow mounting arbitrary non-blockdevice filesystems as rootGravatar Christoph Hellwig 1-0/+43
2021-08-23init: split get_fs_namesGravatar Christoph Hellwig 1-22/+26
2021-06-01block: factor out a part_devt helperGravatar Christoph Hellwig 1-8/+2
2020-12-01block: merge struct block_device and struct hd_structGravatar Christoph Hellwig 1-11/+10
2020-12-01block: remove the partno field from struct hd_structGravatar Christoph Hellwig 1-1/+1
2020-12-01block: move the partition_meta_info to struct block_deviceGravatar Christoph Hellwig 1-3/+4
2020-12-01init: cleanup match_dev_by_uuid and match_dev_by_labelGravatar Christoph Hellwig 1-12/+6
2020-12-01init: refactor devt_from_partuuidGravatar Christoph Hellwig 1-37/+31
2020-12-01init: refactor name_to_dev_tGravatar Christoph Hellwig 1-93/+90
2020-07-31init: add an init_chroot helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_chdir helperGravatar Christoph Hellwig 1-1/+1
2020-07-31init: add an init_mount helperGravatar Christoph Hellwig 1-4/+4
2020-07-30initrd: remove support for multiple floppiesGravatar Christoph Hellwig 1-62/+7
2020-07-16md: move the early init autodetect code to drivers/md/Gravatar Christoph Hellwig 1-0/+1
2020-03-24block: remove __bdevnameGravatar Christoph Hellwig 1-10/+2
2019-12-16Fix root mounting with no mount optionsGravatar Linus Torvalds 1-10/+13
2019-12-12init: use do_mount() instead of ksys_mount()Gravatar Dominik Brodowski 1-6/+22
2019-12-12devtmpfs: use do_mount() instead of ksys_mount()Gravatar Dominik Brodowski 1-1/+1
2019-10-02init: Support mounting root file systems over SMBGravatar Paulo Alcantara (SUSE) 1-0/+49
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIGravatar David Howells 1-5/+4
2019-09-05make shmem_fill_super() staticGravatar Al Viro 1-1/+1
2019-09-05make ramfs_fill_super() staticGravatar Al Viro 1-4/+2