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
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-28
ovl: support idmapped layers
Christian Brauner
1
-4
/
+0
2022-04-28
ovl: store lower path in ovl_inode
Amir Goldstein
1
-2
/
+3
2022-04-28
ovl: use ovl_lookup_upper() wrapper
Christian Brauner
1
-3
/
+3
2022-04-28
ovl: use ovl_do_notify_change() wrapper
Christian Brauner
1
-1
/
+1
2022-04-28
ovl: pass ofs to creation operations
Christian Brauner
1
-13
/
+15
2022-04-28
ovl: use wrappers to all vfs_*xattr() calls
Amir Goldstein
1
-6
/
+6
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
1
-1
/
+1
2021-12-03
fs: add is_idmapped_mnt() helper
Christian Brauner
1
-1
/
+1
2021-11-04
ovl: fix warning in ovl_create_real()
Miklos Szeredi
1
-4
/
+8
2021-08-17
ovl: add ovl_allow_offline_changes() helper
Vyacheslav Yurkov
1
-3
/
+1
2021-08-17
ovl: disable decoding null uuid with redirect_dir
Vyacheslav Yurkov
1
-1
/
+1
2021-04-12
ovl: allow upperdir inside lowerdir
Miklos Szeredi
1
-5
/
+7
2021-04-12
ovl: show "userxattr" in the mount data
Giuseppe Scrivano
1
-0
/
+2
2021-04-12
ovl: do not copy attr several times
Chengguang Xu
1
-3
/
+0
2021-04-12
ovl: fix error for ovl_fill_super()
Chengguang Xu
1
-0
/
+4
2021-04-12
ovl: restrict lower null uuid for "xino=auto"
Amir Goldstein
1
-6
/
+35
2021-04-12
ovl: check that upperdir path is not on a read-only mount
Amir Goldstein
1
-2
/
+2
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+15
2021-01-28
ovl: implement volatile-specific fsync error behaviour
Sargun Dhillon
1
-7
/
+27
2021-01-28
ovl: add warning on user_ns mismatch
Miklos Szeredi
1
-0
/
+4
2021-01-24
overlayfs: do not mount on top of idmapped mounts
Christian Brauner
1
-0
/
+4
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-1
/
+1
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
1
-2
/
+4
2021-01-24
acl: handle idmapped mounts
Christian Brauner
1
-0
/
+3
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
2021-01-24
capability: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2020-12-14
ovl: unprivieged mounts
Miklos Szeredi
1
-0
/
+1
2020-12-14
ovl: user xattr
Miklos Szeredi
1
-8
/
+53
2020-11-12
ovl: expand warning in ovl_d_real()
Miklos Szeredi
1
-5
/
+8
2020-11-12
ovl: introduce new "uuid=off" option for inodes index feature
Pavel Tikhomirov
1
-0
/
+20
2020-09-02
ovl: pass ovl_fs down to functions accessing private xattrs
Miklos Szeredi
1
-8
/
+10
2020-09-02
ovl: drop flags argument from ovl_do_setxattr()
Miklos Szeredi
1
-1
/
+1
2020-09-02
ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrs
Miklos Szeredi
1
-1
/
+1
2020-09-02
ovl: provide a mount option "volatile"
Vivek Goyal
1
-3
/
+71
2020-09-02
ovl: check for incompatible features in work dir
Amir Goldstein
1
-7
/
+18
2020-07-16
ovl: fix mount option checks for nfs_export with no upperdir
Amir Goldstein
1
-13
/
+18
2020-07-16
ovl: force read-only sb on failure to create index dir
Amir Goldstein
1
-5
/
+6
2020-07-16
ovl: fix regression with re-formatted lower squashfs
Amir Goldstein
1
-0
/
+12
2020-07-16
ovl: fix oops in ovl_indexdir_cleanup() with nfs_export=on
Amir Goldstein
1
-9
/
+7
2020-07-16
ovl: inode reference leak in ovl_is_inuse true case.
youngjun
1
-1
/
+10
2020-06-08
ovl: remove unnecessary lock check
youngjun
1
-6
/
+1
2020-06-04
ovl: make private mounts longterm
Miklos Szeredi
1
-1
/
+6
2020-06-04
ovl: get rid of redundant members in struct ovl_fs
Miklos Szeredi
1
-52
/
+47
2020-06-04
ovl: add accessor for ofs->upper_mnt
Miklos Szeredi
1
-20
/
+20
2020-05-13
ovl: sync dirty data when remounting to ro mode
Chengguang Xu
1
-1
/
+10
2020-05-13
ovl: whiteout inode sharing
Chengguang Xu
1
-0
/
+4
2020-05-13
ovl: inherit SB_NOSEC flag from upperdir
Jeffle Xu
1
-0
/
+12
2020-05-13
ovl: skip overlayfs superblocks at global sync
Konstantin Khlebnikov
1
-2
/
+3
2020-05-13
ovl: index dir act as work dir
Amir Goldstein
1
-5
/
+9
[next]