summaryrefslogtreecommitdiffstats
path: root/init/do_mounts.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* init: stricter checking of major:minor root= valuesDan Ehrenberg2015-04-151-1/+2
* init: export name_to_dev_t and mark name argument as constDan Ehrenberg2015-04-151-1/+2
* init: fix read-write root mountMiklos Szeredi2014-12-171-2/+4
* init/do_mounts: better syntax descriptionPavel Machek2014-08-281-1/+2
* init/do_mounts.c: fix comment errorchishanmingshen2014-04-031-2/+2
* init/do_mounts.c: add maj:min syntax commentSebastian Capella2013-11-131-0/+2
* initmpfs: use initramfs if rootfstype= or root= specifiedRob Landley2013-09-111-4/+11
* initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley2013-09-111-2/+8
* initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley2013-09-111-0/+32
* insert missing space in printk line of root_delayToralf Förster2013-07-031-1/+1
* driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-2/+2
* block: partition: msdos: provide UUIDs for partitionsStephen Warren2012-11-231-0/+4
* init: reduce PARTUUID min length to 1 from 36Stephen Warren2012-11-231-13/+22
* block: store partition_meta_info.uuid as a stringStephen Warren2012-11-231-11/+17
* vfs: allocate page instead of names_cache buffer in mount_block_rootJeff Layton2012-10-121-3/+4
* init: disable sparse checking of the mount.o source filesH Hartley Sweeten2012-05-311-2/+12
* init: don't try mounting device as nfs root unless type fully matchesSasha Levin2012-05-051-1/+1
* init/do_mounts.c: print error code on mount failureBernhard Walle2012-03-231-2/+2
* Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-01-101-4/+31
|\
| * NFS: Retry mounting NFSROOTChuck Lever2012-01-051-4/+31
* | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-4/+6
|/
* init: add root=PARTUUID=UUID/PARTNROFF=%d supportWill Drewry2011-11-021-5/+43
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* fs: use appropriate printk priority levelsMandeep Singh Baines2011-03-221-1/+2
* name_to_dev_t() must not call __init codeJan Beulich2011-01-031-1/+1
* init: mark __user address space on string literalsNamhyung Kim2010-10-261-2/+2
* Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-251-6/+6
|\
| * NFS: Use super.c for NFSROOT mount option parsingChuck Lever2010-09-171-6/+6
* | do_mounts: only enable PARTUUID for CONFIG_BLOCKJens Axboe2010-09-171-0/+4
* | core: match_dev_by_uuid() should not be marked __initJens Axboe2010-09-161-1/+1
* | init: add support for root devices specified by partition UUIDWill Drewry2010-09-151-0/+66
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2009-09-151-1/+1
* fs: fix do_mount_root() false positive kmemcheck warningVegard Nossum2009-06-151-1/+2
* Get rid of indirect include of fs_struct.hAl Viro2009-03-311-0/+1
* Consolidate driver_probe_done() loops into one placeArjan van de Ven2009-02-211-4/+9
* async: Asynchronous function calls to speed up kernel bootArjan van de Ven2009-01-071-0/+2
OpenPOWER on IntegriCloud