aboutsummaryrefslogtreecommitdiffstats
path: root/fs/devfs
AgeCommit message (Expand)AuthorFilesLines
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen1-0/+1
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk2-2/+2
2004-10-18[PATCH] unexport devfs_mk_symlinkChristoph Hellwig1-1/+0
2004-08-08Remove ESPIPE logic from drivers, letting the VFS layer handle it instead.Linus Torvalds1-6/+2
2004-06-23[PATCH] symlink 3/9: trivial filesystemsAlexander Viro1-22/+4
2004-06-21[PATCH] Fix sparse warning in fs/devfs/base.cRandy Dunlap1-1/+2
2004-06-03[PATCH] sparse: trivial fs annotationsAlexander Viro1-6/+6
2004-04-11[PATCH] feed devfs through LindentAndrew Morton2-1420/+1439
2004-02-18[PATCH] devfs: race fixes and cleanupAndrew Morton3-368/+198
2004-02-15[PATCH] devfs do_mount fixAndrew Morton1-1/+1
2004-01-18[PATCH] bdev: bd_acquire() cleanupAndrew Morton1-16/+2
2003-10-04[PATCH] kernel documentation fixesAndrew Morton1-2/+3
2003-09-21[PATCH] Fix setpgid and threadsAndrew Morton1-3/+3
2003-09-06[PATCH] janitor: remove unneeded version.h #includesRandy Dunlap1-1/+0
2003-09-04[PATCH] large dev_t - second series (7/15)Alexander Viro1-2/+2
2003-09-04[PATCH] large dev_t - second series (1/15)Alexander Viro1-3/+2
2003-08-14[PATCH] _devfs_walk_path fixAndrew Morton1-0/+6
2003-08-14[PATCH] devfs_mk_dir fixAndrew Morton1-2/+2
2003-07-31[PATCH] devfs_lookup stack corruption fix reworkAndrew Morton1-50/+15
2003-07-18[PATCH] Use before initialisation in devfs_mk_cdev()Christoph Hellwig1-12/+12
2003-07-17[PATCH] is_devfsd_or_child() deadlock fixAndrew Morton1-2/+15
2003-07-10[PATCH] devfs deadlock fixAndrew Morton1-1/+1
2003-07-10[PATCH] devfs oops fixAndrew Morton1-7/+50
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust1-3/+3
2003-06-10[PATCH] devfs_mk_dir() fixAndrew Morton1-1/+8
2003-06-04[PATCH] Graceful failure in devfs_remove()Andrew Morton1-0/+7
2003-05-25[PATCH] change get_sb prototypeAndries E. Brouwer1-2/+3
2003-05-12[PATCH] remove devfs_registerAndrew Morton1-93/+1
2003-05-07[PATCH] devfs: API changesAndrew Morton1-0/+46
2003-04-23[PATCH] fix devfs_mk_dir prototypeChristoph Hellwig1-9/+7
2003-04-20[PATCH] devfs: warn on block modes in devfs_registerChristoph Hellwig1-0/+1
2003-04-20[PATCH] devfs: kill devfs_register_partitionChristoph Hellwig1-11/+0
2003-04-20[PATCH] devfs: gendisk.devfs_name updatesChristoph Hellwig1-149/+0
2003-04-20[PATCH] devfs: introduce devfs_mk_bdevChristoph Hellwig1-2/+46
2003-04-20[PATCH] devfs: remove devfs_unregisterChristoph Hellwig1-22/+5
2003-04-17[PATCH] devfs: make devfs_generate_path staticChristoph Hellwig1-2/+1
2003-04-17[PATCH] devfs: cleanup partition handling interactionChristoph Hellwig1-66/+59
2003-04-17[PATCH] devfs: sanitize devfs_register_tape prototypeChristoph Hellwig1-20/+10
2003-04-17[PATCH] devfs: fix compilationChristoph Hellwig1-4/+3
2003-04-16[PATCH] remove DEVFS_FL_*Christoph Hellwig1-32/+23
2003-03-23[PATCH] make devfs_alloc_unique_number private to devfsChristoph Hellwig1-0/+92
2003-03-23[PATCH] devfs_mk_dir simplificationChristoph Hellwig1-31/+35
2003-03-23[PATCH] devfs_mk_symlink simplificationChristoph Hellwig2-27/+17
2003-03-22[PATCH] dev_t [1/3]: kill cdevAndrew Morton1-1/+0
2003-03-21[PATCH] remove DEVFS_FL_REMOVABLEChristoph Hellwig1-125/+10
2003-03-21[PATCH] make devfs_put() static to fs/devfs/base.cChristoph Hellwig1-1/+1
2003-03-21[PATCH] fix waitqueue leak in devfs_d_revalidate_waitChristoph Hellwig1-0/+3
2003-03-16[PATCH] fix devfs oopsAndrew Morton1-1/+4
2003-03-10[PATCH] remove regular file support from devfsChristoph Hellwig1-56/+4
2003-03-10[PATCH] remove devfs_only()Christoph Hellwig1-28/+0
2003-02-25[PATCH] replace it's with its where appropriate.Steven Cole1-3/+3
2003-02-10[PATCH] bounds/limits fixes (Stanford Checker)Randy Dunlap1-1/+1
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2003-01-14[PATCH] umode_t changes from Adam's mini-devfsChristoph Hellwig3-148/+97
2003-01-14[PATCH] remove some junk from fs/devfs/MakefileChristoph Hellwig1-24/+0
2002-12-31[PATCH] devfs creptomancyChristoph Hellwig1-139/+2
2002-12-29[PATCH] more obsolete module API fixesChristoph Hellwig1-1/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-3/+0
2002-12-03[PATCH] removal of devfs_register_seriesAlexander Viro1-36/+0
2002-12-03[PATCH] devfs major/minor removalAlexander Viro2-68/+41
2002-12-03[PATCH] removal of fcb horrorAlexander Viro1-104/+90
2002-12-03[PATCH] devfs flags cleanupAlexander Viro1-100/+7
2002-12-03[PATCH] removal of dead codeAlexander Viro1-136/+22
2002-12-03[PATCH] removal of slave devfs entriesAlexander Viro1-45/+0
2002-11-19[PATCH] *_mknod prototypeAndries E. Brouwer1-1/+1
2002-11-17Devfs was broken by the nanosecond inode times. Fix properly.Linus Torvalds1-12/+9
2002-11-17[PATCH] devfs_remove() helperAlexander Viro2-5/+17
2002-11-17Merge home.transmeta.com:/home/torvalds/v2.5/nsec-statLinus Torvalds1-6/+9
2002-11-17[PATCH] nanosecond stat timefieldsAndi Kleen1-6/+9
2002-11-14[PATCH] devfs_register_tape() cleanupAlexander Viro1-12/+19
2002-10-30Merge atnf.csiro.au:/workaholix1/kernel/v2.5/linusRichard Gooch2-34/+32
2002-10-28[PATCH] block_device_operations always picked from gendiskAlexander Viro1-35/+17
2002-10-16util.c:Richard Gooch2-7/+23
2002-10-14Removed DEVFS_FL_AUTO_OWNER flagRichard Gooch1-27/+9
2002-10-08[PATCH] struct super_block cleanup - finalBrian Gerst1-17/+17
2002-09-30[PATCH] Squash warning in fs/devfs/base.cDavid Gibson1-1/+0
2002-08-21Exported devfs_find_and_unregister() and devfs_only() to modulesRichard Gooch1-7/+13
2002-08-21Merge atnf.csiro.au:/workaholix1/kernel/v2.5/linusRichard Gooch1-5/+5
2002-08-10[PATCH] fix check_disk_change() deadlocksAlexander Viro1-1/+1
2002-08-10[PATCH] partition table flush/read cleanupAlexander Viro1-8/+5
2002-08-06base.c:Richard Gooch1-5/+4
2002-08-05Merge atnf.csiro.au:/workaholix1/kernel/v2.5/linusRichard Gooch1-0/+1
2002-07-30Remove the devfs_should* functions I added, and replace them with one devfs_o...Greg Kroah-Hartman1-46/+4
2002-07-30Removed devfs_register_blkdev and devfs_unregister_blkdev.Greg Kroah-Hartman1-24/+16
2002-07-30Removed devfs_register_chrdev and devfs_unregister_chrdev.Greg Kroah-Hartman1-26/+14
2002-07-30base.c:Richard Gooch1-0/+1
2002-07-28Removed deprecated devfs_find_handle()Richard Gooch1-17/+5
2002-07-25do_mounts.c, block_dev.c, hiddev.c, md.c:Richard Gooch1-1/+14
2002-07-24(no commit message)Richard Gooch1-0/+1
2002-07-24Switched to ISO C structure field initialisers.Richard Gooch1-42/+48
2002-06-02Split up "iput()" and make it more readable.Linus Torvalds1-1/+1
2002-05-24kbuild: Use standard multi-part object declaration in fs/*Kai Germaschewski1-8/+3
2002-05-14Minor cleanup of fs/devfs/base.c:scan_dir_for_removable().Richard Gooch1-5/+11
2002-05-13Fixed race when devfs lookup()/readdir() triggers partition rescanning.Richard Gooch1-19/+47
2002-05-11misc.c:Richard Gooch2-34/+29
2002-04-14[PATCH] devfs patch for 2.5.8Richard Gooch1-1/+3
2002-04-07[PATCH] devfs patch for 2.5.8-pre2Richard Gooch2-124/+70
2002-03-14[PATCH] fs/libfs.cAlexander Viro1-12/+1
2002-03-10[PATCH] (3/4) ->kill_sb() switchoverAlexander Viro1-0/+1
2002-02-18[PATCH] (2/4) 2.5.5-pre1 fixesAlexander Viro1-1/+1
2002-02-14[PATCH] (4/5) more BKL shiftingAlexander Viro1-3/+13
2002-02-14[PATCH] (2/5) more BKL shiftingAlexander Viro1-5/+23
2002-02-14[PATCH] (1/5) more BKL shiftingAlexander Viro1-4/+16
2002-02-12[PATCH] BKL shifted inside ->unlink()Alexander Viro1-3/+14
2002-02-12[PATCH] BKL shifted into ->mknod()Alexander Viro1-4/+16
2002-02-11[PATCH] BKL shifted into ->lookup()Alexander Viro1-1/+7
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones1-1/+1
2002-02-06[PATCH] (5/6) more ->get_sb() stuffAlexander Viro1-6/+12
2002-02-05v2.5.2.6 -> v2.5.3v2.5.3Linus Torvalds1-12/+16
2002-02-05v2.5.2.2 -> v2.5.2.3Linus Torvalds1-13/+21
2002-02-05v2.5.1.11 -> v2.5.2v2.5.2Linus Torvalds1-61/+89
2002-02-04v2.5.1.7 -> v2.5.1.8Linus Torvalds2-11/+11
2002-02-04v2.5.1.6 -> v2.5.1.7Linus Torvalds2-8/+8
2002-02-04v2.5.1.4 -> v2.5.1.5Linus Torvalds1-0/+1
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-1/+0
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds1-291/+369
2002-02-04v2.5.1.1 -> v2.5.1.2Linus Torvalds1-61/+0
2002-02-04v2.5.0.4 -> v2.5.0.5Linus Torvalds1-3/+3
2002-02-04v2.5.0.1 -> v2.5.0.2Linus Torvalds1-769/+811
2002-02-04v2.4.13.7 -> v2.4.13.8Linus Torvalds1-4/+27
2002-02-04v2.4.12 -> v2.4.12.1Linus Torvalds1-1/+1
2002-02-04v2.4.11 -> v2.4.12Linus Torvalds1-20/+12
2002-02-04v2.4.10.5 -> v2.4.10.6Linus Torvalds1-51/+33
2002-02-04v2.4.9.14 -> v2.4.9.15Linus Torvalds1-3/+8
2002-02-04v2.4.9.13 -> v2.4.9.14Linus Torvalds2-253/+264
2002-02-04v2.4.9.9 -> v2.4.9.10Linus Torvalds1-1/+2
2002-02-04v2.4.6.6 -> v2.4.6.7Linus Torvalds2-32/+334
2002-02-04v2.4.5.3 -> v2.4.5.4Linus Torvalds1-124/+110
2002-02-04v2.4.5.2 -> v2.4.5.3Linus Torvalds2-151/+134
2002-02-04v2.4.4.4 -> v2.4.4.5Linus Torvalds1-1/+2
2002-02-04v2.4.4 -> v2.4.4.1Linus Torvalds1-4/+1
2002-02-04v2.4.3.3 -> v2.4.3.4Linus Torvalds1-1/+3
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-1/+1
2002-02-04Import changesetLinus Torvalds3-0/+3578