aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2010-01-06Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-4/+1
2010-01-06nfsd: make sure data is on disk before calling ->fsyncGravatar Christoph Hellwig 1-4/+1
2009-12-20nfsd: fix "insecure" export optionGravatar J. Bruce Fields 1-1/+1
2009-12-20nfsd: fix "insecure" export optionGravatar J. Bruce Fields 1-1/+1
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Gravatar Linus Torvalds 1-4/+1
2009-12-16Untangling ima mess, part 3: kill dead code in imaGravatar Al Viro 1-2/+1
2009-12-16Untangling ima mess, part 2: deal with countersGravatar Al Viro 1-2/+0
2009-12-15nfsd: remove pointless paths in file headersGravatar J. Bruce Fields 27-61/+2
2009-12-15nfsd: move most of nfsfh.h to fs/nfsdGravatar J. Bruce Fields 5-0/+213
2009-12-15nfsd: make V4ROOT exports read-onlyGravatar J. Bruce Fields 1-4/+11
2009-12-15nfsd: restrict filehandles accepted in V4ROOT caseGravatar Steve Dickson 3-6/+39
2009-12-15nfsd: allow exports of symlinksGravatar J. Bruce Fields 1-2/+4
2009-12-15nfsd: filter readdir results in V4ROOT caseGravatar J. Bruce Fields 3-4/+9
2009-12-15nfsd: filter lookup results in V4ROOT caseGravatar J. Bruce Fields 1-1/+14
2009-12-15nfsd4: don't continue "under" mounts in V4ROOT caseGravatar J. Bruce Fields 1-2/+10
2009-12-15nfsd: introduce export flag for v4 pseudorootGravatar Steve Dickson 1-0/+1
2009-12-14nfsd: let "insecure" flag vary by pseudoflavorGravatar J. Bruce Fields 1-1/+3
2009-12-14nfsd: new interface to advertise export featuresGravatar J. Bruce Fields 1-0/+21
2009-12-14nfsd: Move private headers to source directoryGravatar Boaz Harrosh 26-40/+1963
2009-12-14nfsd: Source files #include cleanupsGravatar Boaz Harrosh 22-237/+2
2009-12-14nfsd4: fix share mode permissionsGravatar J. Bruce Fields 1-1/+1
2009-11-25nfsd: simplify fh_verify access checksGravatar J. Bruce Fields 1-29/+21
2009-11-23Merge commit 'v2.6.32-rc8' into HEADGravatar J. Bruce Fields 1-1/+1
2009-11-14Fix memory corruption caused by nfsd readdir+Gravatar Petr Vandrovec 1-1/+1
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesGravatar J. Bruce Fields 13-0/+110
2009-11-05nfsd: use STATEID_FMT and STATEID_VAL for printing stateidsGravatar Benny Halevy 1-30/+16
2009-11-04nfsd: register NFS_ACL with rpcbindGravatar Peter Staubach 2-3/+12
2009-10-27nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groupsGravatar Frank Filz 1-1/+1
2009-10-27nfsd4.1: common slot allocation size calculationGravatar J. Bruce Fields 1-3/+11
2009-10-27nfsd4.1: fix session memory use calculationGravatar J. Bruce Fields 1-1/+4
2009-10-27Merge commit 'v2.6.32-rc5' into for-2.6.33Gravatar J. Bruce Fields 1-1/+1
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-1/+1
2009-09-28nfsd41: use sv_max_mesg for forechannel max sizesGravatar Andy Adamson 1-1/+2
2009-09-28nfsd4: fix error return when pseudoroot missingGravatar J. Bruce Fields 2-4/+19
2009-09-28nfsd: minor nfsd_lookup cleanupGravatar J. Bruce Fields 1-24/+36
2009-09-28nfsd4: cross mountpoints when looking up parentsGravatar J. Bruce Fields 1-1/+1
2009-09-23headers: utsname.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-09-23seq_file: constify seq_operationsGravatar James Morris 1-1/+1
2009-09-22Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 11-607/+778
2009-09-22const: make lock_manager_operations constGravatar Alexey Dobriyan 1-2/+2
2009-09-21nfsd4: nfsv4 clients should cross mountpointsGravatar Steve Dickson 1-1/+8
2009-09-15nfsd41: Refactor create_client()Gravatar Ricardo Labiaga 1-44/+45
2009-09-15nfsd41: modify nfsd4.1 backchannel to use new xprt classGravatar Alexandros Batsakis 1-2/+6
2009-09-15nfsd41: Backchannel: Implement cb_recall over NFSv4.1Gravatar Ricardo Labiaga 1-5/+48
2009-09-15nfsd41: Backchannel: cb_sequence callbackGravatar Benny Halevy 1-0/+72
2009-09-15nfsd41: Backchannel: Setup sequence informationGravatar Ricardo Labiaga 2-0/+63
2009-09-15nfsd41: Backchannel: Server backchannel RPC wait queueGravatar Ricardo Labiaga 1-0/+2
2009-09-15nfsd41: Backchannel: Add sequence arguments to callback RPC argumentsGravatar Ricardo Labiaga 1-0/+5
2009-09-15nfsd41: Backchannel: callback infrastructureGravatar Andy Adamson 2-2/+29
2009-09-15nfsd4: use common rpc_cred for all callbacksGravatar J. Bruce Fields 2-28/+11