summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2013-02-04nfsd: dynamically allocate DRC entriesJeff Layton1-50/+75
2013-02-04nfsd: track the number of DRC entries in the cacheJeff Layton1-0/+4
2013-02-04nfsd: always move DRC entries to the end of LRU list when updating timestampJeff Layton1-3/+2
2013-02-04nfsd: initialize the exp->ex_uuid field in svc_export_initJeff Layton1-0/+1
2013-02-04nfsd: break out hashtable search into separate functionJeff Layton1-13/+33
2013-02-04nfsd: clean up and clarify the cache expiration codeJeff Layton2-1/+11
2013-02-04nfsd: remove redundant test from nfsd_reply_cache_freeJeff Layton1-1/+1
2013-02-04nfsd: add alloc and free functions for DRC entriesJeff Layton1-9/+27
2013-02-04nfsd: create a dedicated slabcache for DRC entriesJeff Layton1-2/+13
2013-02-04nfsd: get rid of RC_INTRJeff Layton2-3/+1
2013-02-04nfsd: remove unneeded spinlock in nfsd_cache_updateJeff Layton1-2/+0
2013-02-04nfsd: fix IPv6 address handling in the DRCJeff Layton2-3/+10
2013-01-29nfsd: Fix memleak in svc_export_putmajianpeng1-0/+1
2013-01-23nfsd4: require version 4 when enabling or disabling minorversionJ. Bruce Fields1-1/+1
2013-01-23nfsd: fix unused "nn" variable warning in free_client()Stanislav Kinsbursky1-1/+1
2013-01-23nfsd: Don't unlock the state while it's not lockedYanchuan Nian1-1/+2
2013-01-23nfsd: Pass correct slot number to nfsd4_put_drc_mem()Yanchuan Nian1-1/+1
2013-01-23nfsd4: simplify nfsd4_encode_fattr interface slightlyJ. Bruce Fields3-17/+13
2012-12-21Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields1-1/+0
2012-12-17nfsd4: don't leave freed stateid hashedJ. Bruce Fields1-0/+1
2012-12-17nfsd4: free_stateid can use the current stateidJ. Bruce Fields1-0/+1
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields7-49/+47
2012-12-17nfsd: warn on odd reply state in nfsd_vfs_readJ. Bruce Fields1-0/+1
2012-12-17nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields1-1/+10
2012-12-17nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields3-8/+19
2012-12-10NFSD: Correct the size calculation in fault_inject_writeBryan Schumaker1-1/+1
2012-12-10NFSD: Pass correct buffer size to rpc_ntopBryan Schumaker2-3/+3
2012-12-10nfsd: pass proper net to nfsd_destroy() from NFSd kthreadsStanislav Kinsbursky1-1/+3
2012-12-10nfsd: simplify service shutdownStanislav Kinsbursky1-7/+2
2012-12-10nfsd: replace boolean nfsd_up flag by users counterStanislav Kinsbursky1-4/+5
2012-12-10nfsd: simplify NFSv4 state init and shutdownStanislav Kinsbursky1-29/+15
2012-12-10nfsd: introduce helpers for generic resources init and shutdownStanislav Kinsbursky1-16/+34
2012-12-10nfsd: make NFSd service structure allocated per netStanislav Kinsbursky5-78/+110
2012-12-10nfsd: make NFSd service boot time per-netStanislav Kinsbursky5-16/+23
2012-12-10nfsd: per-net NFSd up flag introducedStanislav Kinsbursky2-0/+14
2012-12-10nfsd: move per-net startup code to separated functionStanislav Kinsbursky1-15/+33
2012-12-10nfsd: pass net to __write_ports() and downStanislav Kinsbursky1-8/+8
2012-12-10nfsd: pass net to nfsd_set_nrthreads()Stanislav Kinsbursky3-4/+4
2012-12-10nfsd: pass net to nfsd_svc()Stanislav Kinsbursky3-4/+5
2012-12-10nfsd: pass net to nfsd_create_serv()Stanislav Kinsbursky3-6/+5
2012-12-10nfsd: pass net to nfsd_startup() and nfsd_shutdown()Stanislav Kinsbursky1-9/+6
2012-12-10nfsd: pass net to nfsd_init_socks()Stanislav Kinsbursky1-4/+4
2012-12-10nfsd: use "init_net" for portmapperStanislav Kinsbursky1-2/+1
2012-12-10nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown2-5/+13
2012-12-10nfsd: make NFSv4 recovery client tracking options per netStanislav Kinsbursky2-20/+30
2012-12-04nfsd4: lockt, release_lockowner should renew clientsJ. Bruce Fields1-18/+23
2012-12-03NFSD: Forget state for a specific clientBryan Schumaker3-4/+49
2012-12-03NFSD: Add a custom file operations structure for fault injectionBryan Schumaker1-7/+49
2012-12-03NFSD: Reading a fault injection file prints a state countBryan Schumaker3-2/+58
2012-12-03NFSD: Fault injection operations take a per-client forget functionBryan Schumaker3-42/+16