summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Move error handling out of the delegation generic codeTrond Myklebust2009-06-171-2/+13
* NFSv4: Fix the case where NFSv4 renewal failsTrond Myklebust2009-05-261-6/+3Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-031-1/+1
|\
| * New helper - current_umask()Al Viro2009-04-011-1/+1
* | NFS: Optimise NFS close()Trond Myklebust2009-03-191-0/+10
* | NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust2009-03-111-9/+1Star
* | NFSv4: Simplify some cache consistency post-op GETATTRsTrond Myklebust2009-03-111-5/+8
* | NFSv4: A referral is assumed to always point to a directory.Trond Myklebust2009-03-111-0/+14
|/
* fs/nfs/nfs4proc.c: make nfs4_map_errors() staticWANG Cong2008-12-301-1/+1
* NFSv4: Fix an infinite loop in the NFS state recovery codeTrond Myklebust2008-12-231-2/+3
* NFSv4: Convert the open and close ops to use fmodeTrond Myklebust2008-12-231-58/+68
* NFSv4: Return unreferenced delegations more promptlyTrond Myklebust2008-12-231-0/+2
* NFSv4: Rename the state reclaimer threadTrond Myklebust2008-12-231-2/+2
* NFSv4: Add recovery for individual stateidsTrond Myklebust2008-12-231-9/+28
* NFSv4: Remove nfs_client->cl_semTrond Myklebust2008-12-231-19/+1Star
* NFSv4: Ensure that file unlock requests don't conflict with state recoveryTrond Myklebust2008-12-231-10/+16
* NFS: Remove the unnecessary argument to nfs4_wait_clnt_recover()Trond Myklebust2008-12-231-76/+75Star
* NFSv4: Add a recovery marking scheme for state ownersTrond Myklebust2008-12-231-0/+2
* NFSv4: Remove redundant RENEW calls if we know the lease has expiredTrond Myklebust2008-12-231-1/+2
* NFSv4: Fix state recovery when the client runs over the grace periodTrond Myklebust2008-12-231-3/+4
* NFS: Use atomic bitops when changing struct nfs_delegation->flagsTrond Myklebust2008-12-231-4/+4
* NFSv4: Fix up another delegation related raceTrond Myklebust2008-12-231-27/+53
* Make nfs_file_cred more robust.Neil Brown2008-10-171-2/+4
* NFS: Remove BKL usage from open()Trond Myklebust2008-07-161-2/+0Star
* nfs: initialize timeout variable in nfs4_proc_setclientid_confirmBenny Halevy2008-07-091-1/+1
* NFS: Ensure we zap only the access and acl caches when setting new aclsTrond Myklebust2008-07-091-1/+4
* NFS: Fix a warning in nfs4_async_handle_errorTrond Myklebust2008-07-091-2/+1Star
* NFS: Remove the redundant file_open entry from struct nfs_rpc_opsTrond Myklebust2008-07-091-2/+0Star
* NFS: Fix the ftruncate() credential problemTrond Myklebust2008-07-091-24/+23Star
* NFS: Reduce the stack usage in NFSv4 create operationsTrond Myklebust2008-07-091-107/+97Star
* nfs: path_{get,put}() cleanupsJan Blunck2008-05-161-4/+2Star
* nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-161-16/+16
* NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust2008-04-191-1/+1
* NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlckTrond Myklebust2008-04-191-0/+2
* NFSv4: Only increment the sequence id if the server saw itTrond Myklebust2008-04-191-6/+6
* NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()Trond Myklebust2008-04-191-4/+1Star
* SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust2008-03-141-4/+4
* SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-261-1/+1
* SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust2008-02-261-1/+1
* NFS: Ensure that the asynchronous RPC calls complete on nfsiod.Trond Myklebust2008-02-261-0/+6
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-151-4/+4
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-20/+7Star
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-061-20/+7Star
* | NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inodeTrond Myklebust2008-01-301-9/+13
* | nfs4: allow nfsv4 acls on non-regular-filesJ. Bruce Fields2008-01-301-4/+0Star
* | NFSv4: Add socket proto argument to setclientidTrond Myklebust2008-01-301-1/+3
* | NFS: Enable NFS client to generate CLIENTID strings with IPv6 addressesChuck Lever2008-01-301-4/+8
* | NFS: define a function to update nfsi->cache_change_attributeTrond Myklebust2008-01-301-1/+1
* | NFS/SUNRPC: Convert all users of rpc_call_setup()Trond Myklebust2008-01-301-66/+52Star
* | NFS: Clean up the (commit|read|write)_setup() callback routinesTrond Myklebust2008-01-301-41/+8Star