summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* nfsd4: free_stid can be staticFengguang Wu2013-02-111-1/+1
* nfsd: keep a checksum of the first 256 bytes of requestJeff Layton2013-02-082-3/+49
* sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-054-4/+4
* nfsd4: simplify idr allocationJ. Bruce Fields2013-02-051-29/+52
* nfsd: Fix memleakmajianpeng2013-02-051-0/+2
* nfsd: register a shrinker for DRC cache entriesJeff Layton2013-02-041-0/+23
* nfsd: add recurring workqueue job to clean the cacheJeff Layton2013-02-041-3/+47
* nfsd: when updating an entry with RC_NOCACHE, just free itJeff Layton2013-02-041-4/+14
* nfsd: remove the cache_disabled flagJeff Layton2013-02-041-7/+3
* nfsd: dynamically allocate DRC entriesJeff Layton2013-02-041-50/+75
* nfsd: track the number of DRC entries in the cacheJeff Layton2013-02-041-0/+4
* nfsd: always move DRC entries to the end of LRU list when updating timestampJeff Layton2013-02-041-3/+2
* nfsd: initialize the exp->ex_uuid field in svc_export_initJeff Layton2013-02-041-0/+1
* nfsd: break out hashtable search into separate functionJeff Layton2013-02-041-13/+33
* nfsd: clean up and clarify the cache expiration codeJeff Layton2013-02-042-1/+11
* nfsd: remove redundant test from nfsd_reply_cache_freeJeff Layton2013-02-041-1/+1
* nfsd: add alloc and free functions for DRC entriesJeff Layton2013-02-041-9/+27
* nfsd: create a dedicated slabcache for DRC entriesJeff Layton2013-02-041-2/+13
* nfsd: get rid of RC_INTRJeff Layton2013-02-042-3/+1
* nfsd: remove unneeded spinlock in nfsd_cache_updateJeff Layton2013-02-041-2/+0
* nfsd: fix IPv6 address handling in the DRCJeff Layton2013-02-042-3/+10
* nfsd: Fix memleak in svc_export_putmajianpeng2013-01-291-0/+1
* nfsd4: require version 4 when enabling or disabling minorversionJ. Bruce Fields2013-01-231-1/+1
* nfsd: fix unused "nn" variable warning in free_client()Stanislav Kinsbursky2013-01-231-1/+1
* nfsd: Don't unlock the state while it's not lockedYanchuan Nian2013-01-231-1/+2
* nfsd: Pass correct slot number to nfsd4_put_drc_mem()Yanchuan Nian2013-01-231-1/+1
* nfsd4: simplify nfsd4_encode_fattr interface slightlyJ. Bruce Fields2013-01-233-17/+13
* Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields2012-12-211-1/+0
* nfsd4: don't leave freed stateid hashedJ. Bruce Fields2012-12-171-0/+1
* nfsd4: free_stateid can use the current stateidJ. Bruce Fields2012-12-171-0/+1
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-177-49/+47
* nfsd: warn on odd reply state in nfsd_vfs_readJ. Bruce Fields2012-12-171-0/+1
* nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields2012-12-171-1/+10
* nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields2012-12-173-8/+19
* NFSD: Correct the size calculation in fault_inject_writeBryan Schumaker2012-12-101-1/+1
* NFSD: Pass correct buffer size to rpc_ntopBryan Schumaker2012-12-102-3/+3
* nfsd: pass proper net to nfsd_destroy() from NFSd kthreadsStanislav Kinsbursky2012-12-101-1/+3
* nfsd: simplify service shutdownStanislav Kinsbursky2012-12-101-7/+2
* nfsd: replace boolean nfsd_up flag by users counterStanislav Kinsbursky2012-12-101-4/+5
* nfsd: simplify NFSv4 state init and shutdownStanislav Kinsbursky2012-12-101-29/+15
* nfsd: introduce helpers for generic resources init and shutdownStanislav Kinsbursky2012-12-101-16/+34
* nfsd: make NFSd service structure allocated per netStanislav Kinsbursky2012-12-105-78/+110
* nfsd: make NFSd service boot time per-netStanislav Kinsbursky2012-12-105-16/+23
* nfsd: per-net NFSd up flag introducedStanislav Kinsbursky2012-12-102-0/+14
* nfsd: move per-net startup code to separated functionStanislav Kinsbursky2012-12-101-15/+33
* nfsd: pass net to __write_ports() and downStanislav Kinsbursky2012-12-101-8/+8
* nfsd: pass net to nfsd_set_nrthreads()Stanislav Kinsbursky2012-12-103-4/+4
* nfsd: pass net to nfsd_svc()Stanislav Kinsbursky2012-12-103-4/+5
* nfsd: pass net to nfsd_create_serv()Stanislav Kinsbursky2012-12-103-6/+5
* nfsd: pass net to nfsd_startup() and nfsd_shutdown()Stanislav Kinsbursky2012-12-101-9/+6
OpenPOWER on IntegriCloud