aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
2013-04-03nfsd4: fix race on client shutdownJ. Bruce Fields
2013-04-03nfsd4: handle seqid-mutating open errors from xdr decodingJ. Bruce Fields
2013-04-03nfsd4: remove BUG_ONJ. Bruce Fields
2013-04-03nfsd: scale up the number of DRC hash buckets with cache sizeJeff Layton
2013-04-03nfsd: keep stats on worst hash balancing seen so farJeff Layton
2013-04-03nfsd: add new reply_cache_stats file in nfsdfsJeff Layton
2013-04-03nfsd: track memory utilization by the DRCJeff Layton
2013-04-03nfsd: break out comparator into separate functionJeff Layton
2013-04-03nfsd: eliminate one of the DRC cache searchesJeff Layton
2013-03-29SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever
2013-03-26nfsd4: reject "negative" acl lengthsJ. Bruce Fields
2013-03-22nfsd: fix bad offset useKent Overstreet
2013-03-18nfsd: fix startup order in nfsd_reply_cache_initJeff Layton
2013-03-18nfsd: only unhash DRC entries that are in the hashtableJeff Layton
2013-03-13nfsd: convert to idr_alloc()Tejun Heo
2013-03-13nfsd: remove unused get_new_stid()Tejun Heo
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-26nfsd: handle vfs_getattr errors in acl protocolJ. Bruce Fields
2013-02-26switch vfs_getattr() to struct pathAl Viro
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-02-23fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei
2013-02-22new helper: file_inode(file)Al Viro
2013-02-17nfsd: fix compiler warning about ambiguous types in nfsd_cache_csumJeff Layton
2013-02-15nfsd: enable NFSv4 state in containersStanislav Kinsbursky
2013-02-15nfsd: disable usermode helper client tracker in containerStanislav Kinsbursky
2013-02-15nfsd: use proper net while reading "exports" fileStanislav Kinsbursky
2013-02-15nfsd: containerize NFSd filesystemStanislav Kinsbursky
2013-02-15nfsd: fix comments on nfsd_cache_lookupJeff Layton
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky
2013-02-13nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman
2013-02-13nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman
2013-02-13nfsd: Modify nfsd4_cb_sec to use kuids and kgidsEric W. Biederman
2013-02-13nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversionEric W. Biederman
2013-02-13nfsd: Convert nfsxdr to use kuids and kgidsEric W. Biederman
2013-02-13nfsd: Convert nfs3xdr to use kuids and kgidsEric W. Biederman
2013-02-13nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgidEric W. Biederman
2013-02-13nfsd: Convert idmap to use kuids and kgidsEric W. Biederman
2013-02-13nfsd: idmap use u32 not uid_t as the intermediate typeEric W. Biederman
2013-02-13nfsd: Remove declaration of nonexistent nfs4_acl_permisisonEric W. Biederman
2013-02-11nfsd4: free_stid can be staticFengguang Wu
2013-02-08nfsd: keep a checksum of the first 256 bytes of requestJeff Layton
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2013-02-05nfsd4: simplify idr allocationJ. Bruce Fields
2013-02-05nfsd: Fix memleakmajianpeng
2013-02-04nfsd: register a shrinker for DRC cache entriesJeff Layton
2013-02-04nfsd: add recurring workqueue job to clean the cacheJeff Layton