aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAge
...
| * 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
| * nfsd4: require version 4 when enabling or disabling minorversionJ. Bruce Fields2013-01-23
| * nfsd: fix unused "nn" variable warning in free_client()Stanislav Kinsbursky2013-01-23
| * nfsd: Don't unlock the state while it's not lockedYanchuan Nian2013-01-23
| * nfsd: Pass correct slot number to nfsd4_put_drc_mem()Yanchuan Nian2013-01-23
| * nfsd4: simplify nfsd4_encode_fattr interface slightlyJ. Bruce Fields2013-01-23
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\ \
| * | nfsd: handle vfs_getattr errors in acl protocolJ. Bruce Fields2013-02-26
| * | switch vfs_getattr() to struct pathAl Viro2013-02-26
| * | new helper: file_inode(file)Al Viro2013-02-22
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-25
|\ \
| * | nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman2013-02-13
| * | nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman2013-02-13
| * | nfsd: Modify nfsd4_cb_sec to use kuids and kgidsEric W. Biederman2013-02-13
| * | nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversionEric W. Biederman2013-02-13
| * | nfsd: Convert nfsxdr to use kuids and kgidsEric W. Biederman2013-02-13
| * | nfsd: Convert nfs3xdr to use kuids and kgidsEric W. Biederman2013-02-13
| * | nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgidEric W. Biederman2013-02-13
| * | nfsd: Convert idmap to use kuids and kgidsEric W. Biederman2013-02-13
| * | nfsd: idmap use u32 not uid_t as the intermediate typeEric W. Biederman2013-02-13
| * | nfsd: Remove declaration of nonexistent nfs4_acl_permisisonEric W. Biederman2013-02-13
| |/
* | fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei2013-02-23
* | fs/nfsd: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-21
|/
* Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields2012-12-21
* nfsd4: don't leave freed stateid hashedJ. Bruce Fields2012-12-17
* nfsd4: free_stateid can use the current stateidJ. Bruce Fields2012-12-17
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-17
* nfsd: warn on odd reply state in nfsd_vfs_readJ. Bruce Fields2012-12-17
* nfsd4: fix oops on unusual readlike compoundJ. Bruce Fields2012-12-17
* nfsd4: disable zero-copy on non-final read opsJ. Bruce Fields2012-12-17
* NFSD: Correct the size calculation in fault_inject_writeBryan Schumaker2012-12-10
* NFSD: Pass correct buffer size to rpc_ntopBryan Schumaker2012-12-10
* nfsd: pass proper net to nfsd_destroy() from NFSd kthreadsStanislav Kinsbursky2012-12-10
* nfsd: simplify service shutdownStanislav Kinsbursky2012-12-10
* nfsd: replace boolean nfsd_up flag by users counterStanislav Kinsbursky2012-12-10
* nfsd: simplify NFSv4 state init and shutdownStanislav Kinsbursky2012-12-10
* nfsd: introduce helpers for generic resources init and shutdownStanislav Kinsbursky2012-12-10
* nfsd: make NFSd service structure allocated per netStanislav Kinsbursky2012-12-10