summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* NFS: Fix commit policy for non-blocking calls to nfs_write_inode()Trond Myklebust2017-07-131-1/+1
* NFS: Ensure we commit after writeback is completeTrond Myklebust2017-07-132-0/+60
* NFS: Remove unused fields in the page I/O structuresTrond Myklebust2017-07-131-2/+0
* NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington2017-07-132-1/+18
* NFS: convert flags to boolBenjamin Coddington2017-07-138-37/+37
* NFS: Set FATTR4_WORD0_TYPE for . and .. entriesAnna Schumaker2017-07-131-4/+7
* sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-07-134-7/+7
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-07-131-1/+1
* sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-07-131-0/+4
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-07-131-3/+3
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-07-131-2/+2
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-07-131-3/+4
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-07-136-10/+10
* nfs: use ARRAY_SIZE() in the nfsacl_version3 declarationChristoph Hellwig2017-07-131-2/+1
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-07-134-4/+15
* nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig2017-07-133-69/+77
* nfs: fix decoder callback prototypesChristoph Hellwig2017-07-135-84/+151
* nfs: fix encoder callback prototypesChristoph Hellwig2017-07-135-122/+242
* Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-06-047-14/+32
|\
| * nfs: Mark unnecessarily extern functions as staticJan Kara2017-06-032-4/+3
| * NFSv4.0: Fix a lock leak in nfs40_walk_client_listTrond Myklebust2017-05-241-1/+0
| * pnfs: Fix the check for requests in range of layout segmentBenjamin Coddington2017-05-242-8/+27
| * pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()Dan Carpenter2017-05-241-0/+1
| * NFS fix COMMIT after COPYOlga Kornievskaia2017-05-241-1/+1