summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-03Merge 4.9.167 into android-4.9Greg Kroah-Hartman63-250/+420
2019-04-03fs/open.c: allow opening only regular files during execve()Tetsuo Handa1-0/+6
2017-07-12Merge 4.9.37 into android-4.9Greg Kroah-Hartman44-74/+225
2017-07-12fs: completely ignore unknown open flagsChristoph Hellwig1-0/+6
2017-01-31ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg10-64/+156
2017-01-31ANDROID: vfs: Add setattr2 for filesystems with per mount permissionsDaniel Rosenberg7-15/+34
2016-10-14Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds76-310/+10580
2016-10-11block: implement (some of) fallocate for block devicesDarrick J. Wong2-1/+79
2016-10-03vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocksDarrick J. Wong3-1/+25
2016-09-16vfs: do get_write_access() on upper layer of overlayfsMiklos Szeredi2-3/+15
2016-09-16locks: fix file locking on overlayfsMiklos Szeredi6-27/+46
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-2/+67
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi8-62/+39
2016-05-17Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds19-155/+132
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro745-4038/+7529
2016-05-11vfs: add vfs_select_inode() helperMiklos Szeredi2-8/+16
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro7-27/+33
2016-03-30fs: add filp_clone_open APIJames Bottomley2-0/+21
2016-03-28constify chmod_common/security_path_chmodAl Viro6-7/+7
2016-03-28constify chown_common/security_path_chownAl Viro6-7/+7
2016-03-28constify vfs_truncate()Al Viro2-2/+2
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn6-12/+32
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro3-18/+12
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman9-9/+23
2015-06-23fs: Call security_ops->inode_killpriv on truncateJan Kara3-6/+11
2015-06-23vfs: add file_path() helperMiklos Szeredi16-21/+25
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells8-34/+41
2015-05-11VFS: Handle lower layer dentry/inode in pathwalkDavid Howells2-6/+6
2015-04-24Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds49-1949/+2024
2015-04-12->aio_read and ->aio_write removedAl Viro8-54/+9
2015-04-12NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble1-1/+1
2015-04-12drop bogus check in file_open_root()Al Viro1-3/+0
2015-03-25fs: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon3-2/+29
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds7-218/+145
2015-02-17vfs: remove get_xip_memMatthew Wilcox13-95/+7
2015-01-23fs: create proper filename objects using getname_kernel()Paul Moore3-20/+64
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds27-269/+525
2014-12-13fallocate: create FAN_MODIFY and IN_MODIFY eventsHeinrich Schuchardt1-0/+11
2014-11-19new helper: audit_file()Al Viro5-14/+24
2014-11-19merge nfs bugfixes into nfsd for-3.19 branchJ. Bruce Fields1364-11463/+24206
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker5-6/+7
2014-10-23vfs: add i_op->dentry_open()Miklos Szeredi5-5/+40
2014-08-01vfs: fix check for fallocate on active swapfileEric Biggers1-3/+2
2014-05-06new methods: ->read_iter() and ->write_iter()Al Viro7-13/+121
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro6-11/+23
2014-04-21Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-137/+188
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds76-1537/+911
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner4-13/+7
2014-04-12fs: move falloc collapse range check into the filesystem methodsLukas Czerner3-11/+18
[next]