aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)Author
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
2013-02-04nfsd: when updating an entry with RC_NOCACHE, just free itJeff Layton
2013-02-04nfsd: remove the cache_disabled flagJeff Layton
2013-02-04nfsd: dynamically allocate DRC entriesJeff Layton
2013-02-04nfsd: track the number of DRC entries in the cacheJeff Layton
2013-02-04nfsd: always move DRC entries to the end of LRU list when updating timestampJeff Layton
2013-02-04nfsd: initialize the exp->ex_uuid field in svc_export_initJeff Layton
2013-02-04nfsd: break out hashtable search into separate functionJeff Layton
2013-02-04nfsd: clean up and clarify the cache expiration codeJeff Layton
2013-02-04nfsd: remove redundant test from nfsd_reply_cache_freeJeff Layton
2013-02-04nfsd: add alloc and free functions for DRC entriesJeff Layton