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