summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
...
* nfsd4: don't try to encode conflicting owner if low on spaceJ. Bruce Fields2014-05-302-4/+15
* nfsd4: convert 4.1 replay encodingJ. Bruce Fields2014-05-303-16/+16
* nfsd4: allow encoding across page boundariesJ. Bruce Fields2014-05-302-17/+47
* nfsd4: size-checking cleanupJ. Bruce Fields2014-05-302-17/+21
* nfsd4: remove redundant encode buffer size checkingJ. Bruce Fields2014-05-302-23/+13
* nfsd4: nfsd4_check_resp_size needn't recalculate lengthJ. Bruce Fields2014-05-301-15/+3
* nfsd4: reserve space before inlining 0-copy pagesJ. Bruce Fields2014-05-301-4/+7
* nfsd4: teach encoders to handle reserve_space failuresJ. Bruce Fields2014-05-303-66/+185
* nfsd4: "backfill" using write_bytes_to_xdr_bufJ. Bruce Fields2014-05-301-19/+26
* nfsd4: use xdr_truncate_encodeJ. Bruce Fields2014-05-301-20/+16
* nfsd4: keep xdr buf length updatedJ. Bruce Fields2014-05-282-2/+15
* nfsd4: no need for encode_compoundres to adjust lengthsJ. Bruce Fields2014-05-282-7/+4
* nfsd4: remove ADJUST_ARGSJ. Bruce Fields2014-05-281-40/+0
* nfsd4: use xdr_stream throughout compound encodingJ. Bruce Fields2014-05-282-9/+16
* nfsd4: use xdr_reserve_space in attribute encodingJ. Bruce Fields2014-05-286-145/+203
* nfsd4: allow space for final error returnJ. Bruce Fields2014-05-271-2/+7
* nfsd4: fix encoding of out-of-space repliesJ. Bruce Fields2014-05-273-5/+27
* nfsd4: reserve head space for krb5 integ/priv infoJ. Bruce Fields2014-05-231-1/+1
* nfsd4: move proc_compound xdr encode init to helperJ. Bruce Fields2014-05-231-4/+13
* nfsd4: tweak nfsd4_encode_getattr to take xdr_streamJ. Bruce Fields2014-05-233-18/+42
* nfsd4: embed xdr_stream in nfsd4_compoundresJ. Bruce Fields2014-05-234-45/+46
* nfsd4: decoding errors can still be cached and require spaceJ. Bruce Fields2014-05-232-5/+7
* nfsd4: fix write reply size estimateJ. Bruce Fields2014-05-231-1/+1
* nfsd4: read size estimate should include paddingJ. Bruce Fields2014-05-231-1/+1
* nfsd4: allow larger 4.1 session drc slotsJ. Bruce Fields2014-05-231-1/+1
* nfsd4: READ, READDIR, etc., are idempotentJ. Bruce Fields2014-05-231-8/+3
* nfsd: Only set PF_LESS_THROTTLE when really needed.NeilBrown2014-05-222-6/+12
* nfsd: remove nfsd4_free_slabChristoph Hellwig2014-05-221-26/+25
* nfsd: Remove assignments inside conditionsBenoit Taine2014-05-224-20/+40
* Merge 3.15 bugfixes for 3.16J. Bruce Fields2014-05-222-3/+14
|\
| * nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields2014-05-211-0/+4
| * nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields2014-05-211-2/+9
| * nfsd4: fix corruption on setting an ACL.J. Bruce Fields2014-05-151-1/+1
* | nfsd4: fix delegation cleanup on errorJ. Bruce Fields2014-05-211-20/+12
* | NFSD: Don't clear SUID/SGID after root writing dataKinglong Mee2014-05-211-18/+0
* | NFSD: Get rid of empty function nfs4_state_initKinglong Mee2014-05-083-10/+0
* | NFSD: Use simple_read_from_buffer for coping data to userspaceKinglong Mee2014-05-081-13/+2
* | Merge 3.15 bugfix for 3.16J. Bruce Fields2014-05-081-8/+9
|\|
| * NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee2014-05-081-8/+9
* | nfsd: clean up fh_auth usageChristoph Hellwig2014-05-081-11/+9
* | NFSD: cleanup unneeded including linux/export.hKinglong Mee2014-05-081-1/+0
* | NFSd: Clean up nfs4_preprocess_stateid_opTrond Myklebust2014-05-072-17/+13
* | NFSd: Mark nfs4_free_lockowner and nfs4_free_openowner as static functionsTrond Myklebust2014-05-062-14/+12
* | nfsd: remove <linux/nfsd/debug.h>Christoph Hellwig2014-05-061-1/+8
* | nfsd: move <linux/nfsd/stats.h> to fs/nfsdChristoph Hellwig2014-05-063-2/+44
* | nfsd: move <linux/nfsd/export.h> to fs/nfsdChristoph Hellwig2014-05-062-1/+111
* | nfsd: remove <linux/nfsd/nfsfh.h>Christoph Hellwig2014-05-063-6/+55
* | NFSd: Remove 'inline' designation for free_client()Trond Myklebust2014-05-061-1/+1
|/
* NFSd: call rpc_destroy_wait_queue() from free_client()Trond Myklebust2014-05-061-0/+1
* NFSd: Move default initialisers from create_client() to alloc_client()Trond Myklebust2014-05-061-12/+12