summaryrefslogtreecommitdiff
path: root/init/do_mounts.c
AgeCommit message (Expand)Author
2004-04-26[PATCH] fix CONFIG_SYSFS=n compile warningAndrew Morton
2004-04-12[PATCH] Add CONFIG_SYSFSAndrew Morton
2004-03-13[PATCH] further __KERNEL_SYSCALLS__ removalAndrew Morton
2004-03-11[PATCH] Fix rootfs on ramdiskAndrew Morton
2003-12-29[PATCH] name_to_dev_t() fixAndrew Morton
2003-12-29[PATCH] make name_to_dev_t __initAndrew Morton
2003-10-07o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the treeArnaldo Carvalho de Melo
2003-09-22[PATCH] 32-bit dev_t: switch-overAlexander Viro
2003-09-22[PATCH] prepare for 32-bit dev_t: mknod()/ustat()Alexander Viro
2003-08-20[PATCH] remove mount_root_failed_msg()Jeff Garzik
2003-08-14Merge bk://kernel.bkbits.net//home/mochel/linux-2.5-powerLinus Torvalds
2003-08-14[PATCH] handle old-style "root=" argumentsAndrew Morton
2003-08-14Hand MergePatrick Mochel
2003-08-12[power] Various swsusp cleanups.Patrick Mochel
2003-08-12ACPILen Brown
2003-08-12ACPI: merge andy-2.6 into lenb-2.6Len Brown
2003-08-09ACPI from 2.4:Len Brown
2003-07-31[PATCH] dev_t printingAndrew Morton
2003-05-25[PATCH] do_mounts.c strlcpyBen Collins
2003-03-22[PATCH] make the bdevname() API saneAndrew Morton
2003-03-06do_mounts: Fix boot from ramdiskKai Germaschewski
2003-03-01Merge tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5.do_mounts.tmpKai Germaschewski
2003-02-25[PATCH] remove kdevname abuse from init/do_mount.cChristoph Hellwig
2003-02-22do_mounts: create_dev() before mountingKai Germaschewski
2003-02-22do_mounts: Separate out common root mounting code into do_mount_root()Kai Germaschewski
2003-02-21do_mounts: Move CONFIG_BLK_DEV_RAM stuff into own fileKai Germaschewski
2003-02-21do_mounts: mount_initrd is now only needed w/CONFIG_BLK_DEV_INITRDKai Germaschewski
2003-02-21do_mounts: Simplify logic for ramdisk from floppy.Kai Germaschewski
2003-02-21do_mount: Move more of the initrd load logic into initrd_load()Kai Germaschewski
2003-02-21do_mounts: initrd_load() is never called w/o CONFIG_BLK_DEV_INITRDKai Germaschewski
2003-02-21do_mounts: Remove unneeded check for initrd_startKai Germaschewski
2003-02-21do_mounts: move early MD setup into own fileKai Germaschewski
2003-02-21do_mounts: __init* cleanupKai Germaschewski
2003-02-21do_mounts: Move devfs into own file.Kai Germaschewski
2003-02-04[PATCH] do_mounts memory leakRandy Dunlap
2003-01-05[PATCH] devfs mount-time readdir fix and cleanupAndrew Morton
2002-12-04[DO_MOUNT]: Use correct printf format for bytes_out.David S. Miller
2002-12-03[PATCH] compile warningsAlexander Viro
2002-12-01[PATCH] report unzip errors on initrdAlan Cox
2002-11-25Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman
2002-11-24[PATCH] do_mounts.c ioctl fixRalf Bächle
2002-11-23MergeGreg Kroah-Hartman
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig
2002-11-14[PATCH] late-boot fixesAlexander Viro
2002-11-10[PATCH] late-boot cleanupsAlexander Viro
2002-11-01Minimal initramfs support (based on Al Viro's work).Jeff Garzik
2002-10-30convert do_mounts.c to use sysfs instead of driverfs.Patrick Mochel
2002-10-29[PATCH] removal of root_dev_names[]Alexander Viro
2002-10-17LSM: change all of the VFS related security calls to the new format.Greg Kroah-Hartman
2002-10-16LSM: add #include <linux/security.h> to a lot of files as they all have secur...Greg Kroah-Hartman