summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* 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/+11Star
* 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/+6Star
* NFS: Remove unused parameter from nfs_page_group_lock()Trond Myklebust2017-08-152-23/+14Star
* NFS: Remove unuse function nfs_page_group_lock_wait()Trond Myklebust2017-08-151-21/+0Star
* NFS: Remove nfs_page_group_clear_bits()Trond Myklebust2017-08-151-26/+3Star
* 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/+18Star
* 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/+0Star
* NFS: Teach nfs_try_to_update_request() to deal with request page_groupsTrond Myklebust2017-08-151-40/+20Star
* NFS: Fix the inode request accounting when pages have subrequestsTrond Myklebust2017-08-151-12/+15
* NFS: Don't unlock writebacks before declaring PG_WB_ENDTrond Myklebust2017-08-151-4/+4
* NFS: Don't check request offset and size without holding a lockTrond Myklebust2017-08-151-12/+12
* NFS: Fix an ABBA issue in nfs_lock_and_join_requests()Trond Myklebust2017-08-151-12/+17
* NFS: Fix a reference and lock leak in nfs_lock_and_join_requests()Trond Myklebust2017-08-151-2/+1Star
* NFS: Ensure we always dereference the page head lastTrond Myklebust2017-08-151-5/+6
* NFS: Reduce lock contention in nfs_try_to_update_request()Trond Myklebust2017-08-151-5/+3Star
* NFS: Reduce lock contention in nfs_page_find_head_request()Trond Myklebust2017-08-151-3/+5
* NFS: Simplify page writebackTrond Myklebust2017-08-151-20/+10Star
* Merge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-08-113-2/+3
|\
| * pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig2017-08-111-0/+1
| * NFSv4: Ignore NFS4ERR_OLD_STATEID in nfs41_check_open_stateid()Trond Myklebust2017-08-091-2/+1Star
| * nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson2017-08-081-0/+1
* | Merge tag 'nfs-for-4.13-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-08-033-24/+8Star
|\|
| * NFSv4: Fix double frees in nfs4_test_session_trunk()Trond Myklebust2017-08-022-16/+3Star
| * NFSv4: Fix EXCHANGE_ID corrupt verifier issueTrond Myklebust2017-08-012-8/+5Star
* | Merge tag 'nfs-for-4.13-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-282-6/+12
|\|
| * NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiterBenjamin Coddington2017-07-281-1/+1
| * NFS: Optimize fallocate by refreshing mapping when needed.NeilBrown2017-07-271-0/+2
| * NFS: invalidate file size when taking a lock.NeilBrown2017-07-271-1/+1
| * NFS: Use raw NFS access mask in nfs4_opendata_access()Anna Schumaker2017-07-261-4/+8
* | Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-227-33/+69
|\|
| * NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid()Trond Myklebust2017-07-211-2/+11
| * NFS: Be more careful about mapping file permissionsTrond Myklebust2017-07-211-8/+17
| * NFS: Store the raw NFS access mask in the inode's access cacheTrond Myklebust2017-07-211-3/+6
| * NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask()Trond Myklebust2017-07-211-9/+2Star
| * NFS: Refactor NFS access to kernel access mask calculationTrond Myklebust2017-07-211-8/+23
| * nfs: count correct array for mnt3_counts array sizeEryu Guan2017-07-211-1/+1
| * Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...")Trond Myklebust2017-07-191-7/+0Star
| * pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit()Trond Myklebust2017-07-191-0/+4
| * NFS: Fix another COMMIT race in pNFSTrond Myklebust2017-07-191-1/+6
| * NFS: Fix a COMMIT race in pNFSTrond Myklebust2017-07-191-3/+7
| * mount: copy the port field into the cloned nfs_server structure.Steve Dickson2017-07-191-0/+1