nfsd4: reshuffle lease-setting code to allow reuse
[safe/jmp/linux-2.6] / fs / afs /
2009-12-10 Christoph Hellwigafs: remove manual O_SYNC handling
2009-12-10 Christoph Hellwigvfs: Implement proper O_SYNC semantics
2009-11-19 David HowellsFS-Cache: Handle pages pending storage that get evicted...
2009-10-01 Christoph Hellwigafs: remove cache.h
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-22 Alexey Dobriyanconst: make file_lock_operations const
2009-09-16 Jens Axboewriteback: get rid of wbc->for_writepages
2009-08-27 David HowellsAFS: Stop readlink() on AFS crashing due to NULL 'file...
2009-07-12 Artem BityutskiyAFS: Fix compilation warning
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-07-08 Alexey Dobriyanheaders: mnt_namespace.h redux
2009-06-30 Jiri SlabyAFS: Fix lock imbalance
2009-06-17 David HowellsAFS: Correctly translate auth error aborts and don...
2009-06-12 Christoph Hellwigpush BKL down into ->put_super
2009-06-12 Al Viroswitch follow_down()
2009-05-09 Al ViroFix races around the access to ->s_options
2009-05-09 Al ViroConvert obvious places to deactivate_locked_super()
2009-04-17 Matt KraaiAFS: Guard afs_file_readpage_read_complete() definition...
2009-04-09 Stoyan Gaydarovafs: BUG to BUG_ON changes
2009-04-03 David HowellsFS-Cache: Make kAFS use FS-Cache
2009-03-30 Alexey Dobriyanproc 2/2: remove struct proc_dir_entry::owner
2009-03-27 Al Viroconstify dentry_operations: AFS
2009-01-22 Alexey Dobriyanfs/Kconfig: move afs out
2009-01-04 Nick Pigginfs: symlink write_begin allocation context fix
2008-10-31 Harvey Harrisonfs: replace NIPQUAD()
2008-10-23 Christoph Hellwig[PATCH] fix ->llseek for more directories
2008-10-16 Nick Pigginafs: convert to new aops
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-08-05 Nick Pigginmm: rename page trylock
2008-08-01 Al Viro[PATCH] pass struct path * to do_add_mount()
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-06-06 David WoodhouseFix various old email addresses for dwmw2
2008-04-30 Harvey Harrisonafs: replace remaining __FUNCTION__ occurrences
2008-04-29 David Howellsafs: support the CB.ProbeUuid RPC op
2008-04-29 David Howellsafs: the AFS RPC op CBGetCapabilities is actually CBTel...
2008-04-29 Robert P. J. Dayafs: use the shorter LIST_HEAD for brevity
2008-04-29 Denis V. Lunevafs: use non-racy method for proc entries creation
2008-04-16 Paul BolleAFS: Do not describe debug parameters with their value
2008-04-03 Sven Schnelleafs: remove smp_prcessor_id() from debug macro
2008-04-02 Sven Schnelleafs: add missing up_write() on return
2008-03-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-03-28 Sven Schnelleafs: prevent double cell registration
2008-03-28 Al Viro[PATCH] do shrink_submounts() for all fs types
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-08 Miklos Szeredimount options: fix afs
2008-02-08 Andrew Mortonfs/afs/security.c: fix uninitialized var warning
2008-02-07 David Howellsiget: use iget_failed() in AFS
2008-02-07 David HowellsConvert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
2008-01-29 Jean Noel Cordennervfs: Add 64 bit i_version support
2007-11-05 Adrian Bunkfs/afs/vlocation.c: fix off-by-one
2007-10-17 David HowellsKEYS: Make request_key() and co fundamentally asynchronous
2007-10-17 Alexey DobriyanDrop some headers from mm.h
2007-10-17 Adrian Bunkfs/afs/: possible cleanups
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-15 Linus TorvaldsMerge branch 'locks' of git://linux-nfs.org/~bfields...
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-09 Pavel EmelyanovAFS: clean up explicit check for mandatory locks
2007-09-12 Andreas Gruenbacherafs: mntput called before dput
2007-07-31 David HowellsAFS: fix file locking
2007-07-20 David HowellsAFS: Use patched rxrpc_kernel_send_data() correctly
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Andrew Mortonafs build fix
2007-07-16 Randy DunlapAFS: drop explicit extern
2007-07-16 David HowellsAFS: implement file locking
2007-07-16 Pavel EmelianovMake AFS use seq_list_xxx helpers
2007-07-10 Jens Axboesendfile: remove .sendfile from filesystems that use...
2007-05-31 Andrew Mortonafs: needs sched.h
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-17 Christoph LameterRemove SLAB_CTOR_CONSTRUCTOR
2007-05-17 David HowellsAFS: Fix afs_prepare_write()
2007-05-17 David HowellsAFS: write back dirty data on unmount
2007-05-11 David HowellsAFS: implement statfs
2007-05-11 David HowellsAFS: fix a couple of problems with unlinking AFS files
2007-05-11 David HowellsAFS: fix interminable loop in afs_write_back_from_locke...
2007-05-10 David HowellsAFS: further write support fixes
2007-05-10 David HowellsAFS: write support fixes
2007-05-09 David HowellsAFS: implement basic file write support
2007-05-09 David HowellsAFS: AFS fixups
2007-05-07 Christoph Lameterslab allocators: Remove SLAB_DEBUG_INITIAL flag
2007-05-07 Nick Pigginmm: make read_cache_page synchronous
2007-05-03 Pavel Emelianov[NET]: Rework dev_base via list_head (v3)
2007-05-03 David Howells[AFS]: Adjust the new netdevice scanning code
2007-05-03 Patrick McHardy[AFS]: Replace rtnetlink client by direct dev_base...
2007-05-03 Patrick McHardy[AFS]: Fix memory leak in SRXAFSCB_GetCapabilities
2007-05-03 David Howells[AFS]: Fix use of __exit functions from __init path
2007-05-03 David Howells[AFS/AF_RXRPC]: Miscellaneous fixes.
2007-04-27 David Howells[AF_RXRPC/AFS]: Arch-specific fixes.
2007-04-27 David Howells[AFS]: Fix VLocation record update wakeup
2007-04-27 David S. Miller[AFS]: Eliminate cmpxchg() usage in vlocation code.
2007-04-26 David S. Miller[AFS]: Fix u64 printing in debug logging.
2007-04-26 David Howells[AFS]: Add "directory write" support.
2007-04-26 David Howells[AFS]: Implement the CB.InitCallBackState3 operation.
2007-04-26 David Howells[AFS]: Add support for the CB.GetCapabilities operation.
2007-04-26 David Howells[AFS]: Add security support.
2007-04-26 David Howells[AFS]: Handle multiple mounts of an AFS superblock...
2007-04-26 David Howells[AF_RXRPC]: Make the in-kernel AFS filesystem use AF_RXRPC.
2007-04-26 David Howells[AFS]: Clean up the AFS sources
next