aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-15Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+6
2007-10-09nfsd: remove IS_ISMNDLCK macroJ. Bruce Fields1-7/+6
2007-10-09Cleanup macros for distinguishing mandatory locksPavel Emelyanov1-1/+1
2007-10-09nfsd: fix horrible indentation in nfsd_setattrChristoph Hellwig1-17/+26
2007-09-10knfsd: Fixed problem with NFS exporting directories which are mounted on.Neil Brown1-1/+2
2007-07-31knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVEJeff Layton1-1/+4
2007-07-19knfsd: clean up EX_RDONLYJ. Bruce Fields1-10/+3
2007-07-19knfsd: move EX_RDONLY out of headerJ. Bruce Fields1-0/+12
2007-07-19nfsd: remove unnecessary NULL checks from nfsd_cross_mntJ. Bruce Fields1-2/+2
2007-07-19nfsd: fix possible read-ahead cache and export table corruptionJ. Bruce Fields1-1/+1
2007-07-17knfsd: nfsd4: make readonly access depend on pseudoflavorJ. Bruce Fields1-6/+7
2007-07-17knfsd: nfsd4: return nfserr_wrongsecAndy Adamson1-0/+4
2007-07-17knfsd: nfsd: factor nfsd_lookup into 2 piecesJ. Bruce Fields1-19/+36
2007-07-17knfsd: nfsd: provide export lookup wrappers which take a svc_rqstJ. Bruce Fields1-3/+2
2007-07-17knfsd: nfsd: remove superfluous assignment from nfsd_lookupJ. Bruce Fields1-2/+0
2007-07-17knfsd: nfsd: make all exp_finding functions return -errno's on errJ. Bruce Fields1-5/+4
2007-07-17knfsd: nfsd4: fix handling of acl errrorsJ. Bruce Fields1-15/+7
2007-07-13nfsd: fix nfsd_vfs_read() splice actor setupJens Axboe1-0/+1
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe1-1/+1
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe1-1/+1
2007-07-10sendfile: convert nfsd to splice_direct_to_actor()Jens Axboe1-16/+31
2007-02-16[PATCH] knfsd: nfsd4: fix error return on unsupported aclJ. Bruce Fields1-1/+4
2007-01-30[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external eventsNeilBrown1-1/+0
2007-01-26[PATCH] knfsd: Fix type mismatch with filldir_t used by nfsdNeilBrown1-2/+2
2007-01-26[PATCH] knfsd: Don't mess with the 'mode' when storing a exclusive-create cookiePeter Staubach1-16/+5
2007-01-26[PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned readsNeilBrown1-1/+2
2006-12-13[PATCH] knfsd: nfsd: don't drop silently on upcall deferralJ.Bruce Fields1-1/+1
2006-12-08[PATCH] nfsd: replace kmalloc+memset with kcalloc + simplify NULL checkYan Burman1-19/+18
2006-12-08[PATCH] nfsd: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-8/+8
2006-11-08[PATCH] nfsd: fix spurious error return from nfsd_create in async caseJ. Bruce Fields1-1/+1
2006-11-08[PATCH] nfsd4: fix open-create permissionsJ. Bruce Fields1-1/+3
2006-10-20[PATCH] nfsd: vfs.c endianness annotationsAl Viro1-142/+157
2006-10-04[PATCH] knfsd: nfsd4: acls: fix handling of zero-length aclsJ.Bruce Fields1-6/+4
2006-10-04[PATCH] knfsd: make nfsd readahead params cache SMP-friendlyGreg Banks1-16/+44
2006-10-04[PATCH] knfsd: Replace two page lists in struct svc_rqst with oneNeilBrown1-6/+10
2006-10-02[PATCH] nfsd: lockdep annotationPeter Zijlstra1-4/+4
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+0
2006-06-30[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields1-1/+1
2006-06-30[PATCH] knfsd: nfsd4: fix open flag passingJ. Bruce Fields1-1/+4
2006-06-30[PATCH] knfsd: nfsd: fix misplaced fh_unlock() in nfsd_link()David M. Richter1-2/+3
2006-06-30[PATCH] knfsd: improve the test for cross-device-rename in nfsdNeilBrown1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[PATCH] VFS: Permit filesystem to perform statfs with a known root dentryDavid Howells1-1/+1
2006-05-21[PATCH] nfsd: sign conversion obscuring errors in nfsd_set_posix_acl()Florin Malita1-4/+3
2006-04-11[PATCH] knfsd: nfsd4: fix acl xattr length returnNeilBrown1-5/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1