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