summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Simplify the struct nfs4_stateidTrond Myklebust2012-03-061-4/+3
* NFSv4: Add helpers for basic copying of stateidsTrond Myklebust2012-03-061-19/+15
* NFSv4: Rename nfs4_copy_stateid()Trond Myklebust2012-03-061-1/+1
* NFSv4: Further clean-ups of delegation stateid validationTrond Myklebust2012-03-061-2/+25
* NFS: Properly handle the case where the delegation is revokedTrond Myklebust2012-03-061-2/+16
* Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust2012-03-031-69/+46
|\
| * NFSv4: fix server_scope memory leakWeston Andros Adamson2012-02-171-6/+9
| * NFSv4.1: Fix a NFSv4.1 session initialisation regressionTrond Myklebust2012-02-171-65/+42
| * NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust2012-02-041-4/+4
* | NFS: Request fh_expire_type attribute in "server caps" operationChuck Lever2012-03-021-0/+1
* | NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONSChuck Lever2012-03-021-3/+3
* | SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2012-03-021-1/+2
* | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2012-03-021-3/+10
* | NFS: Add debugging messages to NFSv4's CLOSE procedureChuck Lever2012-03-021-3/+8
* | NFSv4: parse and display server implementation idsWeston Andros Adamson2012-03-011-0/+21
* | NFSv4: fix server_scope memory leakWeston Andros Adamson2012-03-011-6/+9
* | nfs41: Verify channel's attributes accordingly to RFC v2Vitaliy Gusev2012-02-151-2/+4
* | NFSv4.1: Add a module parameter to set the number of session slotsTrond Myklebust2012-02-151-1/+7
* | NFSv4.1: Convert slotid from u8 to u32Trond Myklebust2012-02-151-22/+20
* | NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson2012-02-071-3/+4
* | NFS: printks in fs/nfs/ should start with NFS:Weston Andros Adamson2012-02-071-1/+1
* | NFS: Call test_stateid() and free_stateid() with correct stateidsBryan Schumaker2012-02-071-11/+47
* | NFS: Pass a stateid to test_stateid() and free_stateid()Bryan Schumaker2012-02-071-15/+22
* | NFSv4: ACCESS validation doesn't require a full attribute refreshTrond Myklebust2012-02-011-1/+1
* | SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust2012-02-011-5/+8
* | NFS: Optimise away unnecessary setattrs for open(O_TRUNC);Trond Myklebust2012-02-011-3/+7
* | NFS: Move struct nfs_unique_id into struct nfs_seqid_counterTrond Myklebust2012-02-011-5/+5
* | NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust2012-02-011-37/+56
* | NFSv4: Replace lock_owner->ld_id with an ida based allocatorTrond Myklebust2012-02-011-3/+3
* | NFSv4: Replace state_owner->so_owner_id with an ida based allocatorTrond Myklebust2012-02-011-2/+2
* | NFSv4: Clean up nfs4_get_state_ownerTrond Myklebust2012-02-011-1/+2
|/
* NFS4: fix compile warnings in nfs4proc.cPeng Tao2012-01-121-1/+1
* Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-01-101-84/+93
|\
| * NFSv4: Save the owner/group name string when doing openTrond Myklebust2012-01-071-0/+10
| * NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2012-01-051-39/+57
| * NFSv4.1: cleanup comment and debug printkAndy Adamson2012-01-051-5/+2
| * NFSv4.1: change nfs4_free_slot parameters for dynamic slotsAndy Adamson2012-01-051-3/+2
| * NFSv4.1: cleanup init and reset of session slot tablesAndy Adamson2012-01-051-37/+22
* | Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-211-8/+16
|\|
| * NFSv4: Do not accept delegated opens when a delegation recall is in effectTrond Myklebust2011-12-101-8/+16
* | Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezerJeff Layton2011-12-061-2/+3
|/
* NFS: Fix a regression in the referral codeTrond Myklebust2011-11-071-2/+1
* nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton2011-11-041-0/+1
* nfs4: serialize layoutcommitPeng Tao2011-10-311-0/+6
* NFS: Get rid of nfs_restart_rpc()Trond Myklebust2011-10-191-9/+8
* NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookupTrond Myklebust2011-10-191-1/+9
* NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup()Trond Myklebust2011-10-191-45/+17
* NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust2011-10-181-2/+2
* NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN errorTrond Myklebust2011-08-241-2/+6
* NFSv4: The NFSv4.0 client must send RENEW calls if it holds a delegationTrond Myklebust2011-08-241-2/+6