aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAge
...
| * | nfsd4: remove BUG_ONJ. Bruce Fields2013-04-03
| * | nfsd: scale up the number of DRC hash buckets with cache sizeJeff Layton2013-04-03
| * | nfsd: keep stats on worst hash balancing seen so farJeff Layton2013-04-03
| * | nfsd: add new reply_cache_stats file in nfsdfsJeff Layton2013-04-03
| * | nfsd: track memory utilization by the DRCJeff Layton2013-04-03
| * | nfsd: break out comparator into separate functionJeff Layton2013-04-03
| * | nfsd: eliminate one of the DRC cache searchesJeff Layton2013-04-03
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\ \ \
| * | | constify a bunch of struct file_operations instancesAl Viro2013-04-09
* | | | Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-04-30
|\ \ \ \ | | |_|/ | |/| |
| * | | SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever2013-03-29
* | | | nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic()Jeff Layton2013-04-29
| |_|/ |/| |
* | | nfsd4: reject "negative" acl lengthsJ. Bruce Fields2013-03-26
| |/ |/|
* | nfsd: fix bad offset useKent Overstreet2013-03-22
* | nfsd: fix startup order in nfsd_reply_cache_initJeff Layton2013-03-18
* | nfsd: only unhash DRC entries that are in the hashtableJeff Layton2013-03-18
* | nfsd: convert to idr_alloc()Tejun Heo2013-03-13
* | nfsd: remove unused get_new_stid()Tejun Heo2013-03-13
* | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-03
|/
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-28
|\
| * nfsd: fix compiler warning about ambiguous types in nfsd_cache_csumJeff Layton2013-02-17
| * nfsd: enable NFSv4 state in containersStanislav Kinsbursky2013-02-15
| * nfsd: disable usermode helper client tracker in containerStanislav Kinsbursky2013-02-15
| * nfsd: use proper net while reading "exports" fileStanislav Kinsbursky2013-02-15
| * nfsd: containerize NFSd filesystemStanislav Kinsbursky2013-02-15
| * nfsd: fix comments on nfsd_cache_lookupJeff Layton2013-02-15
| * SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-15
| * SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2013-02-15
| * nfsd4: free_stid can be staticFengguang Wu2013-02-11
| * nfsd: keep a checksum of the first 256 bytes of requestJeff Layton2013-02-08
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-05
| * nfsd4: simplify idr allocationJ. Bruce Fields2013-02-05
| * nfsd: Fix memleakmajianpeng2013-02-05
| * nfsd: register a shrinker for DRC cache entriesJeff Layton2013-02-04
| * nfsd: add recurring workqueue job to clean the cacheJeff Layton2013-02-04
| * nfsd: when updating an entry with RC_NOCACHE, just free itJeff Layton2013-02-04
| * nfsd: remove the cache_disabled flagJeff Layton2013-02-04
| * nfsd: dynamically allocate DRC entriesJeff Layton2013-02-04
| * nfsd: track the number of DRC entries in the cacheJeff Layton2013-02-04
| * nfsd: always move DRC entries to the end of LRU list when updating timestampJeff Layton2013-02-04
| * nfsd: initialize the exp->ex_uuid field in svc_export_initJeff Layton2013-02-04
| * nfsd: break out hashtable search into separate functionJeff Layton2013-02-04
| * nfsd: clean up and clarify the cache expiration codeJeff Layton2013-02-04
| * nfsd: remove redundant test from nfsd_reply_cache_freeJeff Layton2013-02-04
| * nfsd: add alloc and free functions for DRC entriesJeff Layton2013-02-04
| * nfsd: create a dedicated slabcache for DRC entriesJeff Layton2013-02-04
| * nfsd: get rid of RC_INTRJeff Layton2013-02-04
| * nfsd: remove unneeded spinlock in nfsd_cache_updateJeff Layton2013-02-04
| * nfsd: fix IPv6 address handling in the DRCJeff Layton2013-02-04
| * nfsd: Fix memleak in svc_export_putmajianpeng2013-01-29