summaryrefslogtreecommitdiffstats
path: root/fs/read_write.c
AgeCommit message (Expand)AuthorLines
2020-07-30initrd: switch initrd loading to struct file based APIsChristoph Hellwig-1/+1
2020-07-08fs: remove __vfs_readChristoph Hellwig-22/+21
2020-07-08fs: implement kernel_read using __kernel_readChristoph Hellwig-8/+5
2020-07-08fs: add a __kernel_read helperChristoph Hellwig-0/+23
2020-07-08fs: remove __vfs_writeChristoph Hellwig-24/+22
2020-07-08fs: implement kernel_write using __kernel_writeChristoph Hellwig-8/+9
2020-07-08fs: check FMODE_WRITE in __kernel_writeChristoph Hellwig-0/+2
2020-07-08fs: unexport __kernel_writeChristoph Hellwig-1/+0
2020-04-03powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek-1/+2
2020-02-04Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-0/+56
2020-01-24vfs: add vfs_iocb_iter_[read|write] helper functionsJiufei Xue-0/+56
2020-01-23fs: allow deduplication of eof block into the end of the destination fileFilipe Manana-6/+4
2019-08-16vfs: fix page locking deadlocks when deduping filesDarrick J. Wong-8/+41
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein-6/+12
2019-06-09vfs: introduce file_modified() helperAmir Goldstein-18/+3
2019-06-09vfs: add missing checks to copy_file_rangeAmir Goldstein-1/+2
2019-06-09vfs: introduce generic_file_rw_checks()Amir Goldstein-27/+11
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner-9/+16
2019-06-09vfs: introduce generic_copy_file_range()Dave Chinner-3/+32
2019-05-06vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM filesKirill Smelkov-46/+67
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov-2/+3
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+8
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds-3/+3
2019-02-22vfs: Make __vfs_write() staticGeert Uytterhoeven-2/+2
2019-02-16vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1Aurelien Jarno-0/+6
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-8/+5
2018-12-04vfs: allow some remap flags to be passed to vfs_clone_file_rangeDarrick J. Wong-1/+1
2018-11-21vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPPDave Chinner-8/+7
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-179/+226
2018-11-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+16
2018-10-30vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong-3/+3
2018-10-30vfs: hide file range comparison functionDarrick J. Wong-96/+91
2018-10-30vfs: enable remap callers that can handle short operationsDarrick J. Wong-8/+20
2018-10-30vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong-3/+6
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong-4/+9
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong-22/+27
2018-10-30vfs: remap helper should update destination inode metadataDarrick J. Wong-0/+19
2018-10-30vfs: pass remap flags to generic_remap_checksDarrick J. Wong-1/+1
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong-7/+7
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong-9/+9
2018-10-30vfs: rename clone_verify_area to remap_verify_areaDarrick J. Wong-5/+5
2018-10-30vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong-4/+4
2018-10-30vfs: skip zero-length dedupe requestsDarrick J. Wong-0/+5
2018-10-30vfs: avoid problematic remapping requests into partial EOF blockDarrick J. Wong-0/+33
2018-10-30vfs: exit early from zero length remap operationsDarrick J. Wong-0/+2
2018-10-30vfs: check file ranges before cloning filesDarrick J. Wong-42/+13
2018-10-30vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOFDarrick J. Wong-3/+0
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2018-10-18Delete invalid assignment statements in do_sendfilenixiaoming-1/+0
2018-10-17vfs: dedupe should return EPERM if permission is not grantedMark Fasheh-1/+1