aboutsummaryrefslogtreecommitdiff
path: root/init/do_mounts.c
AgeCommit message (Expand)Author
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
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-09-17NFS: Use super.c for NFSROOT mount option parsingChuck Lever
2010-09-17do_mounts: only enable PARTUUID for CONFIG_BLOCKJens Axboe
2010-09-16core: match_dev_by_uuid() should not be marked __initJens Axboe
2010-09-15init: add support for root devices specified by partition UUIDWill Drewry
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers
2009-06-15fs: fix do_mount_root() false positive kmemcheck warningVegard Nossum
2009-03-31Get rid of indirect include of fs_struct.hAl Viro
2009-02-21Consolidate driver_probe_done() loops into one placeArjan van de Ven
2009-01-07async: Asynchronous function calls to speed up kernel bootArjan van de Ven
2009-01-06do_mounts: add device info to mount messageMarton Balint
2008-10-09init: DEBUG_BLOCK_EXT_DEVT requires explicit root= paramTejun Heo
2008-07-26make init/do_mounts.c:root_device_name staticAdrian Bunk
2008-07-25init/do_mounts.c should #include <linux/initrd.h>Adrian Bunk
2008-07-14do_mounts: allow UBI root device nameAdrian Hunter
2008-05-14block: do_mounts - accept root=<non-existant partition>Kay Sievers
2008-02-14Use struct path in fs_structJan Blunck
2008-02-06proper prototype for get_filesystem_list()Adrian Bunk
2008-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers
2008-01-25security: remove security_sb_post_mountroot hookH. Peter Anvin
2007-07-16init: wait for asynchronously scanned block devicesPierre Ossman
2007-05-09Display all possible partitions when the root filesystem failed to mountDave Gilbert
2007-05-08init/do_mounts.c: proper prepare_namespace() prototypeAdrian Bunk
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells
2006-09-25Driver Core: add ability for drivers to do a threaded probeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs from the init codeGreg Kroah-Hartman
2006-05-30[MTD] Allow alternate JFFS2 mount variant for root filesystem.Joern Engel
2006-05-15[PATCH] root mount failure: emit filesystems attemptedAndy Whitcroft