summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_tElena Reshetova2017-11-172-5/+6
| * fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_tElena Reshetova2017-11-172-7/+7
| * fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_tElena Reshetova2017-11-172-8/+8
| * fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_tElena Reshetova2017-11-172-6/+7
| * NFSv4.1: Fix up replays of interrupted requestsTrond Myklebust2017-11-172-47/+103
| * NFS: remove special-case revalidate in nfs_opendir()NeilBrown2017-10-161-7/+0
| * NFS: revalidate "." etc correctly on "open".NeilBrown2017-10-161-2/+2
| * NFS: Don't compare apples to elephants to determine access bitsAnna Schumaker2017-10-163-37/+10
| * NFS: Create NFS_ACCESS_* flagsAnna Schumaker2017-10-161-8/+8
* | Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-162-3/+3
|\ \
| * | Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-132-3/+3
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0744-0/+44
|\ \ \ | |/ /
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0244-0/+44
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-4/+4
|/
* NFSv4/pnfs: Fix an infinite layoutget loopTrond Myklebust2017-10-041-2/+1
* nfs/filelayout: fix oops when freeing filelayout segmentScott Mayhew2017-10-011-1/+2
* NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington2017-10-011-1/+1
* NFS: Cleanup error handling in nfs_idmap_request_key()Dan Carpenter2017-10-011-1/+1
* nfs: RPC_MAX_AUTH_SIZE is in bytesJ. Bruce Fields2017-10-011-2/+2
* Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-09-147-20/+287
|\
| * NFS: various changes relating to reporting IO errors.NeilBrown2017-09-114-15/+19
| * NFS: Add static NFS I/O tracepointsChuck Lever2017-09-113-0/+259
| * pNFS: Use the standard I/O stateid when calling LAYOUTGETTrond Myklebust2017-09-111-5/+9
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\ \
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | | Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-09-1116-565/+490
|\ \ \ | | |/ | |/|
| * | NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests()Trond Myklebust2017-09-091-1/+5
| * | NFS: Don't hold the group lock when calling nfs_release_request()Trond Myklebust2017-09-091-1/+1
| * | NFS: Remove pnfs_generic_transfer_commit_list()Trond Myklebust2017-09-092-41/+4
| * | NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlockTrond Myklebust2017-09-092-9/+22
| * | NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust2017-09-083-17/+12
| * | NFS: Sync the correct byte range during synchronous writestarangg@amazon.com2017-09-071-3/+3
| * | NFS: remove jiffies field from access cacheNeilBrown2017-09-062-5/+0
| * | NFS: flush data when locking a file to ensure cache coherence for mmap.NeilBrown2017-09-061-4/+7
| * | NFS: don't expect errors from mempool_alloc().NeilBrown2017-09-061-4/+2
| * | Merge branch 'bugfixes'Trond Myklebust2017-08-205-43/+61
| |\ \
OpenPOWER on IntegriCloud