summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1 fix infinite loop on IO BAD_STATEID errorOlga Kornievskaia2017-03-311-6/+3Star
* PNFS fix fallback to MDS if got error on commit to DSOlga Kornievskaia2017-03-301-1/+1
* NFS filelayout:call GETDEVICEINFO after pnfs_layout_process completesAndy Adamson2017-03-281-47/+91
* NFS store nfs4_deviceid in struct nfs4_filelayout_segmentAndy Adamson2017-03-282-8/+6Star
* NFS cleanup struct nfs4_filelayout_segmentAndy Adamson2017-03-271-9/+9
* NFS: Fix old dentry rehash after moveBenjamin Coddington2017-03-271-7/+2Star
* pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson2017-03-174-10/+31
* pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson2017-03-176-6/+48
* NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia2017-03-171-2/+2
* NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia2017-03-171-5/+4Star
* nfs: make nfs4_cb_sv_ops staticJason Yan2017-03-171-2/+2
* NFS: fix the fault nrequests decreasing for nfs_inode COPYKinglong Mee2017-03-171-2/+4
* NFSv4: fix a reference leak caused WARNING messagesKinglong Mee2017-03-131-2/+0Star
* nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAMEKinglong Mee2017-03-131-1/+1
* NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson2017-02-231-6/+2Star
* NFSv4: fix getacl head length estimationJ. Bruce Fields2017-02-231-1/+1
* Revert "NFSv4.1: Handle NFS4ERR_BADSESSION/NFS4ERR_DEADSESSION replies to OP_...Trond Myklebust2017-02-221-4/+0Star
* NFSv4: Fix reboot recovery in copy offloadTrond Myklebust2017-02-221-26/+37
* pNFS/flexfiles: If the layout is invalid, it must be updated before retryingTrond Myklebust2017-02-221-6/+7
* NFSv4: Clean up owner/group attribute decodeTrond Myklebust2017-02-211-60/+57Star
* NFSv4: Remove bogus "struct nfs_client" argument from decode_ace()Trond Myklebust2017-02-211-2/+2
* NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust2017-02-211-0/+2
* NFSv4: Replace callback string decode function with a genericTrond Myklebust2017-02-211-22/+8Star
* NFSv4: Replace the open coded decode_opaque_inline() with the new genericTrond Myklebust2017-02-211-21/+8Star
* NFSv4: Replace ad-hoc xdr encode/decode helpers with xdr_stream_* genericsTrond Myklebust2017-02-213-34/+12Star
* NFSv4: Set the connection timeout to match the lease periodTrond Myklebust2017-02-091-1/+1
* NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust2017-02-081-1/+1
* sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee2017-02-081-2/+1Star
* nfs: no PG_private waiters remain, remove wakerNicholas Piggin2017-02-081-2/+0Star
* NFS: nfs_rename() handle -ERESTARTSYS dentry left behindBenjamin Coddington2017-02-081-11/+25
* NFSv4: Fix warning for using 0 as NULLWei Yongjun2017-01-301-1/+1
* pNFS/flexfiles: Make local symbol layoutreturn_ops staticWei Yongjun2017-01-301-1/+1
* NFS: Return the comparison result directly in nfs41_match_stateid()Anna Schumaker2017-01-301-3/+1Star
* NFS: Clean up nfs41_same_server_scope()Anna Schumaker2017-01-301-5/+3Star
* NFS: No need to set and return status in nfs41_lock_expired()Anna Schumaker2017-01-301-2/+1Star
* NFS: Remove unnecessary goto in nfs4_lookup_root_sec()Anna Schumaker2017-01-301-8/+3Star
* NFS: Remove nfs4_recover_expired_lease()Anna Schumaker2017-01-301-6/+1Star
* NFS: Remove an extra if in _nfs4_recover_proc_open()Anna Schumaker2017-01-301-4/+1Star
* NFS: Return errors directly in _nfs4_opendata_reclaim_to_nfs4_state()Anna Schumaker2017-01-301-8/+3Star
* NFS: Remove nfs4_wait_for_completion_rpc_task()Anna Schumaker2017-01-301-15/+7Star
* NFS: Clean up _nfs4_is_integrity_protected()Anna Schumaker2017-01-301-6/+1Star
* NFS: Fix inconsistent indentation in nfs4proc.cAnna Schumaker2017-01-301-28/+28
* NFS: Make trace_nfs4_setup_sequence() available to NFS v4.0Anna Schumaker2017-01-303-35/+35
* NFS: Merge the remaining setup_sequence functionsAnna Schumaker2017-01-301-67/+20Star
* NFS: Check if the slot table is draining from nfs4_setup_sequence()Anna Schumaker2017-01-301-14/+9Star
* NFS: Handle setup sequence task rescheduling in a single placeAnna Schumaker2017-01-301-22/+15Star
* NFS: Lock the slot table from a single place during setup sequenceAnna Schumaker2017-01-301-13/+12Star
* NFS: Move slot-already-allocated check into nfs_setup_sequence()Anna Schumaker2017-01-301-10/+9Star
* NFS: Create a single nfs4_setup_sequence() functionAnna Schumaker2017-01-301-47/+29Star
* NFS: Use nfs4_setup_sequence() everywhereAnna Schumaker2017-01-305-52/+33Star