summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker2013-01-111-4/+17
* NFS: Wait for session recovery to finish before returningBryan Schumaker2012-11-261-2/+1
* NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust2012-11-171-13/+23
* NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust2012-11-171-0/+1
* NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-10-021-2/+2
* NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust2012-09-141-6/+2
* pnfs: defer release of pages in layoutgetIdan Kedar2012-09-141-1/+56
* NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust2012-06-221-0/+1
* NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust2012-06-101-0/+2
* NFSv4.1: Use the correct hostname in the client identifier stringTrond Myklebust2012-04-301-3/+2
* NFS: Fix following referral mount points with different securityBryan Schumaker2012-04-271-10/+30
* NFS: Do secinfo as part of lookupBryan Schumaker2012-04-271-17/+47
* NFS: Handle exceptions coming out of nfs4_proc_fs_locations()Bryan Schumaker2012-04-271-1/+14
* Avoid beyond bounds copy while caching ACLSachin Prabhu2012-04-271-7/+5
* Avoid reading past buffer when calling GETACLSachin Prabhu2012-04-271-6/+10
* NFSv4: Ensure we do not reuse open owner namesTrond Myklebust2012-04-201-3/+3
* NFSv4: Fix open(O_TRUNC) and ftruncate() error handlingTrond Myklebust2012-04-191-3/+12
* NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust2012-04-191-0/+14
* NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust2012-04-191-2/+7
* NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_errorTrond Myklebust2012-03-271-5/+5
* NFSv4.1: Fix layoutcommit error handlingTrond Myklebust2012-03-271-12/+13
* NFSv4: Fix two infinite loops in the mount codeTrond Myklebust2012-03-271-2/+4
* Fix length of buffer copied in __nfs4_get_acl_uncachedSachin Prabhu2012-03-241-1/+1
* Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-231-170/+389
|\
| * NFS: Remove nfs4_setup_sequence from generic rename codeBryan Schumaker2012-03-211-0/+11
| * NFS: Remove nfs4_setup_sequence from generic unlink codeBryan Schumaker2012-03-211-0/+11
| * NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker2012-03-211-0/+11
| * NFS: Remove nfs4_setup_sequence from generic write codeBryan Schumaker2012-03-211-0/+11
| * NFSv4: It is not safe to dereference lsp->ls_state in release_lockownerTrond Myklebust2012-03-201-1/+3
| * NFSv4: Rate limit the state manager warning messagesTrond Myklebust2012-03-121-1/+1
| * NFS: Fix a number of sparse warningsTrond Myklebust2012-03-111-11/+12
| * NFSv4: Clean up nfs4_select_rw_stateid()Trond Myklebust2012-03-081-3/+5
| * NFS: Don't copy read delegation stateids in setattrTrond Myklebust2012-03-081-1/+1
| * NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust2012-03-071-1/+12
| * NFSv4: Don't free the nfs4_lock_state until after the release_lockownerTrond Myklebust2012-03-071-11/+20
| * NFS: Fix nfs4_verifier memory alignmentChuck Lever2012-03-061-13/+19
| * 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
| |\
| * | 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