aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-01nfsd4: remove unnecessary cl_verifier check from setclientid_confirmJ. Bruce Fields1-4/+1
2008-02-01nfsd4: kill unnecessary same_name() in setclientid_confirmJ. Bruce Fields1-3/+1
2008-02-01nfsd: uniquify cl_confirm valuesJ. Bruce Fields1-7/+6
2008-02-01nfsd: eliminate final bogus case from setclientid logicJ. Bruce Fields1-6/+1
2008-02-01nfsd4: kill some unneeded setclientid commentsJ. Bruce Fields1-96/+40
2008-02-01nfsd: minor fs/nfsd/auth.h cleanupJ. Bruce Fields1-5/+0
2008-02-01nfsd: move nfsd/auth.h into fs/nfsdJ. Bruce Fields4-0/+30
2008-02-01knfsd: allow cache_register to return error on failureJ. Bruce Fields3-9/+28
2008-02-01nfsd: fail init on /proc/fs/nfs/exports creation failureJ. Bruce Fields1-9/+28
2008-02-01knfsd: cache unregistration needn't return errorJ. Bruce Fields2-8/+4
2008-02-01nfsd: fail module init on reply cache init failureJ. Bruce Fields2-20/+19
2008-02-01nfsd: cleanup nfsd module initialization cleanupJ. Bruce Fields1-10/+12
2008-02-01knfsd: cleanup nfsd4 properly on module init failureJ. Bruce Fields1-0/+2
2008-02-01nfsd: Fix handling of negative lengths in read_buf()J. Bruce Fields1-2/+7
2008-02-01NFSD: Fix mixed sign comparison in nfs3svc_decode_symlinkargsChuck Lever1-3/+3
2008-02-01NFSD: Use unsigned length argument for decode_pathnameChuck Lever1-2/+2
2008-02-01NFSD: Adjust filename length argument of nfsd_lookupChuck Lever1-2/+2
2008-02-01NFSD: Use unsigned length argument for decode_filenameChuck Lever2-4/+4
2008-02-01knfsd: fix broken length check in nfs4idmap.cJ. Bruce Fields1-6/+3
2008-02-01nfsd: Fix inconsistent assignmentPrasad P1-1/+6
2008-02-01nfsd: move callback rpc_client creation into separate threadJ. Bruce Fields1-39/+39
2008-02-01nfsd4: probe callback channel only onceJ. Bruce Fields2-4/+2
2008-01-13knfsd: Allow NFSv2/3 WRITE calls to succeed when krb5i etc is used.NeilBrown2-2/+8
2007-11-12nfsd4: recheck for secure ports in fh_verifyJ. Bruce Fields1-17/+26
2007-11-12knfsd: fix spurious EINVAL errors on first access of new filesystemJ. Bruce Fields2-2/+2
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+1
2007-10-22Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-5/+3
2007-10-22Update fs/ to use sg helpersJens Axboe1-5/+3
2007-10-22exportfs: remove old methodsChristoph Hellwig1-5/+3
2007-10-22exportfs: add fid typeChristoph Hellwig1-36/+31
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-3/+3
2007-10-18knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly setJeff Layton1-6/+15
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-2/+2
2007-10-17r/o bind mounts: create cleanup helper svc_msnfs()Dave Hansen1-4/+11
2007-10-16fs/nfsd/export.c: make 3 functions staticAdrian Bunk1-9/+8
2007-10-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-8/+7
2007-10-15Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-6/+10
2007-10-09nfsd: remove IS_ISMNDLCK macroJ. Bruce Fields1-7/+6
2007-10-09Cleanup macros for distinguishing mandatory locksPavel Emelyanov2-2/+2
2007-10-09knfsd: query filesystem for NFSv4 getattr of FATTR4_MAXNAMEJ. Bruce Fields1-2/+3
2007-10-09knfsd: nfsv4 delegation recall should take reference on clientJ. Bruce Fields2-0/+3
2007-10-09knfsd: don't shutdown callbacks until nfsv4 client is freedJ. Bruce Fields1-14/+13
2007-10-09knfsd: let nfsd manage timing out its own leasesJ. Bruce Fields1-2/+6
2007-10-09knfsd: 64 bit ino support for NFS serverPeter Staubach3-41/+39
2007-10-09knfsd: remove code duplication in nfsd4_setclientid()J. Bruce Fields1-24/+6
2007-10-09nfsd warning fixAndrew Morton1-1/+1
2007-10-09knfsd: fix callback rpc credJ. Bruce Fields1-33/+0
2007-10-09knfsd: move nfsv4 slab creation/destruction to module init/exitJ. Bruce Fields3-16/+15
2007-10-09knfsd: spawn kernel thread to probe callback channelJ. Bruce Fields1-37/+34
2007-10-09knfsd: nfs4 name->id mapping not correctly parsing negative downcallJ. Bruce Fields1-3/+5