aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| | * | | | | | | | nfsd4: fix openmode checking on IO using lock stateidJ. Bruce Fields2010-07-29
| | * | | | | | | | nfsd4: miscellaneous process_open2 cleanupJ. Bruce Fields2010-07-29
| | * | | | | | | | nfsd4: don't pretend to support write delegationsJ. Bruce Fields2010-07-29
| | * | | | | | | | nfsd: bypass readahead cache when have struct fileJ. Bruce Fields2010-07-27
| | * | | | | | | | nfsd: minor nfsd_svc() cleanupJ. Bruce Fields2010-07-23
| | * | | | | | | | nfsd: move more into nfsd_startup()J. Bruce Fields2010-07-23
| | * | | | | | | | nfsd: just keep single lockd reference for nfsdJeff Layton2010-07-23
| | * | | | | | | | nfsd: clean up nfsd_create_serv error handlingJeff Layton2010-07-23
| | * | | | | | | | nfsd: fix error handling in __write_ports_addxprtJeff Layton2010-07-23
| | * | | | | | | | nfsd: fix error handling when starting nfsd with rpcbind downJeff Layton2010-07-23
| | * | | | | | | | nfsd4: fix v4 state shutdown error pathsJeff Layton2010-07-23
| | * | | | | | | | nfsd: remove unused assignment from nfsd_linkJ. Bruce Fields2010-07-23
| | * | | | | | | | NFSD: Fill in WCC data for REMOVE, RMDIR, MKNOD, and MKDIRChuck Lever2010-07-07
| | * | | | | | | | nfsd4: comment nitpickJ. Bruce Fields2010-07-06
| | * | | | | | | | nfsd4: fix delegation recall race use-after-freeJ. Bruce Fields2010-06-24
| | * | | | | | | | nfsd4: fix deleg leak on callback errorJ. Bruce Fields2010-06-24
| | * | | | | | | | nfsd4: remove some debugging codeJ. Bruce Fields2010-06-22
| | * | | | | | | | nfsd: nfs4callback encode_stateid helper functionBenny Halevy2010-06-22
| | * | | | | | | | nfsd4: translate memory errors to delay, not serverfaultJ. Bruce Fields2010-06-22
| | * | | | | | | | nfsd4; fix session reference count leakJ. Bruce Fields2010-06-22
| | * | | | | | | | nfsd4: don't bother storing callback reply tagJ. Bruce Fields2010-05-31
| | * | | | | | | | nfsd4: fix use of op_share_accessJ. Bruce Fields2010-05-31
| | * | | | | | | | nfsd4: treat more recall errors as failuresJ. Bruce Fields2010-05-31
| | * | | | | | | | nfsd4: remove extra put() on callback errorsJ. Bruce Fields2010-05-31
| * | | | | | | | | AFS: Fix the module init error handlingDavid Howells2010-08-07
| * | | | | | | | | Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-08-07
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | NFS: NFSv4.1 is no longer a "developer only" featureTrond Myklebust2010-08-06
| | * | | | | | | | | NFS: NFS_V4 is no longer an EXPERIMENTAL featureTrond Myklebust2010-08-06
| | * | | | | | | | | NFS: Fix /proc/mount for legacy binary interfaceBryan Schumaker2010-08-06
| | * | | | | | | | | NFS: Fix the locking in nfs4_callback_getattrTrond Myklebust2010-08-06
| | * | | | | | | | | SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust2010-08-04
| | * | | | | | | | | NFS: Fix the NFS users of rpc_restart_call()Trond Myklebust2010-08-03
| | * | | | | | | | | NFSv4: Get rid of the bogus RPC_ASSASSINATED(task) checksTrond Myklebust2010-08-03
| | * | | | | | | | | NFSv4: Clean up the process of renewing the NFSv4 leaseTrond Myklebust2010-08-03
| | * | | | | | | | | NFSv4.1: Handle NFS4ERR_DELAY on SEQUENCE correctlyTrond Myklebust2010-08-03
| | * | | | | | | | | NFS: nfs_rename() should not have to flush out writebacksTrond Myklebust2010-08-03
| | * | | | | | | | | NFS: Clean up the callers of nfs_wb_all()Trond Myklebust2010-08-03
| | * | | | | | | | | NFS: Fix up the fsync codeTrond Myklebust2010-08-03
| | * | | | | | | | | NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pidTrond Myklebust2010-07-30
| | * | | | | | | | | NFSv4: Add support for the RELEASE_LOCKOWNER operationTrond Myklebust2010-07-30
| | * | | | | | | | | NFSv4: Clean up for lockowner XDR encodingTrond Myklebust2010-07-30
| | * | | | | | | | | NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust2010-07-30
| | * | | | | | | | | NFSv4: Clean up struct nfs4_state_ownerTrond Myklebust2010-06-24
| | * | | | | | | | | NFSv4.1: There is no need to init the session more than once...Trond Myklebust2010-06-22
| | * | | | | | | | | NFSv41: Cleanup for nfs4_alloc_session.Trond Myklebust2010-06-22
| | * | | | | | | | | NFSv41: Clean up exclusive createTrond Myklebust2010-06-22
| | * | | | | | | | | NFSv41: Deprecate nfs_client->cl_minorversionTrond Myklebust2010-06-22
| | * | | | | | | | | NFSv41: Fix nfs_async_inode_return_delegation() uglinessTrond Myklebust2010-06-22
| | * | | | | | | | | NFSv41: Convert the various reboot recovery ops etc to minor version opsTrond Myklebust2010-06-22
| | * | | | | | | | | NFSv41: Clean up the NFSv4.1 minor version specific operationsTrond Myklebust2010-06-22