summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Fix client lock-up after application signal firesChuck Lever2017-07-134-31/+84
* xprtrdma: Rename rpcrdma_req::rl_freeChuck Lever2017-07-132-6/+5
* xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever2017-07-134-27/+26
* xprtrdma: Pre-mark remotely invalidated MRsChuck Lever2017-07-134-5/+28
* xprtrdma: On invalidation failure, remove MWs from rl_registeredChuck Lever2017-07-131-0/+1
* 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-134-0/+63
* NFS: Remove unused fields in the page I/O structuresTrond Myklebust2017-07-133-4/+0
* SUNRPC: Make slot allocation more reliableTrond Myklebust2017-07-131-3/+5
* NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington2017-07-133-1/+19
* NFS: convert flags to boolBenjamin Coddington2017-07-139-42/+42
* NFS: Set FATTR4_WORD0_TYPE for . and .. entriesAnna Schumaker2017-07-131-4/+7
* nfsd4: const-ify nfsd4_opsChristoph Hellwig2017-07-131-7/+6
* sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-07-1314-65/+65
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-07-1312-15/+15
* sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-07-1310-7/+28
* nfsd4: properly type op_func callbacksChristoph Hellwig2017-07-133-173/+209
* nfsd4: remove nfsd4op_rsizeChristoph Hellwig2017-07-131-55/+54
* nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig2017-07-133-35/+50
* nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig2017-07-134-19/+27
* sunrpc: remove kxdrproc_tChristoph Hellwig2017-07-131-7/+0
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-07-1321-170/+185
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-07-1321-209/+237
* sunrpc: properly type pc_release callbacksChristoph Hellwig2017-07-1312-66/+63
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-07-1311-227/+328
* nfsd: remove the unused PROC() macro in nfs3proc.cChristoph Hellwig2017-07-131-12/+0
* nfsd: use named initializers in PROC()Christoph Hellwig2017-07-133-27/+27
* nfsd4: const-ify nfs_cb_version4Christoph Hellwig2017-07-131-1/+1
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-07-1316-30/+31
* 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-1313-15/+44
* lockd: fix some weird indentationChristoph Hellwig2017-07-132-19/+19
* nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig2017-07-133-69/+77
* nfs: fix decoder callback prototypesChristoph Hellwig2017-07-135-84/+151
* lockd: fix decoder callback prototypesChristoph Hellwig2017-07-133-10/+16
* nfsd: fix decoder callback prototypesChristoph Hellwig2017-07-131-4/+7
* sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig2017-07-133-3/+4
* sunrpc: fix decoder callback prototypesChristoph Hellwig2017-07-131-12/+15
* sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig2017-07-132-2/+4
* sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig2017-07-133-7/+8
* nfsd: fix encoder callback prototypesChristoph Hellwig2017-07-131-5/+8
* nfs: fix encoder callback prototypesChristoph Hellwig2017-07-135-122/+242