summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS: commit direct writes even if they fail partiallyJ. Bruce Fields2018-01-161-3/+1
* nfs: remove unused label in nfs_encode_fh()Arnd Bergmann2018-01-161-1/+0
* nfs: Update server port after referral or migrationChuck Lever2018-01-141-0/+1
* nfs: Referrals should use the same proto setting as their parentChuck Lever2018-01-142-5/+20
* nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mdsScott Mayhew2018-01-141-2/+2
* pnfs/blocklayout: handle transient devicesBenjamin Coddington2018-01-145-12/+82
* pnfs/blocklayout: set PNFS_LAYOUTRETURN_ON_ERRORBenjamin Coddington2018-01-142-1/+5
* pnfs/blocklayout: Add module alias for LAYOUT4_SCSIBenjamin Coddington2018-01-141-0/+1
* NFS: remove unused offset arg in nfs_pgio_rpcsetupBenjamin Coddington2018-01-141-4/+4
* NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown2018-01-142-5/+12
* nfs: remove dead code from nfs_encode_fh()NeilBrown2018-01-141-4/+0
* Support statx() mask and query flags parametersTrond Myklebust2018-01-141-13/+39
* NFS: Fix nfsstat breakage due to LOOKUPPTrond Myklebust2018-01-141-26/+38
* NFSv4: Convert LOCKU to use nfs4_async_handle_exception()Trond Myklebust2018-01-141-2/+8
* NFSv4: Convert DELEGRETURN to use nfs4_handle_exception()Trond Myklebust2018-01-141-3/+8
* NFSv4: Convert CLOSE to use nfs4_async_handle_exception()Trond Myklebust2018-01-141-1/+8
* NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust2018-01-141-0/+2
* Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-163-4/+26
|\
| * nfs: don't wait on commit in nfs_commit_inode() if there were no commit requestsScott Mayhew2017-12-151-0/+2
| * nfs: fix a deadlock in nfs client initializationScott Mayhew2017-12-152-4/+24
* | Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-011-2/+2
|\|
| * NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid"Trond Myklebust2017-11-291-2/+2
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-274-14/+14
* | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-1725-334/+590
|\|
| * NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington2017-11-172-16/+16
| * NFS: Fix typo in nomigration mount optionJoshua Watt2017-11-171-1/+1
| * nfs: Fix ugly referral attributesChuck Lever2017-11-171-10/+8
| * NFS: super: mark expected switch fall-throughsGustavo A. R. Silva2017-11-171-2/+10
| * nfs: remove net pointer from messagesVasily Averin2017-11-171-7/+7
| * nfs client: exit_net cleanup check addedVasily Averin2017-11-171-0/+4
| * nfs/write: Use common error handling code in nfs_lock_and_join_requests()Markus Elfring2017-11-171-8/+9
| * NFSv4: Replace closed stateids with the "invalid special stateid"Trond Myklebust2017-11-173-1/+20
| * NFSv4: nfs_set_open_stateid must not trigger state recovery for closed stateTrond Myklebust2017-11-171-1/+2
| * NFSv4: Check the open stateid when searching for expired stateTrond Myklebust2017-11-171-0/+5
| * NFSv4: Clean up nfs4_delegreturn_doneTrond Myklebust2017-11-171-18/+14
| * NFSv4: cleanup nfs4_close_doneTrond Myklebust2017-11-171-19/+16
| * NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturnTrond Myklebust2017-11-171-3/+12
| * pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-closeTrond Myklebust2017-11-173-2/+40
| * NFSv4: Don't try to CLOSE if the stateid 'other' field has changedTrond Myklebust2017-11-173-12/+13
| * NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust2017-11-175-2/+65
| * NFS: Fix a typo in nfs_rename()Trond Myklebust2017-11-171-1/+1
| * NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust2017-11-171-15/+26
| * NFSv4: Add a tracepoint to document open stateid updatesTrond Myklebust2017-11-172-0/+5
| * NFSv4: Fix OPEN / CLOSE raceTrond Myklebust2017-11-173-35/+123
| * NFS: Fix bool initialization/comparisonThomas Meyer2017-11-174-8/+8
| * NFS: Avoid RCU usage in tracepointsAnna Schumaker2017-11-171-18/+6
| * fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova2017-11-176-31/+31
| * fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova2017-11-171-6/+6
| * fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_tElena Reshetova2017-11-173-8/+8
| * fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_tElena Reshetova2017-11-172-4/+4