summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)Author
2012-03-06NFSv4: Further clean-ups of delegation stateid validationTrond Myklebust
2012-03-06NFS: Properly handle the case where the delegation is revokedTrond Myklebust
2012-03-03Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust
2012-03-02NFS: Request fh_expire_type attribute in "server caps" operationChuck Lever
2012-03-02NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONSChuck Lever
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust
2012-03-02NFS: Add debugging messages to NFSv4's CLOSE procedureChuck Lever
2012-03-01NFSv4: parse and display server implementation idsWeston Andros Adamson
2012-03-01NFSv4: fix server_scope memory leakWeston Andros Adamson
2012-02-17NFSv4: fix server_scope memory leakWeston Andros Adamson
2012-02-17NFSv4.1: Fix a NFSv4.1 session initialisation regressionTrond Myklebust
2012-02-15nfs41: Verify channel's attributes accordingly to RFC v2Vitaliy Gusev
2012-02-15NFSv4.1: Add a module parameter to set the number of session slotsTrond Myklebust
2012-02-15NFSv4.1: Convert slotid from u8 to u32Trond Myklebust
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson
2012-02-06NFS: printks in fs/nfs/ should start with NFS:Weston Andros Adamson
2012-02-06NFS: Call test_stateid() and free_stateid() with correct stateidsBryan Schumaker
2012-02-06NFS: Pass a stateid to test_stateid() and free_stateid()Bryan Schumaker
2012-02-03NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust
2012-01-31NFSv4: ACCESS validation doesn't require a full attribute refreshTrond Myklebust
2012-01-31SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust
2012-01-31NFS: Optimise away unnecessary setattrs for open(O_TRUNC);Trond Myklebust
2012-01-31NFS: Move struct nfs_unique_id into struct nfs_seqid_counterTrond Myklebust
2012-01-31NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust
2012-01-31NFSv4: Replace lock_owner->ld_id with an ida based allocatorTrond Myklebust
2012-01-31NFSv4: Replace state_owner->so_owner_id with an ida based allocatorTrond Myklebust
2012-01-31NFSv4: Clean up nfs4_get_state_ownerTrond Myklebust
2012-01-12NFS4: fix compile warnings in nfs4proc.cPeng Tao
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-01-07NFSv4: Save the owner/group name string when doing openTrond Myklebust
2012-01-05NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson
2012-01-05NFSv4.1: cleanup comment and debug printkAndy Adamson
2012-01-05NFSv4.1: change nfs4_free_slot parameters for dynamic slotsAndy Adamson
2012-01-05NFSv4.1: cleanup init and reset of session slot tablesAndy Adamson
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki
2011-12-09NFSv4: Do not accept delegated opens when a delegation recall is in effectTrond Myklebust
2011-12-06Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezerJeff Layton
2011-11-07NFS: Fix a regression in the referral codeTrond Myklebust
2011-11-04nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton
2011-10-31nfs4: serialize layoutcommitPeng Tao
2011-10-19NFS: Get rid of nfs_restart_rpc()Trond Myklebust
2011-10-18NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookupTrond Myklebust
2011-10-18NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup()Trond Myklebust
2011-10-18NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust
2011-08-24NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN errorTrond Myklebust
2011-08-24NFSv4: The NFSv4.0 client must send RENEW calls if it holds a delegationTrond Myklebust
2011-08-24NFSv4: nfs4_proc_renew should be declared staticTrond Myklebust
2011-08-24NFSv4: nfs4_proc_async_renew should use a GFP_NOFS allocationTrond Myklebust
2011-07-31pnfs: cleanup_layoutcommitAndy Adamson