AIO: fix cleanup in io_submit_one(...)
[safe/jmp/linux-2.6] / fs / nfs /
2007-09-28 Trond MyklebustNFS: Fix an Oops in encode_lookup()
2007-09-19 Alexey Dobriyannfs: fix oops re sysctls and V4 support
2007-09-01 Trond MyklebustNFS: Fix a write request leak in nfs_invalidate_page()
2007-09-01 Chuck LeverNFS: change NFS mount error return when hostname/pathna...
2007-09-01 Chuck LeverNFS: Off-by-one length error in string handling
2007-09-01 Chuck LeverNFS: Return a real error code from mount(2)
2007-09-01 Chuck LeverNFS: mount option parser chokes on proto=
2007-09-01 Trond MyklebustNFSv4: Ensure that we pass the correct dentry to nfs4_i...
2007-09-01 Trond MyklebustNFSv4: Fix a typo in _nfs4_do_open_reclaim
2007-09-01 Trond MyklebustNFS: Fix use of cancel_delayed_work_sync in nfs_release...
2007-09-01 Trond MyklebustNFS: Fix the mount regression
2007-08-07 Trond MyklebustNFS: Replace flush_scheduled_work with cancel_work_sync...
2007-08-07 Trond MyklebustNFSv4: Don't call put_rpccred() from an rcu callback
2007-08-07 Trond MyklebustNFS: Fix NFSv4 open stateid regressions
2007-08-07 Trond MyklebustNFSv4: Fix a locking regression in nfs4_set_mode_locked()
2007-08-07 Trond MyklebustNFS: Fix put_nfs_open_context
2007-07-22 Al Virofix broken handling of port=... in NFS option parsing
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Jeff LaytonNFSv4: handle lack of clientaddr in option string
2007-07-19 Benny HalevyNFSv4: debug print ntohl(status) in nfs client callback...
2007-07-19 Trond MyklebustSUNRPC: Clean up the sillyrename code
2007-07-19 Trond MyklebustNFS: Introduce struct nfs_removeargs+nfs_removeres
2007-07-19 Trond MyklebustNFS: Use dentry->d_time to store the parent directory...
2007-07-19 Trond MyklebustNFSv4: Fix the nfsv4 readlink reply buffer alignment
2007-07-19 Trond MyklebustNFSv4: Fix the readdir reply buffer alignment
2007-07-19 Trond MyklebustNFSv4: More NFSv4 xdr cleanups
2007-07-19 Trond MyklebustNFSv4: Try to recover from getfh failures in nfs4_xdr_d...
2007-07-19 Trond MyklebustNFSv4: 'constify' lookup arguments.
2007-07-19 Trond MyklebustNFSv4: Don't fail nfs4_xdr_dec_open if decode_restorefh...
2007-07-19 Trond MyklebustNFSv4: Fix open state recovery
2007-07-18 J. Bruce Fieldslocks: make posix_test_lock() interface more consistent
2007-07-18 J. Bruce Fieldsnfs: disable leases over NFS
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-17 Rusty Russellmm: clean up and kernelify shrinker registration
2007-07-16 Pavel EmelianovMake NFS client use seq_list_xxx helpers
2007-07-11 Frank FilzNFSv4: Make sure unlock is really an unlock when cancel...
2007-07-11 Trond MyklebustNFSv4: Make the NFS state model work with the nosharedc...
2007-07-11 Trond MyklebustNFS: Error when mounting the same filesystem with diffe...
2007-07-11 Trond MyklebustNFS: Add the mount option "nosharecache"
2007-07-11 Chuck LeverNFS: Add support for mounting NFSv4 file systems with...
2007-07-11 Chuck LeverNFS: Add final pieces to support in-kernel mount option...
2007-07-11 Chuck LeverNFS: Introduce generic mount client API
2007-07-11 Chuck LeverNFS: Add enums and match tables for mount option parsing
2007-07-11 Chuck LeverNFS: Improve debugging output in NFS in-kernel mount...
2007-07-11 Chuck LeverNFS: Clean up in-kernel NFS mount
2007-07-11 Chuck LeverNFS: Remake nfsroot_mount as a permanent part of NFS...
2007-07-11 Chuck LeverSUNRPC: Add a convenient default for the hostname when...
2007-07-11 Chuck LeverSUNRPC: Rename rpcb_getport_external routine
2007-07-11 Chuck LeverNFS: Introduce nfs4_validate_mount_options
2007-07-11 Chuck LeverNFS: Clean up nfs_validate_mount_data
2007-07-11 Chuck LeverNFS: Clean-up: Refactor IP address sanity checks in...
2007-07-11 Chuck LeverNFS: Clean-up: fix a compiler warning in fs/nfs/super.c
2007-07-11 Chuck LeverNFS: Clean up error handling in nfs_get_sb
2007-07-11 Chuck LeverNFS: Clean-up: Replace nfs_copy_user_string with strndu...
2007-07-11 Chuck LeverNFS: Clean-up: Define macros for maximum host and expor...
2007-07-11 Chuck LeverNFS: Clean-up: use correct type when converting NFS...
2007-07-11 Trond MyklebustNFSv4: Fix up stateid locking...
2007-07-11 Trond MyklebustNFSv4: Clean up the callers of nfs4_open_recover_helper()
2007-07-11 Trond MyklebustNFSv4: Don't call OPEN if we already have an open state...
2007-07-11 Trond MyklebustNFSv4: Check for the existence of a delegation in nfs4_...
2007-07-11 Trond MyklebustNFSv4: Clean up _nfs4_proc_open()
2007-07-11 Trond MyklebustNFSv4: Allow nfs4_opendata_to_nfs4_state to return...
2007-07-11 Trond MyklebustNFSv4: Improve the debugging of bad sequence id errors...
2007-07-11 Trond MyklebustNFSv4: Always use the delegation if we have one
2007-07-11 Trond MyklebustNFSv4: Clean up confirmation of sequence ids...
2007-07-11 Trond MyklebustNFSv4: Defer inode revalidation when setting up a deleg...
2007-07-11 Trond MyklebustNFSv4: Use RCU to protect delegations
2007-07-11 Trond MyklebustNFSv4: Support recalling delegations by stateid part 2
2007-07-11 Trond MyklebustNFSv4: Support recalling delegations by stateid
2007-07-11 Trond MyklebustNFSv4: Fix up a bug in nfs4_open_recover()
2007-07-11 Trond MyklebustNFSv4: set the delegation in nfs4_opendata_to_nfs4_state
2007-07-11 Trond MyklebustNFSv4: Fix a bug in __nfs4_find_state_byowner
2007-07-11 Trond MyklebustNFSv4: Fix atomic open for execute...
2007-07-11 Trond MyklebustNFSv4: Reduce the chances of an open_owner identifier...
2007-07-11 Trond MyklebustNFSv4: nfs_increment_open_seqid should not return a...
2007-07-11 Trond MyklebustNFSv4: Fix underestimate of NFSv4 lookup request size
2007-07-11 Trond MyklebustNFSv4: Fix the underestimate of NFSv4 open request...
2007-07-11 Trond MyklebustNFSv4: Fix the NFSv4 owner and owner_group size estimates
2007-07-11 Trond MyklebustNFSv4: Don't reuse expired nfs4_state_owner structs
2007-07-11 Trond MyklebustNFSv4: Fix a credential reference leak in nfs4_get_stat...
2007-07-11 Trond MyklebustNFS: Replace NFS_I(inode)->req_lock with inode->i_lock
2007-07-11 Trond MyklebustNFSv4: Clean up _nfs4_proc_lookup() vs _nfs4_proc_looku...
2007-07-11 Trond MyklebustSUNRPC: Remove the tk_auth macro...
2007-07-11 Trond MyklebustSUNRPC: Remove redundant calls to rpciod_up()/rpciod_down()
2007-07-11 Trond MyklebustSUNRPC: Kill rpc_clnt->cl_oneshot
2007-07-11 Trond MyklebustNFSv4: Convert struct nfs4_opendata to use struct kref
2007-07-11 Trond MyklebustNFS: Convert struct nfs_open_context to use a kref
2007-07-11 Trond MyklebustNFS: reduce latency by using conditional rescheduling...
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 cleanup: speed up nfs_scan_commit using radix tree...
2007-07-11 Trond MyklebustNFS cleanup: Rename NFS_PAGE_TAG_WRITEBACK to NFS_PAGE_...
2007-07-11 Trond MyklebustNFS: Convert struct nfs_page to use krefs
2007-07-11 Trond MyklebustNFS: Fix an Oops in the nfs_access_cache_shrinker()
2007-07-11 Trond MyklebustNFS: nfs3_proc_create() should use nfs_post_op_update_i...
2007-07-11 Jeff LaytonNFS4: on a O_EXCL OPEN make sure SETATTR sets the field...
2007-07-11 Trond MyklebustNFS: Re-enable forced umounts
2007-07-11 Jeff LaytonNFS: Use GFP_HIGHUSER for page allocation in nfs_symlink()
2007-07-11 Trond MyklebustNFS: Fix nfs_reval_fsid()
2007-07-11 Trond MyklebustNFSv4: Clean up nfs4_call_async()
next