Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / include / linux / nfs_fs.h
2010-04-22 Trond MyklebustNFS: Fix an unstable write data integrity race
2010-03-05 Trond MyklebustNFS: Remove requirement for inode->i_mutex from nfs_inv...
2010-03-05 Trond MyklebustNFS: Simplify nfs_wb_page()
2010-03-05 Trond MyklebustNFS: Replace __nfs_write_mapping with sync_inode()
2010-03-05 Trond MyklebustNFS: Simplify nfs_wb_page_cancel()
2010-03-05 Trond MyklebustNFS: Add a count of the number of unstable writes carri...
2010-03-05 Trond MyklebustNFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c
2009-09-26 Alexey Dobriyanheaders: kref.h redux
2009-08-12 Trond MyklebustNFS: Fix an O_DIRECT Oops...
2009-04-03 David HowellsNFS: nfs_readpage_async() needs to be accessible as...
2009-04-03 David HowellsNFS: Use local disk inode cache
2009-04-03 David HowellsNFS: Add FS-Cache option bit and debug bit
2009-04-01 Trond MyklebustMerge branch 'devel' into for-linus
2009-03-27 Al Viroconstify dentry_operations: NFS
2009-03-11 Trond MyklebustNFS: Throttle page dirtying while we're flushing to...
2009-03-11 Trond MyklebustNFS: cleanup - remove struct nfs_inode->ncommit
2008-12-23 Peter Staubachoptimize attribute timeouts for "noac" and "actimeo=0"
2008-12-23 Trond MyklebustNFSv4: Convert the open and close ops to use fmode
2008-12-23 Trond MyklebustNFSv4: Convert delegation->type field to fmode_t
2008-12-23 Chuck LeverNFS: Move declaration of nfs_mount() to fs/nfs/internal.h
2008-10-17 Neil BrownMake nfs_file_cred more robust.
2008-10-14 Trond MyklebustNFS: Fix the resolution problem with nfs_inode_attrs_ne...
2008-10-07 Trond MyklebustNFS: Allow concurrent inode revalidation
2008-07-27 Al Viro[PATCH] get rid of indirect users of namei.h
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-09 Chuck LeverNFS: use documenting macro constants for initializing...
2008-07-09 Trond MyklebustNFS: set transport defaults after mount option parsing...
2008-04-19 Adrian Bunkmake nfs_automount_list static
2008-04-19 Trond MyklebustNFS: Ensure that the write code cleans up properly...
2008-03-07 Trond MyklebustNFS: Fix the fsid revalidation in nfs_update_inode()
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-30 Benny Halevynfs: convert NFS_*(inode) helpers to static inline
2008-01-30 Benny Halevynfs: obliterate NFS_FLAGS macro
2008-01-30 Trond MyklebustNFS: define a function to update nfsi->cache_change_att...
2007-12-06 Matthew WilcoxNFS: Switch from intr mount option to TASK_KILLABLE
2007-11-26 Adrian BunkNFS: make nfs_wb_page_priority() static
2007-10-19 Trond MyklebustNFS: Fix a race in sillyrename
2007-10-09 Trond MyklebustNFS: Add a boot parameter to disable 64 bit inode numbers
2007-10-09 Jesper Juhl[23/37] Clean up duplicate includes in
2007-10-09 Trond MyklebustNFS: Get rid of some obsolete macros
2007-10-09 Trond MyklebustNFSv4: Fix nfs_atomic_open() to set the verifier on...
2007-10-09 Trond MyklebustNFS: Remove nfs_begin_data_update/nfs_end_data_update
2007-10-09 Trond MyklebustNFS: Remove NFS_I(inode)->data_updates
2007-10-09 Trond MyklebustNFS: NFS_CACHEINV() should not test for nfs_caches_unst...
2007-10-09 Trond MyklebustNFS: nfs_mark_for_revalidate don't update cache_change_...
2007-10-09 Trond MyklebustNFS: Fix nfs_verify_change_attribute()
2007-10-09 Trond MyklebustNFS: Fix the sign of the return value of nfs_save_chang...
2007-10-09 Trond MyklebustNFS: Fake up 'wcc' attributes to prevent cache invalida...
2007-10-09 Trond MyklebustNFS: Fix atime revalidation in readdir()
2007-10-09 Trond MyklebustNFS: Don't force a dcache revalidation if nfs_wcc_updat...
2007-10-09 Trond MyklebustNFS: fix nfs_verify_change_attribute
2007-10-09 Trond MyklebustNFSv4: Simplify _nfs4_do_access()
2007-10-09 Trond MyklebustNFS: Replace file->private_data with calls to nfs_file_...
2007-10-09 Trond MyklebustNFS: Add a helper to extract the nfs_open_context from...
2007-10-09 Trond MyklebustNFS: Fall back to synchronous writes when a background...
2007-10-09 Trond MyklebustNFS: Clean up NFS writeback flush code
2007-10-09 Trond MyklebustNFS: Clean up write code...
2007-09-01 Trond MyklebustNFS: Fix a write request leak in nfs_invalidate_page()
2007-08-07 Trond MyklebustNFS: Fix put_nfs_open_context
2007-07-19 Trond MyklebustSUNRPC: Clean up the sillyrename code
2007-07-11 Chuck LeverNFS: Remake nfsroot_mount as a permanent part of NFS...
2007-07-11 Chuck LeverNFS: Add a new NFS debugging flag just for mount processing
2007-07-11 Chuck LeverNFS: Clean up nfs_size_to_loff_t()
2007-07-11 Trond MyklebustNFSv4: Defer inode revalidation when setting up a deleg...
2007-07-11 Trond MyklebustNFS: Replace NFS_I(inode)->req_lock with inode->i_lock
2007-07-11 Trond MyklebustNFS: Convert struct nfs_open_context to use a kref
2007-07-11 Trond MyklebustNFS: Prevent integer overflow in nfs_scan_list()
2007-07-11 Trond MyklebustNFS: Remove the redundant 'dirty' and 'commit' lists...
2007-07-11 Trond MyklebustNFS: Replace vfsmount and dentry in nfs_open_context...
2007-05-01 Trond MyklebustNFS: Fix a buffer overflow in the allocation of struct...
2007-03-17 Peter Zijlstra[PATCH] nfs: fix congestion control
2007-02-13 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 3
2007-02-03 Benny HalevyNFS: move NFS_DEBUG definition
2007-01-24 Trond Myklebust[PATCH] NFS: Fix races in nfs_revalidate_mapping()
2006-12-06 Trond MyklebustNFS: Ensure we only call set_page_writeback() under...
2006-12-06 Trond MyklebustNFS: Ensure that nfs_wb_page() calls writepage when...
2006-12-06 Trond MyklebustNFS: Add nfs_set_page_dirty()
2006-12-06 Trond MyklebustNFS: cleanup of nfs_sync_inode_wait()
2006-12-06 Trond MyklebustNFS: Clean up nfs_scan_dirty()
2006-12-06 Trond MyklebustSUNRPC: Fix a potential race in rpc_wake_up_task()
2006-12-03 Al Viro[NET]: ipconfig and nfsroot annotations
2006-10-20 Al Viro[PATCH] nfs: verifier is network-endian
2006-10-20 Trond Myklebust[PATCH] NFS: Deal with failure of invalidate_inode_pages2()
2006-10-01 Badari Pulavarty[PATCH] Vectorize aio_read/aio_write fileop methods
2006-09-27 Adrian Bunk[PATCH] fs/nfs/: make code static
2006-09-24 Jeff GarzikMove several *_SUPER_MAGIC symbols to include/linux...
2006-09-23 Chuck LeverSUNRPC: Clean-up after previous patches.
2006-09-23 David HowellsNFS: Move rpc_ops from nfs_server to nfs_client
2006-09-23 David HowellsNFS: Generalise the nfs_client structure
2006-09-23 Trond MyklebustNFS: Add a global LRU list for the ACCESS cache
2006-09-23 Trond MyklebustNFS: Add a new ACCESS rpc call cache to the linux nfs...
2006-09-13 David Woodhouse[PATCH] headers_check: reduce user-visible noise in...
2006-09-08 Trond Myklebust[PATCH] NFS: large non-page-aligned direct I/O clobbers...
2006-08-03 Adrian BunkNFS: make 2 functions static
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-25 Andrew Mortongit-nfs-build-fixes
2006-06-09 Manoj NaikNFSv4: Follow a referral
2006-06-09 Manoj NaikNFSv4: Ensure client submounts when following a referral
next