summaryrefslogtreecommitdiffstats
path: root/fs/read_write.c
Commit message (Expand)AuthorAge
* vfs: allow some remap flags to be passed to vfs_clone_file_rangeDarrick J. Wong2018-12-04
* vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPPDave Chinner2018-11-21
* Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-02
|\
| * vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong2018-10-29
| * vfs: hide file range comparison functionDarrick J. Wong2018-10-29
| * vfs: enable remap callers that can handle short operationsDarrick J. Wong2018-10-29
| * vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong2018-10-29
| * vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong2018-10-29
| * vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-29
| * vfs: remap helper should update destination inode metadataDarrick J. Wong2018-10-29
| * vfs: pass remap flags to generic_remap_checksDarrick J. Wong2018-10-29
| * vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong2018-10-29
| * vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong2018-10-29
| * vfs: rename clone_verify_area to remap_verify_areaDarrick J. Wong2018-10-29
| * vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong2018-10-29
| * vfs: skip zero-length dedupe requestsDarrick J. Wong2018-10-29
| * vfs: avoid problematic remapping requests into partial EOF blockDarrick J. Wong2018-10-29
| * vfs: exit early from zero length remap operationsDarrick J. Wong2018-10-29
| * vfs: check file ranges before cloning filesDarrick J. Wong2018-10-29
| * vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOFDarrick J. Wong2018-10-29
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-11-01
|\ \
| * | Delete invalid assignment statements in do_sendfilenixiaoming2018-10-18
| * | vfs: dedupe should return EPERM if permission is not grantedMark Fasheh2018-10-17
| * | vfs: allow dedupe of user owned read-only filesMark Fasheh2018-10-17
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-25
|\ \ \ | |_|/ |/| |
| * | asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-29
| |/
* / vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein2018-09-24
|/
* vfs: export vfs_dedupe_file_range_one() to modulesMiklos Szeredi2018-07-18
* vfs: dedupe: extract helper for a single dedupMiklos Szeredi2018-07-06
* vfs: dedupe: rationalize argsMiklos Szeredi2018-07-06
* vfs: dedupe: return intMiklos Szeredi2018-07-06
* vfs: limit size of dedupeMiklos Szeredi2018-07-06
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()Zev Weiss2018-04-15
* fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski2018-04-02
* fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski2018-04-02
* fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Dominik Brodowski2018-04-02
* fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski2018-04-02
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-17
|\
| * kill iov_shorten()Al Viro2017-10-11
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsetsAndreas Gruenbacher2017-09-26
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-14
|\
| * fs: unexport vfs_readv and vfs_writevChristoph Hellwig2017-09-04
| * fs: unexport vfs_read and vfs_writeChristoph Hellwig2017-09-04
| * fs: unexport __vfs_read/__vfs_writeChristoph Hellwig2017-09-04
| * fs: make the buf argument to __kernel_write a void pointerChristoph Hellwig2017-09-04
| * fs: fix kernel_write prototypeChristoph Hellwig2017-09-04
| * fs: fix kernel_read prototypeChristoph Hellwig2017-09-04
| * fs: move kernel_read to fs/read_write.cChristoph Hellwig2017-09-04