| Commit message (Expand) | Author | Age | Files | Lines |
* | NFSD: fix bug for readdir of pseudofs | Kinglong Mee | 2014-06-17 | 1 | -0/+1 |
* | NFSD: Don't hand out delegations for 30 seconds after recalling them. | NeilBrown | 2014-06-17 | 1 | -0/+78 |
* | nfsd4: fix FREE_STATEID lockowner leak | J. Bruce Fields | 2014-06-09 | 1 | -1/+1 |
* | nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entry | Jeff Layton | 2014-06-07 | 1 | -9/+8 |
* | nfsd4: kill READ64 | J. Bruce Fields | 2014-06-07 | 1 | -17/+16 |
* | nfsd4: kill READ32 | J. Bruce Fields | 2014-06-07 | 1 | -128/+127 |
* | nfsd4: simplify server xdr->next_page use | J. Bruce Fields | 2014-06-07 | 1 | -1/+1 |
* | nfsd4: hash deleg stateid only on successful nfs4_set_delegation | Benny Halevy | 2014-06-04 | 1 | -1/+1 |
* | nfsd4: rename recall_lock to state_lock | Benny Halevy | 2014-06-04 | 1 | -31/+32 |
* | nfsd: remove unneeded zeroing of fields in nfsd4_proc_compound | Jeff Layton | 2014-06-04 | 1 | -3/+0 |
* | nfsd: fix setting of NFS4_OO_CONFIRMED in nfsd4_open | Jeff Layton | 2014-06-04 | 1 | -2/+1 |
* | nfsd4: use recall_lock for delegation hashing | Benny Halevy | 2014-06-04 | 1 | -5/+15 |
* | nfsd: fix laundromat next-run-time calculation | Jeff Layton | 2014-05-31 | 1 | -14/+8 |
* | nfsd: make nfsd4_encode_fattr static | Jeff Layton | 2014-05-31 | 1 | -1/+1 |
* | SUNRPC/NFSD: Remove using of dprintk with KERN_WARNING | Kinglong Mee | 2014-05-31 | 1 | -3/+2 |
* | nfsd: remove unused function nfsd_read_file | Christoph Hellwig | 2014-05-30 | 2 | -22/+0 |
* | nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs buffer | Christoph Hellwig | 2014-05-30 | 1 | -2/+2 |
* | NFSD: Error out when getting more than one fsloc/secinfo/uuid | Kinglong Mee | 2014-05-30 | 1 | -0/+12 |
* | NFSD: Using type of uint32_t for ex_nflavors instead of int | Kinglong Mee | 2014-05-30 | 2 | -4/+5 |
* | NFSD: Add missing comment of "expiry" in expkey_parse() | Kinglong Mee | 2014-05-30 | 1 | -1/+1 |
* | NFSD: Remove typedef of svc_client and svc_export in export.c | Kinglong Mee | 2014-05-30 | 1 | -11/+8 |
* | NFSD: Cleanup unneeded including net/ipv6.h | Kinglong Mee | 2014-05-30 | 1 | -2/+0 |
* | NFSD: Cleanup unused variable in nfsd_setuser() | Kinglong Mee | 2014-05-30 | 1 | -3/+1 |
* | NFSD: remove unneeded linux/user_namespace.h include | Kinglong Mee | 2014-05-30 | 1 | -1/+0 |
* | NFSD: Adds macro EX_UUID_LEN for exports uuid's length | Kinglong Mee | 2014-05-30 | 3 | -4/+6 |
* | NFSD: Helper function for parsing uuid | Kinglong Mee | 2014-05-30 | 1 | -12/+20 |
* | NFS4: Avoid NULL reference or double free in nfsd4_fslocs_free() | Kinglong Mee | 2014-05-30 | 1 | -3/+9 |
* | nfsd4: better reservation of head space for krb5 | J. Bruce Fields | 2014-05-30 | 3 | -5/+6 |
* | nfsd4: kill write32, write64 | J. Bruce Fields | 2014-05-30 | 1 | -30/+21 |
* | nfsd4: kill WRITEMEM | J. Bruce Fields | 2014-05-30 | 1 | -34/+28 |
* | nfsd4: kill WRITE64 | J. Bruce Fields | 2014-05-30 | 1 | -28/+24 |
* | nfsd4: kill WRITE32 | J. Bruce Fields | 2014-05-30 | 1 | -152/+154 |
* | nfsd4: really fix nfs4err_resource in 4.1 case | J. Bruce Fields | 2014-05-30 | 1 | -0/+8 |
* | nfsd4: allow exotic read compounds | J. Bruce Fields | 2014-05-30 | 1 | -36/+25 |
* | nfsd4: more read encoding cleanup | J. Bruce Fields | 2014-05-30 | 1 | -12/+10 |
* | nfsd4: read encoding cleanup | J. Bruce Fields | 2014-05-30 | 1 | -13/+14 |
* | nfsd4: separate splice and readv cases | J. Bruce Fields | 2014-05-30 | 3 | -88/+214 |
* | nfsd4: nfsd_vfs_read doesn't use file handle parameter | J. Bruce Fields | 2014-05-30 | 1 | -3/+3 |
* | nfsd4: turn off zero-copy-read in exotic cases | J. Bruce Fields | 2014-05-30 | 1 | -4/+17 |
* | nfsd4: estimate sequence response size | J. Bruce Fields | 2014-05-30 | 1 | -0/+6 |
* | nfsd4: better estimate of getattr response size | J. Bruce Fields | 2014-05-30 | 1 | -0/+44 |
* | nfsd4: don't treat readlink like a zero-copy operation | J. Bruce Fields | 2014-05-30 | 1 | -30/+12 |
* | nfsd4: enforce rd_dircount | J. Bruce Fields | 2014-05-30 | 1 | -1/+4 |
* | nfsd4: allow large readdirs | J. Bruce Fields | 2014-05-30 | 3 | -69/+82 |
* | nfsd4: use session limits to release send buffer reservation | J. Bruce Fields | 2014-05-30 | 1 | -0/+1 |
* | nfsd4: adjust buflen to session channel limit | J. Bruce Fields | 2014-05-30 | 2 | -16/+19 |
* | nfsd4: fix buflen calculation after read encoding | J. Bruce Fields | 2014-05-30 | 1 | -1/+7 |
* | nfsd4: nfsd4_check_resp_size should check against whole buffer | J. Bruce Fields | 2014-05-30 | 1 | -2/+1 |
* | nfsd4: minor encode_read cleanup | J. Bruce Fields | 2014-05-30 | 1 | -4/+6 |
* | nfsd4: more precise nfsd4_max_reply | J. Bruce Fields | 2014-05-30 | 3 | -31/+17 |