summaryrefslogtreecommitdiff
path: root/fs/nfsd
AgeCommit message (Expand)AuthorFilesLines
2008-02-02knfsd: allow cache_register to return error on failureJ. Bruce Fields3-9/+28
2008-02-02nfsd: fail init on /proc/fs/nfs/exports creation failureJ. Bruce Fields1-9/+28
2008-02-02knfsd: cache unregistration needn't return errorJ. Bruce Fields2-8/+4
2008-02-02nfsd: fail module init on reply cache init failureJ. Bruce Fields2-20/+19
2008-02-02nfsd: cleanup nfsd module initialization cleanupJ. Bruce Fields1-10/+12
2008-02-02knfsd: cleanup nfsd4 properly on module init failureJ. Bruce Fields1-0/+2
2008-02-02nfsd: Fix handling of negative lengths in read_buf()J. Bruce Fields1-2/+7
2008-02-02NFSD: Fix mixed sign comparison in nfs3svc_decode_symlinkargsChuck Lever1-3/+3
2008-02-02NFSD: Use unsigned length argument for decode_pathnameChuck Lever1-2/+2
2008-02-02NFSD: Adjust filename length argument of nfsd_lookupChuck Lever1-2/+2
2008-02-02NFSD: Use unsigned length argument for decode_filenameChuck Lever2-4/+4
2008-02-02knfsd: fix broken length check in nfs4idmap.cJ. Bruce Fields1-6/+3
2008-02-02nfsd: Fix inconsistent assignmentPrasad P1-1/+6
2008-02-02nfsd: move callback rpc_client creation into separate threadJ. Bruce Fields1-39/+39
2008-02-02nfsd4: 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-13nfsd4: recheck for secure ports in fh_verifyJ. Bruce Fields1-17/+26
2007-11-13knfsd: 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-23Merge 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-19knfsd: 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-16Merge 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-10nfsd: remove IS_ISMNDLCK macroJ. Bruce Fields1-7/+6
2007-10-10Cleanup macros for distinguishing mandatory locksPavel Emelyanov2-2/+2
2007-10-10knfsd: query filesystem for NFSv4 getattr of FATTR4_MAXNAMEJ. Bruce Fields1-2/+3
2007-10-10knfsd: nfsv4 delegation recall should take reference on clientJ. Bruce Fields2-0/+3
2007-10-10knfsd: don't shutdown callbacks until nfsv4 client is freedJ. Bruce Fields1-14/+13
2007-10-10knfsd: let nfsd manage timing out its own leasesJ. Bruce Fields1-2/+6
2007-10-10knfsd: 64 bit ino support for NFS serverPeter Staubach3-41/+39
2007-10-10knfsd: remove code duplication in nfsd4_setclientid()J. Bruce Fields1-24/+6
2007-10-10nfsd warning fixAndrew Morton1-1/+1
2007-10-10knfsd: fix callback rpc credJ. Bruce Fields1-33/+0
2007-10-10knfsd: move nfsv4 slab creation/destruction to module init/exitJ. Bruce Fields3-16/+15
2007-10-10knfsd: spawn kernel thread to probe callback channelJ. Bruce Fields1-37/+34
2007-10-10knfsd: nfs4 name->id mapping not correctly parsing negative downcallJ. Bruce Fields1-3/+5
2007-10-10knfsd: demote some printk()s to dprintk()sJ. Bruce Fields2-12/+12
2007-10-10knfsd: cleanup of nfsd4 cmp_* functionsJ. Bruce Fields1-44/+47
2007-10-10knfsd: delete code made redundant by map_new_errorsJ. Bruce Fields1-2/+0
2007-10-10nfsd: fix horrible indentation in nfsd_setattrChristoph Hellwig1-17/+26
2007-10-10nfsd: tone down inaccurate dprintkJ. Bruce Fields1-1/+1
2007-10-10NFSD: Convert printk's to dprintk's in NFSD's nfs4xdrChuck Lever1-6/+10
2007-09-11knfsd: Validate filehandle type in fsid_sourceNeil Brown1-5/+15