aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-22nfsd: fix bad offset useKent Overstreet1-1/+2
2013-03-18nfsd: fix startup order in nfsd_reply_cache_initJeff Layton1-4/+4
2013-03-18nfsd: only unhash DRC entries that are in the hashtableJeff Layton1-1/+2
2013-03-13nfsd: convert to idr_alloc()Tejun Heo1-3/+2
2013-03-13nfsd: remove unused get_new_stid()Tejun Heo1-31/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-190/+437
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds12-36/+51
2013-02-26nfsd: handle vfs_getattr errors in acl protocolJ. Bruce Fields4-9/+24
2013-02-26switch vfs_getattr() to struct pathAl Viro6-21/+21
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds14-97/+158
2013-02-23fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei3-9/+9
2013-02-22new helper: file_inode(file)Al Viro3-7/+7
2013-02-17nfsd: fix compiler warning about ambiguous types in nfsd_cache_csumJeff Layton1-1/+1
2013-02-15nfsd: enable NFSv4 state in containersStanislav Kinsbursky1-10/+0
2013-02-15nfsd: disable usermode helper client tracker in containerStanislav Kinsbursky1-0/+6
2013-02-15nfsd: use proper net while reading "exports" fileStanislav Kinsbursky1-6/+25
2013-02-15nfsd: containerize NFSd filesystemStanislav Kinsbursky2-16/+35
2013-02-15nfsd: fix comments on nfsd_cache_lookupJeff Layton1-2/+5
2013-02-15SUNRPC: rework cache upcall logicStanislav Kinsbursky2-26/+0
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2-4/+8
2013-02-13nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman4-14/+14
2013-02-13nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman2-9/+15
2013-02-13nfsd: Modify nfsd4_cb_sec to use kuids and kgidsEric W. Biederman2-5/+12
2013-02-13nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversionEric W. Biederman2-33/+71
2013-02-13nfsd: Convert nfsxdr to use kuids and kgidsEric W. Biederman1-6/+8
2013-02-13nfsd: Convert nfs3xdr to use kuids and kgidsEric W. Biederman1-6/+8
2013-02-13nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgidEric W. Biederman3-10/+4
2013-02-13nfsd: Convert idmap to use kuids and kgidsEric W. Biederman2-10/+24
2013-02-13nfsd: idmap use u32 not uid_t as the intermediate typeEric W. Biederman1-6/+6
2013-02-13nfsd: Remove declaration of nonexistent nfs4_acl_permisisonEric W. Biederman1-2/+0
2013-02-11nfsd4: free_stid can be staticFengguang Wu1-1/+1
2013-02-08nfsd: keep a checksum of the first 256 bytes of requestJeff Layton2-3/+49
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton4-4/+4
2013-02-05nfsd4: simplify idr allocationJ. Bruce Fields1-29/+52
2013-02-05nfsd: Fix memleakmajianpeng1-0/+2
2013-02-04nfsd: register a shrinker for DRC cache entriesJeff Layton1-0/+23
2013-02-04nfsd: add recurring workqueue job to clean the cacheJeff Layton1-3/+47
2013-02-04nfsd: when updating an entry with RC_NOCACHE, just free itJeff Layton1-4/+14
2013-02-04nfsd: remove the cache_disabled flagJeff Layton1-7/+3
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