summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* nfs4: remove duplicated #includeHuang Weiyi2011-03-111-1/+0Star
* NFSv4: Fix the setlk error handlerTrond Myklebust2011-03-111-9/+4Star
* NFSv4.1: Fix the handling of the SEQUENCE status bitsTrond Myklebust2011-03-111-3/+8
* NFSv4/4.1: Fix nfs4_schedule_state_recovery abusesTrond Myklebust2011-03-111-22/+23
* NFSv4.1 reclaim complete must wait for completionAndy Adamson2011-03-101-0/+3
* NFSv4.1: Retry CREATE_SESSION on NFS4ERR_DELAYRicardo Labiaga2011-03-101-1/+11
* nfs: fix compilation warningJovi Zhang2011-03-101-1/+1
* SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust2011-03-101-2/+2
* nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3)Neil Horman2011-03-051-2/+42
* NFS construct consistent co_ownerid for v4.1Andy Adamson2011-01-261-20/+10Star
* NFS fix the setting of exchange id flagAndy Adamson2011-01-111-4/+21
* NFSv4: Ensure continued open and lockowner name uniquenessTrond Myklebust2011-01-061-0/+3
* pnfs: layout roc codeFred Isaman2011-01-061-2/+19
* pnfs: serialize LAYOUTGET(openstateid)Fred Isaman2011-01-061-1/+6
* pnfs: layoutget rpc code cleanupFred Isaman2011-01-061-9/+10
* pnfs: remove unnecessary field lgp->statusFred Isaman2011-01-061-2/+1Star
* NFS add session back channel drainingAndy Adamson2011-01-061-7/+19
* NFS implement v4.0 callback_identAndy Adamson2011-01-061-0/+1
* nfsv4: Switch to generic xattr handling codeAneesh Kumar K.V2011-01-041-27/+35
* nfs: Set MS_POSIXACL alwaysAneesh Kumar K.V2011-01-041-0/+5
* NFSv4: Convert a few commas into semicolons...Trond Myklebust2010-12-211-8/+8
* nfs4: fix units bug causing hang on recoveryJ. Bruce Fields2010-12-211-1/+1
* nfs: Discard ACL cache on mode updateAneesh Kumar K.V2010-12-081-0/+9
* NFS: readdir shouldn't read beyond the reply returned by the serverTrond Myklebust2010-11-161-1/+3
* nfs4: The difference of 2 pointers is ptrdiff_tGeert Uytterhoeven2010-10-281-2/+2
* nfs4: fix channel attribute sanity-checksJ. Bruce Fields2010-10-261-34/+41
* NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructureAndy Adamson2010-10-251-0/+142
* NFS: ask for layouttypes during v4 fsinfo callAndy Adamson2010-10-251-0/+1
* Ask for time_delta during fsinfo probeRicardo Labiaga2010-10-251-1/+1
* NFS: Readdir plus in v4Bryan Schumaker2010-10-231-0/+1
* NFS: readdir with vmapped pagesBryan Schumaker2010-10-231-4/+4
* NFSv4: The state manager must ignore EKEYEXPIRED.Trond Myklebust2010-10-231-9/+18
* NFSv4: Don't call nfs4_state_mark_reclaim_reboot() from error handlersTrond Myklebust2010-10-201-6/+0Star
* NFSv4: Fix open recoveryTrond Myklebust2010-10-201-0/+3
* NFSv4.1: keep seq_res.sr_slot as pointer rather than an indexBenny Halevy2010-09-241-31/+21Star
* NFSv4.1: Fix the slotid initialisation in nfs_async_rename()Trond Myklebust2010-09-211-0/+2
* nfs: make sillyrename an async operationJeff Layton2010-09-171-0/+30
* nfs: standardize the rename response containerJeff Layton2010-09-171-1/+1
* nfs: standardize the rename args containerJeff Layton2010-09-171-1/+1
* NFS: Add an 'open_context' element to struct nfs_rpc_opsTrond Myklebust2010-09-171-1/+2
* NFS: Clean up nfs4_proc_create()Trond Myklebust2010-09-171-42/+14Star
* NFSv4: Further cleanups for nfs4_open_revalidate()Trond Myklebust2010-09-171-28/+0Star
* NFSv4: Clean up nfs4_open_revalidateTrond Myklebust2010-09-171-17/+6Star
* NFSv4: Further minor cleanups for nfs4_atomic_open()Trond Myklebust2010-09-171-24/+4Star
* NFSv4: Clean up nfs4_atomic_openTrond Myklebust2010-09-171-29/+11Star
* NFS: Fix an Oops in the NFSv4 atomic open codeTrond Myklebust2010-08-181-3/+5
* nfs: Remove redundant NULL check upon kfree()Davidlohr Bueso2010-08-111-2/+1Star
* NFS: Fix the NFS users of rpc_restart_call()Trond Myklebust2010-08-041-3/+1Star
* NFSv4: Get rid of the bogus RPC_ASSASSINATED(task) checksTrond Myklebust2010-08-041-10/+0Star
* NFSv4: Clean up the process of renewing the NFSv4 leaseTrond Myklebust2010-08-041-14/+9Star