summaryrefslogtreecommitdiffstats
path: root/fs/read_write.c
Commit message (Expand)AuthorAgeFilesLines
* fs: clean up after mandatory file locking support removalLukas Bulwahn2021-08-241-7/+3
* fs: remove mandatory file locking supportJeff Layton2021-08-231-7/+0
* teach sendfile(2) to handle send-to-pipe directlyAl Viro2021-01-251-6/+13
* Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-231-437/+107
|\
| * vfs: move the generic write and copy checks out of mmDarrick J. Wong2020-10-151-0/+143
| * vfs: move the remap range helpers to remap_range.cDarrick J. Wong2020-10-151-473/+0
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-26/+45
|\ \
| * | fs: Allow a NULL pos pointer to __kernel_readMatthew Wilcox (Oracle)2020-10-151-2/+3
| * | fs: Allow a NULL pos pointer to __kernel_writeMatthew Wilcox (Oracle)2020-10-151-2/+3
| * | fs: don't allow splice read/write without explicit opsChristoph Hellwig2020-09-081-1/+1
| * | fs: don't allow kernel reads and writes without iter opsChristoph Hellwig2020-09-081-25/+42
* | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-336/+26
|\ \ \ | |_|/ |/| |
| * | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-14/+0
| * | fs: remove various compat readv/writev helpersChristoph Hellwig2020-10-031-149/+30
| * | iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-2/+4
| * | iov_iter: move rw_copy_check_uvector() into lib/iov_iter.cDavid Laight2020-09-251-179/+0
| |/
* / autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds2020-09-291-0/+8
|/
* initrd: switch initrd loading to struct file based APIsChristoph Hellwig2020-07-301-1/+1
* fs: remove __vfs_readChristoph Hellwig2020-07-081-22/+21
* fs: implement kernel_read using __kernel_readChristoph Hellwig2020-07-081-8/+5
* fs: add a __kernel_read helperChristoph Hellwig2020-07-081-0/+23
* fs: remove __vfs_writeChristoph Hellwig2020-07-081-24/+22
* fs: implement kernel_write using __kernel_writeChristoph Hellwig2020-07-081-8/+9
* fs: check FMODE_WRITE in __kernel_writeChristoph Hellwig2020-07-081-0/+2
* fs: unexport __kernel_writeChristoph Hellwig2020-07-081-1/+0
* powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek2020-04-031-1/+2
* Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2020-02-041-0/+56
|\
| * vfs: add vfs_iocb_iter_[read|write] helper functionsJiufei Xue2020-01-241-0/+56
* | fs: allow deduplication of eof block into the end of the destination fileFilipe Manana2020-01-231-6/+4
|/
* vfs: fix page locking deadlocks when deduping filesDarrick J. Wong2019-08-161-8/+41
* vfs: allow copy_file_range to copy across devicesAmir Goldstein2019-06-091-6/+12
* vfs: introduce file_modified() helperAmir Goldstein2019-06-091-18/+3
* vfs: add missing checks to copy_file_rangeAmir Goldstein2019-06-091-1/+2
* vfs: introduce generic_file_rw_checks()Amir Goldstein2019-06-091-27/+11
* 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-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