aboutsummaryrefslogtreecommitdiff
path: root/init/do_mounts.c
AgeCommit message (Expand)Author
2019-09-12vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells
2019-09-05make shmem_fill_super() staticAl Viro
2019-09-05make ramfs_fill_super() staticAl Viro
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-04mnt_init(): call shmem_init() unconditionallyAl Viro
2019-07-04don't bother with registering rootfsAl Viro
2019-07-04init_rootfs(): don't bother with init_ramfs_fs()Al Viro
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells
2018-10-31init/do_mounts.c: add root=PARTLABEL=<name> supportNikolaus Voss
2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck
2018-04-02fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski
2018-04-02fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2017-07-17VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2016-12-12init: reduce rootwait polling interval time to 5msJungseung Lee
2015-06-25init/do_mounts.c: add create_dev() failure logVishnu Pratap Singh
2015-05-05init: fix regression by supporting devices with major:minor:offset formatChen Yu
2015-04-15init: stricter checking of major:minor root= valuesDan Ehrenberg
2015-04-15init: export name_to_dev_t and mark name argument as constDan Ehrenberg
2014-12-17init: fix read-write root mountMiklos Szeredi
2014-08-28init/do_mounts: better syntax descriptionPavel Machek
2014-04-03init/do_mounts.c: fix comment errorchishanmingshen
2013-11-13init/do_mounts.c: add maj:min syntax commentSebastian Capella
2013-09-11initmpfs: use initramfs if rootfstype= or root= specifiedRob Landley
2013-09-11initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley
2013-07-03insert missing space in printk line of root_delayToralf Förster
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2012-11-23block: partition: msdos: provide UUIDs for partitionsStephen Warren
2012-11-23init: reduce PARTUUID min length to 1 from 36Stephen Warren
2012-11-23block: store partition_meta_info.uuid as a stringStephen Warren
2012-10-12vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton
2012-05-31init: disable sparse checking of the mount.o source filesH Hartley Sweeten
2012-05-05init: don't try mounting device as nfs root unless type fully matchesSasha Levin
2012-03-23init/do_mounts.c: print error code on mount failureBernhard Walle
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro
2012-01-05NFS: Retry mounting NFSROOTChuck Lever
2011-11-02init: add root=PARTUUID=UUID/PARTNROFF=%d supportWill Drewry
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22fs: use appropriate printk priority levelsMandeep Singh Baines
2011-01-03name_to_dev_t() must not call __init codeJan Beulich
2010-10-26init: mark __user address space on string literalsNamhyung Kim