aboutsummaryrefslogtreecommitdiffstats
path: root/init/do_mounts.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-26[PATCH] fix CONFIG_SYSFS=n compile warningAndrew Morton1-0/+2
2004-04-12[PATCH] Add CONFIG_SYSFSAndrew Morton1-0/+2
2004-03-13[PATCH] further __KERNEL_SYSCALLS__ removalAndrew Morton1-12/+12
2004-03-11[PATCH] Fix rootfs on ramdiskAndrew Morton1-0/+3
2003-12-29[PATCH] name_to_dev_t() fixAndrew Morton1-2/+2
2003-12-29[PATCH] make name_to_dev_t __initAndrew Morton1-1/+1
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo1-0/+3
2003-09-22[PATCH] 32-bit dev_t: switch-overAlexander Viro1-2/+6
2003-09-22[PATCH] prepare for 32-bit dev_t: mknod()/ustat()Alexander Viro1-4/+4
2003-08-20[PATCH] remove mount_root_failed_msg()Jeff Garzik1-2/+0
2003-08-14Merge bk://kernel.bkbits.net//home/mochel/linux-2.5-powerLinus Torvalds1-4/+0
2003-08-14[PATCH] handle old-style "root=" argumentsAndrew Morton1-9/+21
2003-08-14Hand MergePatrick Mochel1-4/+0
2003-08-12[power] Various swsusp cleanups.Patrick Mochel1-4/+0
2003-08-12ACPILen Brown1-10/+3
2003-08-12ACPI: merge andy-2.6 into lenb-2.6Len Brown1-0/+10
2003-08-09ACPI from 2.4:Len Brown1-0/+10
2003-07-31[PATCH] dev_t printingAndrew Morton1-2/+7
2003-05-25[PATCH] do_mounts.c strlcpyBen Collins1-1/+1
2003-03-22[PATCH] make the bdevname() API saneAndrew Morton1-3/+5
2003-03-06do_mounts: Fix boot from ramdiskKai Germaschewski1-1/+1
2003-03-01Merge tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5.do_mounts.tmpKai Germaschewski1-976/+45
2003-02-25[PATCH] remove kdevname abuse from init/do_mount.cChristoph Hellwig1-6/+5
2003-02-22do_mounts: create_dev() before mountingKai Germaschewski1-4/+3
2003-02-22do_mounts: Separate out common root mounting code into do_mount_root()Kai Germaschewski1-12/+21
2003-02-21do_mounts: Move CONFIG_BLK_DEV_RAM stuff into own fileKai Germaschewski1-531/+3
2003-02-21do_mounts: mount_initrd is now only needed w/CONFIG_BLK_DEV_INITRDKai Germaschewski1-19/+18
2003-02-21do_mounts: Simplify logic for ramdisk from floppy.Kai Germaschewski1-1/+3
2003-02-21do_mount: Move more of the initrd load logic into initrd_load()Kai Germaschewski1-13/+11
2003-02-21do_mounts: initrd_load() is never called w/o CONFIG_BLK_DEV_INITRDKai Germaschewski1-2/+4
2003-02-21do_mounts: Remove unneeded check for initrd_startKai Germaschewski1-2/+0
2003-02-21do_mounts: move early MD setup into own fileKai Germaschewski1-261/+0
2003-02-21do_mounts: __init* cleanupKai Germaschewski1-14/+12
2003-02-21do_mounts: Move devfs into own file.Kai Germaschewski1-152/+5
2003-02-04[PATCH] do_mounts memory leakRandy Dunlap1-6/+6
2003-01-05[PATCH] devfs mount-time readdir fix and cleanupAndrew Morton1-12/+17
2002-12-04[DO_MOUNT]: Use correct printf format for bytes_out.David S. Miller1-1/+1
2002-12-03[PATCH] compile warningsAlexander Viro1-7/+7
2002-12-01[PATCH] report unzip errors on initrdAlan Cox1-3/+16
2002-11-25Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman1-1/+2
2002-11-24[PATCH] do_mounts.c ioctl fixRalf Bächle1-1/+2
2002-11-23MergeGreg Kroah-Hartman1-1/+2
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig1-0/+1
2002-11-14[PATCH] late-boot fixesAlexander Viro1-8/+11
2002-11-10[PATCH] late-boot cleanupsAlexander Viro1-10/+378
2002-11-01Minimal initramfs support (based on Al Viro's work).Jeff Garzik1-3/+1
2002-10-30convert do_mounts.c to use sysfs instead of driverfs.Patrick Mochel1-3/+3
2002-10-29[PATCH] removal of root_dev_names[]Alexander Viro1-158/+133
2002-10-17LSM: change all of the VFS related security calls to the new format.Greg Kroah-Hartman1-1/+1
2002-10-16LSM: add #include <linux/security.h> to a lot of files as they all have secur...Greg Kroah-Hartman1-0/+1
2002-10-05[PATCH] unistd.h cleanupsBrian Gerst1-1/+1
2002-10-02[PATCH] Remove some more devfs crapChristoph Hellwig1-58/+0
2002-09-08[PATCH] handle_initrd() and request_module()Alexander Viro1-8/+19
2002-08-12[PATCH] fix syscall prototypes in init/do_mounts.cChristoph Hellwig1-9/+9
2002-07-27Merge atnf.csiro.au:/workaholix1/kernel/v2.5/linusRichard Gooch1-2/+3
2002-07-25do_mounts.c, block_dev.c, hiddev.c, md.c:Richard Gooch1-2/+3
2002-07-21[PATCH] LSM: file related LSM hooksStephen D. Smalley1-0/+1
2002-06-11[PATCH] (10/14) resyncAlexander Viro1-2/+2
2002-06-11[PATCH] (7/14) resyncAlexander Viro1-26/+26
2002-05-29[PATCH] Fix RAMDISK config problemTom Rini1-1/+1
2002-05-26[PATCH] do_mounts warning removalRusty Russell1-0/+2
2002-05-21[PATCH] suspend-to-{RAM,disk}Pavel Machek1-0/+6
2002-05-05[PATCH] do_mounts.c printk fixAlexander Viro1-1/+1
2002-05-02[PATCH] change_floppy() fixAlexander Viro1-1/+1
2002-04-01[PATCH] initrd issueAlexander Viro1-1/+1
2002-03-07[PATCH] init/do_mounts compilation warning fixKai Germaschewski1-2/+2
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds1-4/+2
2002-02-04v2.5.1.7 -> v2.5.1.8Linus Torvalds1-9/+9
2002-02-04v2.5.1.5 -> v2.5.1.6Linus Torvalds1-7/+10
2002-02-04v2.5.1.1 -> v2.5.1.2Linus Torvalds1-3/+71
2002-02-04v2.5.1 -> v2.5.1.1Linus Torvalds1-15/+39
2002-02-04v2.5.0.11 -> v2.5.1v2.5.1Linus Torvalds1-9/+6
2002-02-04v2.5.0.10 -> v2.5.0.11Linus Torvalds1-222/+559
2002-02-04v2.5.0.8 -> v2.5.0.9Linus Torvalds1-16/+18
2002-02-04v2.5.0.7 -> v2.5.0.8Linus Torvalds1-1/+2
2002-02-04v2.5.0.6 -> v2.5.0.7Linus Torvalds1-0/+558