summaryrefslogtreecommitdiff
path: root/init/do_mounts.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * don't bother with registering rootfsAl Viro2019-07-041-13/+2
| * init_rootfs(): don't bother with init_ramfs_fs()Al Viro2019-07-041-2/+0
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* init/do_mounts.c: add root=PARTLABEL=<name> supportNikolaus Voss2018-10-311-0/+31
* init/: remove ineffective sparse disablingLuc Van Oostenryck2018-08-221-10/+0
* fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski2018-04-021-4/+4
* fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski2018-04-021-2/+2
* fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski2018-04-021-2/+2
* fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski2018-04-021-2/+2
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-2/+1
* VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-171-2/+2
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* init: reduce rootwait polling interval time to 5msJungseung Lee2016-12-121-1/+1
* init/do_mounts.c: add create_dev() failure logVishnu Pratap Singh2015-06-251-2/+7
* init: fix regression by supporting devices with major:minor:offset formatChen Yu2015-05-051-2/+3