summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-07-21NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid()Trond Myklebust1-2/+11
2017-07-21NFS: Be more careful about mapping file permissionsTrond Myklebust1-8/+17
2017-07-21NFS: Store the raw NFS access mask in the inode's access cacheTrond Myklebust1-3/+6
2017-07-21NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask()Trond Myklebust1-9/+2
2017-07-21NFS: Refactor NFS access to kernel access mask calculationTrond Myklebust1-8/+23
2017-07-21nfs: count correct array for mnt3_counts array sizeEryu Guan1-1/+1
2017-07-19Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...")Trond Myklebust1-7/+0
2017-07-19pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit()Trond Myklebust1-0/+4
2017-07-19NFS: Fix another COMMIT race in pNFSTrond Myklebust1-1/+6
2017-07-19NFS: Fix a COMMIT race in pNFSTrond Myklebust1-3/+7
2017-07-19mount: copy the port field into the cloned nfs_server structure.Steve Dickson1-0/+1
2017-07-13NFS: Don't run wake_up_bit() when nobody is waiting...Trond Myklebust1-1/+16
2017-07-13nfs: add export operationsPeng Tao4-1/+182
2017-07-13nfs4: add NFSv4 LOOKUPP handlersJeff Layton3-0/+153
2017-07-13nfs: add a nfs_ilookup helperPeng Tao1-0/+22
2017-07-13nfs: replace d_add with d_splice_alias in atomic_openPeng Tao1-1/+1
2017-07-13NFSv4.2 fix size storage for nfs42_proc_copyOlga Kornievskaia1-1/+1
2017-07-13NFSv4.1: Use seqid returned by EXCHANGE_ID after state migrationChuck Lever1-4/+3
2017-07-13NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migrationChuck Lever2-5/+16
2017-07-13NFS: check for nfs_refresh_inode() errors in nfs_fhget()NeilBrown1-2/+8
2017-07-13NFS: guard against confused server in nfs_atomic_open()NeilBrown1-2/+4
2017-07-13NFS: only invalidate dentrys that are clearly invalid.NeilBrown2-6/+10
2017-07-13PNFS for stateid errors retry against MDS firstOlga Kornievskaia2-61/+0
2017-07-13PNFS fix EACCESS on commit to DS handlingOlga Kornievskaia1-1/+2
2017-07-13NFS: silence a uninitialized variable warningDan Carpenter1-1/+2
2017-07-13nfs: Fix fscache stat printing in nfs_show_stats()Tuo Chen Peng1-1/+1
2017-07-13NFS: Fix initialization of nfs_page_array->npagesBenjamin Coddington1-0/+1
2017-07-13NFS: Fix commit policy for non-blocking calls to nfs_write_inode()Trond Myklebust1-1/+1
2017-07-13NFS: Ensure we commit after writeback is completeTrond Myklebust2-0/+60
2017-07-13NFS: Remove unused fields in the page I/O structuresTrond Myklebust1-2/+0
2017-07-13NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington2-1/+18
2017-07-13NFS: convert flags to boolBenjamin Coddington8-37/+37
2017-07-13NFS: Set FATTR4_WORD0_TYPE for . and .. entriesAnna Schumaker1-4/+7
2017-07-13nfsd4: const-ify nfsd4_opsChristoph Hellwig1-7/+6
2017-07-13sunrpc: mark all struct svc_version instances as constChristoph Hellwig12-62/+62
2017-07-13sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig9-10/+10
2017-07-13sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig7-0/+20
2017-07-13nfsd4: properly type op_func callbacksChristoph Hellwig3-173/+209
2017-07-13nfsd4: remove nfsd4op_rsizeChristoph Hellwig1-55/+54
2017-07-13nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig3-35/+50
2017-07-13nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig4-19/+27
2017-07-13sunrpc: properly type pc_encode callbacksChristoph Hellwig17-157/+173
2017-07-13sunrpc: properly type pc_decode callbacksChristoph Hellwig17-187/+211
2017-07-13sunrpc: properly type pc_release callbacksChristoph Hellwig10-61/+57
2017-07-13sunrpc: properly type pc_func callbacksChristoph Hellwig9-224/+325
2017-07-13nfsd: remove the unused PROC() macro in nfs3proc.cChristoph Hellwig1-12/+0
2017-07-13nfsd: use named initializers in PROC()Christoph Hellwig3-27/+27
2017-07-13nfsd4: const-ify nfs_cb_version4Christoph Hellwig1-1/+1
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig10-14/+14
2017-07-13nfs: use ARRAY_SIZE() in the nfsacl_version3 declarationChristoph Hellwig1-2/+1