aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-30nfsd4: nfsd4_check_resp_size should check against whole bufferJ. Bruce Fields1-2/+1
2014-05-30nfsd4: minor encode_read cleanupJ. Bruce Fields1-4/+6
2014-05-30nfsd4: more precise nfsd4_max_replyJ. Bruce Fields3-31/+17
2014-05-30nfsd4: don't try to encode conflicting owner if low on spaceJ. Bruce Fields2-4/+15
2014-05-30nfsd4: convert 4.1 replay encodingJ. Bruce Fields3-16/+16
2014-05-30nfsd4: allow encoding across page boundariesJ. Bruce Fields2-17/+47
2014-05-30nfsd4: size-checking cleanupJ. Bruce Fields2-17/+21
2014-05-30nfsd4: remove redundant encode buffer size checkingJ. Bruce Fields2-23/+13
2014-05-30nfsd4: nfsd4_check_resp_size needn't recalculate lengthJ. Bruce Fields1-15/+3
2014-05-30nfsd4: reserve space before inlining 0-copy pagesJ. Bruce Fields1-4/+7
2014-05-30nfsd4: teach encoders to handle reserve_space failuresJ. Bruce Fields3-66/+185
2014-05-30nfsd4: "backfill" using write_bytes_to_xdr_bufJ. Bruce Fields1-19/+26
2014-05-30nfsd4: use xdr_truncate_encodeJ. Bruce Fields1-20/+16
2014-05-28nfsd4: keep xdr buf length updatedJ. Bruce Fields2-2/+15
2014-05-28nfsd4: no need for encode_compoundres to adjust lengthsJ. Bruce Fields2-7/+4
2014-05-28nfsd4: remove ADJUST_ARGSJ. Bruce Fields1-40/+0
2014-05-28nfsd4: use xdr_stream throughout compound encodingJ. Bruce Fields2-9/+16
2014-05-28nfsd4: use xdr_reserve_space in attribute encodingJ. Bruce Fields6-145/+203
2014-05-27nfsd4: allow space for final error returnJ. Bruce Fields1-2/+7
2014-05-27nfsd4: fix encoding of out-of-space repliesJ. Bruce Fields3-5/+27
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 Fields3-18/+42
2014-05-23nfsd4: embed xdr_stream in nfsd4_compoundresJ. Bruce Fields4-45/+46
2014-05-23nfsd4: decoding errors can still be cached and require spaceJ. Bruce Fields2-5/+7
2014-05-23nfsd4: fix write reply size estimateJ. Bruce Fields1-1/+1
2014-05-23nfsd4: read size estimate should include paddingJ. Bruce Fields1-1/+1
2014-05-23nfsd4: allow larger 4.1 session drc slotsJ. Bruce Fields1-1/+1
2014-05-23nfsd4: READ, READDIR, etc., are idempotentJ. Bruce Fields1-8/+3
2014-05-22nfsd: Only set PF_LESS_THROTTLE when really needed.NeilBrown2-6/+12
2014-05-22nfsd: remove nfsd4_free_slabChristoph Hellwig1-26/+25
2014-05-22nfsd: Remove assignments inside conditionsBenoit Taine4-20/+40
2014-05-22Merge 3.15 bugfixes for 3.16J. Bruce Fields2-3/+14
2014-05-21nfsd4: fix delegation cleanup on errorJ. Bruce Fields1-20/+12
2014-05-21NFSD: Don't clear SUID/SGID after root writing dataKinglong Mee1-18/+0
2014-05-21nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields1-0/+4
2014-05-21nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields1-2/+9
2014-05-15nfsd4: fix corruption on setting an ACL.J. Bruce Fields1-1/+1
2014-05-08NFSD: Get rid of empty function nfs4_state_initKinglong Mee3-10/+0
2014-05-08NFSD: Use simple_read_from_buffer for coping data to userspaceKinglong Mee1-13/+2
2014-05-08Merge 3.15 bugfix for 3.16J. Bruce Fields1-8/+9
2014-05-08nfsd: clean up fh_auth usageChristoph Hellwig1-11/+9
2014-05-08NFSD: cleanup unneeded including linux/export.hKinglong Mee1-1/+0
2014-05-08NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee1-8/+9
2014-05-07NFSd: Clean up nfs4_preprocess_stateid_opTrond Myklebust2-17/+13
2014-05-06NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functionsTrond Myklebust2-14/+12
2014-05-06nfsd: remove <linux/nfsd/debug.h>Christoph Hellwig1-1/+8
2014-05-06nfsd: move <linux/nfsd/stats.h> to fs/nfsdChristoph Hellwig3-2/+44
2014-05-06nfsd: move <linux/nfsd/export.h> to fs/nfsdChristoph Hellwig2-1/+111
2014-05-06nfsd: remove <linux/nfsd/nfsfh.h>Christoph Hellwig3-6/+55