summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2018-08-03pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust1-1/+2
2018-08-03NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRYTrond Myklebust1-4/+7
2018-08-03skip LAYOUTRETURN if layout is invalidOlga Kornievskaia1-2/+4
2018-07-03NFSv4: Fix a typo in nfs41_sequence_processTrond Myklebust1-1/+1
2018-07-03NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")Trond Myklebust1-5/+2
2018-07-03NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_messageDave Wysochanski1-2/+3
2018-06-26NFSv4.1: Fix up replays of interrupted requestsTrond Myklebust2-47/+103
2018-05-30nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com1-2/+4
2018-04-26nfs: Do not convert nfs_idmap_cache_timeout to jiffiesJan Chochol1-1/+1
2018-04-26NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown2-5/+12
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-20nfs: don't wait on commit in nfs_commit_inode() if there were no commit requestsScott Mayhew1-0/+2
2017-12-14NFS: Fix a typo in nfs_rename()Trond Myklebust1-1/+1
2017-11-30NFS: revalidate "." etc correctly on "open".NeilBrown1-2/+2
2017-11-30NFS: Avoid RCU usage in tracepointsAnna Schumaker1-18/+6
2017-11-30nfs: Fix ugly referral attributesChuck Lever1-10/+8
2017-11-30NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington2-16/+16
2017-11-30NFS: Fix typo in nomigration mount optionJoshua Watt1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman44-0/+44
2017-10-04NFSv4/pnfs: Fix an infinite layoutget loopTrond Myklebust1-2/+1
2017-10-02nfs/filelayout: fix oops when freeing filelayout segmentScott Mayhew1-1/+2
2017-10-02NFS: Fix uninitialized rpc_wait_queueBenjamin Coddington1-1/+1
2017-10-02NFS: Cleanup error handling in nfs_idmap_request_key()Dan Carpenter1-1/+1
2017-10-02nfs: RPC_MAX_AUTH_SIZE is in bytesJ. Bruce Fields1-2/+2
2017-09-15Merge tag 'nfs-for-4.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-20/+287
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2017-09-12Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds16-565/+490
2017-09-12NFS: various changes relating to reporting IO errors.NeilBrown4-15/+19
2017-09-12NFS: Add static NFS I/O tracepointsChuck Lever3-0/+259
2017-09-12pNFS: Use the standard I/O stateid when calling LAYOUTGETTrond Myklebust1-5/+9
2017-09-09NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests()Trond Myklebust1-1/+5
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-5/+5
2017-09-09NFS: Don't hold the group lock when calling nfs_release_request()Trond Myklebust1-1/+1
2017-09-09NFS: Remove pnfs_generic_transfer_commit_list()Trond Myklebust2-41/+4
2017-09-09NFS: nfs_lock_and_join_requests and nfs_scan_commit_list can deadlockTrond Myklebust2-9/+22
2017-09-09NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust3-17/+12
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-09-07NFS: Sync the correct byte range during synchronous writestarangg@amazon.com1-3/+3
2017-09-07fscache: remove unused ->now_uncached callbackJan Kara1-40/+0
2017-09-06NFS: remove jiffies field from access cacheNeilBrown2-5/+0