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-09-03
ovl: fix uninitialized pointer read in ovl_lookup_real_one()
Miklos Szeredi
2021-08-18
ovl: fix deadlock in splice write
Miklos Szeredi
2021-04-30
Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
2021-04-27
Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-04-27
Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-04-23
ovl: fix reference counting in ovl_mmap error path
Christian König
2021-04-12
ovl: remove unneeded ioctls
Miklos Szeredi
2021-04-12
ovl: stack fileattr ops
Miklos Szeredi
2021-04-12
ovl: add debug print to ovl_do_getxattr()
Amir Goldstein
2021-04-12
ovl: invalidate readdir cache on changes to dir with origin
Amir Goldstein
2021-04-12
ovl: allow upperdir inside lowerdir
Miklos Szeredi
2021-04-12
ovl: show "userxattr" in the mount data
Giuseppe Scrivano
2021-04-12
ovl: trivial typo fixes in the file inode.c
Bhaskar Chowdhury
2021-04-12
ovl: fix misspellings using codespell tool
Xiong Zhenwu
2021-04-12
ovl: do not copy attr several times
Chengguang Xu
2021-04-12
ovl: remove ovl_map_dev_ino() return value
youngjun
2021-04-12
ovl: fix error for ovl_fill_super()
Chengguang Xu
2021-04-12
ovl: fix missing revert_creds() on error path
Dan Carpenter
2021-04-12
ovl: fix leaked dentry
Mickaël Salaün
2021-04-12
ovl: restrict lower null uuid for "xino=auto"
Amir Goldstein
2021-04-12
ovl: check that upperdir path is not on a read-only mount
Amir Goldstein
2021-04-12
ovl: plumb through flush method
Sargun Dhillon
2021-03-08
new helper: inode_wrong_type()
Al Viro
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-28
ovl: implement volatile-specific fsync error behaviour
Sargun Dhillon
2021-01-28
ovl: skip getxattr of security labels
Amir Goldstein
2021-01-28
ovl: fix dentry leak in ovl_get_redirect
Liangyan
2021-01-28
ovl: avoid deadlock on directory ioctl
Miklos Szeredi
2021-01-28
ovl: perform vfs_getxattr() with mounter creds
Miklos Szeredi
2021-01-28
ovl: add warning on user_ns mismatch
Miklos Szeredi
2021-01-24
overlayfs: do not mount on top of idmapped mounts
Christian Brauner
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
namei: prepare for idmapped mounts
Christian Brauner
2021-01-24
namei: introduce struct renamedata
Christian Brauner
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
2021-01-24
acl: handle idmapped mounts
Christian Brauner
2021-01-24
attr: handle idmapped mounts
Christian Brauner
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
capability: handle idmapped mounts
Christian Brauner
2020-12-14
ovl: unprivieged mounts
Miklos Szeredi
2020-12-14
ovl: do not get metacopy for userxattr
Miklos Szeredi
2020-12-14
ovl: do not fail because of O_NOATIME
Miklos Szeredi
2020-12-14
ovl: do not fail when setting origin xattr
Miklos Szeredi
2020-12-14
ovl: user xattr
Miklos Szeredi
2020-12-14
ovl: simplify file splice
Miklos Szeredi
2020-12-14
ovl: make ioctl() safe
Miklos Szeredi
2020-12-14
ovl: check privs before decoding file handle
Miklos Szeredi
2020-11-12
ovl: fix incorrect extent info in metacopy case
Chengguang Xu
2020-11-12
ovl: expand warning in ovl_d_real()
Miklos Szeredi
2020-11-12
ovl: warn about orphan metacopy
Kevin Locke
2020-11-12
ovl: introduce new "uuid=off" option for inodes index feature
Pavel Tikhomirov
2020-11-12
ovl: propagate ovl_fs to ovl_decode_real_fh and ovl_encode_real_fh
Pavel Tikhomirov
2020-10-06
ovl: use generic vfs_ioc_setflags_prepare() helper
Amir Goldstein
2020-10-06
ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories
Amir Goldstein
2020-09-02
ovl: rearrange ovl_can_list()
Miklos Szeredi
2020-09-02
ovl: enumerate private xattrs
Miklos Szeredi
2020-09-02
ovl: pass ovl_fs down to functions accessing private xattrs
Miklos Szeredi
2020-09-02
ovl: drop flags argument from ovl_do_setxattr()
Miklos Szeredi
2020-09-02
ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrs
Miklos Szeredi
2020-09-02
ovl: use ovl_do_getxattr() for private xattr
Miklos Szeredi
2020-09-02
ovl: fold ovl_getxattr() into ovl_get_redirect_xattr()
Miklos Szeredi
2020-09-02
ovl: clean up ovl_getxattr() in copy_up.c
Miklos Szeredi
2020-09-02
duplicate ovl_getxattr()
Miklos Szeredi
2020-09-02
ovl: provide a mount option "volatile"
Vivek Goyal
2020-09-02
ovl: check for incompatible features in work dir
Amir Goldstein
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
ovl: fix lookup of indexed hardlinks with metacopy
Amir Goldstein
2020-07-16
ovl: fix unneeded call to ovl_change_flags()
Amir Goldstein
2020-07-16
ovl: fix mount option checks for nfs_export with no upperdir
Amir Goldstein
2020-07-16
ovl: force read-only sb on failure to create index dir
Amir Goldstein
2020-07-16
ovl: fix regression with re-formatted lower squashfs
Amir Goldstein
2020-07-16
ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=on
Amir Goldstein
2020-07-16
ovl: relax WARN_ON() when decoding lower directory file handle
Amir Goldstein
2020-07-16
ovl: remove not used argument in ovl_check_origin
youngjun
2020-07-16
ovl: change ovl_copy_up_flags static
youngjun
2020-07-16
ovl: inode reference leak in ovl_is_inuse true case.
youngjun
2020-06-09
Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
2020-06-08
ovl: remove unnecessary lock check
youngjun
2020-06-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
2020-06-04
ovl: make oip->index bool
Miklos Szeredi
2020-06-04
ovl: only pass ->ki_flags to ovl_iocb_to_rwf()
Miklos Szeredi
2020-06-04
ovl: make private mounts longterm
Miklos Szeredi
2020-06-04
ovl: get rid of redundant members in struct ovl_fs
Miklos Szeredi
2020-06-04
ovl: add accessor for ofs->upper_mnt
Miklos Szeredi
2020-06-04
ovl: initialize error in ovl_copy_xattr
Yuxuan Shui
2020-06-03
fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
Christoph Hellwig
2020-06-03
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
2020-06-03
ovl: drop negative dentry in upper layer
Chengguang Xu
2020-06-03
ovl: check permission to open real file
Miklos Szeredi
2020-06-03
ovl: call secutiry hook in ovl_real_ioctl()
Miklos Szeredi
2020-06-02
ovl: verify permissions in ovl_path_open()
Miklos Szeredi
2020-06-02
ovl: switch to mounter creds in readdir
Miklos Szeredi
2020-06-02
ovl: pass correct flags for opening real directory
Miklos Szeredi
2020-06-02
ovl: fix redirect traversal on metacopy dentries
Vivek Goyal
2020-06-02
ovl: initialize OVL_UPPERDATA in ovl_lookup()
Vivek Goyal
2020-06-02
ovl: use only uppermetacopy state in ovl_lookup()
Vivek Goyal
2020-06-02
ovl: simplify setting of origin for index lookup
Vivek Goyal
2020-06-02
ovl: fix out of bounds access warning in ovl_check_fb_len()
Amir Goldstein
2020-06-01
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
2020-05-13
ovl: return required buffer size for file handles
Lubos Dolezel
2020-05-13
ovl: sync dirty data when remounting to ro mode
Chengguang Xu
2020-05-13
ovl: whiteout inode sharing
Chengguang Xu
2020-05-13
ovl: inherit SB_NOSEC flag from upperdir
Jeffle Xu
2020-05-13
ovl: skip overlayfs superblocks at global sync
Konstantin Khlebnikov
2020-05-13
ovl: index dir act as work dir
Amir Goldstein
2020-05-13
ovl: prepare to copy up without workdir
Amir Goldstein
2020-05-13
ovl: cleanup non-empty directories in ovl_indexdir_cleanup()
Amir Goldstein
2020-05-13
ovl: resolve more conflicting mount options
Amir Goldstein
2020-05-13
ovl: potential crash in ovl_fid_to_fh()
Dan Carpenter
2020-04-30
ovl: clear ATTR_OPEN from attr->ia_valid
Vivek Goyal
2020-04-30
ovl: clear ATTR_FILE from attr->ia_valid
Vivek Goyal
2020-04-20
docs: fix broken references to text files
Mauro Carvalho Chehab
2020-03-27
ovl: enable xino automatically in more cases
Amir Goldstein
2020-03-27
ovl: avoid possible inode number collisions with xino=on
Amir Goldstein
2020-03-27
ovl: use a private non-persistent ino pool
Amir Goldstein
2020-03-27
ovl: fix WARN_ON nlink drop to zero
Miklos Szeredi
2020-03-17
ovl: fix a typo in comment
Chengguang Xu
2020-03-17
ovl: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-17
ovl: ovl_obtain_alias(): don't call d_instantiate_anon() for old
Al Viro
2020-03-17
ovl: strict upper fs requirements for remote upper fs
Amir Goldstein
2020-03-17
ovl: check if upper fs supports RENAME_WHITEOUT
Amir Goldstein
2020-03-17
ovl: allow remote upper
Miklos Szeredi
2020-03-17
ovl: decide if revalidate needed on a per-dentry basis
Miklos Szeredi
2020-03-17
ovl: separate detection of remote upper layer from stacked overlay
Miklos Szeredi
2020-03-17
ovl: restructure dentry revalidation
Miklos Szeredi
2020-03-17
ovl: ignore failure to copy up unknown xattrs
Miklos Szeredi
2020-03-17
ovl: simplify i_ino initialization
Amir Goldstein
2020-03-17
ovl: factor out helper ovl_get_root()
Amir Goldstein
2020-03-17
ovl: fix out of date comment and unreachable code
Amir Goldstein
2020-03-17
ovl: fix value of i_ino for lower hardlink corner case
Amir Goldstein
2020-03-13
ovl: fix lockdep warning for async write
Miklos Szeredi
2020-03-13
ovl: fix some xino configurations
Amir Goldstein
2020-03-12
ovl: fix lock in ovl_llseek()
Amir Goldstein
2020-02-03
ovl: fix lseek overflow on 32bit
Miklos Szeredi
2020-01-24
ovl: add splice file read write helper
Murphy Zhou
2020-01-24
ovl: implement async IO routines
Jiufei Xue
2020-01-24
ovl: layer is const
Miklos Szeredi
2020-01-24
ovl: fix corner case of non-constant st_dev;st_ino
Amir Goldstein
2020-01-24
ovl: fix corner case of conflicting lower layer uuid
Amir Goldstein
2020-01-24
ovl: generalize the lower_fs[] array
Amir Goldstein
2020-01-24
ovl: simplify ovl_same_sb() helper
Amir Goldstein
2020-01-22
ovl: generalize the lower_layers[] array
Amir Goldstein
2020-01-22
ovl: improving copy-up efficiency for big sparse file
Chengguang Xu
2020-01-22
ovl: use ovl_inode_lock in ovl_llseek()
Amir Goldstein
2020-01-22
ovl: use pr_fmt auto generate prefix
lijiazi
2020-01-22
ovl: fix wrong WARN_ON() in ovl_cache_update_ino()
Amir Goldstein
2019-12-14
Merge tag 'ovl-fixes-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
2019-12-10
ovl: relax WARN_ON() on rename to self
Amir Goldstein
2019-12-10
ovl: fix corner case of non-unique st_dev;st_ino
Amir Goldstein
2019-12-10
ovl: don't use a temp buf for encoding real fh
Amir Goldstein
2019-12-10
ovl: make sure that real fid is 32bit aligned in memory
Amir Goldstein
2019-12-10
ovl: fix lookup failure on multi lower squashfs
Amir Goldstein
2019-11-15
new helper: lookup_positive_unlocked()
Al Viro
2019-09-11
ovl: filter of trusted xattr results in audit
Mark Salyzyn
2019-09-11
ovl: Fix dereferencing possible ERR_PTR()
Ding Xiang
2019-07-16
ovl: fix regression caused by overlapping layers detection
Amir Goldstein
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Linus Torvalds
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
ovl: make i_ino consistent with st_ino in more cases
Amir Goldstein
2019-06-18
ovl: fix typo in MODULE_PARM_DESC
Nicolas Schier
2019-06-18
ovl: fix bogus -Wmaybe-unitialized warning
Arnd Bergmann
2019-06-18
ovl: don't fail with disconnected lower NFS
Miklos Szeredi
2019-06-11
ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctls
Amir Goldstein
2019-05-29
ovl: detect overlapping layers
Amir Goldstein
2019-05-27
ovl: support the FS_IOC_FS[SG]ETXATTR ioctls
Amir Goldstein
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-14
Merge tag 'ovl-update-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
Linus Torvalds
2019-05-08
ovl: relax WARN_ON() for overlapping layers use case
Amir Goldstein
2019-05-07
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-05-06
ovl: check the capability before cred overridden
Jiufei Xue
2019-05-06
ovl: do not generate duplicate fsnotify events for "fake" path
Amir Goldstein
2019-05-06
ovl: support stacked SEEK_HOLE/SEEK_DATA
Amir Goldstein
2019-05-06
ovl: fix missing upper fs freeze protection on copy up for ioctl
Amir Goldstein
2019-05-01
overlayfs: make use of ->free_inode()
Al Viro
2019-04-26
ovl_lookup_real_one(): don't bother with strlen()
Al Viro
2019-02-13
ovl: Do not lose security.capability xattr over metadata file copy-up
Vivek Goyal
2019-02-04
ovl: During copy up, first copy up data and then xattrs
Vivek Goyal
2018-12-04
Revert "ovl: relax permission checking on underlying layers"
Miklos Szeredi
2018-11-21
ovl: fix decode of dir file handle with multi lower layers
Amir Goldstein
2018-11-19
ovl: fix missing override creds in link of a metacopy upper
Amir Goldstein
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
ovl: automatically enable redirect_dir on metacopy=on
Miklos Szeredi
2018-10-31
ovl: check whiteout in ovl_create_over_whiteout()
Miklos Szeredi
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: combine the clone and dedupe into a single remap_file_range
Darrick J. Wong
2018-10-26
ovl: using posix_acl_xattr_size() to get size instead of posix_acl_to_xattr()
Chengguang Xu
2018-10-26
ovl: abstract ovl_inode lock with a helper
Amir Goldstein
2018-10-26
ovl: remove the 'locked' argument of ovl_nlink_{start,end}
Amir Goldstein
2018-10-26
ovl: relax requirement for non null uuid of lower fs
Amir Goldstein
2018-10-26
ovl: fold copy-up helpers into callers
Miklos Szeredi
2018-10-26
ovl: untangle copy up call chain
Amir Goldstein
2018-10-26
ovl: relax permission checking on underlying layers
Miklos Szeredi
2018-10-26
ovl: fix recursive oi->lock in ovl_link()
Amir Goldstein
2018-10-26
ovl: clean up error handling in ovl_get_tmpfile()
Miklos Szeredi
2018-10-26
ovl: fix error handling in ovl_verify_set_fh()
Amir Goldstein
2018-10-04
ovl: fix format of setxattr debug
Miklos Szeredi