summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com2018-05-301-2/+4
* nfs: Do not convert nfs_idmap_cache_timeout to jiffiesJan Chochol2018-04-261-1/+1
* NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown2018-04-262-5/+12
* fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman2018-03-211-0/+2
* NFS: Fix unstable write completionTrond Myklebust2018-03-151-40/+43
* pNFS: Prevent the layout header refcount going to zero in pnfs_roc()Trond Myklebust2018-03-151-3/+10
* NFS: Fix an incorrect type in struct nfs_direct_reqTrond Myklebust2018-03-151-1/+1
* NFS: Fix a race between mmap() and O_DIRECTTrond Myklebust2018-02-161-1/+1
* NFS: reject request for id_legacy key without auxdataEric Biggers2018-02-161-1/+5
* NFS: commit direct writes even if they fail partiallyJ. Bruce Fields2018-02-161-3/+1
* NFS: Fix nfsstat breakage due to LOOKUPPTrond Myklebust2018-02-161-26/+38
* NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust2018-02-161-0/+2
* nfs41: do not return ENOMEM on LAYOUTUNAVAILABLETigran Mkrtchyan2018-02-161-3/+1
* nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mdsScott Mayhew2018-02-161-2/+2
* nfs: don't wait on commit in nfs_commit_inode() if there were no commit requestsScott Mayhew2017-12-201-0/+2
* NFS: Fix a typo in nfs_rename()Trond Myklebust2017-12-141-1/+1
* NFS: revalidate "." etc correctly on "open".NeilBrown2017-11-301-2/+2
* NFS: Avoid RCU usage in tracepointsAnna Schumaker2017-11-301-18/+6
* nfs: Fix ugly referral attributesChuck Lever2017-11-301-10/+8
* NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington2017-11-302-16/+16
* NFS: Fix typo in nomigration mount optionJoshua Watt2017-11-301-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0244-0/+44
* 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
| |\ \
| | * | NFS: Fix NFSv2 security settingsChuck Lever2017-08-201-4/+8
| | * | NFSv4.1: don't use machine credentials for CLOSE when using 'sec=sys'NeilBrown2017-08-201-0/+11
| | * | NFS: Remove unused parameter gfp_flags from nfs_pageio_init()Trond Myklebust2017-08-203-5/+3
| | * | NFSv4: Fix up mirror allocationTrond Myklebust2017-08-201-34/+39
| * | | Merge branch 'writeback'Trond Myklebust2017-08-189-348/+257
| |\ \ \
| | * | | NFS: Wait for requests that are locked on the commit listTrond Myklebust2017-08-153-8/+29