aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-09-221-1/+8
|\
| * nfsd4: nfsv4 clients should cross mountpointsSteve Dickson2009-09-211-1/+8
* | CRED: Add some configurable debugging [try #6]David Howells2009-09-021-0/+3
|/
* NFSD: Don't hold unrefcounted creds over call to nfsd_setuser()David Howells2009-07-031-2/+1
* Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdLinus Torvalds2009-06-221-43/+50
|\
| * nfsd: minor nfsd_vfs_write cleanupJ. Bruce Fields2009-06-151-7/+8
| * nfsd: Pull write-gathering code out of nfsd_vfs_writeJ. Bruce Fields2009-06-151-30/+39
| * nfsd: track last inode only in use_wgather caseJ. Bruce Fields2009-06-151-15/+10
| * nfsd: Use write gathering only with NFSv2Trond Myklebust2009-06-151-3/+5
* | switch follow_down()Al Viro2009-06-111-2/+1
* | switch follow_up() to struct pathAl Viro2009-06-111-1/+1
* | switch rqst_exp_parent()Al Viro2009-06-111-11/+12
* | switch rqst_exp_get_by_name()Al Viro2009-06-111-16/+16
* | Merge branch 'master' into nextJames Morris2009-06-091-3/+3
|\ \ | |/
| * nfsd: fix hung up of nfs client while sync write data to nfs serverWei Yongjun2009-05-271-3/+3
* | integrity: nfsd imbalance bug fixMimi Zohar2009-05-281-0/+14
|/
* Fix i_mutex vs. readdir handling in nfsdDavid Woodhouse2009-04-201-6/+19
* Safer nfsd_cross_mnt()Al Viro2009-04-201-2/+7
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-04-061-8/+29
|\
| * Inconsistent setattr behaviourSachin S. Prabhu2009-03-181-2/+3
| * Short write in nfsd becomes a full write to the clientDavid Shaw2009-03-181-6/+7
| * nfsd(v2/v3): fix the failure of creation from HPUX clientwengang wang2009-03-181-0/+19
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-03-271-2/+2
|\ \
| * | nfsd: Use lowercase names of quota functionsJan Kara2009-03-261-2/+2
| |/
* | Use f_lock to protect f_flagsJonathan Corbet2009-03-161-1/+4
|/
* nfsd: fix double-locks of directory mutexJ. Bruce Fields2009-01-071-3/+31
* add a vfs_fsync helperChristoph Hellwig2009-01-051-32/+3
* inode->i_op is never NULLAl Viro2009-01-051-4/+4
* Merge branch 'master' into nextJames Morris2008-11-141-4/+1
|\
| * Fix nfsd truncation of readdir resultsDoug Nazar2008-11-091-4/+1
* | CRED: Pass credentials through dentry_open()David Howells2008-11-141-1/+2
* | CRED: Wrap task credential accesses in the NFS daemonDavid Howells2008-11-141-3/+3
|/
* nfsd: fix failure to set eof in readdir in some situationsJ. Bruce Fields2008-10-301-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-16/+110
|\
| * [PATCH] Optimise NFS readdir hack slightly.David Woodhouse2008-10-231-2/+3
| * [PATCH] prepare vfs_readdir() callers to returning filldir resultAl Viro2008-10-231-2/+9
| * [PATCH] Copy XFS readdir hack into nfsd code.David Woodhouse2008-10-231-15/+93
| * [PATCH] Factor out nfsd_do_readdir() into its own functionDavid Woodhouse2008-10-231-16/+24
* | nfsd: Fix memory leak in nfsd_getxattrKrishna Kumar2008-10-221-1/+5
|/
* knfsd: allocate readahead cache in individual chunksJeff Layton2008-09-291-24/+35
* nfsd: permit unauthenticated stat of export rootJ. Bruce Fields2008-09-291-2/+2
* [PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro2008-07-261-2/+2
* [patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi2008-07-261-8/+2
* nfsd: clean up mnt_want_write callsMiklos Szeredi2008-07-011-14/+11
* nfsd: rename MAY_ flagsMiklos Szeredi2008-06-231-56/+59
* knfsd: clear both setuid and setgid whenever a chown is doneJeff Layton2008-04-231-13/+14
* knfsd: get rid of imode variable in nfsd_setattrJeff Layton2008-04-231-3/+1
* nfsd: fix sparse warning in vfs.cHarvey Harrison2008-04-231-1/+1
* make nfsd_create_setattr() staticAdrian Bunk2008-04-231-1/+1
* [PATCH] r/o bind mounts: check mnt instead of superblock directlyDave Hansen2008-04-191-2/+3