VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-01-25
teach sendfile(2) to handle send-to-pipe directly
Al Viro
2020-10-23
Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-10-15
fs: Allow a NULL pos pointer to __kernel_read
Matthew Wilcox (Oracle)
2020-10-15
fs: Allow a NULL pos pointer to __kernel_write
Matthew Wilcox (Oracle)
2020-10-15
vfs: move the generic write and copy checks out of mm
Darrick J. Wong
2020-10-15
vfs: move the remap range helpers to remap_range.c
Darrick J. Wong
2020-10-12
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-10-03
fs: remove the compat readv/writev syscalls
Christoph Hellwig
2020-10-03
fs: remove various compat readv/writev helpers
Christoph Hellwig
2020-10-03
iov_iter: transparently handle compat iovecs in import_iovec
Christoph Hellwig
2020-09-29
autofs: use __kernel_write() for the autofs pipe writing
Linus Torvalds
2020-09-25
iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
David Laight
2020-09-08
fs: don't allow splice read/write without explicit ops
Christoph Hellwig
2020-09-08
fs: don't allow kernel reads and writes without iter ops
Christoph Hellwig
2020-07-30
initrd: switch initrd loading to struct file based APIs
Christoph Hellwig
2020-07-08
fs: remove __vfs_read
Christoph Hellwig
2020-07-08
fs: implement kernel_read using __kernel_read
Christoph Hellwig
2020-07-08
fs: add a __kernel_read helper
Christoph Hellwig
2020-07-08
fs: remove __vfs_write
Christoph Hellwig
2020-07-08
fs: implement kernel_write using __kernel_write
Christoph Hellwig
2020-07-08
fs: check FMODE_WRITE in __kernel_write
Christoph Hellwig
2020-07-08
fs: unexport __kernel_write
Christoph Hellwig
2020-04-03
powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
Michal Suchanek
2020-02-04
Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
2020-01-24
vfs: add vfs_iocb_iter_[read|write] helper functions
Jiufei Xue
2020-01-23
fs: allow deduplication of eof block into the end of the destination file
Filipe Manana
2019-08-16
vfs: fix page locking deadlocks when deduping files
Darrick J. Wong
2019-06-09
vfs: allow copy_file_range to copy across devices
Amir Goldstein
2019-06-09
vfs: introduce file_modified() helper
Amir Goldstein
2019-06-09
vfs: add missing checks to copy_file_range
Amir Goldstein
2019-06-09
vfs: introduce generic_file_rw_checks()
Amir Goldstein
2019-06-09
vfs: no fallback for ->copy_file_range
Dave Chinner
2019-06-09
vfs: introduce generic_copy_file_range()
Dave Chinner
2019-05-06
vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM files
Kirill Smelkov
2019-04-06
fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
Kirill Smelkov
2019-03-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-03-04
get rid of legacy 'get_ds()' function
Linus Torvalds
2019-02-22
vfs: Make __vfs_write() static
Geert Uytterhoeven
2019-02-16
vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1
Aurelien Jarno
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-12-04
vfs: allow some remap flags to be passed to vfs_clone_file_range
Darrick J. Wong
2018-11-21
vfs: vfs_dedupe_file_range() doesn't return EOPNOTSUPP
Dave Chinner
2018-11-02
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-11-01
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-10-30
vfs: clean up generic_remap_file_range_prep return value
Darrick J. Wong
2018-10-30
vfs: hide file range comparison function
Darrick J. Wong
2018-10-30
vfs: enable remap callers that can handle short operations
Darrick J. Wong
2018-10-30
vfs: plumb remap flags through the vfs dedupe functions
Darrick J. Wong
2018-10-30
vfs: plumb remap flags through the vfs clone functions
Darrick J. Wong
2018-10-30
vfs: make remap_file_range functions take and return bytes completed
Darrick J. Wong
2018-10-30
vfs: remap helper should update destination inode metadata
Darrick J. Wong
2018-10-30
vfs: pass remap flags to generic_remap_checks
Darrick J. Wong
2018-10-30
vfs: pass remap flags to generic_remap_file_range_prep
Darrick J. Wong
2018-10-30
vfs: combine the clone and dedupe into a single remap_file_range
Darrick J. Wong
2018-10-30
vfs: rename clone_verify_area to remap_verify_area
Darrick J. Wong
2018-10-30
vfs: rename vfs_clone_file_prep to be more descriptive
Darrick J. Wong
2018-10-30
vfs: skip zero-length dedupe requests
Darrick J. Wong
2018-10-30
vfs: avoid problematic remapping requests into partial EOF block
Darrick J. Wong
2018-10-30
vfs: exit early from zero length remap operations
Darrick J. Wong
2018-10-30
vfs: check file ranges before cloning files
Darrick J. Wong
2018-10-30
vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
Darrick J. Wong
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2018-10-18
Delete invalid assignment statements in do_sendfile
nixiaoming
2018-10-17
vfs: dedupe should return EPERM if permission is not granted
Mark Fasheh
2018-10-17
vfs: allow dedupe of user owned read-only files
Mark Fasheh
2018-09-24
vfs: swap names of {do,vfs}_clone_file_range()
Amir Goldstein
2018-08-29
asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
Arnd Bergmann
2018-07-18
vfs: export vfs_dedupe_file_range_one() to modules
Miklos Szeredi
2018-07-06
vfs: dedupe: extract helper for a single dedup
Miklos Szeredi
2018-07-06
vfs: dedupe: rationalize args
Miklos Szeredi
2018-07-06
vfs: dedupe: return int
Miklos Szeredi
2018-07-06
vfs: limit size of dedupe
Miklos Szeredi
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-04-15
fs: avoid fdput() after failed fdget() in vfs_dedupe_file_range()
Zev Weiss
2018-04-02
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
2018-04-02
fs: add ksys_read() helper; remove in-kernel calls to sys_read()
Dominik Brodowski
2018-04-02
fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()
Dominik Brodowski
2018-04-02
fs: add ksys_write() helper; remove in-kernel calls to sys_write()
Dominik Brodowski
2017-11-17
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-11
kill iov_shorten()
Al Viro
2017-09-26
vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
Andreas Gruenbacher
2017-09-14
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-09-04
fs: unexport vfs_readv and vfs_writev
Christoph Hellwig
2017-09-04
fs: unexport vfs_read and vfs_write
Christoph Hellwig
2017-09-04
fs: unexport __vfs_read/__vfs_write
Christoph Hellwig
2017-09-04
fs: make the buf argument to __kernel_write a void pointer
Christoph Hellwig
2017-09-04
fs: fix kernel_write prototype
Christoph Hellwig
2017-09-04
fs: fix kernel_read prototype
Christoph Hellwig
2017-09-04
fs: move kernel_read to fs/read_write.c
Christoph Hellwig
2017-09-04
fs: move kernel_write to fs/read_write.c
Christoph Hellwig
2017-08-31
annotate RWF_... flags
Christoph Hellwig
2017-07-07
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-07-06
move file_{start,end}_write() out of do_iter_write()
Al Viro
2017-07-05
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-07-03
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-06-29
fs: implement vfs_iter_write using do_iter_write
Christoph Hellwig
2017-06-29
fs: implement vfs_iter_read using do_iter_read
Christoph Hellwig
2017-06-29
fs: move more code into do_iter_read/do_iter_write
Christoph Hellwig
2017-06-29
fs: remove __do_readv_writev
Christoph Hellwig
2017-06-29
fs: remove do_compat_readv_writev
Christoph Hellwig
2017-06-29
fs: remove do_readv_writev
Christoph Hellwig
2017-06-20
fs: Separate out kiocb flags setup based on RWF_* flags
Goldwyn Rodrigues
2017-06-16
fs: pass on flags in compat_writev
Christoph Hellwig
2017-04-17
move compat_rw_copy_check_uvector() over to fs/read_write.c
Al Viro
2017-03-03
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to
Ingo Molnar
2017-02-20
vfs: use helpers for calling f_op->{read,write}_iter()
Miklos Szeredi
2017-02-20
vfs: pass type instead of fn to do_{loop,iter}_readv_writev()
Miklos Szeredi
2017-02-20
vfs: extract common parts of {compat_,}do_readv_writev()
Miklos Szeredi
2017-02-07
vfs: wrap write f_ops with file_{start,end}_write()
Amir Goldstein
2017-02-07
vfs: deny copy_file_range() for non regular files
Amir Goldstein
2016-12-24
Replace with globally
Linus Torvalds
2016-12-22
vfs: fix isize/pos/len checks for reflink & dedupe
Darrick J. Wong
2016-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-12-16
vfs: fix vfs_clone_file_range() for overlayfs files
Amir Goldstein
2016-12-16
vfs: call vfs_clone_file_range() under freeze protection
Amir Goldstein
2016-12-16
vfs: allow vfs_clone_file_range() across mount points
Amir Goldstein
2016-12-16
vfs: no mnt_want_write_file() in vfs_{copy,clone}_file_range()
Miklos Szeredi
2016-12-09
vfs: refactor clone/dedupe_file_range common functions
Darrick J. Wong
2016-12-09
fs: try to clone files first in vfs_copy_file_range
Christoph Hellwig
2016-10-14
iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()
Vegard Nossum
2016-07-15
x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2
H.J. Lu
2016-05-18
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-05-17
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-05-02
give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()
Al Viro
2016-05-01
fs: add RWF_DSYNC aand RWF_SYNC
Christoph Hellwig
2016-04-03
rw_verify_area(): saner calling conventions
Al Viro
2016-03-18
Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-next
Al Viro
2016-03-04
vfs: add the RWF_HIPRI flag for preadv2/pwritev2
Christoph Hellwig
2016-03-04
vfs: vfs: Define new syscalls preadv2,pwritev2
Milosz Tanski
2016-03-04
vfs: pass a flags argument to vfs_readv/vfs_writev
Christoph Hellwig
2016-02-27
fs: return -EOPNOTSUPP if clone is not supported
Christoph Hellwig
2016-02-20
fs: allow no_seek_end_llseek to actually seek
Wouter van Kesteren
2016-01-22
vfs: abort dedupe loop if fatal signals are pending
Darrick J. Wong
2016-01-22
wrappers for ->i_mutex access
Al Viro
2016-01-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-01-01
vfs: hoist the btrfs deduplication ioctl to the vfs
Darrick J. Wong
2016-01-01
vfs: wire up compat ioctl for CLONE/CLONE_RANGE
Darrick J. Wong
2015-12-23
new helpers: no_seek_end_llseek{,_size}()
Al Viro
2015-12-07
vfs: pull btrfs clone API to vfs layer
Christoph Hellwig
2015-12-07
locks: new locks_mandatory_area calling convention
Christoph Hellwig
2015-12-01
vfs: Add vfs_copy_file_range() support for pagecache copies
Anna Schumaker
2015-12-01
vfs: add copy_file_range syscall and vfs helper
Zach Brown
2015-04-11
new_sync_write(): discard ->ki_pos unless the return value is positive
Al Viro
2015-04-11
->aio_read and ->aio_write removed
Al Viro
2015-04-11
kill do_sync_read/do_sync_write
Al Viro
2015-04-11
make new_sync_{read,write}() static
Al Viro
2015-04-11
export __vfs_read()
Al Viro
2015-04-11
new helper: __vfs_write()
Al Viro
2015-04-11
switch {compat_,}do_readv_writev() to {compat_,}import_iovec()
Al Viro
2015-04-11
lift iov_iter into {compat_,}do_readv_writev()
Al Viro
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-13
fs: don't allow to complete sync iocbs through aio_complete
Christoph Hellwig
2015-03-12
fs: remove ki_nbytes
Christoph Hellwig
2015-02-17
Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-01-29
fs: add vfs_iter_{read,write} helpers
Christoph Hellwig
2015-01-16
locks: convert posix locks to file_lock_context
Jeff Layton
2014-12-14
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
2014-11-17
VFS: refactor vfs_read()
Dmitry Kasatkin
2014-10-09
cachefiles_write_page(): switch to __kernel_write()
Al Viro
2014-05-06
switch simple generic_file_aio_read() users to ->read_iter()
Al Viro
2014-05-06
new methods: ->read_iter() and ->write_iter()
Al Viro
2014-05-06
replace checking for ->read/->aio_read presence with check in ->f_mode
Al Viro
2014-03-31
Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
2014-03-23
vfs: atomic f_pos access in llseek()
Eric Biggers
2014-03-10
get rid of fget_light()
Al Viro
2014-03-10
vfs: atomic f_pos accesses as per POSIX
Linus Torvalds
2014-03-06
fs/compat: optional preadv64/pwrite64 compat system calls
Heiko Carstens
2014-01-29
fs/compat: fix parameter handling for compat readv/writev syscalls
Heiko Carstens
2014-01-21
fs/read_write.c:compat_readv(): remove bogus area verify
Corey Minyard
2013-10-24
file->f_op is never NULL...
Al Viro
2013-07-30
aio: Kill aio_rw_vect_retry()
Kent Overstreet
2013-07-03
vfs: export lseek_execute() to modules
Jie Liu
2013-06-29
lseek_execute() doesn't need an inode passed to it
Al Viro
2013-06-29
constify rw_verify_area()
Al Viro
2013-06-29
new helper: fixed_size_llseek()
Al Viro
2013-06-29
don't call file_pos_write() if vfs_{read,write}{,v}() fails
Al Viro
2013-06-29
lift file_*_write out of do_splice_direct()
Al Viro
2013-06-20
splice: don't pass the address of ->f_pos to methods
Al Viro
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
2013-05-07
aio: remove retry-based AIO
Zach Brown
2013-05-04
kill fs/read_write.h
Al Viro
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
Linus Torvalds
2013-04-29
fs/read_write.c: fix generic_file_llseek() comment
Ming Lei
2013-04-09
lift sb_start_write() out of ->write()
Al Viro
2013-04-09
switch compat readv/writev variants to COMPAT_SYSCALL_DEFINE
Al Viro
2013-04-09
lift sb_start_write/sb_end_write out of ->aio_write()
Al Viro
2013-03-27
vfs/splice: Fix missed checks in new __kernel_write() helper
Al Viro
2013-03-21
Don't bother with redoing rw_verify_area() from default_file_splice_from()
Al Viro
2013-03-03
convert sendfile{,64} to COMPAT_SYSCALL_DEFINE
Al Viro
2013-03-03
teach SYSCALL_DEFINE how to deal with long long/unsigned long long
Al Viro
2013-03-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
Linus Torvalds
2013-02-24
switch lseek to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2012-12-20
sendfile: allows bypassing of notifier events
Scott Wolchok
2012-12-17
lseek: the "whence" argument is called "whence"
Andrew Morton
2012-10-02
compat: fs: Generic compat_sys_sendfile implementation
Catalin Marinas