aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Merge 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-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds4-14/+14
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds25-334/+590
2017-11-17NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington2-16/+16
2017-11-17NFS: Fix typo in nomigration mount optionJoshua Watt1-1/+1
2017-11-17nfs: Fix ugly referral attributesChuck Lever1-10/+8
2017-11-17NFS: super: mark expected switch fall-throughsGustavo A. R. Silva1-2/+10
2017-11-17nfs: remove net pointer from messagesVasily Averin1-7/+7
2017-11-17nfs client: exit_net cleanup check addedVasily Averin1-0/+4
2017-11-17nfs/write: Use common error handling code in nfs_lock_and_join_requests()Markus Elfring1-8/+9
2017-11-17NFSv4: Replace closed stateids with the "invalid special stateid"Trond Myklebust3-1/+20
2017-11-17NFSv4: nfs_set_open_stateid must not trigger state recovery for closed stateTrond Myklebust1-1/+2
2017-11-17NFSv4: Check the open stateid when searching for expired stateTrond Myklebust1-0/+5
2017-11-17NFSv4: Clean up nfs4_delegreturn_doneTrond Myklebust1-18/+14
2017-11-17NFSv4: cleanup nfs4_close_doneTrond Myklebust1-19/+16
2017-11-17NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturnTrond Myklebust1-3/+12
2017-11-17pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-closeTrond Myklebust3-2/+40
2017-11-17NFSv4: Don't try to CLOSE if the stateid 'other' field has changedTrond Myklebust3-12/+13
2017-11-17NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust5-2/+65
2017-11-17NFS: Fix a typo in nfs_rename()Trond Myklebust1-1/+1
2017-11-17NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust1-15/+26
2017-11-17NFSv4: Add a tracepoint to document open stateid updatesTrond Myklebust2-0/+5
2017-11-17NFSv4: Fix OPEN / CLOSE raceTrond Myklebust3-35/+123
2017-11-17NFS: Fix bool initialization/comparisonThomas Meyer4-8/+8
2017-11-17NFS: 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/git/dhowells/linux-fsLinus Torvalds2-3/+3
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2-3/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar44-0/+44
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman44-0/+44
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-4/+4
2017-10-16NFS: remove special-case revalidate in nfs_opendir()NeilBrown1-7/+0
2017-10-16NFS: revalidate "." etc correctly on "open".NeilBrown1-2/+2
2017-10-16NFS: Don't compare apples to elephants to determine access bitsAnna Schumaker3-37/+10
2017-10-16NFS: Create NFS_ACCESS_* flagsAnna Schumaker1-8/+8
2017-10-04NFSv4/pnfs: Fix an infinite layoutget loopTrond Myklebust1-2/+1
2017-10-01nfs/filelayout: fix oops when freeing filelayout segmentScott Mayhew1-1/+2
2017-10-01NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington1-1/+1
2017-10-01NFS: Cleanup error handling in nfs_idmap_request_key()Dan Carpenter1-1/+1
2017-10-01nfs: RPC_MAX_AUTH_SIZE is in bytesJ. Bruce Fields1-2/+2
2017-09-14Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-20/+287