aboutsummaryrefslogtreecommitdiffstats
path: root/init/do_mounts.c
Commit message (Expand)AuthorAgeFilesLines
* init: don't try mounting device as nfs root unless type fully matchesSasha Levin2012-05-211-1/+1
* NFS: Retry mounting NFSROOTChuck Lever2012-01-251-4/+31
* 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
* do_mounts: add device info to mount messageMarton Balint2009-01-061-2/+2
* init: DEBUG_BLOCK_EXT_DEVT requires explicit root= paramTejun Heo2008-10-091-0/+4
* make init/do_mounts.c:root_device_name staticAdrian Bunk2008-07-261-1/+1
* init/do_mounts.c should #include <linux/initrd.h>Adrian Bunk2008-07-251-0/+1
* do_mounts: allow UBI root device nameAdrian Hunter2008-07-141-1/+2
* block: do_mounts - accept root=<non-existant partition>Kay Sievers2008-05-141-1/+26
* Use struct path in fs_structJan Blunck2008-02-141-3/+3
* proper prototype for get_filesystem_list()Adrian Bunk2008-02-061-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-01-251-1/+0
|\
| * security: remove security_sb_post_mountroot hookH. Peter Anvin2008-01-251-1/+0
* | Driver core: convert block from raw kobjects to core devicesKay Sievers2008-01-241-100/+8
|/
* init: wait for asynchronously scanned block devicesPierre Ossman2007-07-161-2/+22
* Display all possible partitions when the root filesystem failed to mountDave Gilbert2007-05-091-1/+6
* init/do_mounts.c: proper prepare_namespace() prototypeAdrian Bunk2007-05-081-0/+1
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-1/+12
* Driver Core: add ability for drivers to do a threaded probeGreg Kroah-Hartman2006-09-251-0/+5
* [PATCH] devfs: Remove devfs from the init codeGreg Kroah-Hartman2006-06-261-6/+2
* [MTD] Allow alternate JFFS2 mount variant for root filesystem.Joern Engel2006-05-301-0/+4
* [PATCH] root mount failure: emit filesystems attemptedAndy Whitcroft2006-05-151-0/+5
* do_mounts.c: Minor ROOT_DEV comment cleanupFlorin Malita2006-03-261-1/+0
* [PATCH] vfs: MS_VERBOSE should be MS_SILENTTheodore Ts'o2006-03-241-1/+1
* [PATCH] remove driverfs references from init/do_mounts.cRolf Eike Beer2005-09-021-3/+3
* [PATCH] remove EXPORT_SYMBOL for root_devPaolo 'Blaisorblade' Giarrusso2005-07-141-2/+0
* [PATCH] name_to_dev_t warning fixAndrew Morton2005-07-121-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+430