aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-02CRED: Add some configurable debugging [try #6]David Howells1-0/+3
2009-07-03NFSD: Don't hold unrefcounted creds over call to nfsd_setuser()David Howells1-2/+1
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds1-43/+50
2009-06-15nfsd: minor nfsd_vfs_write cleanupJ. Bruce Fields1-7/+8
2009-06-15nfsd: Pull write-gathering code out of nfsd_vfs_writeJ. Bruce Fields1-30/+39
2009-06-15nfsd: track last inode only in use_wgather caseJ. Bruce Fields1-15/+10
2009-06-15nfsd: Use write gathering only with NFSv2Trond Myklebust1-3/+5
2009-06-11switch follow_down()Al Viro1-2/+1
2009-06-11switch follow_up() to struct pathAl Viro1-1/+1
2009-06-11switch rqst_exp_parent()Al Viro1-11/+12
2009-06-11switch rqst_exp_get_by_name()Al Viro1-16/+16
2009-06-09Merge branch 'master' into nextJames Morris1-3/+3
2009-05-28integrity: nfsd imbalance bug fixMimi Zohar1-0/+14
2009-05-27nfsd: fix hung up of nfs client while sync write data to nfs serverWei Yongjun1-3/+3
2009-04-20Fix i_mutex vs. readdir handling in nfsdDavid Woodhouse1-6/+19
2009-04-20Safer nfsd_cross_mnt()Al Viro1-2/+7
2009-04-06Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-8/+29
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6Linus Torvalds1-2/+2
2009-03-26nfsd: Use lowercase names of quota functionsJan Kara1-2/+2
2009-03-18Inconsistent setattr behaviourSachin S. Prabhu1-2/+3
2009-03-18Short write in nfsd becomes a full write to the clientDavid Shaw1-6/+7
2009-03-18nfsd(v2/v3): fix the failure of creation from HPUX clientwengang wang1-0/+19
2009-03-16Use f_lock to protect f_flagsJonathan Corbet1-1/+4
2009-01-07nfsd: fix double-locks of directory mutexJ. Bruce Fields1-3/+31
2009-01-05add a vfs_fsync helperChristoph Hellwig1-32/+3
2009-01-05inode->i_op is never NULLAl Viro1-4/+4
2008-11-14Merge branch 'master' into nextJames Morris1-4/+1
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-1/+2
2008-11-14CRED: Wrap task credential accesses in the NFS daemonDavid Howells1-3/+3
2008-11-09Fix nfsd truncation of readdir resultsDoug Nazar1-4/+1
2008-10-30nfsd: fix failure to set eof in readdir in some situationsJ. Bruce Fields1-0/+1
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-16/+110
2008-10-23[PATCH] Optimise NFS readdir hack slightly.David Woodhouse1-2/+3
2008-10-23[PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro1-2/+9
2008-10-23[PATCH] Copy XFS readdir hack into nfsd code.David Woodhouse1-15/+93
2008-10-23[PATCH] Factor out nfsd_do_readdir() into its own functionDavid Woodhouse1-16/+24
2008-10-22nfsd: Fix memory leak in nfsd_getxattrKrishna Kumar1-1/+5
2008-09-29knfsd: allocate readahead cache in individual chunksJeff Layton1-24/+35
2008-09-29nfsd: permit unauthenticated stat of export rootJ. Bruce Fields1-2/+2
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-2/+2
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi1-8/+2
2008-07-01nfsd: clean up mnt_want_write callsMiklos Szeredi1-14/+11
2008-06-23nfsd: rename MAY_ flagsMiklos Szeredi1-56/+59
2008-04-23knfsd: clear both setuid and setgid whenever a chown is doneJeff Layton1-13/+14
2008-04-23knfsd: get rid of imode variable in nfsd_setattrJeff Layton1-3/+1
2008-04-23nfsd: fix sparse warning in vfs.cHarvey Harrison1-1/+1
2008-04-23make nfsd_create_setattr() staticAdrian Bunk1-1/+1
2008-04-19[PATCH] r/o bind mounts: check mnt instead of superblock directlyDave Hansen1-2/+3
2008-04-19[PATCH] r/o bind mounts: elevate write count for xattr_permission() callersDave Hansen1-0/+4
2008-04-19[PATCH] r/o bind mounts: get write access for vfs_rename() callersDave Hansen1-4/+13