summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* 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/+3
* NFS: Reduce lock contention in nfs_page_find_head_request()Trond Myklebust2017-08-151-3/+5
* NFS: Simplify page writebackTrond Myklebust2017-08-151-20/+10
* 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/+1
| * 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-023-24/+8
|\ \ | |/
| * NFSv4: Fix double frees in nfs4_test_session_trunk()Trond Myklebust2017-08-022-16/+3
| * NFSv4: Fix EXCHANGE_ID corrupt verifier issueTrond Myklebust2017-08-012-8/+5
* | 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-217-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/+2
| * 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/+0
| * 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
| * NFS: Don't run wake_up_bit() when nobody is waiting...Trond Myklebust2017-07-131-1/+16
| * nfs: add export operationsPeng Tao2017-07-134-1/+182
* | Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-1322-132/+545
|\ \
| * | NFS: Don't run wake_up_bit() when nobody is waiting...Trond Myklebust2017-07-131-1/+16
| * | nfs: add export operationsPeng Tao2017-07-134-1/+182
| |/
| * nfs4: add NFSv4 LOOKUPP handlersJeff Layton2017-07-133-0/+153
| * nfs: add a nfs_ilookup helperPeng Tao2017-07-131-0/+22
| * nfs: replace d_add with d_splice_alias in atomic_openPeng Tao2017-07-131-1/+1
| * NFSv4.2 fix size storage for nfs42_proc_copyOlga Kornievskaia2017-07-131-1/+1
| * NFSv4.1: Use seqid returned by EXCHANGE_ID after state migrationChuck Lever2017-07-131-4/+3
| * NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migrationChuck Lever2017-07-132-5/+16
| * NFS: check for nfs_refresh_inode() errors in nfs_fhget()NeilBrown2017-07-131-2/+8
| * NFS: guard against confused server in nfs_atomic_open()NeilBrown2017-07-131-2/+4
| * NFS: only invalidate dentrys that are clearly invalid.NeilBrown2017-07-132-6/+10
| * PNFS for stateid errors retry against MDS firstOlga Kornievskaia2017-07-132-61/+0
| * PNFS fix EACCESS on commit to DS handlingOlga Kornievskaia2017-07-131-1/+2
| * NFS: silence a uninitialized variable warningDan Carpenter2017-07-131-1/+2
| * nfs: Fix fscache stat printing in nfs_show_stats()Tuo Chen Peng2017-07-131-1/+1
| * NFS: Fix initialization of nfs_page_array->npagesBenjamin Coddington2017-07-131-0/+1
OpenPOWER on IntegriCloud