summaryrefslogtreecommitdiff
path: root/include/linux/nfsd
AgeCommit message (Expand)AuthorFilesLines
2013-02-13nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgidsEric W. Biederman1-2/+2
2012-10-17UAPI: Remove empty non-UAPI Kbuild filesDavid Howells1-0/+0
2012-10-09UAPI: (Scripted) Disintegrate include/linux/nfsdDavid Howells6-259/+4
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara1-0/+1
2012-06-01Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+6
2012-04-16nfsd: include cld.h in the headers_install targetJeff Layton1-0/+1
2012-04-12nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky1-2/+0
2012-04-12nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky1-2/+2
2012-04-12nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky1-2/+2
2012-04-12nfsd: use cache detail pointer from svc_export structure on cache putStanislav Kinsbursky1-1/+1
2012-04-12nfsd: add link to owner cache detail to svc_export structureStanislav Kinsbursky1-0/+1
2012-03-26nfsd: add a header describing upcall to nfsdcldJeff Layton1-0/+56
2011-09-14NFSD: Remove the ex_pathname field from struct svc_exportTrond Myklebust1-1/+0
2011-09-14NFSD: Cleanup for nfsd4_path()Trond Myklebust1-0/+1
2011-08-31nfsd: remove include/linux/nfsd/syscall.hJ. Bruce Fields2-117/+0
2011-08-27Remove include/linux/nfsd/const.hJ. Bruce Fields3-45/+5
2011-08-27nfsd: remove unused definesJ. Bruce Fields1-13/+0
2011-07-16nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-2/+0
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-01-14nfsd: don't support msnfs export optionJ. Bruce Fields1-1/+1
2010-08-15include: replace unifdef-y with header-ySam Ravnborg1-6/+6
2010-05-03nfsd: further comment typosJ. Bruce Fields1-2/+2
2010-04-23nfsd4: fix filehandle commentJ. Bruce Fields1-2/+2
2009-12-15nfsd: move most of nfsfh.h to fs/nfsdJ. Bruce Fields1-199/+0
2009-12-15nfsd: enable V4ROOT exportsJ. Bruce Fields1-1/+1
2009-12-15nfsd: introduce export flag for v4 pseudorootSteve Dickson1-0/+10
2009-12-15nfsd: let "insecure" flag vary by pseudoflavorJ. Bruce Fields1-2/+2
2009-12-15nfsd: new interface to advertise export featuresJ. Bruce Fields1-1/+2
2009-12-15nfsd: Move private headers to source directoryBoaz Harrosh6-1915/+0
2009-12-15nfsd: Headers Independence and include cleanupsBoaz Harrosh8-22/+8
2009-12-15nfsd: Remove unused dprintkBoaz Harrosh1-4/+0
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields1-86/+1
2009-11-05nfsd: use STATEID_FMT and STATEID_VAL for printing stateidsBenny Halevy1-0/+7
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-09-17nfsd: return success for non-NFS4 nfs4_state_startStephen Rothwell1-1/+1
2009-09-16nfsd41: Backchannel: Setup sequence informationRicardo Labiaga1-0/+1
2009-09-16nfsd41: Backchannel: Server backchannel RPC wait queueRicardo Labiaga1-0/+4
2009-09-16nfsd41: Backchannel: Add sequence arguments to callback RPC argumentsRicardo Labiaga1-0/+6
2009-09-16nfsd41: Backchannel: callback infrastructureAndy Adamson1-0/+3
2009-09-16nfsd4: use common rpc_cred for all callbacksJ. Bruce Fields1-1/+1
2009-09-16nfsd4: allow nfs4 state startup to failJ. Bruce Fields1-2/+2
2009-09-02nfsd41: replace page based DRC with buffer based DRCAndy Adamson2-20/+12
2009-09-02nfsd41: bound forechannel drc size by memory usageAndy Adamson1-2/+6
2009-08-28nfsd41: expand solo sequence checkAndy Adamson1-1/+1
2009-08-21nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storageJeff Layton1-2/+2
2009-08-21nfsd: make nfs4_client->cl_addr a struct sockaddr_storageJeff Layton1-1/+1
2009-07-28nfsd41: Use separate DRC for setclientidAndy Adamson2-13/+20
2009-07-28nfsd41: hange from page to memory based drc limitsAndy Adamson2-2/+3
2009-07-15nfsd41: use globals for DRC limitsAndy Adamson1-0/+3
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds4-38/+44