aboutsummaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-80/+73
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-4/+0
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 1-4/+0
2010-03-04Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingGravatar J. Bruce Fields 1-1/+2
2010-03-03Switch may_open() and break_lease() to passing O_...Gravatar Al Viro 1-2/+2
2010-02-20commit_metadata export operation replacing nfsd_sync_dirGravatar Ben Myers 1-54/+52
2010-02-20vfs: don't call ima_file_check() unconditionally in nfsd_open()Gravatar Chuck Ebbert 1-1/+2
2010-02-07ima: rename ima_path_check to ima_file_checkGravatar Mimi Zohar 1-1/+1
2010-02-07fix ima breakageGravatar Mimi Zohar 1-2/+1
2010-02-07Take ima_path_check() in nfsd past dentry_open() in nfsd_open()Gravatar Al Viro 1-1/+2
2010-01-29nfsd: Use vfs_fsync_range() in nfsd_commitGravatar Trond Myklebust 1-10/+20
2010-01-13nfsd: use vfs_fsync for non-directoriesGravatar Christoph Hellwig 1-32/+17
2010-01-06Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-4/+1
2010-01-06nfsd: make sure data is on disk before calling ->fsyncGravatar Christoph Hellwig 1-4/+1
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Gravatar Linus Torvalds 1-4/+1
2009-12-16Untangling ima mess, part 3: kill dead code in imaGravatar Al Viro 1-2/+1
2009-12-16Untangling ima mess, part 2: deal with countersGravatar Al Viro 1-2/+0
2009-12-15nfsd: remove pointless paths in file headersGravatar J. Bruce Fields 1-2/+0
2009-12-15nfsd: restrict filehandles accepted in V4ROOT caseGravatar Steve Dickson 1-6/+0
2009-12-15nfsd: filter readdir results in V4ROOT caseGravatar J. Bruce Fields 1-1/+1
2009-12-15nfsd: filter lookup results in V4ROOT caseGravatar J. Bruce Fields 1-1/+14
2009-12-15nfsd4: don't continue "under" mounts in V4ROOT caseGravatar J. Bruce Fields 1-2/+10
2009-12-14nfsd: Move private headers to source directoryGravatar Boaz Harrosh 1-8/+10
2009-12-14nfsd: Source files #include cleanupsGravatar Boaz Harrosh 1-20/+0
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesGravatar J. Bruce Fields 1-0/+1
2009-09-28nfsd: minor nfsd_lookup cleanupGravatar J. Bruce Fields 1-24/+36
2009-09-28nfsd4: cross mountpoints when looking up parentsGravatar J. Bruce Fields 1-1/+1
2009-09-22Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+8
2009-09-21nfsd4: nfsv4 clients should cross mountpointsGravatar Steve Dickson 1-1/+8
2009-09-02CRED: Add some configurable debugging [try #6]Gravatar David Howells 1-0/+3
2009-07-03NFSD: Don't hold unrefcounted creds over call to nfsd_setuser()Gravatar David Howells 1-2/+1
2009-06-22Merge branch 'for-2.6.31' of git://fieldses.org/git/linux-nfsdGravatar Linus Torvalds 1-43/+50
2009-06-15nfsd: minor nfsd_vfs_write cleanupGravatar J. Bruce Fields 1-7/+8
2009-06-15nfsd: Pull write-gathering code out of nfsd_vfs_writeGravatar J. Bruce Fields 1-30/+39
2009-06-15nfsd: track last inode only in use_wgather caseGravatar J. Bruce Fields 1-15/+10
2009-06-15nfsd: Use write gathering only with NFSv2Gravatar Trond Myklebust 1-3/+5
2009-06-11switch follow_down()Gravatar Al Viro 1-2/+1
2009-06-11switch follow_up() to struct pathGravatar Al Viro 1-1/+1
2009-06-11switch rqst_exp_parent()Gravatar Al Viro 1-11/+12
2009-06-11switch rqst_exp_get_by_name()Gravatar Al Viro 1-16/+16
2009-06-09Merge branch 'master' into nextGravatar James Morris 1-3/+3
2009-05-28integrity: nfsd imbalance bug fixGravatar Mimi Zohar 1-0/+14
2009-05-27nfsd: fix hung up of nfs client while sync write data to nfs serverGravatar Wei Yongjun 1-3/+3
2009-04-20Fix i_mutex vs. readdir handling in nfsdGravatar David Woodhouse 1-6/+19
2009-04-20Safer nfsd_cross_mnt()Gravatar Al Viro 1-2/+7
2009-04-06Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-8/+29
2009-03-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-2/+2
2009-03-26nfsd: Use lowercase names of quota functionsGravatar Jan Kara 1-2/+2
2009-03-18Inconsistent setattr behaviourGravatar Sachin S. Prabhu 1-2/+3