1. 077d23c CHROMIUM: dm: boot time specification of dm= by Will Drewry · 14 years ago
  2. c69e3c3 init/do_mounts.c: add create_dev() failure log by Vishnu Pratap Singh · 9 years ago
  3. cb31ef4 init: fix regression by supporting devices with major:minor:offset format by Chen Yu · 9 years ago
  4. 283e7ad init: stricter checking of major:minor root= values by Dan Ehrenberg · 9 years ago
  5. e6e20a7 init: export name_to_dev_t and mark name argument as const by Dan Ehrenberg · 9 years ago
  6. 1097593 init: fix read-write root mount by Miklos Szeredi · 9 years ago
  7. 0bf37ae init/do_mounts: better syntax description by Pavel Machek · 10 years ago
  8. a68b310 init/do_mounts.c: fix comment error by chishanmingshen · 10 years ago
  9. 6c25161 init/do_mounts.c: add maj:min syntax comment by Sebastian Capella · 10 years ago
  10. 6e19ede initmpfs: use initramfs if rootfstype= or root= specified by Rob Landley · 11 years ago
  11. 16203a7 initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabled by Rob Landley · 11 years ago
  12. 57f150a initmpfs: move rootfs code from fs/ramfs/ to init/ by Rob Landley · 11 years ago
  13. ca75b4d8 insert missing space in printk line of root_delay by Toralf Förster · 11 years ago
  14. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 11 years ago
  15. d33b98f block: partition: msdos: provide UUIDs for partitions by Stephen Warren · 11 years ago
  16. 283f8fc init: reduce PARTUUID min length to 1 from 36 by Stephen Warren · 11 years ago
  17. 1ad7e89 block: store partition_meta_info.uuid as a string by Stephen Warren · 11 years ago
  18. a608ca2 vfs: allocate page instead of names_cache buffer in mount_block_root by Jeff Layton · 12 years ago
  19. c67e538 init: disable sparse checking of the mount.o source files by H Hartley Sweeten · 12 years ago
  20. 377485f init: don't try mounting device as nfs root unless type fully matches by Sasha Levin · 12 years ago
  21. 0e0cb89 init/do_mounts.c: print error code on mount failure by Bernhard Walle · 12 years ago
  22. 57eccf1 Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  23. d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 12 years ago
  24. 43717c7 NFS: Retry mounting NFSROOT by Chuck Lever · 12 years ago
  25. 79975f1 init: add root=PARTUUID=UUID/PARTNROFF=%d support by Will Drewry · 13 years ago
  26. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  27. 80cdc6d fs: use appropriate printk priority levels by Mandeep Singh Baines · 13 years ago
  28. a1cf11d name_to_dev_t() must not call __init code by Jan Beulich · 13 years ago
  29. 562f5e6 init: mark __user address space on string literals by Namhyung Kim · 14 years ago
  30. 74eb94b Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  31. 56463e5 NFS: Use super.c for NFSROOT mount option parsing by Chuck Lever · 14 years ago
  32. 6d0aed7 do_mounts: only enable PARTUUID for CONFIG_BLOCK by Jens Axboe · 14 years ago
  33. 38b6f45 core: match_dev_by_uuid() should not be marked __init by Jens Axboe · 14 years ago
  34. b5af921 init: add support for root devices specified by partition UUID by Will Drewry · 14 years ago
  35. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  36. 2b2af54 Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev by Kay Sievers · 15 years ago
  37. 3b5c760 fs: fix do_mount_root() false positive kmemcheck warning by Vegard Nossum · 15 years ago
  38. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  39. 216773a Consolidate driver_probe_done() loops into one place by Arjan van de Ven · 15 years ago
  40. 22a9d64 async: Asynchronous function calls to speed up kernel boot by Arjan van de Ven · 15 years ago
  41. bca1033 do_mounts: add device info to mount message by Marton Balint · 15 years ago
  42. 55dc7db init: DEBUG_BLOCK_EXT_DEVT requires explicit root= param by Tejun Heo · 16 years ago
  43. f56f6d30 make init/do_mounts.c:root_device_name static by Adrian Bunk · 16 years ago
  44. 82c8253 init/do_mounts.c should #include <linux/initrd.h> by Adrian Bunk · 16 years ago
  45. 2d62f48 do_mounts: allow UBI root device name by Adrian Hunter · 16 years ago
  46. 30f2f0e block: do_mounts - accept root=<non-existant partition> by Kay Sievers · 16 years ago
  47. 6ac08c3 Use struct path in fs_struct by Jan Blunck · 16 years ago
  48. 011e3fc proper prototype for get_filesystem_list() by Adrian Bunk · 16 years ago
  49. b47711b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 16 years ago
  50. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  51. bced952 security: remove security_sb_post_mountroot hook by H. Peter Anvin · 16 years ago
  52. cc1ed75 init: wait for asynchronously scanned block devices by Pierre Ossman · 17 years ago
  53. dd2a345 Display all possible partitions when the root filesystem failed to mount by Dave Gilbert · 17 years ago
  54. 4659539 init/do_mounts.c: proper prepare_namespace() prototype by Adrian Bunk · 17 years ago
  55. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  56. d779249 Driver Core: add ability for drivers to do a threaded probe by Greg Kroah-Hartman · 18 years ago
  57. bdaf852 [PATCH] devfs: Remove devfs from the init code by Greg Kroah-Hartman · 19 years ago
  58. e9482b4 [MTD] Allow alternate JFFS2 mount variant for root filesystem. by Joern Engel · 18 years ago
  59. be6e028b [PATCH] root mount failure: emit filesystems attempted by Andy Whitcroft · 18 years ago
  60. 5ac3578 do_mounts.c: Minor ROOT_DEV comment cleanup by Florin Malita · 18 years ago
  61. 9b04c99 [PATCH] vfs: MS_VERBOSE should be MS_SILENT by Theodore Ts'o · 18 years ago
  62. 13ae6d8 [PATCH] remove driverfs references from init/do_mounts.c by Rolf Eike Beer · 19 years ago
  63. a2d2b5c [PATCH] remove EXPORT_SYMBOL for root_dev by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  64. d53d9f1 [PATCH] name_to_dev_t warning fix by Andrew Morton · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago