aboutsummaryrefslogtreecommitdiff
path: root/fs/read_write.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-16vfs: fix page locking deadlocks when deduping filesGravatar Darrick J. Wong 1-8/+41
2019-06-09vfs: allow copy_file_range to copy across devicesGravatar Amir Goldstein 1-6/+12
2019-06-09vfs: introduce file_modified() helperGravatar Amir Goldstein 1-18/+3
2019-06-09vfs: add missing checks to copy_file_rangeGravatar Amir Goldstein 1-1/+2
2019-06-09vfs: introduce generic_file_rw_checks()Gravatar Amir Goldstein 1-27/+11
2019-06-09vfs: no fallback for ->copy_file_rangeGravatar Dave Chinner 1-9/+16
2019-06-09vfs: introduce generic_copy_file_range()Gravatar Dave Chinner 1-3/+32
2019-05-06vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM filesGravatar Kirill Smelkov 1-46/+67
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Gravatar Kirill Smelkov 1-2/+3
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+8
2019-03-04get rid of legacy 'get_ds()' functionGravatar Linus Torvalds 1-3/+3
2019-02-22vfs: Make __vfs_write() staticGravatar Geert Uytterhoeven 1-2/+2
2019-02-16vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1Gravatar Aurelien Jarno 1-0/+6
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-8/+5
2018-12-04vfs: allow some remap flags to be passed to vfs_clone_file_rangeGravatar Darrick J. Wong 1-1/+1
2018-11-21vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPPGravatar Dave Chinner 1-8/+7
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-179/+226
2018-11-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+16
2018-10-30vfs: clean up generic_remap_file_range_prep return valueGravatar Darrick J. Wong 1-3/+3
2018-10-30vfs: hide file range comparison functionGravatar Darrick J. Wong 1-96/+91
2018-10-30vfs: enable remap callers that can handle short operationsGravatar Darrick J. Wong 1-8/+20
2018-10-30vfs: plumb remap flags through the vfs dedupe functionsGravatar Darrick J. Wong 1-3/+6
2018-10-30vfs: plumb remap flags through the vfs clone functionsGravatar Darrick J. Wong 1-4/+9
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-22/+27
2018-10-30vfs: remap helper should update destination inode metadataGravatar Darrick J. Wong 1-0/+19
2018-10-30vfs: pass remap flags to generic_remap_checksGravatar Darrick J. Wong 1-1/+1
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepGravatar Darrick J. Wong 1-7/+7
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeGravatar Darrick J. Wong 1-9/+9
2018-10-30vfs: rename clone_verify_area to remap_verify_areaGravatar Darrick J. Wong 1-5/+5
2018-10-30vfs: rename vfs_clone_file_prep to be more descriptiveGravatar Darrick J. Wong 1-4/+4
2018-10-30vfs: skip zero-length dedupe requestsGravatar Darrick J. Wong 1-0/+5
2018-10-30vfs: avoid problematic remapping requests into partial EOF blockGravatar Darrick J. Wong 1-0/+33
2018-10-30vfs: exit early from zero length remap operationsGravatar Darrick J. Wong 1-0/+2
2018-10-30vfs: check file ranges before cloning filesGravatar Darrick J. Wong 1-42/+13
2018-10-30vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOFGravatar Darrick J. Wong 1-3/+0
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2018-10-18Delete invalid assignment statements in do_sendfileGravatar nixiaoming 1-1/+0
2018-10-17vfs: dedupe should return EPERM if permission is not grantedGravatar Mark Fasheh 1-1/+1
2018-10-17vfs: allow dedupe of user owned read-only filesGravatar Mark Fasheh 1-1/+15
2018-09-24vfs: swap names of {do,vfs}_clone_file_range()Gravatar Amir Goldstein 1-2/+15
2018-08-29asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroGravatar Arnd Bergmann 1-1/+1
2018-07-18vfs: export vfs_dedupe_file_range_one() to modulesGravatar Miklos Szeredi 1-3/+3
2018-07-06vfs: dedupe: extract helper for a single dedupGravatar Miklos Szeredi 1-40/+49
2018-07-06vfs: dedupe: rationalize argsGravatar Miklos Szeredi 1-2/+2
2018-07-06vfs: dedupe: return intGravatar Miklos Szeredi 1-2/+2
2018-07-06vfs: limit size of dedupeGravatar Miklos Szeredi 1-0/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+2
2018-04-15fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()Gravatar Zev Weiss 1-3/+3
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsGravatar Dominik Brodowski 1-4/+16
2018-04-02fs: add ksys_read() helper; remove in-kernel calls to sys_read()Gravatar Dominik Brodowski 1-1/+6