index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-28
ovl: use ovl_copy_{real,upper}attr() wrappers
Christian Brauner
1
-6
/
+4
2022-04-28
ovl: use ovl_path_getxattr() wrapper
Christian Brauner
1
-1
/
+1
2022-04-28
ovl: use ovl_lookup_upper() wrapper
Christian Brauner
1
-16
/
+15
2022-04-28
ovl: use ovl_do_notify_change() wrapper
Christian Brauner
1
-1
/
+1
2022-04-28
ovl: pass ofs to setattr operations
Christian Brauner
1
-1
/
+1
2022-04-28
ovl: pass ofs to creation operations
Christian Brauner
1
-40
/
+45
2022-04-28
ovl: use wrappers to all vfs_*xattr() calls
Amir Goldstein
1
-7
/
+8
2021-11-04
ovl: fix warning in ovl_create_real()
Miklos Szeredi
1
-2
/
+1
2021-09-24
ovl: fix missing negative dentry check in ovl_rename()
Zheng Liang
1
-3
/
+7
2021-08-17
ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()
chenying
1
-2
/
+4
2021-08-17
ovl: do not set overlay.opaque for new directories
Vyacheslav Yurkov
1
-1
/
+3
2021-08-17
ovl: pass ovl_fs to ovl_check_setxattr()
Amir Goldstein
1
-2
/
+4
2021-04-12
ovl: stack fileattr ops
Miklos Szeredi
1
-0
/
+2
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-15
/
+16
2021-01-28
ovl: fix dentry leak in ovl_get_redirect
Liangyan
1
-1
/
+1
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-10
/
+11
2021-01-24
namei: prepare for idmapped mounts
Christian Brauner
1
-2
/
+2
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
1
-1
/
+1
2021-01-24
attr: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2020-09-02
ovl: pass ovl_fs down to functions accessing private xattrs
Miklos Szeredi
1
-1
/
+1
2020-06-02
ovl: initialize OVL_UPPERDATA in ovl_lookup()
Vivek Goyal
1
-0
/
+2
2020-05-13
ovl: whiteout inode sharing
Chengguang Xu
1
-12
/
+37
2020-03-27
ovl: fix WARN_ON nlink drop to zero
Miklos Szeredi
1
-2
/
+24
2020-03-17
ovl: check if upper fs supports RENAME_WHITEOUT
Amir Goldstein
1
-1
/
+1
2020-03-17
ovl: decide if revalidate needed on a per-dentry basis
Miklos Szeredi
1
-0
/
+3
2020-01-22
ovl: use pr_fmt auto generate prefix
lijiazi
1
-5
/
+5
2019-12-10
ovl: relax WARN_ON() on rename to self
Amir Goldstein
1
-1
/
+1
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-4
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-18
ovl: fix typo in MODULE_PARM_DESC
Nicolas Schier
1
-1
/
+1
2019-05-08
ovl: relax WARN_ON() for overlapping layers use case
Amir Goldstein
1
-1
/
+1
2018-11-19
ovl: fix missing override creds in link of a metacopy upper
Amir Goldstein
1
-1
/
+13
2018-10-31
ovl: check whiteout in ovl_create_over_whiteout()
Miklos Szeredi
1
-0
/
+4
2018-10-26
ovl: using posix_acl_xattr_size() to get size instead of posix_acl_to_xattr()
Chengguang Xu
1
-3
/
+2
2018-10-26
ovl: remove the 'locked' argument of ovl_nlink_{start,end}
Amir Goldstein
1
-10
/
+11
2018-10-26
ovl: fix recursive oi->lock in ovl_link()
Amir Goldstein
1
-0
/
+4
2018-08-22
ovl: set I_CREATING on inode being created
Miklos Szeredi
1
-0
/
+4
2018-07-20
ovl: Set redirect on upper inode when it is linked
Vivek Goyal
1
-0
/
+8
2018-07-20
ovl: Set redirect on metacopy files upon rename
Vivek Goyal
1
-20
/
+46
2018-07-18
ovl: copy up times
Miklos Szeredi
1
-7
/
+24
2018-05-31
ovl: use inode_insert5() to hash a newly created inode
Amir Goldstein
1
-10
/
+49
2018-05-31
ovl: return EIO on internal error
Miklos Szeredi
1
-1
/
+1
2018-05-31
ovl: make ovl_create_real() cope with vfs_mkdir() safely
Al Viro
1
-1
/
+33
2018-05-31
ovl: create helper ovl_create_temp()
Amir Goldstein
1
-4
/
+9
2018-05-31
ovl: return dentry from ovl_create_real()
Miklos Szeredi
1
-32
/
+30
2018-05-31
ovl: struct cattr cleanups
Amir Goldstein
1
-24
/
+21
2018-05-31
ovl: strip debug argument from ovl_do_ helpers
Amir Goldstein
1
-10
/
+10
2018-05-31
ovl: remove WARN_ON() real inode attributes mismatch
Amir Goldstein
1
-7
/
+0
2018-01-24
ovl: whiteout index when union nlink drops to zero
Amir Goldstein
1
-23
/
+35
[next]