summaryrefslogtreecommitdiffstats
path: root/fs/read_write.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: allow copy_file_range to copy across devicesAmir Goldstein2019-06-091-6/+12
* vfs: introduce file_modified() helperAmir Goldstein2019-06-091-18/+3Star
* vfs: add missing checks to copy_file_rangeAmir Goldstein2019-06-091-1/+2
* vfs: introduce generic_file_rw_checks()Amir Goldstein2019-06-091-27/+11Star
* vfs: no fallback for ->copy_file_rangeDave Chinner2019-06-091-9/+16
* vfs: introduce generic_copy_file_range()Dave Chinner2019-06-091-3/+32
* vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM filesKirill Smelkov2019-05-061-46/+67
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-04-061-2/+3
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-2/+8
|\
| * vfs: Make __vfs_write() staticGeert Uytterhoeven2019-02-221-2/+2
| * vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1Aurelien Jarno2019-02-161-0/+6
* | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-3/+3
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-8/+5Star
* 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/+7Star
* 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/+91Star
| * 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/+13Star
| * vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOFDarrick J. Wong2018-10-301-3/+0Star
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-11-021-3/+16
|\ \
| * | Delete invalid assignment statements in do_sendfilenixiaoming2018-10-181-1/+0Star
| * | vfs: dedupe should return EPERM if permission is not grantedMark Fasheh2018-10-181-1/+1
| * | vfs: allow dedupe of user owned read-only filesMark Fasheh2018-10-181-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-131-2/+2
* fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()Zev Weiss2018-04-161-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