summaryrefslogtreecommitdiffstats
path: root/init/do_mounts.c
Commit message (Expand)AuthorAgeFilesLines
* rootfs: Fix support for rootfstype= when root= is givenStefan Berger2023-12-071-3/+6
* init/mount: print pretty name of root device when panicsJianyong Wu2023-10-191-1/+1
* init: Add support for rootwait timeout parameterLoic Poulain2023-08-151-2/+36
* Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-3/+12
|\
| * init: add bdev fs printk if mount_block_root failedAngus Chen2023-06-091-1/+12
| * init: move cifs_root_data() prototype into linux/mount.hArnd Bergmann2023-06-091-2/+0
* | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-307/+109
|\ \
| * | block: move the code to do early boot lookup of block devices to block/Christoph Hellwig2023-06-051-219/+0
| * | init: clear root_wait on all invalid root= stringsChristoph Hellwig2023-06-051-7/+11
| * | init: improve the name_to_dev_t interfaceChristoph Hellwig2023-06-051-53/+49
| * | init: move the nfs/cifs/ram special cases out of name_to_dev_tChristoph Hellwig2023-06-051-8/+6
| * | init: factor the root_wait logic in prepare_namespace into a helperChristoph Hellwig2023-06-051-10/+22
| * | init: handle ubi/mtd root mounting like all other root typesChristoph Hellwig2023-06-051-9/+14
| * | init: don't remove the /dev/ prefix from error messagesChristoph Hellwig2023-06-051-11/+6
| * | init: pass root_device_name explicitlyChristoph Hellwig2023-06-051-13/+16
| * | init: refactor mount_rootChristoph Hellwig2023-06-051-48/+56
| * | init: rename mount_block_root to mount_root_genericChristoph Hellwig2023-06-051-3/+3
| * | driver core: return bool from driver_probe_doneChristoph Hellwig2023-06-051-1/+1
| |/
* / init: remove unused names parameter in split_fs_names()Yihuan Pan2023-06-051-3/+3
|/
* init: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-111-2/+2
* block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* init: don't panic if mount_nodev_root failedLeon Romanovsky2021-09-191-3/+0
* init/do_mounts.c: Harden split_fs_names() against buffer overflowVivek Goyal2021-09-191-11/+16
* Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-09-091-25/+65
|\
| * fs: simplify get_filesystem_list / get_all_fs_namesChristoph Hellwig2021-08-231-28/+21
| * init: allow mounting arbitrary non-blockdevice filesystems as rootChristoph Hellwig2021-08-231-0/+43
| * init: split get_fs_namesChristoph Hellwig2021-08-231-22/+26
* | block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig2021-08-241-4/+0
|/
* block: factor out a part_devt helperChristoph Hellwig2021-06-011-8/+2
* block: merge struct block_device and struct hd_structChristoph Hellwig2020-12-011-11/+10
* block: remove the partno field from struct hd_structChristoph Hellwig2020-12-011-1/+1
* block: move the partition_meta_info to struct block_deviceChristoph Hellwig2020-12-011-3/+4
* init: cleanup match_dev_by_uuid and match_dev_by_labelChristoph Hellwig2020-12-011-12/+6
* init: refactor devt_from_partuuidChristoph Hellwig2020-12-011-37/+31
* init: refactor name_to_dev_tChristoph Hellwig2020-12-011-93/+90
* init: add an init_chroot helperChristoph Hellwig2020-07-311-1/+1
* init: add an init_chdir helperChristoph Hellwig2020-07-311-1/+1
* init: add an init_mount helperChristoph Hellwig2020-07-311-4/+4
* initrd: remove support for multiple floppiesChristoph Hellwig2020-07-301-62/+7
* md: move the early init autodetect code to drivers/md/Christoph Hellwig2020-07-161-0/+1
* block: remove __bdevnameChristoph Hellwig2020-03-241-10/+2
* Fix root mounting with no mount optionsLinus Torvalds2019-12-161-10/+13
* init: use do_mount() instead of ksys_mount()Dominik Brodowski2019-12-121-6/+22
* devtmpfs: use do_mount() instead of ksys_mount()Dominik Brodowski2019-12-121-1/+1
* init: Support mounting root file systems over SMBPaulo Alcantara (SUSE)2019-10-021-0/+49
* vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells2019-09-121-5/+4
* make shmem_fill_super() staticAl Viro2019-09-051-1/+1
* make ramfs_fill_super() staticAl Viro2019-09-051-4/+2
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-21/+3
|\
| * mnt_init(): call shmem_init() unconditionallyAl Viro2019-07-041-7/+2