index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
Age
Commit message (
Expand
)
Author
2017-10-05
ovl: fix regression caused by exclusive upper/work dir protection
Amir Goldstein
2017-10-05
ovl: fix missing unlock_rename() in ovl_do_copy_up()
Amir Goldstein
2017-10-05
ovl: fix dentry leak in ovl_indexdir_cleanup()
Amir Goldstein
2017-10-05
ovl: fix dput() of ERR_PTR in ovl_cleanup_index()
Amir Goldstein
2017-10-05
ovl: fix error value printed in ovl_lookup_index()
Amir Goldstein
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-09-13
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
2017-09-13
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-09-12
ovl: fix false positive ESTALE on lookup
Amir Goldstein
2017-09-05
ovl: fix relatime for directories
Miklos Szeredi
2017-09-04
vfs: add flags to d_real()
Miklos Szeredi
2017-09-04
ovl: cleanup d_real for negative
Miklos Szeredi
2017-08-10
overlayfs, locking: Remove smp_mb__before_spinlock() usage
Peter Zijlstra
2017-07-27
ovl: constant d_ino for non-merge dirs
Miklos Szeredi
2017-07-27
ovl: constant d_ino across copy up
Amir Goldstein
2017-07-27
ovl: fix readdir error value
Miklos Szeredi
2017-07-27
ovl: check snprintf return
Miklos Szeredi
2017-07-20
ovl: check for bad and whiteout index on lookup
Amir Goldstein
2017-07-20
ovl: do not cleanup directory and whiteout index entries
Amir Goldstein
2017-07-20
ovl: fix xattr get and set with selinux
Miklos Szeredi
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-13
ovl: remove unneeded check for IS_ERR()
Amir Goldstein
2017-07-13
ovl: fix origin verification of index dir
Amir Goldstein
2017-07-13
ovl: mark parent impure on ovl_link()
Amir Goldstein
2017-07-13
ovl: fix random return value on mount
Amir Goldstein
2017-07-04
ovl: mark parent impure and restore timestamp on ovl_link_up()
Amir Goldstein
2017-07-04
ovl: cleanup orphan index entries
Amir Goldstein
2017-07-04
ovl: persistent overlay inode nlink for indexed inodes
Amir Goldstein
2017-07-04
ovl: implement index dir copy up
Amir Goldstein
2017-07-04
ovl: move copy up lock out
Miklos Szeredi
2017-07-04
ovl: rearrange copy up
Miklos Szeredi
2017-07-04
ovl: add flag for upper in ovl_entry
Miklos Szeredi
2017-07-04
ovl: use struct copy_up_ctx as function argument
Miklos Szeredi
2017-07-04
ovl: base tmpfile in workdir too
Miklos Szeredi
2017-07-04
ovl: factor out ovl_copy_up_inode() helper
Amir Goldstein
2017-07-04
ovl: extract helper to get temp file in copy up
Miklos Szeredi
2017-07-04
ovl: defer upper dir lock to tempfile link
Amir Goldstein
2017-07-04
ovl: hash overlay non-dir inodes by copy up origin
Miklos Szeredi
2017-07-04
ovl: cleanup bad and stale index entries on mount
Amir Goldstein
2017-07-04
ovl: lookup index entry for copy up origin
Amir Goldstein
2017-07-04
ovl: verify index dir matches upper dir
Amir Goldstein
2017-07-04
ovl: verify upper root dir matches lower root dir
Amir Goldstein
2017-07-04
ovl: introduce the inodes index dir feature
Amir Goldstein
2017-07-04
ovl: generalize ovl_create_workdir()
Amir Goldstein
2017-07-04
ovl: relax same fs constrain for ovl_check_origin()
Amir Goldstein
2017-07-04
ovl: get exclusive ownership on upper/work dirs
Amir Goldstein
2017-07-04
vfs: introduce inode 'inuse' lock
Amir Goldstein
2017-07-04
ovl: move cache and version to ovl_inode
Miklos Szeredi
2017-07-04
ovl: use ovl_inode mutex to synchronize concurrent copy up
Amir Goldstein
2017-07-04
ovl: move impure to ovl_inode
Miklos Szeredi
[next]