aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-11NFSv4.1: data server connectionAndy Adamson1-2/+27
2011-03-11NFS move nfs_client initialization into nfs_get_clientAndy Adamson1-0/+1
2011-03-11nfs4: remove duplicated #includeHuang Weiyi1-1/+0
2011-03-11NFSv4: Fix the setlk error handlerTrond Myklebust1-9/+4
2011-03-11NFSv4.1: Fix the handling of the SEQUENCE status bitsTrond Myklebust1-3/+8
2011-03-11NFSv4/4.1: Fix nfs4_schedule_state_recovery abusesTrond Myklebust1-22/+23
2011-03-10NFSv4.1 reclaim complete must wait for completionAndy Adamson1-0/+3
2011-03-10NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAYRicardo Labiaga1-1/+11
2011-03-10nfs: fix compilation warningJovi Zhang1-1/+1
2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust1-2/+2
2011-03-04nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3)Neil Horman1-2/+42
2011-01-25NFS construct consistent co_ownerid for v4.1Andy Adamson1-20/+10
2011-01-11NFS fix the setting of exchange id flagAndy Adamson1-4/+21
2011-01-06NFSv4: Ensure continued open and lockowner name uniquenessTrond Myklebust1-0/+3
2011-01-06pnfs: layout roc codeFred Isaman1-2/+19
2011-01-06pnfs: serialize LAYOUTGET(openstateid)Fred Isaman1-1/+6
2011-01-06pnfs: layoutget rpc code cleanupFred Isaman1-9/+10
2011-01-06pnfs: remove unnecessary field lgp->statusFred Isaman1-2/+1
2011-01-06NFS add session back channel drainingAndy Adamson1-7/+19
2011-01-06NFS implement v4.0 callback_identAndy Adamson1-0/+1
2011-01-04nfsv4: Switch to generic xattr handling codeAneesh Kumar K.V1-27/+35
2011-01-04nfs: Set MS_POSIXACL alwaysAneesh Kumar K.V1-0/+5
2010-12-21NFSv4: Convert a few commas into semicolons...Trond Myklebust1-8/+8
2010-12-21nfs4: fix units bug causing hang on recoveryJ. Bruce Fields1-1/+1
2010-12-07nfs: Discard ACL cache on mode updateAneesh Kumar K.V1-0/+9
2010-11-15NFS: readdir shouldn't read beyond the reply returned by the serverTrond Myklebust1-1/+3
2010-10-28nfs4: The difference of 2 pointers is ptrdiff_tGeert Uytterhoeven1-2/+2
2010-10-25nfs4: fix channel attribute sanity-checksJ. Bruce Fields1-34/+41
2010-10-24NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructureAndy Adamson1-0/+142
2010-10-24NFS: ask for layouttypes during v4 fsinfo callAndy Adamson1-0/+1
2010-10-24Ask for time_delta during fsinfo probeRicardo Labiaga1-1/+1
2010-10-23NFS: Readdir plus in v4Bryan Schumaker1-0/+1
2010-10-23NFS: readdir with vmapped pagesBryan Schumaker1-4/+4
2010-10-23NFSv4: The state manager must ignore EKEYEXPIRED.Trond Myklebust1-9/+18
2010-10-19NFSv4: Don't call nfs4_state_mark_reclaim_reboot() from error handlersTrond Myklebust1-6/+0
2010-10-19NFSv4: Fix open recoveryTrond Myklebust1-0/+3
2010-09-24NFSv4.1: keep seq_res.sr_slot as pointer rather than an indexBenny Halevy1-31/+21
2010-09-21NFSv4.1: Fix the slotid initialisation in nfs_async_rename()Trond Myklebust1-0/+2
2010-09-17nfs: make sillyrename an async operationJeff Layton1-0/+30
2010-09-17nfs: standardize the rename response containerJeff Layton1-1/+1
2010-09-17nfs: standardize the rename args containerJeff Layton1-1/+1
2010-09-17NFS: Add an 'open_context' element to struct nfs_rpc_opsTrond Myklebust1-1/+2
2010-09-17NFS: Clean up nfs4_proc_create()Trond Myklebust1-42/+14
2010-09-17NFSv4: Further cleanups for nfs4_open_revalidate()Trond Myklebust1-28/+0
2010-09-17NFSv4: Clean up nfs4_open_revalidateTrond Myklebust1-17/+6
2010-09-17NFSv4: Further minor cleanups for nfs4_atomic_open()Trond Myklebust1-24/+4
2010-09-17NFSv4: Clean up nfs4_atomic_openTrond Myklebust1-29/+11
2010-08-18NFS: Fix an Oops in the NFSv4 atomic open codeTrond Myklebust1-3/+5
2010-08-11nfs: Remove redundant NULL check upon kfree()Davidlohr Bueso1-2/+1
2010-08-03NFS: Fix the NFS users of rpc_restart_call()Trond Myklebust1-3/+1