- 40c8ee6 init: don't panic if mount_nodev_root failed by Leon Romanovsky · 3 years, 3 months ago
- b51593c init/do_mounts.c: Harden split_fs_names() against buffer overflow by Vivek Goyal · 3 years, 3 months ago
- e2e694b Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 4 months ago
- c4b2b7d block: remove CONFIG_DEBUG_BLOCK_EXT_DEVT by Christoph Hellwig · 3 years, 4 months ago
- 6e7c177 fs: simplify get_filesystem_list / get_all_fs_names by Christoph Hellwig · 3 years, 6 months ago
- f9259be init: allow mounting arbitrary non-blockdevice filesystems as root by Christoph Hellwig · 3 years, 6 months ago
- e24d12b init: split get_fs_names by Christoph Hellwig · 3 years, 6 months ago
- c97d93c block: factor out a part_devt helper by Christoph Hellwig · 3 years, 7 months ago
- 0d02129 block: merge struct block_device and struct hd_struct by Christoph Hellwig · 4 years, 1 month ago
- 41e5c81 block: remove the partno field from struct hd_struct by Christoph Hellwig · 4 years, 1 month ago
- 231926d block: move the partition_meta_info to struct block_device by Christoph Hellwig · 4 years, 1 month ago
- 013b0e9 init: cleanup match_dev_by_uuid and match_dev_by_label by Christoph Hellwig · 4 years, 1 month ago
- e036bb8 init: refactor devt_from_partuuid by Christoph Hellwig · 4 years, 1 month ago
- c2637e8 init: refactor name_to_dev_t by Christoph Hellwig · 4 years, 1 month ago
- 4b7ca50 init: add an init_chroot helper by Christoph Hellwig · 4 years, 5 months ago
- db63f1e init: add an init_chdir helper by Christoph Hellwig · 4 years, 5 months ago
- c60166f init: add an init_mount helper by Christoph Hellwig · 4 years, 5 months ago
- c837699 initrd: remove support for multiple floppies by Christoph Hellwig · 4 years, 7 months ago
- 4f5b246 md: move the early init autodetect code to drivers/md/ by Christoph Hellwig · 4 years, 7 months ago
- ea3edd4 block: remove __bdevname by Christoph Hellwig · 4 years, 9 months ago
- 7de7de7 Fix root mounting with no mount options by Linus Torvalds · 5 years ago
- cccaa5e init: use do_mount() instead of ksys_mount() by Dominik Brodowski · 6 years ago
- 5e787db devtmpfs: use do_mount() instead of ksys_mount() by Dominik Brodowski · 6 years ago
- 8902dd5 init: Support mounting root file systems over SMB by Paulo Alcantara (SUSE) · 5 years ago
- f323562 vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API by David Howells · 6 years ago
- 7e30d2a5 make shmem_fill_super() static by Al Viro · 6 years ago
- df02450 make ramfs_fill_super() static by Al Viro · 6 years ago
- 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- 037f11b mnt_init(): call shmem_init() unconditionally by Al Viro · 6 years ago
- fd3e007 don't bother with registering rootfs by Al Viro · 6 years ago
- 14a253c init_rootfs(): don't bother with init_ramfs_fs() by Al Viro · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- e262e32d vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled by David Howells · 6 years ago
- f027c34 init/do_mounts.c: add root=PARTLABEL=<name> support by Nikolaus Voss · 6 years ago
- 6ad018e init/: remove ineffective sparse disabling by Luc Van Oostenryck · 6 years ago
- 3ce4a7b fs: add ksys_read() helper; remove in-kernel calls to sys_read() by Dominik Brodowski · 7 years ago
- cbb60b9 fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl() by Dominik Brodowski · 7 years ago
- bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 7 years ago
- 2ca2a09d6 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 7 years ago
- 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 7 years ago
- a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 7 years ago
- 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 7 years ago
- 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
- e462ec5 VFS: Differentiate mount flags (MS_*) from internal superblock flags by David Howells · 7 years ago
- bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
- 39a0e97 init: reduce rootwait polling interval time to 5ms by Jungseung Lee · 8 years ago
- c69e3c3 init/do_mounts.c: add create_dev() failure log by Vishnu Pratap Singh · 10 years ago
- cb31ef4 init: fix regression by supporting devices with major:minor:offset format by Chen Yu · 10 years ago
- 283e7ad init: stricter checking of major:minor root= values by Dan Ehrenberg · 10 years ago
- e6e20a7 init: export name_to_dev_t and mark name argument as const by Dan Ehrenberg · 10 years ago
- 10975933 init: fix read-write root mount by Miklos Szeredi · 10 years ago
- 0bf37ae init/do_mounts: better syntax description by Pavel Machek · 10 years ago
- a68b310 init/do_mounts.c: fix comment error by chishanmingshen · 11 years ago
- 6c25161 init/do_mounts.c: add maj:min syntax comment by Sebastian Capella · 11 years ago
- 6e19ede initmpfs: use initramfs if rootfstype= or root= specified by Rob Landley · 11 years ago
- 16203a7 initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabled by Rob Landley · 11 years ago
- 57f150a initmpfs: move rootfs code from fs/ramfs/ to init/ by Rob Landley · 11 years ago
- ca75b4d8 insert missing space in printk line of root_delay by Toralf Förster · 11 years ago
- 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
- d33b98f block: partition: msdos: provide UUIDs for partitions by Stephen Warren · 12 years ago
- 283f8fc init: reduce PARTUUID min length to 1 from 36 by Stephen Warren · 12 years ago
- 1ad7e89 block: store partition_meta_info.uuid as a string by Stephen Warren · 12 years ago
- a608ca2 vfs: allocate page instead of names_cache buffer in mount_block_root by Jeff Layton · 12 years ago
- c67e538 init: disable sparse checking of the mount.o source files by H Hartley Sweeten · 13 years ago
- 377485f6 init: don't try mounting device as nfs root unless type fully matches by Sasha Levin · 13 years ago
- 0e0cb89 init/do_mounts.c: print error code on mount failure by Bernhard Walle · 13 years ago
- 57eccf1 Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
- d8c9584 vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb by Al Viro · 13 years ago
- 43717c7 NFS: Retry mounting NFSROOT by Chuck Lever · 13 years ago
- 79975f1 init: add root=PARTUUID=UUID/PARTNROFF=%d support by Will Drewry · 13 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- 80cdc6d fs: use appropriate printk priority levels by Mandeep Singh Baines · 14 years ago
- a1cf11d name_to_dev_t() must not call __init code by Jan Beulich · 14 years ago
- 562f5e6 init: mark __user address space on string literals by Namhyung Kim · 14 years ago
- 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
- 56463e5 NFS: Use super.c for NFSROOT mount option parsing by Chuck Lever · 14 years ago
- 6d0aed7 do_mounts: only enable PARTUUID for CONFIG_BLOCK by Jens Axboe · 14 years ago
- 38b6f45 core: match_dev_by_uuid() should not be marked __init by Jens Axboe · 14 years ago
- b5af921 init: add support for root devices specified by partition UUID by Will Drewry · 14 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 2b2af54 Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev by Kay Sievers · 16 years ago
- 3b5c760 fs: fix do_mount_root() false positive kmemcheck warning by Vegard Nossum · 16 years ago
- 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 16 years ago
- 216773a Consolidate driver_probe_done() loops into one place by Arjan van de Ven · 16 years ago
- 22a9d64 async: Asynchronous function calls to speed up kernel boot by Arjan van de Ven · 16 years ago
- bca1033 do_mounts: add device info to mount message by Marton Balint · 16 years ago
- 55dc7db init: DEBUG_BLOCK_EXT_DEVT requires explicit root= param by Tejun Heo · 16 years ago
- f56f6d30 make init/do_mounts.c:root_device_name static by Adrian Bunk · 16 years ago
- 82c8253 init/do_mounts.c should #include <linux/initrd.h> by Adrian Bunk · 16 years ago
- 2d62f48 do_mounts: allow UBI root device name by Adrian Hunter · 17 years ago
- 30f2f0e block: do_mounts - accept root=<non-existant partition> by Kay Sievers · 17 years ago
- 6ac08c3 Use struct path in fs_struct by Jan Blunck · 17 years ago
- 011e3fc proper prototype for get_filesystem_list() by Adrian Bunk · 17 years ago
- b47711b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
- edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 18 years ago
- bced952 security: remove security_sb_post_mountroot hook by H. Peter Anvin · 17 years ago
- cc1ed75 init: wait for asynchronously scanned block devices by Pierre Ossman · 17 years ago
- dd2a345 Display all possible partitions when the root filesystem failed to mount by Dave Gilbert · 18 years ago
- 4659539 init/do_mounts.c: proper prepare_namespace() prototype by Adrian Bunk · 18 years ago
- 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago