summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya2013-07-231-2/+3
* Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-111-0/+28
|\
| * NFSD: Server implementation of MAC LabelingDavid Quigley2013-05-151-0/+28
* | [readdir] constify ->actorAl Viro2013-06-291-3/+4
* | [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-291-1/+3
|/
* nfsd: fix EXDEV checking in renameJ. Bruce Fields2013-04-261-4/+2Star
* nfsd: fix bad offset useKent Overstreet2013-03-221-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-231-3/+3
* | nfsd: Properly compare and initialize kuids and kgidsEric W. Biederman2013-02-131-4/+4
|/
* Revert "nfsd: warn on odd reply state in nfsd_vfs_read"J. Bruce Fields2012-12-221-1/+0Star
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-181-10/+8Star
* nfsd: warn on odd reply state in nfsd_vfs_readJ. Bruce Fields2012-12-181-0/+1
* nfsd: avoid permission checks on EXCLUSIVE_CREATE replayNeil Brown2012-12-101-2/+8
* nfsd: use vfs_fsync_range(), not O_SYNC, for stable writesJ. Bruce Fields2012-11-081-7/+6Star
* nfsd: assume writeable exportabled filesystems have f_syncJ. Bruce Fields2012-11-081-13/+0Star
* nfs: disintegrate UAPI for nfsJ. Bruce Fields2012-10-101-4/+4
|\
| * userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-4/+4
* | nfsd4: cast readlink() bug argumentJ. Bruce Fields2012-09-101-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-39/+40
|\
| * nfsd: Push mnt_want_write() outside of i_mutexJan Kara2012-07-301-39/+40
* | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-07-311-1/+9
|\ \ | |/ |/|
| * nfsd: allow owner_override only for regular filesJ. Bruce Fields2012-07-101-1/+9
* | switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-221-5/+5
* | don't pass nameidata * to vfs_create()Al Viro2012-07-141-2/+2
|/
* nfsd: trivial: use SEEK_SET instead of 0 in vfs_llseekJeff Layton2012-04-251-1/+1
* nfsd: don't fail unchecked creates of non-special filesJ. Bruce Fields2012-04-111-1/+1
* Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-03-291-10/+23
|\
| * nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert2012-03-191-2/+13
| * nfsd: rename 'int access' to 'int may_flags' in nfsd_open()Bernd Schubert2012-03-191-8/+10
* | switch touch_atime to struct pathAl Viro2012-03-211-5/+6
|/
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-141-3/+14
|\
| * NFSD: Change name of extended attribute containing junctionChuck Lever2012-01-051-3/+14
* | fs: propagate umode_t, misc bitsAl Viro2012-01-041-2/+2
* | new helpers: fh_{want,drop}_write()Al Viro2012-01-041-17/+17
|/
* nfsd4: warn on open failure after createJ. Bruce Fields2011-10-171-1/+1
* NFSD: Add a cache for fs_locations informationTrond Myklebust2011-09-141-0/+18
* nfsd4: permit read opens of executable-only filesJ. Bruce Fields2011-08-271-1/+2
* nfsd4: fix incorrect comment in nfsd4_set_nfs4_aclJ. Bruce Fields2011-08-271-1/+1
* nfsd: open-code special directory-hardlink checkJ. Bruce Fields2011-08-271-2/+4
* nfsd4: fix break_lease flags on nfsd openJ. Bruce Fields2011-06-201-6/+9
* nfsd: link returns nfserr_delay when breaking leaseCasey Bodley2011-06-071-1/+3
* Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-05-291-13/+20
|\
| * NFSD: Remove setting unused variable in nfsd_vfs_read()Bryan Schumaker2011-04-301-2/+0Star
| * nfsd41: make sure nfs server process OPEN with EXCLUSIVE4_1 correctlyMi Jinlong2011-04-301-4/+16
| * nfsd4: make fh_verify responsibility of nfsd_lookup_dentry callerJ. Bruce Fields2011-04-111-6/+3Star
| * nfsd: distinguish functions of NFSD_MAY_* flagsJ. Bruce Fields2011-04-111-1/+1
* | Open with O_CREAT flag set fails to open existing files on non writable direc...Sachin Prabhu2011-04-201-1/+8
|/
* Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-03-241-2/+0Star
|\
| * NFSD, VFS: Remove dead code in nfsd_rename()Jesper Juhl2011-03-071-2/+0Star