summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-07-26[PATCH] preparation to __user_walk_fd cleanupAl Viro2-9/+11
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro6-19/+15
2008-07-26[PATCH] take noexec checks to very few callers that careAl Viro3-9/+17
2008-07-26Re: [PATCH 3/6] vfs: open_exec cleanupChristoph Hellwig1-28/+30
2008-07-26[patch 4/4] vfs: immutable inode checking cleanupMiklos Szeredi3-26/+7
2008-07-26[patch 3/4] fat: dont call notify_changeMiklos Szeredi1-1/+14
2008-07-26[patch 2/4] vfs: utimes cleanupMiklos Szeredi1-49/+65
2008-07-26[patch 1/4] vfs: utimes: move owner check into inode_change_ok()Miklos Szeredi2-14/+5
2008-07-26[PATCH] vfs: use kstrdup() and check failing allocationLi Zefan1-11/+13
2008-07-26[PATCH] more nameidata removal: exec_permission_lite() doesn't need itAl Viro1-3/+2
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro2-11/+6
2008-07-26[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS messAl Viro3-8/+6
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/sfrenc...Linus 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/po...Linus 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