Age | Commit message (Expand) | Author | Files | Lines |
2015-02-02 | nfsd: add trace events | Christoph Hellwig | 1 | -1/+5 |
2015-02-02 | nfsd: implement pNFS layout recalls | Christoph Hellwig | 1 | -0/+4 |
2015-02-02 | nfsd: implement pNFS operations | Christoph Hellwig | 1 | -0/+302 |
2014-12-09 | sunrpc: move rq_splice_ok flag into rq_flags | Jeff Layton | 1 | -1/+1 |
2014-12-09 | sunrpc: move rq_usedeferral flag to rq_flags | Jeff Layton | 1 | -2/+2 |
2014-11-08 | nfsd: Add DEALLOCATE support | Anna Schumaker | 1 | -0/+15 |
2014-11-08 | nfsd: Add ALLOCATE support | Anna Schumaker | 1 | -0/+36 |
2014-10-23 | nfsd4: fix crash on unknown operation number | J. Bruce Fields | 1 | -1/+2 |
2014-10-21 | nfsd4: fix response size estimation for OP_SEQUENCE | J. Bruce Fields | 1 | -1/+3 |
2014-09-29 | NFSD: Implement SEEK | Anna Schumaker | 1 | -0/+49 |
2014-08-05 | nfsd: Remove nfs4_lock_state(): nfsd4_open and nfsd4_open_confirm | Trond Myklebust | 1 | -3/+0 |
2014-07-31 | nfsd: Add a mutex to protect the NFSv4.0 open owner replay cache | Jeff Layton | 1 | -9/+3 |
2014-07-30 | nfsd: print status when nfsd4_open fails to open file it just created | Jeff Layton | 1 | -1/+3 |
2014-07-10 | nfsd: Convert nfs4_check_open_reclaim() to work with lookup_clientid() | Trond Myklebust | 1 | -2/+1 |
2014-07-09 | NFSD: Remove iattr parameter from nfsd_symlink() | Kinglong Mee | 1 | -2/+1 |
2014-07-09 | nfsd4: rename cr_linkname->cr_data | J. Bruce Fields | 1 | -1/+1 |
2014-07-09 | nfsd: let nfsd_symlink assume null-terminated data | J. Bruce Fields | 1 | -1/+1 |
2014-07-09 | nfsd: fix rare symlink decoding bug | J. Bruce Fields | 1 | -9/+0 |
2014-06-23 | nfsd: add __force to opaque verifier field casts | Jeff Layton | 1 | -2/+6 |
2014-06-23 | NFSD: Using exp_get for export getting | Kinglong Mee | 1 | -3/+3 |
2014-06-23 | SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_ok | Kinglong Mee | 1 | -2/+2 |
2014-06-23 | NFSD: Using min/max/min_t/max_t for calculate | Kinglong Mee | 1 | -8/+4 |
2014-06-07 | nfsd4: simplify server xdr->next_page use | J. Bruce Fields | 1 | -1/+1 |
2014-06-04 | nfsd: remove unneeded zeroing of fields in nfsd4_proc_compound | Jeff Layton | 1 | -3/+0 |
2014-06-04 | nfsd: fix setting of NFS4_OO_CONFIRMED in nfsd4_open | Jeff Layton | 1 | -2/+1 |
2014-05-31 | nfsd4: better reservation of head space for krb5 | J. Bruce Fields | 1 | -2/+2 |
2014-05-31 | nfsd4: estimate sequence response size | J. Bruce Fields | 1 | -0/+6 |
2014-05-31 | nfsd4: better estimate of getattr response size | J. Bruce Fields | 1 | -0/+44 |
2014-05-31 | nfsd4: allow large readdirs | J. Bruce Fields | 1 | -4/+5 |
2014-05-31 | nfsd4: more precise nfsd4_max_reply | J. Bruce Fields | 1 | -0/+12 |
2014-05-31 | nfsd4: don't try to encode conflicting owner if low on space | J. Bruce Fields | 1 | -1/+2 |
2014-05-31 | nfsd4: allow encoding across page boundaries | J. Bruce Fields | 1 | -0/+4 |
2014-05-31 | nfsd4: size-checking cleanup | J. Bruce Fields | 1 | -3/+6 |
2014-05-31 | nfsd4: remove redundant encode buffer size checking | J. Bruce Fields | 1 | -14/+0 |
2014-05-31 | nfsd4: teach encoders to handle reserve_space failures | J. Bruce Fields | 1 | -1/+1 |
2014-05-28 | nfsd4: keep xdr buf length updated | J. Bruce Fields | 1 | -0/+2 |
2014-05-28 | nfsd4: use xdr_stream throughout compound encoding | J. Bruce Fields | 1 | -1/+1 |
2014-05-28 | nfsd4: use xdr_reserve_space in attribute encoding | J. Bruce Fields | 1 | -0/+1 |
2014-05-27 | nfsd4: fix encoding of out-of-space replies | J. Bruce Fields | 1 | -4/+9 |
2014-05-23 | nfsd4: reserve head space for krb5 integ/priv info | J. Bruce Fields | 1 | -1/+1 |
2014-05-23 | nfsd4: move proc_compound xdr encode init to helper | J. Bruce Fields | 1 | -4/+13 |
2014-05-23 | nfsd4: tweak nfsd4_encode_getattr to take xdr_stream | J. Bruce Fields | 1 | -3/+3 |
2014-05-23 | nfsd4: embed xdr_stream in nfsd4_compoundres | J. Bruce Fields | 1 | -6/+6 |
2014-05-23 | nfsd4: decoding errors can still be cached and require space | J. Bruce Fields | 1 | -0/+2 |
2014-05-23 | nfsd4: fix write reply size estimate | J. Bruce Fields | 1 | -1/+1 |
2014-05-23 | nfsd4: read size estimate should include padding | J. Bruce Fields | 1 | -1/+1 |
2014-05-23 | nfsd4: READ, READDIR, etc., are idempotent | J. Bruce Fields | 1 | -8/+3 |
2014-05-07 | NFSd: Clean up nfs4_preprocess_stateid_op | Trond Myklebust | 1 | -11/+0 |
2014-03-30 | NFSD: Clear wcc data between compound ops | Kinglong Mee | 1 | -0/+2 |
2014-03-29 | nfsd4: fix setclientid encode size | J. Bruce Fields | 1 | -1/+2 |