index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
do_mounts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev
Kay Sievers
2009-09-15
1
-1
/
+1
*
fs: fix do_mount_root() false positive kmemcheck warning
Vegard Nossum
2009-06-15
1
-1
/
+2
*
Get rid of indirect include of fs_struct.h
Al Viro
2009-03-31
1
-0
/
+1
*
Consolidate driver_probe_done() loops into one place
Arjan van de Ven
2009-02-21
1
-4
/
+9
*
async: Asynchronous function calls to speed up kernel boot
Arjan van de Ven
2009-01-07
1
-0
/
+2
*
do_mounts: add device info to mount message
Marton Balint
2009-01-06
1
-2
/
+2
*
init: DEBUG_BLOCK_EXT_DEVT requires explicit root= param
Tejun Heo
2008-10-09
1
-0
/
+4
*
make init/do_mounts.c:root_device_name static
Adrian Bunk
2008-07-26
1
-1
/
+1
*
init/do_mounts.c should #include <linux/initrd.h>
Adrian Bunk
2008-07-25
1
-0
/
+1
*
do_mounts: allow UBI root device name
Adrian Hunter
2008-07-14
1
-1
/
+2
*
block: do_mounts - accept root=<non-existant partition>
Kay Sievers
2008-05-14
1
-1
/
+26
*
Use struct path in fs_struct
Jan Blunck
2008-02-14
1
-3
/
+3
*
proper prototype for get_filesystem_list()
Adrian Bunk
2008-02-06
1
-2
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2008-01-25
1
-1
/
+0
|
\
|
*
security: remove security_sb_post_mountroot hook
H. Peter Anvin
2008-01-25
1
-1
/
+0
*
|
Driver core: convert block from raw kobjects to core devices
Kay Sievers
2008-01-24
1
-100
/
+8
|
/
*
init: wait for asynchronously scanned block devices
Pierre Ossman
2007-07-16
1
-2
/
+22
*
Display all possible partitions when the root filesystem failed to mount
Dave Gilbert
2007-05-09
1
-1
/
+6
*
init/do_mounts.c: proper prepare_namespace() prototype
Adrian Bunk
2007-05-08
1
-0
/
+1
*
[PATCH] BLOCK: Make it possible to disable the block layer [try #6]
David Howells
2006-09-30
1
-1
/
+12
*
Driver Core: add ability for drivers to do a threaded probe
Greg Kroah-Hartman
2006-09-25
1
-0
/
+5
*
[PATCH] devfs: Remove devfs from the init code
Greg Kroah-Hartman
2006-06-26
1
-6
/
+2
*
[MTD] Allow alternate JFFS2 mount variant for root filesystem.
Joern Engel
2006-05-30
1
-0
/
+4
*
[PATCH] root mount failure: emit filesystems attempted
Andy Whitcroft
2006-05-15
1
-0
/
+5
*
do_mounts.c: Minor ROOT_DEV comment cleanup
Florin Malita
2006-03-26
1
-1
/
+0
*
[PATCH] vfs: MS_VERBOSE should be MS_SILENT
Theodore Ts'o
2006-03-24
1
-1
/
+1
*
[PATCH] remove driverfs references from init/do_mounts.c
Rolf Eike Beer
2005-09-02
1
-3
/
+3
*
[PATCH] remove EXPORT_SYMBOL for root_dev
Paolo 'Blaisorblade' Giarrusso
2005-07-14
1
-2
/
+0
*
[PATCH] name_to_dev_t warning fix
Andrew Morton
2005-07-12
1
-0
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+430