aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-02nfsd: add trace eventsChristoph Hellwig1-1/+5
2015-02-02nfsd: implement pNFS layout recallsChristoph Hellwig1-0/+4
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig1-0/+302
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton1-2/+2
2014-11-07nfsd: Add DEALLOCATE supportAnna Schumaker1-0/+15
2014-11-07nfsd: Add ALLOCATE supportAnna Schumaker1-0/+36
2014-10-23nfsd4: fix crash on unknown operation numberJ. Bruce Fields1-1/+2
2014-10-21nfsd4: fix response size estimation for OP_SEQUENCEJ. Bruce Fields1-1/+3
2014-09-29NFSD: Implement SEEKAnna Schumaker1-0/+49
2014-08-05nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirmTrond Myklebust1-3/+0
2014-07-31nfsd: Add a mutex to protect the NFSv4.0 open owner replay cacheJeff Layton1-9/+3
2014-07-29nfsd: print status when nfsd4_open fails to open file it just createdJeff Layton1-1/+3
2014-07-09nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid()Trond Myklebust1-2/+1
2014-07-08NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee1-2/+1
2014-07-08nfsd4: rename cr_linkname->cr_dataJ. Bruce Fields1-1/+1
2014-07-08nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields1-1/+1
2014-07-08nfsd: fix rare symlink decoding bugJ. Bruce Fields1-9/+0
2014-06-23nfsd: add __force to opaque verifier field castsJeff Layton1-2/+6
2014-06-23NFSD: Using exp_get for export gettingKinglong Mee1-3/+3
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee1-2/+2
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee1-8/+4
2014-06-06nfsd4: simplify server xdr->next_page useJ. Bruce Fields1-1/+1
2014-06-04nfsd: remove unneeded zeroing of fields in nfsd4_proc_compoundJeff Layton1-3/+0
2014-06-04nfsd: fix setting of NFS4_OO_CONFIRMED in nfsd4_openJeff Layton1-2/+1
2014-05-30nfsd4: better reservation of head space for krb5J. Bruce Fields1-2/+2
2014-05-30nfsd4: estimate sequence response sizeJ. Bruce Fields1-0/+6
2014-05-30nfsd4: better estimate of getattr response sizeJ. Bruce Fields1-0/+44
2014-05-30nfsd4: allow large readdirsJ. Bruce Fields1-4/+5
2014-05-30nfsd4: more precise nfsd4_max_replyJ. Bruce Fields1-0/+12
2014-05-30nfsd4: don't try to encode conflicting owner if low on spaceJ. Bruce Fields1-1/+2
2014-05-30nfsd4: allow encoding across page boundariesJ. Bruce Fields1-0/+4
2014-05-30nfsd4: size-checking cleanupJ. Bruce Fields1-3/+6
2014-05-30nfsd4: remove redundant encode buffer size checkingJ. Bruce Fields1-14/+0
2014-05-30nfsd4: teach encoders to handle reserve_space failuresJ. Bruce Fields1-1/+1
2014-05-28nfsd4: keep xdr buf length updatedJ. Bruce Fields1-0/+2
2014-05-28nfsd4: use xdr_stream throughout compound encodingJ. Bruce Fields1-1/+1
2014-05-28nfsd4: use xdr_reserve_space in attribute encodingJ. Bruce Fields1-0/+1
2014-05-27nfsd4: fix encoding of out-of-space repliesJ. Bruce Fields1-4/+9
2014-05-23nfsd4: reserve head space for krb5 integ/priv infoJ. Bruce Fields1-1/+1
2014-05-23nfsd4: move proc_compound xdr encode init to helperJ. Bruce Fields1-4/+13
2014-05-23nfsd4: tweak nfsd4_encode_getattr to take xdr_streamJ. Bruce Fields1-3/+3