summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-05Merge 4.9.168 into android-4.9Greg Kroah-Hartman105-264/+529
2019-04-05vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1Aurelien Jarno1-0/+6
2019-02-07Merge 4.9.155 into android-4.9Greg Kroah-Hartman34-106/+292
2019-02-06fs: add the fsnotify call to vfs_iter_writeJimmy Durand Wesolowski1-1/+3
2018-02-28BACKPORT: vfs: pass type instead of fn to do_{loop,iter}_readv_writev()Miklos Szeredi1-31/+23
2017-10-12vfs: deny copy_file_range() for non regular filesAmir Goldstein1-0/+5
2017-10-05vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher1-2/+2
2017-06-24fs: pass on flags in compat_writevChristoph Hellwig1-1/+1
2016-10-15iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum2-0/+51
2016-07-15x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu3-2/+22
2016-05-18Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-89/+50
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds46-224/+200
2016-05-02give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()Al Viro7-27/+33
2016-05-01fs: add RWF_DSYNC aand RWF_SYNCChristoph Hellwig2-1/+7
2016-04-03rw_verify_area(): saner calling conventionsAl Viro1-19/+14
2016-03-18Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro33-465/+488
2016-03-04vfs: add the RWF_HIPRI flag for preadv2/pwritev2Christoph Hellwig3-2/+8
2016-03-04vfs: vfs: Define new syscalls preadv2,pwritev2Milosz Tanski3-35/+138
2016-03-04vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig4-23/+31
2016-02-28fs: return -EOPNOTSUPP if clone is not supportedChristoph Hellwig1-2/+4
2016-02-20fs: allow no_seek_end_llseek to actually seekWouter van Kesteren1-1/+2
2016-01-23vfs: abort dedupe loop if fatal signals are pendingDarrick J. Wong1-0/+3
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds125-1478/+792
2016-01-01vfs: hoist the btrfs deduplication ioctl to the vfsDarrick J. Wong5-0/+173
2016-01-01vfs: wire up compat ioctl for CLONE/CLONE_RANGEDarrick J. Wong2-1/+5
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro13-222/+54
2015-12-08vfs: pull btrfs clone API to vfs layerChristoph Hellwig11-193/+254
2015-12-08locks: new locks_mandatory_area calling conventionChristoph Hellwig3-32/+25
2015-12-01vfs: Add vfs_copy_file_range() support for pagecache copiesAnna Schumaker1-4/+9
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown5-1/+130
2015-04-12new_sync_write(): discard ->ki_pos unless the return value is positiveAl Viro1-1/+2
2015-04-12->aio_read and ->aio_write removedAl Viro8-54/+9
2015-04-12kill do_sync_read/do_sync_writeAl Viro2-40/+0
2015-04-12make new_sync_{read,write}() staticAl Viro59-153/+11
2015-04-12export __vfs_read()Al Viro1-8/+5
2015-04-12new helper: __vfs_write()Al Viro2-12/+17
2015-04-12switch {compat_,}do_readv_writev() to {compat_,}import_iovec()Al Viro1-16/+16
2015-04-12lift iov_iter into {compat_,}do_readv_writev()Al Viro1-31/+23
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig63-86/+55
2015-03-13fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig5-57/+12
2015-03-13fs: remove ki_nbytesChristoph Hellwig10-38/+28
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds6-29/+73
2015-01-29fs: add vfs_iter_{read,write} helpersChristoph Hellwig3-14/+51
2015-01-16locks: convert posix locks to file_lock_contextJeff Layton11-198/+155
2014-12-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds21-155/+374
2014-11-18VFS: refactor vfs_read()Dmitry Kasatkin3-13/+22
2014-10-09cachefiles_write_page(): switch to __kernel_write()Al Viro2-29/+21
2014-05-06switch simple generic_file_aio_read() users to ->read_iter()Al Viro35-75/+75
2014-05-06new methods: ->read_iter() and ->write_iter()Al Viro7-13/+121
[next]