summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2018-03-21fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman1-0/+2
2018-03-15NFS: Fix unstable write completionTrond Myklebust1-40/+43
2018-03-15pNFS: Prevent the layout header refcount going to zero in pnfs_roc()Trond Myklebust1-3/+10
2018-03-15NFS: Fix an incorrect type in struct nfs_direct_reqTrond Myklebust1-1/+1
2018-02-16NFS: Fix a race between mmap() and O_DIRECTTrond Myklebust1-1/+1
2018-02-16NFS: reject request for id_legacy key without auxdataEric Biggers1-1/+5
2018-02-16NFS: commit direct writes even if they fail partiallyJ. Bruce Fields1-3/+1
2018-02-16NFS: Fix nfsstat breakage due to LOOKUPPTrond Myklebust1-26/+38
2018-02-16NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust1-0/+2
2018-02-16nfs41: do not return ENOMEM on LAYOUTUNAVAILABLETigran Mkrtchyan1-3/+1
2018-02-16nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mdsScott Mayhew1-2/+2
2017-12-17Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-4/+26
2017-12-15nfs: don't wait on commit in nfs_commit_inode() if there were no commit requestsScott Mayhew1-0/+2
2017-12-15nfs: fix a deadlock in nfs client initializationScott Mayhew2-4/+24
2017-12-02Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+2
2017-11-29NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid"Trond Myklebust1-2/+2
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds4-14/+14
2017-11-18Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds25-334/+590
2017-11-18NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington2-16/+16
2017-11-18NFS: Fix typo in nomigration mount optionJoshua Watt1-1/+1
2017-11-18nfs: Fix ugly referral attributesChuck Lever1-10/+8
2017-11-18NFS: super: mark expected switch fall-throughsGustavo A. R. Silva1-2/+10
2017-11-18nfs: remove net pointer from messagesVasily Averin1-7/+7
2017-11-18nfs client: exit_net cleanup check addedVasily Averin1-0/+4
2017-11-18nfs/write: Use common error handling code in nfs_lock_and_join_requests()Markus Elfring1-8/+9
2017-11-18NFSv4: Replace closed stateids with the "invalid special stateid"Trond Myklebust3-1/+20
2017-11-18NFSv4: nfs_set_open_stateid must not trigger state recovery for closed stateTrond Myklebust1-1/+2
2017-11-18NFSv4: Check the open stateid when searching for expired stateTrond Myklebust1-0/+5
2017-11-18NFSv4: Clean up nfs4_delegreturn_doneTrond Myklebust1-18/+14
2017-11-18NFSv4: cleanup nfs4_close_doneTrond Myklebust1-19/+16
2017-11-18NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturnTrond Myklebust1-3/+12
2017-11-18pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-closeTrond Myklebust3-2/+40
2017-11-18NFSv4: Don't try to CLOSE if the stateid 'other' field has changedTrond Myklebust3-12/+13
2017-11-18NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust5-2/+65
2017-11-18NFS: Fix a typo in nfs_rename()Trond Myklebust1-1/+1
2017-11-18NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust1-15/+26
2017-11-18NFSv4: Add a tracepoint to document open stateid updatesTrond Myklebust2-0/+5
2017-11-18NFSv4: Fix OPEN / CLOSE raceTrond Myklebust3-35/+123
2017-11-18NFS: Fix bool initialization/comparisonThomas Meyer4-8/+8
2017-11-18NFS: Avoid RCU usage in tracepointsAnna Schumaker1-18/+6
2017-11-17fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova6-31/+31
2017-11-17fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova1-6/+6
2017-11-17fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_tElena Reshetova3-8/+8
2017-11-17fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_tElena Reshetova2-4/+4
2017-11-17fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_tElena Reshetova2-5/+6
2017-11-17fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_tElena Reshetova2-7/+7
2017-11-17fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_tElena Reshetova2-8/+8
2017-11-17fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_tElena Reshetova2-6/+7
2017-11-17NFSv4.1: Fix up replays of interrupted requestsTrond Myklebust2-47/+103
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+3