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-07-14
open: don't silently ignore unknown O-flags in openat2()
Christian Brauner
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2021-01-24
open: handle idmapped mounts
Christian Brauner
2021-01-24
open: handle idmapped mounts in do_truncate()
Christian Brauner
2021-01-24
attr: handle idmapped mounts
Christian Brauner
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
fs: add file and path permissions helpers
Christian Brauner
2021-01-04
fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHED
Jens Axboe
2020-12-15
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2020-12-10
file: Rename __close_fd to close_fd and remove the files parameter
Eric W. Biederman
2020-12-03
openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT
Aleksa Sarai
2020-08-12
exec: move S_ISREG() check earlier
Kees Cook
2020-08-07
Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-07-31
init: add an init_eaccess helper
Christoph Hellwig
2020-07-31
init: add an init_chmod helper
Christoph Hellwig
2020-07-31
init: add an init_chown helper
Christoph Hellwig
2020-07-31
init: add an init_chroot helper
Christoph Hellwig
2020-07-31
init: add an init_chdir helper
Christoph Hellwig
2020-07-31
fs: remove ksys_fchmod
Christoph Hellwig
2020-07-31
fs: remove ksys_open
Christoph Hellwig
2020-07-16
fs: add a vfs_fchmod helper
Christoph Hellwig
2020-07-16
fs: add a vfs_fchown helper
Christoph Hellwig
2020-06-17
close_range: add CLOSE_RANGE_UNSHARE
Christian Brauner
2020-06-17
open: add close_range()
Christian Brauner
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-02
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
2020-05-14
vfs: add faccessat2 syscall
Miklos Szeredi
2020-05-14
vfs: split out access_override_creds()
Miklos Szeredi
2020-04-02
Merge branch 'work.dotdot1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-03-12
cifs_atomic_open(): fix double-put on late allocation failure
Al Viro
2020-02-27
make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW
Al Viro
2020-01-20
fs: make build_open_flags() available internally
Jens Axboe
2020-01-18
open: introduce openat2(2) syscall
Aleksa Sarai
2019-11-26
Revert "vfs: properly and reliably lock f_pos in fdget_pos()"
Linus Torvalds
2019-11-25
vfs: properly and reliably lock f_pos in fdget_pos()
Linus Torvalds
2019-09-26
fs: remove unlikely() from WARN_ON() condition
Denis Efremov
2019-09-24
mm,thp: avoid writes to file with THP in pagecache
Song Liu
2019-07-24
access: avoid the RCU grace period for the temporary subjective credentials
Linus Torvalds
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
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-29
fs/open.c: allow opening only regular files during execve()
Tetsuo Handa
2018-08-21
Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
2018-07-18
Revert "vfs: do get_write_access() on upper layer of overlayfs"
Miklos Szeredi
2018-07-18
Revert "vfs: add flags to d_real()"
Miklos Szeredi
2018-07-18
Revert "ovl: don't allow writing ioctl on lower layer"
Miklos Szeredi
2018-07-18
vfs: don't open real
Miklos Szeredi
2018-07-18
vfs: make open_with_fake_path() not contribute to nr_files
Miklos Szeredi
2018-07-12
new helper: open_with_fake_path()
Al Viro
2018-07-12
->atomic_open(): return 0 in all success cases
Al Viro
2018-07-12
getting rid of 'opened' argument of ->atomic_open() - part 1
Al Viro
2018-07-12
switch all remaining checks for FILE_OPENED to FMODE_OPENED
Al Viro
2018-07-12
now we can fold open_check_o_direct() into do_dentry_open()
Al Viro
2018-07-12
fold put_filp() into fput()
Al Viro
2018-07-12
introduce FMODE_OPENED
Al Viro
2018-07-12
security_file_open(): lose cred argument
Al Viro
2018-07-12
get rid of cred argument of vfs_open() and do_dentry_open()
Al Viro
2018-07-12
pass ->f_flags value to alloc_empty_file()
Al Viro
2018-07-12
pass creds to get_empty_filp(), make sure dentry_open() passes the right creds
Al Viro
2018-07-10
make sure do_dentry_open() won't return positive as an error
Al Viro
2018-07-10
turn filp_clone_open() into inline wrapper for dentry_open()
Al Viro
2018-06-03
Revert "fs: fold open_check_o_direct into do_dentry_open"
Al Viro
2018-04-06
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-04-02
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
2018-04-02
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
2018-04-02
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
Dominik Brodowski
2018-04-02
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
Dominik Brodowski
2018-04-02
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
2018-04-02
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
Dominik Brodowski
2018-04-02
fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall
Dominik Brodowski
2018-04-02
fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall
Dominik Brodowski
2018-04-02
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
Dominik Brodowski
2018-04-02
fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
Dominik Brodowski
2018-03-28
fs: fold open_check_o_direct into do_dentry_open
Christoph Hellwig
2017-09-05
ovl: don't allow writing ioctl on lower layer
Miklos Szeredi
2017-09-04
vfs: add flags to d_real()
Miklos Szeredi
2017-07-07
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
Linus Torvalds
2017-07-06
fs: new infrastructure for writeback error handling and reporting
Jeff Layton
2017-06-27
fs: add fcntl() interface for setting/getting write life time hints
Jens Axboe
2017-05-12
Merge branch 'work.sane_pwd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-05-10
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
2017-05-09
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-04-27
fs: completely ignore unknown open flags
Christoph Hellwig
2017-04-21
make sure that fchdir() won't accept referral points, etc.
Al Viro
2017-04-20
vfs: ftruncate check IS_APPEND() on real upper inode
Amir Goldstein
2017-04-17
open: move compat syscalls from compat.c
Al Viro
2017-02-07
vfs: wrap write f_ops with file_{start,end}_write()
Amir Goldstein
2017-02-07
vfs: deny fallocate() on directory
Amir Goldstein
2016-12-24
Replace with globally
Linus Torvalds
2016-10-13
Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
Linus Torvalds
2016-10-11
block: implement (some of) fallocate for block devices
Darrick J. Wong
2016-10-03
vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocks
Darrick J. Wong
2016-09-16
vfs: do get_write_access() on upper layer of overlayfs
Miklos Szeredi
2016-09-16
locks: fix file locking on overlayfs
Miklos Szeredi
2016-08-07
Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/binfmt_misc
Linus Torvalds
2016-06-30
vfs: merge .d_select_inode() into .d_real()
Miklos Szeredi
2016-05-17
Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-05-17
Merge branch 'ovl-fixes' into for-linus
Al Viro
2016-05-10
vfs: add vfs_select_inode() helper
Miklos Szeredi
2016-05-02
give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()
Al Viro
2016-03-30
fs: add filp_clone_open API
James Bottomley
2016-03-28
constify chmod_common/security_path_chmod
Al Viro
2016-03-28
constify chown_common/security_path_chown
Al Viro
2016-03-28
constify vfs_truncate()
Al Viro
2016-03-22
fs/coredump: prevent fsuid=0 dumps into user-controlled directories
Jann Horn
2016-01-22
wrappers for ->i_mutex access
Al Viro
2016-01-04
don't carry MAY_OPEN in op->acc_mode
Al Viro
2015-07-10
vfs: Commit to never having exectuables on proc and sysfs.
Eric W. Biederman
2015-06-23
fs: Call security_ops->inode_killpriv on truncate
Jan Kara
2015-06-23
vfs: add file_path() helper
Miklos Szeredi
2015-06-19
overlayfs: Make f_path always point to the overlay and f_inode to the underlay
David Howells
2015-05-11
VFS: Handle lower layer dentry/inode in pathwalk
David Howells
2015-04-24
Merge tag 'xfs-for-linus-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
Linus Torvalds
2015-04-11
->aio_read and ->aio_write removed
Al Viro
2015-04-11
NFS: fix BUG() crash in notify_change() with patch to chown_common()
Andrew Elble
2015-04-11
drop bogus check in file_open_root()
Al Viro
2015-03-25
fs: Add support FALLOC_FL_INSERT_RANGE for fallocate
Namjae Jeon
2015-02-17
Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-02-16
vfs: remove get_xip_mem
Matthew Wilcox
2015-01-23
fs: create proper filename objects using getname_kernel()
Paul Moore
2014-12-16
Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2014-12-13
fallocate: create FAN_MODIFY and IN_MODIFY events
Heinrich Schuchardt
2014-11-19
new helper: audit_file()
Al Viro
2014-11-19
merge nfs bugfixes into nfsd for-3.19 branch
J. Bruce Fields
2014-11-07
VFS: Rename do_fallocate() to vfs_fallocate()
Anna Schumaker
2014-10-24
vfs: add i_op->dentry_open()
Miklos Szeredi
2014-08-01
vfs: fix check for fallocate on active swapfile
Eric Biggers
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-04-20
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2014-04-12
fs: disallow all fallocate operation on active swapfile
Lukas Czerner
2014-04-12
fs: move falloc collapse range check into the filesystem methods
Lukas Czerner
2014-04-12
fs: prevent doing FALLOC_FL_ZERO_RANGE on append only file
Lukas Czerner
2014-04-04
Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2014-04-01
tidy do_dentry_open() up a bit
Al Viro
2014-04-01
mark struct file that had write access grabbed by open()
Al Viro
2014-04-01
fold __get_file_write_access() into its only caller
Al Viro
2014-04-01
get rid of DEBUG_WRITECOUNT
Al Viro
2014-04-01
don't bother with {get,put}_write_access() on non-regular files
Al Viro
2014-03-13
fs: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
Lukas Czerner
2014-03-10
vfs: atomic f_pos accesses as per POSIX
Linus Torvalds
2014-02-24
fs: Add new flag(FALLOC_FL_COLLAPSE_RANGE) for fallocate
Namjae Jeon
2013-11-09
locks: break delegations on any attribute modification
J. Bruce Fields
2013-11-09
get rid of s_files and files_lock
Al Viro
2013-10-24
file->f_op is never NULL...
Al Viro
2013-09-16
vfs: improve i_op->atomic_open() documentation
Miklos Szeredi
2013-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2013-09-03
switch fchmod() to fdget
Al Viro
2013-08-30
userns: Kill nsown_capable it makes the wrong thing easy
Eric W. Biederman
2013-08-05
fs: Fix file mode for O_TMPFILE
Andy Lutomirski
2013-07-20
allow O_TMPFILE to work with O_WRONLY
Al Viro
2013-07-13
Safer ABI for O_TMPFILE
Al Viro
2013-06-29
[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now...
Al Viro
2013-06-29
allow build_open_flags() to return an error
Al Viro
2013-03-03
make SYSCALL_DEFINE-generated wrappers do asmlinkage_protect
Al Viro
2013-03-03
teach SYSCALL_DEFINE how to deal with long long/unsigned long long
Al Viro
2013-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-03-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
Linus Torvalds
2013-03-01
cache the value of file_inode() in struct file
Al Viro
2013-02-26
get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero
Al Viro
2013-02-25
fix compat truncate/ftruncate
Al Viro
2013-02-22
propagate error from get_empty_filp() to its callers
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2012-12-20
vfs: make fchownat retry once on ESTALE errors
Jeff Layton
2012-12-20
vfs: make fchmodat retry once on ESTALE errors
Jeff Layton
2012-12-20
vfs: have chroot retry once on ESTALE error
Jeff Layton
2012-12-20
vfs: have chdir retry lookup and call once on ESTALE error
Jeff Layton
2012-12-20
vfs: have faccessat retry once on an ESTALE error
Jeff Layton
2012-12-20
vfs: have do_sys_truncate retry once on an ESTALE error
Jeff Layton
2012-12-20
VFS: Make more complete truncate operation available to CacheFiles
David Howells
2012-11-19
vfs: Allow chroot if you have CAP_SYS_CHROOT in your user namespace
Eric W. Biederman
2012-10-12
vfs: make path_openat take a struct filename pointer
Jeff Layton
2012-10-12
vfs: define struct filename and have getname() return it
Jeff Layton
2012-10-12
audit: set the name_len in audit_inode for parent lookups
Jeff Layton
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
switch fchmod(2) to fget_light()
Al Viro
2012-09-26
switch fallocate(2) to fget_light()
Al Viro
2012-09-26
switch ftruncate(2) to fget_light
Al Viro
2012-09-26
don't leak O_CLOEXEC into ->f_flags
Al Viro
2012-09-26
take descriptor-related part of close() to file.c
Al Viro
2012-09-26
move put_unused_fd() and fd_install() to fs/file.c
Al Viro
2012-09-21
userns: Teach security_path_chown to take kuids and kgids
Eric W. Biederman
2012-08-15
vfs: canonicalize create mode in build_open_flags()
Miklos Szeredi
2012-08-04
missed mnt_drop_write() in do_dentry_open()
Al Viro
2012-07-31
fs: Protect write paths by sb_start_write - sb_end_write
Jan Kara
2012-07-31
fs: Add freezing handling to mnt_want_write() / mnt_drop_write()
Jan Kara
2012-07-29
take grabbing f->f_path to do_dentry_open()
Al Viro
2012-07-23
switch dentry_open() to struct path, make it grab references itself
Al Viro
2012-07-14
VFS: Make chown() and lchown() call fchownat()
David Howells
2012-07-14
do_dentry_open(): close the race with mark_files_ro() in failure exit
Al Viro
2012-07-14
do_dentry_open(): take initialization of file->f_path to caller
Al Viro
2012-07-14
fold __dentry_open() into its sole caller
Al Viro
2012-07-14
switch do_dentry_open() to returning int
Al Viro
2012-07-14
make finish_no_open() return int
Al Viro
2012-07-14
kill struct opendata
Al Viro
2012-07-14
kill opendata->{mnt,dentry}
Al Viro
2012-07-14
don't modify od->filp at all
Al Viro