aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields1-7/+6
2017-05-23nfsd4: fix null dereference on replayJ. Bruce Fields1-7/+6
2017-05-15nfsd4: const-ify nfsd4_opsChristoph Hellwig1-7/+6
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-0/+2
2017-05-15nfsd4: properly type op_func callbacksChristoph Hellwig1-108/+126
2017-05-15nfsd4: remove nfsd4op_rsizeChristoph Hellwig1-55/+54
2017-05-15nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig1-11/+10
2017-05-15nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig1-6/+6
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-2/+2
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-1/+1
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig1-4/+5
2017-05-15nfsd: use named initializers in PROC()Christoph Hellwig1-5/+5
2017-05-09nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi1-1/+2
2017-04-13nfsd: fix oops on unsupported operationOlga Kornievskaia1-1/+1
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton1-6/+7
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton1-1/+1
2017-02-17NFSD: Get response size before operation for all RPCsKinglong Mee1-6/+63
2017-01-31nfsd: opt in to labeled nfs per exportJ. Bruce Fields1-0/+4
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee1-1/+1
2016-12-15nfsd: add support for the umask attributeAndreas Gruenbacher1-0/+3
2016-11-01nfsd: clean up supported attribute handlingJ. Bruce Fields1-32/+11
2016-10-07NFSD: Implement the COPY callAnna Schumaker1-11/+79
2016-08-04nfsd: drop unnecessary MAY_EXEC check from createJ. Bruce Fields1-6/+1
2016-08-04nfsd: Make creates return EEXIST instead of EACCESOleg Drokin1-1/+5
2016-07-15nfsd: allow nfsd to advertise multiple layout typesJeff Layton1-2/+2
2016-07-13nfsd: flex file device id encoding will need the server addressTom Haynes1-1/+1
2016-07-13nfsd: implement machine credential support for some operationsAndrew Elble1-0/+39
2016-03-18nfsd: add SCSI layout supportChristoph Hellwig1-2/+4
2016-03-16nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields1-0/+1
2016-03-02nfsd4: resfh unused in nfsd4_secinfoJ. Bruce Fields1-2/+0
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-12-07nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig1-0/+47
2015-12-07nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker1-7/+9
2015-10-23nfsd: serialize layout stateid morphing operationsJeff Layton1-0/+4
2015-08-31NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1Kinglong Mee1-6/+6
2015-08-13lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields1-4/+4
2015-08-10nfsd: Remove unneeded values in nfsd4_open()Kinglong Mee1-3/+1
2015-07-20nfsd: Set lc_size_chg before ops->proc_layoutcommitKinglong Mee1-5/+1
2015-06-22nfsd: fput rd_file from XDR encode contextChristoph Hellwig1-4/+0
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig1-24/+15
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+6
2015-04-21nfsd4: disallow SEEK with special stateidsJ. Bruce Fields1-0/+2
2015-04-21nfsd4: disallow ALLOCATE with special stateidsJ. Bruce Fields1-0/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-6/+6
2015-03-31nfsd: Remove duplicate macro define for max sec label lengthKinglong Mee1-1/+1
2015-03-31nfsd: remove unused status arg to nfsd4_cleanup_open_stateJeff Layton1-1/+1
2015-03-31NFSD: Use correct reply size calculating functionKinglong Mee1-2/+2
2015-03-20NFSD: Put exports after nfsd4_layout_verify failKinglong Mee1-1/+1