summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: fix null dereference on replayJ. Bruce Fields2017-05-231-7/+6
* nfsd: fix undefined behavior in nfsd4_layout_verifyAri Kauppi2017-05-091-1/+2
* nfsd: fix oops on unsupported operationOlga Kornievskaia2017-04-131-1/+1
* nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton2017-02-241-6/+7
* sunrpc: turn bitfield flags in svc_version into boolsJeff Layton2017-02-241-1/+1
* NFSD: Get response size before operation for all RPCsKinglong Mee2017-02-171-6/+63
* nfsd: opt in to labeled nfs per exportJ. Bruce Fields2017-01-311-0/+4
* NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee2017-01-311-1/+1
* nfsd: add support for the umask attributeAndreas Gruenbacher2016-12-151-0/+3
* nfsd: clean up supported attribute handlingJ. Bruce Fields2016-11-011-32/+11
* NFSD: Implement the COPY callAnna Schumaker2016-10-071-11/+79
* nfsd: drop unnecessary MAY_EXEC check from createJ. Bruce Fields2016-08-041-6/+1
* nfsd: Make creates return EEXIST instead of EACCESOleg Drokin2016-08-041-1/+5
* nfsd: allow nfsd to advertise multiple layout typesJeff Layton2016-07-151-2/+2
* nfsd: flex file device id encoding will need the server addressTom Haynes2016-07-131-1/+1
* nfsd: implement machine credential support for some operationsAndrew Elble2016-07-131-0/+39
* nfsd: add SCSI layout supportChristoph Hellwig2016-03-181-2/+4
* nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields2016-03-161-0/+1
* nfsd4: resfh unused in nfsd4_secinfoJ. Bruce Fields2016-03-021-2/+0
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig2015-12-071-0/+47
* nfsd: Pass filehandle to nfs4_preprocess_stateid_op()Anna Schumaker2015-12-071-7/+9
* nfsd: serialize layout stateid morphing operationsJeff Layton2015-10-231-0/+4
* NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1Kinglong Mee2015-08-311-6/+6
* lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields2015-08-131-4/+4
* nfsd: Remove unneeded values in nfsd4_open()Kinglong Mee2015-08-101-3/+1
* nfsd: Set lc_size_chg before ops->proc_layoutcommitKinglong Mee2015-07-201-5/+1
* nfsd: fput rd_file from XDR encode contextChristoph Hellwig2015-06-221-4/+0
* nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig2015-06-221-24/+15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-6/+6
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-6/+6
* | nfsd4: disallow SEEK with special stateidsJ. Bruce Fields2015-04-211-0/+2
* | nfsd4: disallow ALLOCATE with special stateidsJ. Bruce Fields2015-04-211-0/+2
* | nfsd: Remove duplicate macro define for max sec label lengthKinglong Mee2015-03-311-1/+1
* | nfsd: remove unused status arg to nfsd4_cleanup_open_stateJeff Layton2015-03-311-1/+1
* | NFSD: Use correct reply size calculating functionKinglong Mee2015-03-311-2/+2
|/
* NFSD: Put exports after nfsd4_layout_verify failKinglong Mee2015-03-201-1/+1
* nfsd: add trace eventsChristoph Hellwig2015-02-021-1/+5
* nfsd: implement pNFS layout recallsChristoph Hellwig2015-02-021-0/+4
* nfsd: implement pNFS operationsChristoph Hellwig2015-02-021-0/+302
* sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-091-1/+1
* sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton2014-12-091-2/+2
* nfsd: Add DEALLOCATE supportAnna Schumaker2014-11-071-0/+15
* nfsd: Add ALLOCATE supportAnna Schumaker2014-11-071-0/+36
* nfsd4: fix crash on unknown operation numberJ. Bruce Fields2014-10-231-1/+2
* nfsd4: fix response size estimation for OP_SEQUENCEJ. Bruce Fields2014-10-211-1/+3
* NFSD: Implement SEEKAnna Schumaker2014-09-291-0/+49
* nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirmTrond Myklebust2014-08-051-3/+0
* nfsd: Add a mutex to protect the NFSv4.0 open owner replay cacheJeff Layton2014-07-311-9/+3
* nfsd: print status when nfsd4_open fails to open file it just createdJeff Layton2014-07-291-1/+3
OpenPOWER on IntegriCloud