index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
readdir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
2023-08-06
1
-1
/
+2
*
ovl: pass ovl_fs to xino helpers
Amir Goldstein
2023-06-19
1
-8
/
+11
*
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+2
*
ovl: use inode instead of dentry where possible
Miklos Szeredi
2022-12-08
1
-22
/
+24
*
ovl: use plain list filler in indexdir and workdir cleanup
Amir Goldstein
2022-12-08
1
-10
/
+2
*
Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2022-10-06
1
-8
/
+8
|
\
|
*
overlayfs: constify path
Al Viro
2022-09-01
1
-8
/
+8
*
|
Change calling conventions for filldir_t
Al Viro
2022-08-17
1
-14
/
+14
|
/
*
ovl: handle idmappings for layer lookup
Christian Brauner
2022-04-28
1
-5
/
+5
*
ovl: use ovl_lookup_upper() wrapper
Christian Brauner
2022-04-28
1
-3
/
+3
*
ovl: pass ofs to creation operations
Christian Brauner
2022-04-28
1
-13
/
+15
*
ovl: use wrappers to all vfs_*xattr() calls
Amir Goldstein
2022-04-28
1
-2
/
+2
*
ovl: skip stale entries in merge dir cache iteration
Amir Goldstein
2021-08-10
1
-0
/
+5
*
Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-04-30
1
-12
/
+0
|
\
|
*
ovl: invalidate readdir cache on changes to dir with origin
Amir Goldstein
2021-04-12
1
-12
/
+0
*
|
ovl: remove unneeded ioctls
Miklos Szeredi
2021-04-12
1
-4
/
+0
|
/
*
ovl: implement volatile-specific fsync error behaviour
Sargun Dhillon
2021-01-28
1
-2
/
+3
*
ovl: avoid deadlock on directory ioctl
Miklos Szeredi
2021-01-28
1
-16
/
+7
*
ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directories
Amir Goldstein
2020-10-06
1
-9
/
+35
*
ovl: pass ovl_fs down to functions accessing private xattrs
Miklos Szeredi
2020-09-02
1
-1
/
+2
*
ovl: provide a mount option "volatile"
Vivek Goyal
2020-09-02
1
-0
/
+3
*
ovl: check for incompatible features in work dir
Amir Goldstein
2020-09-02
1
-4
/
+28
*
ovl: add accessor for ofs->upper_mnt
Miklos Szeredi
2020-06-04
1
-1
/
+1
*
ovl: switch to mounter creds in readdir
Miklos Szeredi
2020-06-02
1
-6
/
+21
*
ovl: pass correct flags for opening real directory
Miklos Szeredi
2020-06-02
1
-3
/
+9
*
ovl: whiteout inode sharing
Chengguang Xu
2020-05-13
1
-1
/
+1
*
ovl: cleanup non-empty directories in ovl_indexdir_cleanup()
Amir Goldstein
2020-05-13
1
-4
/
+12
*
ovl: enable xino automatically in more cases
Amir Goldstein
2020-03-27
1
-5
/
+10
*
ovl: avoid possible inode number collisions with xino=on
Amir Goldstein
2020-03-27
1
-2
/
+8
*
ovl: layer is const
Miklos Szeredi
2020-01-24
1
-1
/
+1
*
ovl: simplify ovl_same_sb() helper
Amir Goldstein
2020-01-24
1
-2
/
+2
*
ovl: use pr_fmt auto generate prefix
lijiazi
2020-01-22
1
-4
/
+4
*
ovl: fix wrong WARN_ON() in ovl_cache_update_ino()
Amir Goldstein
2020-01-22
1
-1
/
+7
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
ovl: fix wrong use of impure dir cache in ovl_iterate()
Amir Goldstein
2018-07-17
1
-2
/
+17
*
ovl: consistent d_ino for non-samefs with xino
Amir Goldstein
2018-04-12
1
-6
/
+39
*
ovl: whiteout orphan index entries on mount
Amir Goldstein
2018-01-24
1
-2
/
+23
*
ovl: simplify arguments to ovl_check_origin_fh()
Amir Goldstein
2018-01-24
1
-6
/
+6
*
ovl: take mnt_want_write() for removing impure xattr
Amir Goldstein
2018-01-19
1
-2
/
+9
*
ovl: take lower dir inode mutex outside upper sb_writers lock
Amir Goldstein
2018-01-19
1
-0
/
+3
*
ovl: fix failure to fsync lower dir
Amir Goldstein
2018-01-19
1
-1
/
+5
*
ovl: fix overlay: warning prefix
Amir Goldstein
2017-12-14
1
-1
/
+1
*
ovl: update ctx->pos on impure dir iteration
Amir Goldstein
2017-12-11
1
-1
/
+4
*
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-11-17
1
-13
/
+42
|
\
|
*
ovl: re-structure overlay lower layers in-memory
Chandan Rajendra
2017-11-09
1
-2
/
+2
|
*
ovl: simplify ovl_check_empty_and_clear()
zhangyi (F)
2017-11-09
1
-7
/
+20
|
*
ovl: no direct iteration for dir with origin xattr
Amir Goldstein
2017-11-09
1
-4
/
+20
*
|
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-07
1
-6
/
+5
|
\
|
|
*
ovl: do not cleanup unsupported index entries
Amir Goldstein
2017-10-24
1
-6
/
+5
*
|
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
Will Deacon
2017-10-24
1
-1
/
+1
|
/
[next]