summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-02NFS4: nfs4_opendata_access should return errnoWeston Andros Adamson1-1/+1
2012-11-01NFSv4: Initialise the NFSv4.1 slot table highest_used_slotid correctlyTrond Myklebust1-1/+1
2012-10-31NFS: add nfs_sb_deactive_async to avoid deadlockWeston Andros Adamson1-1/+1
2012-10-31NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust1-0/+1
2012-10-31NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust1-13/+23
2012-10-31NFS: Wait for session recovery to finish before returningBryan Schumaker1-2/+1
2012-10-03NFSv4 set open access operation call flag in nfs4_init_opendata_resAndy Adamson1-1/+1
2012-10-02NFSv4 reduce attribute requests for open reclaimAndy Adamson1-26/+88
2012-10-02NFSv4: nfs4_open_done first must check that GETATTR decoded a file typeTrond Myklebust1-1/+3
2012-10-02NFSv4: don't put ACCESS in OPEN compound if O_EXCLWeston Andros Adamson1-3/+9
2012-10-02NFSv4: don't check MAY_WRITE access bit in OPENWeston Andros Adamson1-3/+3
2012-10-02NFSv4.1: Handle BAD_STATEID and EXPIRED errors in layoutgetTrond Myklebust1-8/+26
2012-10-01NFS41: fix error of setting blocklayoutdriverPeng Tao1-1/+4
2012-10-01NFS: Add nfs4_unique_id boot parameterChuck Lever1-1/+5
2012-10-01NFS: Discover NFSv4 server trunking when mountingChuck Lever1-0/+4
2012-10-01NFS: Use the same nfs_client_id4 for every serverChuck Lever1-12/+39
2012-10-01NFSv4: Add ACCESS operation to OPEN compoundWeston Andros Adamson1-8/+44
2012-10-01NFS: Remove bad delegations during open recoveryBryan Schumaker1-0/+4
2012-10-01NFS: Always use the open stateid when checking for expired opensBryan Schumaker1-1/+1
2012-09-28NFSv4.1: nfs4_proc_layoutreturn must always drop the plh_block_lgets countTrond Myklebust1-6/+6
2012-09-28NFSv4.1: Simplify the pNFS return-on-close codeTrond Myklebust1-4/+2
2012-09-28NFSv4.1: Fix a race in the pNFS return-on-close codeTrond Myklebust1-5/+3
2012-09-28NFSv4.1: Cleanup; add "pnfs_" prefix to put_lseg() and get_lseg()Trond Myklebust1-1/+1
2012-09-28NFSv4.1: Cleanup; add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr()Trond Myklebust1-1/+1
2012-09-28NFS: Clean up the pNFS layoutget interfaceTrond Myklebust1-5/+9
2012-09-28NFSv4: Convert the nfs4_lock_state->ls_flags to a bit fieldTrond Myklebust1-5/+5
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust1-1/+5
2012-09-25NFS: fix the return value check by using IS_ERRWei Yongjun1-1/+1
2012-09-06NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncachedTrond Myklebust1-19/+12
2012-09-04NFSv4: Fix range checking in __nfs4_get_acl_uncached and __nfs4_proc_set_aclTrond Myklebust1-9/+11
2012-09-04NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust1-2/+2
2012-08-16NFSv4: Fix the acl cache size calculationTrond Myklebust1-2/+3
2012-08-16NFSv4: Fix pointer arithmetic in decode_getaclTrond Myklebust1-1/+1
2012-08-08NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust1-6/+2
2012-08-02pnfs: nfs4_proc_layoutget returns voidIdan Kedar1-4/+4
2012-08-02pnfs: defer release of pages in layoutgetIdan Kedar1-1/+56
2012-07-30NFS: Keep module parameters in the generic NFS clientBryan Schumaker1-6/+0
2012-07-30NFS: Only initialize the ACL client in the v3 caseBryan Schumaker1-0/+2
2012-07-30NFS: Create a try_mount rpc opBryan Schumaker1-0/+1
2012-07-30nfs: fix fl_type tests in NFSv4 codeJeff Layton1-1/+1
2012-07-17NFS: Split out NFS v4 inode operationsBryan Schumaker1-0/+20
2012-07-16NFS: Clean up nfs4_proc_setclientid() and friendsChuck Lever1-8/+37
2012-07-16NFS: Treat NFS4ERR_CLID_INUSE as a fatal errorChuck Lever1-31/+16
2012-07-16NFS: When state recovery fails, waiting tasks should exitChuck Lever1-1/+6
2012-07-16SUNRPC: Add rpcauth_list_flavors()Chuck Lever1-4/+7
2012-07-16NFS: nfs_getaclargs.acl_len is a size_tChuck Lever1-1/+2
2012-07-16NFS: Clean up TEST_STATEID and FREE_STATEID error reportingChuck Lever1-2/+29
2012-07-16NFS: Clean up nfs41_check_expired_stateid()Chuck Lever1-16/+61
2012-07-16NFS: State reclaim clears OPEN and LOCK stateChuck Lever1-11/+12
2012-07-16NFS: Don't free a state ID the server does not recognizeChuck Lever1-2/+5