aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-26[PATCH] kill altrootAl Viro3-96/+4
2008-07-26[PATCH] permission checks for chdir need special treatment only on the last stepAl Viro2-5/+2
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi3-13/+5
2008-07-26[patch 4/5] vfs: reuse local variable in vfs_link()Tetsuo Handa1-4/+4
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi4-5/+5
2008-07-26[patch 1/5] vfs: truncate: dont check immutable twiceMiklos Szeredi1-1/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro31-76/+60
2008-07-26[patch 05/14] hpfs: dont call permission()Miklos Szeredi1-1/+1
2008-07-26[PATCH] sanitize proc_sysctlAl Viro2-235/+197
2008-07-26[patch] hppfs: remove hppfs_permissionMiklos Szeredi1-7/+0
2008-07-26[PATCH] reuse xxx_fifo_fops for xxx_pipe_fopsDenys Vlasenko2-47/+12
2008-07-26[patch] vfs: fix lookup on deleted directoryMiklos Szeredi1-2/+17
2008-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds10-507/+399
2008-07-26/proc/PID/syscallRoland McGrath1-0/+26
2008-07-26tracehook: tracehook_tracer_taskRoland McGrath2-6/+16
2008-07-26tracehook: execRoland McGrath6-32/+4
2008-07-26Use WARN() in fs/proc/Arjan van de Ven1-4/+1
2008-07-26Use WARN() in fs/sysfsArjan van de Ven3-8/+3
2008-07-26Use WARN() in fs/Arjan van de Ven2-4/+2
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan46-50/+48
2008-07-26mm: spinlock tree_lockNick Piggin2-3/+3
2008-07-26splice: use get_user_pages_fastNick Piggin1-38/+3
2008-07-26dio: use get_user_pages_fastNick Piggin2-14/+4
2008-07-26omfs: update kbuild to include OMFSBob Copeland3-0/+18
2008-07-26omfs: add bitmap routinesBob Copeland1-0/+192
2008-07-26omfs: add file routinesBob Copeland1-0/+346
2008-07-26omfs: add directory routinesBob Copeland1-0/+504
2008-07-26omfs: add inode routinesBob Copeland1-0/+553
2008-07-26omfs: define filesystem structuresBob Copeland2-0/+147
2008-07-26bfs: kill BKLDmitri Vorobiev4-31/+44
2008-07-26bfs: assorted cleanupsDmitri Vorobiev2-4/+3
2008-07-26affs: convert s_bmlock into a mutexMatthias Kaehlcke3-11/+12
2008-07-26vfs: add cond_resched_lock while scanning dentry LRU listsKentaro Makita1-0/+1
2008-07-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+28
2008-07-25fuse: lockd supportMiklos Szeredi1-2/+9
2008-07-25fuse: nfs export special lookupsMiklos Szeredi2-3/+69
2008-07-25fuse: add fuse_lookup_name() helperMiklos Szeredi1-40/+77
2008-07-25fuse: add export operationsMiklos Szeredi3-2/+121
2008-07-25fuse: prepare lookup for nfs exportMiklos Szeredi1-10/+14
2008-07-25locks: allow ->lock() to return FILE_LOCK_DEFERREDMiklos Szeredi1-14/+9
2008-07-25locks: cleanup code duplicationMiklos Szeredi1-40/+31
2008-07-25locks: add special return value for asynchronous locksMiklos Szeredi3-24/+19
2008-07-25lockd: dont return EAGAIN for a permanent errorMiklos Szeredi2-5/+18
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi1-15/+71
2008-07-25proc: move Kconfig to fs/proc/KconfigAlexey Dobriyan2-59/+60
2008-07-25proc: remove pathetic remount codeAlexey Dobriyan1-7/+0
2008-07-25proc: always do ->releaseAlexey Dobriyan3-4/+91
2008-07-25move proc_kmsg_operations to fs/proc/internal.hAdrian Bunk2-0/+3
2008-07-25fs/partitions/efi: convert to pr_debugThomas Gleixner1-25/+17
2008-07-25block/ioctl.c and fs/partition/check.c: check value returned by add_partition()Abdel Benamrouche1-2/+8