nfsd4: reshuffle lease-setting code to allow reuse
[safe/jmp/linux-2.6] / fs / namei.c
2008-04-29 Serge E. Hallyncgroups: implement device whitelist
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for open()s
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: get write access for vfs_renam...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: write counts for link/symlink
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: get callers of vfs_mknod/creat...
2008-04-19 Dave Hansen[PATCH] r/o bind mounts: elevate write count for rmdir...
2008-04-19 Christoph Hellwig[PATCH] merge open_namei() and do_filp_open()
2008-04-19 Dave Hansen[PATCH] do namei_flags calculation inside open_namei()
2008-03-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-03-20 Randy Dunlapfs: fix kernel-doc notation warnings
2008-03-19 Al Viro[PATCH] get stack footprint of pathname resolution...
2008-02-15 Jan BlunckUse struct path in fs_struct
2008-02-15 Jan BlunckIntroduce path_get()
2008-02-15 Jan BlunckUse path_put() in a few places instead of {mnt,d}put()
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-15 Jan BlunckRemove path_release_on_umount()
2008-02-08 Harvey Harrisonfs: remove fastcall, it is always empty
2008-02-06 Jan Karainotify: send IN_ATTRIB events when link count changes
2008-01-12 Linus TorvaldsUse access mode instead of open flags to determine...
2007-10-21 Al Viro[PATCH] pass dentry to audit_inode()/audit_inode_child()
2007-10-18 Miklos SzerediVFS: allow filesystems to implement atomic open+truncate
2007-10-17 Dave Hansenr/o bind mounts: give permission() a local 'mnt' variable
2007-10-17 Dave Hansenr/o bind mounts: rearrange may_open() to be r/o friendly
2007-10-17 Miklos Szeredifix execute checking in permission()
2007-10-17 Jesper JuhlClean up duplicate includes in fs/
2007-10-17 Christoph Hellwigpartially fix up the lookup_one_noperm mess
2007-10-16 Nick Pigginfs: introduce write_begin, write_end, and perform_write...
2007-07-19 Josef 'Jeff' Sipekfs: remove path_walk export
2007-07-19 Josef 'Jeff' Sipekfs: mark link_path_walk static
2007-07-19 Josef 'Jeff' Sipekfs: introduce vfs_path_lookup
2007-07-17 Satyam SharmaIntroduce is_owner_or_cap() to wrap CAP_FOWNER use...
2007-05-11 Amy Griffis[PATCH] complete message queue auditing
2007-05-09 Josef 'Jeff' Sipekfs: use path_walk in do_path_lookup
2007-05-09 Josef 'Jeff' Sipekfs: fix indentation in do_path_lookup
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-08 Christoph Hellwignamei.c: remove utterly outdated comment
2007-05-07 Nick Pigginmm: make read_cache_page synchronous
2007-04-27 James Morrissecurity: prevent permission checking of file removal...
2007-02-16 Dmitriy Monakhov[PATCH] __page_symlink retry loop error code fix
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 2
2006-12-08 Josef "Jeff" Sipek[PATCH] VFS: change struct file to use struct path
2006-12-08 Josef "Jeff" Sipek[PATCH] struct path: move struct path from fs/namei...
2006-12-07 Vasily Averin[PATCH] VFS: extra check inside dentry_unhash()
2006-12-07 Stas Sergeev[PATCH] honour MNT_NOEXEC for access()
2006-10-01 Dave Hansen[PATCH] r/o bind mount prepwork: move open_namei()...
2006-10-01 Dave Hansen[PATCH] r/o bind mounts: prepare for write access check...
2006-09-29 Andreas Mohr[PATCH] fs/namei.c: replace multiple current->fs by...
2006-09-27 Ian Kent[PATCH] autofs4 needs to force fail return revalidate
2006-09-24 Mark Fasheh[PATCH] Allow file systems to manually d_move() inside...
2006-08-24 Trond MyklebustVFS: Fix access("file", X_OK) in the presence of ACLs
2006-08-24 ASANO MasahiroVFS: add lookup hint for network file systems
2006-08-03 Al Viro[PATCH] don't bother with aux entires for dummy context
2006-08-03 Amy Griffis[PATCH] fix missed create event for directory audit
2006-08-03 Amy Griffis[PATCH] fix faulty inode data collection for open(...
2006-07-15 Kirill Korotaev[PATCH] struct file leakage
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate i_mutex
2006-06-25 Ulrich Drepper[PATCH] Implement AT_SYMLINK_FOLLOW flag for linkat
2006-06-23 Pekka Enberg[PATCH] read_mapping_page for address space
2006-06-20 Amy Griffis[PATCH] log more info for directory entry change events
2006-06-05 Trond Myklebust[PATCH] fs/namei.c: Call to file_permission() under...
2006-03-31 Adrian Bunk[PATCH] fs/namei.c: make lookup_hash() static
2006-03-27 Ian Kent[PATCH] autofs4: nameidata needs to be up to date for...
2006-03-25 Linus TorvaldsMerge branch 'audit.b3' of git://git./linux/kernel...
2006-03-25 NeilBrown[PATCH] Honour AOP_TRUNCATE_PAGE returns in page_symlink
2006-03-25 Oleg Drokin[PATCH] Missed error checking for intent's filp in...
2006-03-23 Arjan van de Ven[PATCH] sem2mutex: vfs_rename_mutex
2006-03-20 Amy Griffis[PATCH] Collect more inode information during syscall...
2006-03-20 Amy Griffis[PATCH] Pass dentry, not just name, in fsnotify creatio...
2006-03-11 Kirill Korotaev[PATCH] ext3: ext3_symlink should use GFP_NOFS allocati...
2006-02-24 Ulrich Drepper[PATCH] flags parameter for linkat
2006-02-08 Suzuki[PATCH] Fix do_path_lookup() to add the check for error...
2006-02-05 Ulrich Drepper[PATCH] namei.c: unlock missing in error case
2006-02-05 Trond Myklebust[PATCH] VFS: Ensure LOOKUP_CONTINUE flag is preserved...
2006-02-01 Martin Waitz[PATCH] DocBook: fix some kernel-doc comments in fs...
2006-01-19 Ulrich Drepper[PATCH] vfs: *at functions: core
2006-01-15 Arjan van de Ven[PATCH] Mark some key VFS functions as __always_inline
2006-01-15 Arjan van de Ven[PATCH] Unlinline a bunch of other functions
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (fs/)
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-09 NeilBrown[PATCH] Fix some problems with truncate and mtime seman...
2005-11-09 Adrian Bunk[PATCH] fs/namei.c: make path_lookup_create() static
2005-11-09 Christoph Hellwig[PATCH] sanitize lookup_hash prototype
2005-11-09 Christoph Hellwig[PATCH] add a file_permission helper
2005-11-09 Christoph Hellwig[PATCH] add a vfs_permission helper
2005-11-07 Miklos Szeredi[PATCH] VFS: pass file pointer to filesystem from ftrun...
2005-10-31 Miklos Szeredi[PATCH] open: cleanup in lookup_flags()
2005-10-18 Trond MyklebustVFS: Make link_path_walk set LOOKUP_CONTINUE before...
2005-10-18 Trond MyklebustVFS: Allow the filesystem to return a full file pointer...
2005-10-07 Linus TorvaldsAvoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL
2005-09-13 Linus TorvaldsMerge /pub/scm/linux/kernel/git/dwmw2/audit-2.6
2005-09-09 Stephen Smalley[PATCH] remove the inode_post_link and inode_post_renam...
2005-09-09 Stephen Smalley[PATCH] Remove security_inode_post_create/mkdir/symlink...
2005-09-07 Miklos Szeredi[PATCH] namei cleanup
2005-08-27 David WoodhouseMerge ... /linux/kernel/git/torvalds/linux-2.6.git
2005-08-20 Linus TorvaldsFix nasty ncpfs symlink handling bug.
2005-08-17 David WoodhouseMerge ... /linux/kernel/git/torvalds/linux-2.6.git
2005-08-15 John McCutchan[PATCH] inotify: add MOVE_SELF event
2005-08-09 David WoodhouseMerge with /shiny/git/linux-2.6/.git
2005-08-08 John McCutchan[PATCH] fsnotify_name/inoderemove
next