summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-17nfs41: set up seq_res.sr_slotidAndy Adamson1-0/+5
2009-06-17nfs41: nfs41: pass *session in seq_args and seq_resBenny Halevy1-0/+1
2009-06-17nfs41: introduce nfs4_call_syncAndy Adamson1-19/+48
2009-06-17nfs41: use nfs4_fs_locations_resBenny Halevy1-1/+4
2009-06-17nfs41: use nfs4_setaclresBenny Halevy1-1/+2
2009-06-17nfs41: use nfs4_getaclresBenny Halevy1-9/+11
2009-06-17nfs41: use nfs4_pathconf_resBenny Halevy1-1/+4
2009-06-17nfs41: use nfs4_fsinfo_resBenny Halevy1-1/+4
2009-06-17nfs41: use nfs4_statfs_resBenny Halevy1-1/+4
2009-06-17nfs41: use nfs4_readlink_resBenny Halevy1-1/+2
2009-06-17nfs41: use nfs4_server_caps_argBenny Halevy1-1/+4
2009-06-17nfs41: sessions client infrastructureAndy Adamson1-0/+34
2009-05-26NFSv4: Fix the case where NFSv4 renewal failsTrond Myklebust1-6/+3
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2009-04-01New helper - current_umask()Al Viro1-1/+1
2009-03-19NFS: Optimise NFS close()Trond Myklebust1-0/+10
2009-03-11NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust1-9/+1
2009-03-11NFSv4: Simplify some cache consistency post-op GETATTRsTrond Myklebust1-5/+8
2009-03-11NFSv4: A referral is assumed to always point to a directory.Trond Myklebust1-0/+14
2008-12-31fs/nfs/nfs4proc.c: make nfs4_map_errors() staticWANG Cong1-1/+1
2008-12-24NFSv4: Fix an infinite loop in the NFS state recovery codeTrond Myklebust1-2/+3
2008-12-23NFSv4: Convert the open and close ops to use fmodeTrond Myklebust1-58/+68
2008-12-23NFSv4: Return unreferenced delegations more promptlyTrond Myklebust1-0/+2
2008-12-23NFSv4: Rename the state reclaimer threadTrond Myklebust1-2/+2
2008-12-23NFSv4: Add recovery for individual stateidsTrond Myklebust1-9/+28
2008-12-23NFSv4: Remove nfs_client->cl_semTrond Myklebust1-19/+1
2008-12-23NFSv4: Ensure that file unlock requests don't conflict with state recoveryTrond Myklebust1-10/+16
2008-12-23NFS: Remove the unnecessary argument to nfs4_wait_clnt_recover()Trond Myklebust1-76/+75
2008-12-23NFSv4: Add a recovery marking scheme for state ownersTrond Myklebust1-0/+2
2008-12-23NFSv4: Remove redundant RENEW calls if we know the lease has expiredTrond Myklebust1-1/+2
2008-12-23NFSv4: Fix state recovery when the client runs over the grace periodTrond Myklebust1-3/+4
2008-12-23NFS: Use atomic bitops when changing struct nfs_delegation->flagsTrond Myklebust1-4/+4
2008-12-23NFSv4: Fix up another delegation related raceTrond Myklebust1-27/+53
2008-10-17Make nfs_file_cred more robust.Neil Brown1-2/+4
2008-07-16NFS: Remove BKL usage from open()Trond Myklebust1-2/+0
2008-07-09nfs: initialize timeout variable in nfs4_proc_setclientid_confirmBenny Halevy1-1/+1
2008-07-09NFS: Ensure we zap only the access and acl caches when setting new aclsTrond Myklebust1-1/+4
2008-07-09NFS: Fix a warning in nfs4_async_handle_errorTrond Myklebust1-2/+1
2008-07-09NFS: Remove the redundant file_open entry from struct nfs_rpc_opsTrond Myklebust1-2/+0
2008-07-09NFS: Fix the ftruncate() credential problemTrond Myklebust1-24/+23
2008-07-09NFS: Reduce the stack usage in NFSv4 create operationsTrond Myklebust1-107/+97
2008-05-16nfs: path_{get,put}() cleanupsJan Blunck1-4/+2
2008-05-16nfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-16/+16
2008-04-20NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust1-1/+1
2008-04-20NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlckTrond Myklebust1-0/+2
2008-04-20NFSv4: Only increment the sequence id if the server saw itTrond Myklebust1-6/+6
2008-04-20NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()Trond Myklebust1-4/+1
2008-03-14SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust1-4/+4
2008-02-26SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust1-1/+1
2008-02-26SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust1-1/+1