summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2018-01-15nfs: Update server port after referral or migrationChuck Lever1-0/+1
2018-01-15nfs: Referrals should use the same proto setting as their parentChuck Lever2-5/+20
2018-01-15nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mdsScott Mayhew1-2/+2
2018-01-15pnfs/blocklayout: handle transient devicesBenjamin Coddington5-12/+82
2018-01-15pnfs/blocklayout: set PNFS_LAYOUTRETURN_ON_ERRORBenjamin Coddington2-1/+5
2018-01-15pnfs/blocklayout: Add module alias for LAYOUT4_SCSIBenjamin Coddington1-0/+1
2018-01-15NFS: remove unused offset arg in nfs_pgio_rpcsetupBenjamin Coddington1-4/+4
2018-01-15NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown2-5/+12
2018-01-15nfs: remove dead code from nfs_encode_fh()NeilBrown1-4/+0
2018-01-15Support statx() mask and query flags parametersTrond Myklebust1-13/+39
2018-01-15NFS: Fix nfsstat breakage due to LOOKUPPTrond Myklebust1-26/+38
2018-01-15NFSv4: Convert LOCKU to use nfs4_async_handle_exception()Trond Myklebust1-2/+8
2018-01-15NFSv4: Convert DELEGRETURN to use nfs4_handle_exception()Trond Myklebust1-3/+8
2018-01-15NFSv4: Convert CLOSE to use nfs4_async_handle_exception()Trond Myklebust1-1/+8
2018-01-15NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust1-0/+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