summaryrefslogtreecommitdiff
path: root/init/do_mounts.c
Commit message (Expand)AuthorAge
* 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-13
* 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
* Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-25
|\
| * NFS: Use super.c for NFSROOT mount option parsingChuck Lever2010-09-17
* | do_mounts: only enable PARTUUID for CONFIG_BLOCKJens Axboe2010-09-17
* | core: match_dev_by_uuid() should not be marked __initJens Axboe2010-09-16
* | init: add support for root devices specified by partition UUIDWill Drewry2010-09-15
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2009-09-15
* fs: fix do_mount_root() false positive kmemcheck warningVegard Nossum2009-06-15
* Get rid of indirect include of fs_struct.hAl Viro2009-03-31
* Consolidate driver_probe_done() loops into one placeArjan van de Ven2009-02-21
* async: Asynchronous function calls to speed up kernel bootArjan van de Ven2009-01-07