summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | 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
| | * | | NFSv4/pnfs: Replace pnfs_put_lseg_locked() with pnfs_put_lseg()Trond Myklebust2017-08-153-45/+2
| | * | | NFS: Switch to using mapping->private_lock for page writeback lookups.Trond Myklebust2017-08-151-11/+16
| | * | | NFS: Use an atomic_long_t to count the number of commitsTrond Myklebust2017-08-152-6/+8
| | * | | NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust2017-08-155-22/+11
| | * | | NFSv4: Use a mutex to protect the per-inode commit listsTrond Myklebust2017-08-154-22/+22
| | * | | NFS: Refactor nfs_page_find_head_request()Trond Myklebust2017-08-151-12/+30
| | * | | NFSv4: Convert nfs_lock_and_join_requests() to use nfs_page_find_head_request()Trond Myklebust2017-08-151-15/+20
| | * | | NFS: Fix up nfs_page_group_covers_page()Trond Myklebust2017-08-151-12/+6
| | * | | NFS: Remove unused parameter from nfs_page_group_lock()Trond Myklebust2017-08-152-23/+14
| | * | | NFS: Remove unuse function nfs_page_group_lock_wait()Trond Myklebust2017-08-151-21/+0
| | * | | NFS: Remove nfs_page_group_clear_bits()Trond Myklebust2017-08-151-26/+3
| | * | | NFS: Fix nfs_page_group_destroy() and nfs_lock_and_join_requests() race casesTrond Myklebust2017-08-151-29/+29
| | * | | NFS: Further optimise nfs_lock_and_join_requests()Trond Myklebust2017-08-151-27/+18
| | * | | NFS: Reduce inode->i_lock contention in nfs_lock_and_join_requests()Trond Myklebust2017-08-151-18/+22
| | * | | NFS: Remove page group limit in nfs_flush_incompatible()Trond Myklebust2017-08-151-2/+0
| | * | | NFS: Teach nfs_try_to_update_request() to deal with request page_groupsTrond Myklebust2017-08-151-40/+20
| | * | | NFS: Fix the inode request accounting when pages have subrequestsTrond Myklebust2017-08-151-12/+15