summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+20Star
* 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/+2Star
| * NFSv4.1: change nfs4_free_slot parameters for dynamic slotsAndy Adamson2012-01-051-3/+2Star
| * NFSv4.1: cleanup init and reset of session slot tablesAndy Adamson2012-01-051-37/+22Star
* | 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/+1Star
* 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/+8Star
* 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/+17Star
* 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
* NFSv4: nfs4_proc_renew should be declared staticTrond Myklebust2011-08-241-2/+2
* NFSv4: nfs4_proc_async_renew should use a GFP_NOFS allocationTrond Myklebust2011-08-241-1/+1
* pnfs: cleanup_layoutcommitAndy Adamson2011-07-311-0/+1
* pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman2011-07-311-2/+3
* pnfs: GETDEVICELISTAndy Adamson2011-07-311-0/+48
* pnfs: let layoutcommit handle a list of lsegPeng Tao2011-07-311-1/+7
* Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell2011-07-251-36/+34Star
|\
| * nfs_open_context doesn't need struct path eitherAl Viro2011-07-201-5/+5
| * nfs4_opendata doesn't need struct path eitherAl Viro2011-07-201-23/+22Star
| * nfs4_closedata doesn't need to mess with struct pathAl Viro2011-07-201-11/+10Star
* | NFSv4.1: Clean up layoutreturnTrond Myklebust2011-07-121-2/+2
* | NFS: test and free stateids during recoveryBryan Schumaker2011-07-121-3/+34
* | NFS: added FREE_STATEID callBryan Schumaker2011-07-121-0/+30
* | NFS: Added TEST_STATEID callBryan Schumaker2011-07-121-0/+28
* | NFS: Add SECINFO_NO_NAME procedureBryan Schumaker2011-07-121-1/+83
* | NFS: use scope from exchange_id to skip reclaimWeston Andros Adamson2011-07-121-0/+32
|/
* nfs4.1: fix several problems with _pnfs_return_layoutFred Isaman2011-06-151-4/+4