aboutsummaryrefslogtreecommitdiffstats
path: root/init/do_mounts.c
Commit message (Expand)AuthorAge
* vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount APIDavid Howells2019-09-12
* make shmem_fill_super() staticAl Viro2019-09-05
* make ramfs_fill_super() staticAl Viro2019-09-05
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-19
|\
| * mnt_init(): call shmem_init() unconditionallyAl Viro2019-07-04
| * don't bother with registering rootfsAl Viro2019-07-04
| * init_rootfs(): don't bother with init_ramfs_fs()Al Viro2019-07-04
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
|/
* vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-20
* init/do_mounts.c: add root=PARTLABEL=<name> supportNikolaus Voss2018-10-31
* init/: remove ineffective sparse disablingLuc Van Oostenryck2018-08-22
* fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski2018-04-02
* fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski2018-04-02
* fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski2018-04-02
* fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski2018-04-02
* fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski2018-04-02
* fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski2018-04-02
* fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski2018-04-02
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-15
* VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells2017-07-17
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-17
* init: reduce rootwait polling interval time to 5msJungseung Lee2016-12-12
* init/do_mounts.c: add create_dev() failure logVishnu Pratap Singh2015-06-25
* init: fix regression by supporting devices with major:minor:offset formatChen Yu2015-05-05
* init: stricter checking of major:minor root= valuesDan Ehrenberg2015-04-15
* init: export name_to_dev_t and mark name argument as constDan Ehrenberg2015-04-15
* init: fix read-write root mountMiklos Szeredi2014-12-17
* init/do_mounts: better syntax descriptionPavel Machek2014-08-28
* init/do_mounts.c: fix comment errorchishanmingshen2014-04-03
* init/do_mounts.c: add maj:min syntax commentSebastian Capella2013-11-12
* initmpfs: use initramfs if rootfstype= or root= specifiedRob Landley2013-09-11
* initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley2013-09-11
* initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2013-09-11
* insert missing space in printk line of root_delayToralf Förster2013-07-03
* driver-core: constify data for class_find_device()Michał Mirosław2013-02-06
* block: partition: msdos: provide UUIDs for partitionsStephen Warren2012-11-23
* init: reduce PARTUUID min length to 1 from 36Stephen Warren2012-11-23
* block: store partition_meta_info.uuid as a stringStephen Warren2012-11-23
* vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton2012-10-12
* init: disable sparse checking of the mount.o source filesH Hartley Sweeten2012-05-31
* init: don't try mounting device as nfs root unless type fully matchesSasha Levin2012-05-05
* init/do_mounts.c: print error code on mount failureBernhard Walle2012-03-23
* Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-01-10
|\
| * NFS: Retry mounting NFSROOTChuck Lever2012-01-05
* | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-06
|/
* init: add root=PARTUUID=UUID/PARTNROFF=%d supportWill Drewry2011-11-02
* Fix common misspellingsLucas De Marchi2011-03-31
* fs: use appropriate printk priority levelsMandeep Singh Baines2011-03-22
* name_to_dev_t() must not call __init codeJan Beulich2011-01-03
* init: mark __user address space on string literalsNamhyung Kim2010-10-26