2008-07-27 |
Al Viro |
[PATCH] pass MAY_OPEN to vfs_permission() explicitly |
blob | commitdiff |
2008-07-27 |
Al Viro |
[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess |
blob | commitdiff | diff to current |
2008-07-27 |
Al Viro |
[PATCH] kill altroot |
blob | commitdiff | diff to current |
2008-07-27 |
Al Viro |
[PATCH] permission checks for chdir need special treatm... |
blob | commitdiff | diff to current |
2008-07-27 |
Miklos Szeredi |
[patch 5/5] vfs: remove mode parameter from vfs_symlink() |
blob | commitdiff | diff to current |
2008-07-27 |
Tetsuo Handa |
[patch 4/5] vfs: reuse local variable in vfs_link() |
blob | commitdiff | diff to current |
2008-07-27 |
Al Viro |
[PATCH] sanitize ->permission() prototype |
blob | commitdiff | diff to current |
2008-07-27 |
Miklos Szeredi |
[patch] vfs: fix lookup on deleted directory |
blob | commitdiff | diff to current |
2008-06-23 |
Marcin Slusarz |
[patch 3/4] vfs: fix ERR_PTR abuse in generic_readlink |
blob | commitdiff | diff to current |
2008-06-23 |
Jan Blunck |
[patch 1/4] vfs: path_{get,put}() cleanups |
blob | commitdiff | diff to current |
2008-05-16 |
Al Viro |
[PATCH] return to old errno choice in mkdir() et.al. |
blob | commitdiff | diff to current |
2008-04-29 |
Serge E. Hallyn |
cgroups: implement device whitelist |
blob | commitdiff | diff to current |
2008-04-19 |
Dave Hansen |
[PATCH] r/o bind mounts: elevate write count for open()s |
blob | commitdiff | diff to current |
2008-04-19 |
Dave Hansen |
[PATCH] r/o bind mounts: get write access for vfs_renam... |
blob | commitdiff | diff to current |
2008-04-19 |
Dave Hansen |
[PATCH] r/o bind mounts: write counts for link/symlink |
blob | commitdiff | diff to current |
2008-04-19 |
Dave Hansen |
[PATCH] r/o bind mounts: get callers of vfs_mknod/creat... |
blob | commitdiff | diff to current |
2008-04-19 |
Dave Hansen |
[PATCH] r/o bind mounts: elevate write count for rmdir... |
blob | commitdiff | diff to current |
2008-04-19 |
Christoph Hellwig |
[PATCH] merge open_namei() and do_filp_open() |
blob | commitdiff | diff to current |
2008-04-19 |
Dave Hansen |
[PATCH] do namei_flags calculation inside open_namei() |
blob | commitdiff | diff to current |
2008-03-25 |
Linus Torvalds |
Merge branch 'for-linus' of git://git./linux/kernel... |
blob | commitdiff | diff to current |
2008-03-20 |
Randy Dunlap |
fs: fix kernel-doc notation warnings |
blob | commitdiff | diff to current |
2008-03-19 |
Al Viro |
[PATCH] get stack footprint of pathname resolution... |
blob | commitdiff | diff to current |
2008-02-15 |
Jan Blunck |
Use struct path in fs_struct |
blob | commitdiff | diff to current |
2008-02-15 |
Jan Blunck |
Introduce path_get() |
blob | commitdiff | diff to current |
2008-02-15 |
Jan Blunck |
Use path_put() in a few places instead of {mnt,d}put() |
blob | commitdiff | diff to current |
2008-02-15 |
Jan Blunck |
Introduce path_put() |
blob | commitdiff | diff to current |
2008-02-15 |
Jan Blunck |
Embed a struct path into struct nameidata instead of... |
blob | commitdiff | diff to current |
2008-02-15 |
Jan Blunck |
Remove path_release_on_umount() |
blob | commitdiff | diff to current |
2008-02-08 |
Harvey Harrison |
fs: remove fastcall, it is always empty |
blob | commitdiff | diff to current |
2008-02-06 |
Jan Kara |
inotify: send IN_ATTRIB events when link count changes |
blob | commitdiff | diff to current |
2008-01-12 |
Linus Torvalds |
Use access mode instead of open flags to determine... |
blob | commitdiff | diff to current |
2007-10-21 |
Al Viro |
[PATCH] pass dentry to audit_inode()/audit_inode_child() |
blob | commitdiff | diff to current |
2007-10-18 |
Miklos Szeredi |
VFS: allow filesystems to implement atomic open+truncate |
blob | commitdiff | diff to current |
2007-10-17 |
Dave Hansen |
r/o bind mounts: give permission() a local 'mnt' variable |
blob | commitdiff | diff to current |
2007-10-17 |
Dave Hansen |
r/o bind mounts: rearrange may_open() to be r/o friendly |
blob | commitdiff | diff to current |
2007-10-17 |
Miklos Szeredi |
fix execute checking in permission() |
blob | commitdiff | diff to current |
2007-10-17 |
Jesper Juhl |
Clean up duplicate includes in fs/ |
blob | commitdiff | diff to current |
2007-10-17 |
Christoph Hellwig |
partially fix up the lookup_one_noperm mess |
blob | commitdiff | diff to current |
2007-10-16 |
Nick Piggin |
fs: introduce write_begin, write_end, and perform_write... |
blob | commitdiff | diff to current |
2007-07-19 |
Josef 'Jeff' Sipek |
fs: remove path_walk export |
blob | commitdiff | diff to current |
2007-07-19 |
Josef 'Jeff' Sipek |
fs: mark link_path_walk static |
blob | commitdiff | diff to current |
2007-07-19 |
Josef 'Jeff' Sipek |
fs: introduce vfs_path_lookup |
blob | commitdiff | diff to current |
2007-07-17 |
Satyam Sharma |
Introduce is_owner_or_cap() to wrap CAP_FOWNER use... |
blob | commitdiff | diff to current |
2007-05-11 |
Amy Griffis |
[PATCH] complete message queue auditing |
blob | commitdiff | diff to current |
2007-05-09 |
Josef 'Jeff' Sipek |
fs: use path_walk in do_path_lookup |
blob | commitdiff | diff to current |
2007-05-09 |
Josef 'Jeff' Sipek |
fs: fix indentation in do_path_lookup |
blob | commitdiff | diff to current |
2007-05-08 |
Randy Dunlap |
header cleaning: don't include smp_lock.h when not... |
blob | commitdiff | diff to current |
2007-05-08 |
Christoph Hellwig |
namei.c: remove utterly outdated comment |
blob | commitdiff | diff to current |
2007-05-07 |
Nick Piggin |
mm: make read_cache_page synchronous |
blob | commitdiff | diff to current |
2007-04-27 |
James Morris |
security: prevent permission checking of file removal... |
blob | commitdiff | diff to current |
2007-02-16 |
Dmitriy Monakhov |
[PATCH] __page_symlink retry loop error code fix |
blob | commitdiff | diff to current |
2007-02-12 |
Arjan van de Ven |
[PATCH] mark struct inode_operations const 2 |
blob | commitdiff | diff to current |
2006-12-08 |
Josef "Jeff" Sipek |
[PATCH] VFS: change struct file to use struct path |
blob | commitdiff | diff to current |
2006-12-08 |
Josef "Jeff" Sipek |
[PATCH] struct path: move struct path from fs/namei... |
blob | commitdiff | diff to current |
2006-12-07 |
Vasily Averin |
[PATCH] VFS: extra check inside dentry_unhash() |
blob | commitdiff | diff to current |
2006-12-07 |
Stas Sergeev |
[PATCH] honour MNT_NOEXEC for access() |
blob | commitdiff | diff to current |
2006-10-01 |
Dave Hansen |
[PATCH] r/o bind mount prepwork: move open_namei()... |
blob | commitdiff | diff to current |
2006-10-01 |
Dave Hansen |
[PATCH] r/o bind mounts: prepare for write access check... |
blob | commitdiff | diff to current |
2006-09-29 |
Andreas Mohr |
[PATCH] fs/namei.c: replace multiple current->fs by... |
blob | commitdiff | diff to current |
2006-09-27 |
Ian Kent |
[PATCH] autofs4 needs to force fail return revalidate |
blob | commitdiff | diff to current |
2006-09-24 |
Mark Fasheh |
[PATCH] Allow file systems to manually d_move() inside... |
blob | commitdiff | diff to current |
2006-08-24 |
Trond Myklebust |
VFS: Fix access("file", X_OK) in the presence of ACLs |
blob | commitdiff | diff to current |
2006-08-24 |
ASANO Masahiro |
VFS: add lookup hint for network file systems |
blob | commitdiff | diff to current |
2006-08-03 |
Al Viro |
[PATCH] don't bother with aux entires for dummy context |
blob | commitdiff | diff to current |
2006-08-03 |
Amy Griffis |
[PATCH] fix missed create event for directory audit |
blob | commitdiff | diff to current |
2006-08-03 |
Amy Griffis |
[PATCH] fix faulty inode data collection for open(... |
blob | commitdiff | diff to current |
2006-07-15 |
Kirill Korotaev |
[PATCH] struct file leakage |
blob | commitdiff | diff to current |
2006-07-03 |
Ingo Molnar |
[PATCH] lockdep: annotate i_mutex |
blob | commitdiff | diff to current |
2006-06-25 |
Ulrich Drepper |
[PATCH] Implement AT_SYMLINK_FOLLOW flag for linkat |
blob | commitdiff | diff to current |
2006-06-23 |
Pekka Enberg |
[PATCH] read_mapping_page for address space |
blob | commitdiff | diff to current |
2006-06-20 |
Amy Griffis |
[PATCH] log more info for directory entry change events |
blob | commitdiff | diff to current |
2006-06-05 |
Trond Myklebust |
[PATCH] fs/namei.c: Call to file_permission() under... |
blob | commitdiff | diff to current |
2006-03-31 |
Adrian Bunk |
[PATCH] fs/namei.c: make lookup_hash() static |
blob | commitdiff | diff to current |
2006-03-27 |
Ian Kent |
[PATCH] autofs4: nameidata needs to be up to date for... |
blob | commitdiff | diff to current |
2006-03-25 |
Linus Torvalds |
Merge branch 'audit.b3' of git://git./linux/kernel... |
blob | commitdiff | diff to current |
2006-03-25 |
NeilBrown |
[PATCH] Honour AOP_TRUNCATE_PAGE returns in page_symlink |
blob | commitdiff | diff to current |
2006-03-25 |
Oleg Drokin |
[PATCH] Missed error checking for intent's filp in... |
blob | commitdiff | diff to current |
2006-03-23 |
Arjan van de Ven |
[PATCH] sem2mutex: vfs_rename_mutex |
blob | commitdiff | diff to current |
2006-03-20 |
Amy Griffis |
[PATCH] Collect more inode information during syscall... |
blob | commitdiff | diff to current |
2006-03-20 |
Amy Griffis |
[PATCH] Pass dentry, not just name, in fsnotify creatio... |
blob | commitdiff | diff to current |
2006-03-11 |
Kirill Korotaev |
[PATCH] ext3: ext3_symlink should use GFP_NOFS allocati... |
blob | commitdiff | diff to current |
2006-02-24 |
Ulrich Drepper |
[PATCH] flags parameter for linkat |
blob | commitdiff | diff to current |
2006-02-08 |
Suzuki |
[PATCH] Fix do_path_lookup() to add the check for error... |
blob | commitdiff | diff to current |
2006-02-05 |
Ulrich Drepper |
[PATCH] namei.c: unlock missing in error case |
blob | commitdiff | diff to current |
2006-02-05 |
Trond Myklebust |
[PATCH] VFS: Ensure LOOKUP_CONTINUE flag is preserved... |
blob | commitdiff | diff to current |
2006-02-01 |
Martin Waitz |
[PATCH] DocBook: fix some kernel-doc comments in fs... |
blob | commitdiff | diff to current |
2006-01-19 |
Ulrich Drepper |
[PATCH] vfs: *at functions: core |
blob | commitdiff | diff to current |
2006-01-15 |
Arjan van de Ven |
[PATCH] Mark some key VFS functions as __always_inline |
blob | commitdiff | diff to current |
2006-01-15 |
Arjan van de Ven |
[PATCH] Unlinline a bunch of other functions |
blob | commitdiff | diff to current |
2006-01-12 |
Randy Dunlap |
[PATCH] capable/capability.h (fs/) |
blob | commitdiff | diff to current |
2006-01-09 |
Jes Sorensen |
[PATCH] mutex subsystem, semaphore to mutex: VFS, ... |
blob | commitdiff | diff to current |
2006-01-09 |
NeilBrown |
[PATCH] Fix some problems with truncate and mtime seman... |
blob | commitdiff | diff to current |
2005-11-09 |
Adrian Bunk |
[PATCH] fs/namei.c: make path_lookup_create() static |
blob | commitdiff | diff to current |
2005-11-09 |
Christoph Hellwig |
[PATCH] sanitize lookup_hash prototype |
blob | commitdiff | diff to current |
2005-11-09 |
Christoph Hellwig |
[PATCH] add a file_permission helper |
blob | commitdiff | diff to current |
2005-11-09 |
Christoph Hellwig |
[PATCH] add a vfs_permission helper |
blob | commitdiff | diff to current |
2005-11-07 |
Miklos Szeredi |
[PATCH] VFS: pass file pointer to filesystem from ftrun... |
blob | commitdiff | diff to current |
2005-10-31 |
Miklos Szeredi |
[PATCH] open: cleanup in lookup_flags() |
blob | commitdiff | diff to current |
2005-10-18 |
Trond Myklebust |
VFS: Make link_path_walk set LOOKUP_CONTINUE before... |
blob | commitdiff | diff to current |
2005-10-18 |
Trond Myklebust |
VFS: Allow the filesystem to return a full file pointer... |
blob | commitdiff | diff to current |
next |