summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/vfs.c
Commit message (Expand)AuthorAgeFilesLines
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-4/+4
* Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-161-6/+31
|\
| * sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-091-1/+1
| * sunrpc: move rq_local field to rq_flagsJeff Layton2014-12-091-2/+2
| * nfsd: Add ALLOCATE supportAnna Schumaker2014-11-071-0/+21
| * nfsd: fix inclusive vfs_fsync_range() endZach Brown2014-10-231-3/+7
* | nfsd_vfs_write(): use file_inode()Al Viro2014-11-191-3/+1
* | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-5/+7
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-10-121-1/+1
|\
| * ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin2014-09-091-1/+1
* | nfsd: update mtime on truncateChristoph Hellwig2014-09-111-0/+10
* | NFSD: Put file after ima_file_check fail in nfsd_open()Kinglong Mee2014-09-031-10/+17
* | nfsd: properly convert return from commit_metadata to __be32Jeff Layton2014-07-091-2/+2
* | nfsd: Ensure that nfsd_create_setattr commits files to stable storageTrond Myklebust2014-07-081-6/+9
* | NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee2014-07-081-2/+1
* | nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields2014-07-081-14/+3
* | nfsd: nfsd_splice_read and nfsd_readv should return __be32Jeff Layton2014-06-231-3/+4
* | NFSD: Using exp_get for export gettingKinglong Mee2014-06-231-2/+1
* | NFSD: Using min/max/min_t/max_t for calculateKinglong Mee2014-06-231-2/+1
|/
* nfsd: remove unused function nfsd_read_fileChristoph Hellwig2014-05-301-20/+0
* nfsd4: separate splice and readv casesJ. Bruce Fields2014-05-301-46/+75
* nfsd4: nfsd_vfs_read doesn't use file handle parameterJ. Bruce Fields2014-05-301-3/+3
* nfsd: Only set PF_LESS_THROTTLE when really needed.NeilBrown2014-05-221-0/+12
* NFSD: Don't clear SUID/SGID after root writing dataKinglong Mee2014-05-211-18/+0
* Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-04-081-3/+12
|\
| * nfsd: typo in nfsd_rename commentJ. Bruce Fields2014-03-281-3/+3
| * nfsd: notify_change needs elevated write countJ. Bruce Fields2014-03-271-0/+9
* | vfs: add renameat2 syscallMiklos Szeredi2014-04-011-1/+1
|/
* nfsd: fix lost nfserrno() call in nfsd_setattr()J. R. Okajima2014-02-181-0/+1
* Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-01-301-33/+7
|\
| * nfsd4: fix delegation-unlink/rename raceJ. Bruce Fields2014-01-271-1/+6
| * nfsd4: break only delegations when appropriateJ. Bruce Fields2014-01-071-30/+0
| * nfsd: revoking of suid/sgid bits after chown() in a consistent wayStanislav Kholmanskikh2013-12-121-2/+1
* | nfsd: use get_acl and ->set_aclChristoph Hellwig2014-01-261-241/+0
|/
* nfsd: make sure to balance get/put_write_accessChristoph Hellwig2013-11-181-14/+15
* nfsd: split up nfsd_setattrChristoph Hellwig2013-11-181-60/+84
* locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-091-2/+6
* locks: break delegations on linkJ. Bruce Fields2013-11-091-1/+1
* locks: break delegations on renameJ. Bruce Fields2013-11-091-1/+1
* locks: break delegations on unlinkJ. Bruce Fields2013-11-091-1/+1
* nfsd: switch to %p[dD]Al Viro2013-10-241-5/+4
* 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/+2
* 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-261-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-221-3/+3