Sign in
android-kvm
/
linux
/
4774bc9dce37199d8fcaa1ac0c8baaac1175f4a3
/
fs
/
overlayfs
b04a234
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 7 years ago
d976807
ovl: remove unneeded arg from ovl_verify_origin()
by Amir Goldstein
· 7 years ago
5455f92
ovl: Put upperdentry if ovl_check_origin() fails
by Vivek Goyal
· 7 years ago
ad20448
ovl: rename ufs to ofs
by Miklos Szeredi
· 7 years ago
4155c10
ovl: clean up getting lower layers
by Miklos Szeredi
· 7 years ago
bca44b5
ovl: clean up workdir creation
by Miklos Szeredi
· 7 years ago
5064975
ovl: clean up getting upper layer
by Miklos Szeredi
· 7 years ago
520d7c8
ovl: move ovl_get_workdir() and ovl_get_lower_layers()
by Miklos Szeredi
· 7 years ago
6e88256
ovl: reduce the number of arguments for ovl_workdir_create()
by Miklos Szeredi
· 7 years ago
c6fe625
ovl: change order of setup in ovl_fill_super()
by Miklos Szeredi
· 7 years ago
a9075cd
ovl: factor out ovl_free_fs() helper
by Miklos Szeredi
· 7 years ago
95e6d41
ovl: grab reference to workbasedir early
by Miklos Szeredi
· 7 years ago
f7e3a7d
ovl: split out ovl_get_indexdir() from ovl_fill_super()
by Miklos Szeredi
· 7 years ago
c0d91fb
ovl: split out ovl_get_lower_layers() from ovl_fill_super()
by Miklos Szeredi
· 7 years ago
8ed61dc
ovl: split out ovl_get_workdir() from ovl_fill_super()
by Miklos Szeredi
· 7 years ago
21a3b31
ovl: split out ovl_get_upper() from ovl_fill_super()
by Miklos Szeredi
· 7 years ago
53dbb0b
ovl: split out ovl_get_lowerstack() from ovl_fill_super()
by Miklos Szeredi
· 7 years ago
87ad447
ovl: split out ovl_get_workpath() from ovl_fill_super()
by Miklos Szeredi
· 7 years ago
6ee8acf
ovl: split out ovl_get_upperpath() from ovl_fill_super()
by Miklos Szeredi
· 7 years ago
8aafcb5
ovl: use path_put_init() in error paths for ovl_fill_super()
by Miklos Szeredi
· 7 years ago
f30536f
ovl: update cache version of impure parent on rename
by Amir Goldstein
· 7 years ago
a0c5ad3
ovl: relax same fs constraint for constant st_ino
by Amir Goldstein
· 7 years ago
ba1e563
ovl: return anonymous st_dev for lower inodes
by Chandan Rajendra
· 7 years ago
2a9c6d0
ovl: allocate anonymous devs for lowerdirs
by Chandan Rajendra
· 7 years ago
b934363
ovl: re-structure overlay lower layers in-memory
by Chandan Rajendra
· 7 years ago
ee023c3
ovl: move include of ovl_entry.h into overlayfs.h
by Amir Goldstein
· 7 years ago
07f6fff
ovl: fix rmdir problem on non-merge dir with origin xattr
by zhangyi (F)
· 7 years ago
95e598e
ovl: simplify ovl_check_empty_and_clear()
by zhangyi (F)
· 7 years ago
b79e05a
ovl: no direct iteration for dir with origin xattr
by Amir Goldstein
· 7 years ago
4eae06d
ovl: lockdep annotate of nested OVL_I(inode)->lock
by Amir Goldstein
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
fa0096e
ovl: do not cleanup unsupported index entries
by Amir Goldstein
· 7 years ago
7937a56
ovl: handle ENOENT on index lookup
by Amir Goldstein
· 7 years ago
6eaf011
ovl: fix EIO from lookup of non-indexed upper
by Amir Goldstein
· 7 years ago
506458e
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
by Will Deacon
· 7 years ago
0ce5cdc
ovl: Return -ENOMEM if an allocation fails ovl_lookup()
by Dan Carpenter
· 7 years ago
b3885bd
ovl: add NULL check in ovl_alloc_inode
by Hirofumi Nakagawa
· 7 years ago
85fdee1
ovl: fix regression caused by exclusive upper/work dir protection
by Amir Goldstein
· 7 years ago
5820dc0
ovl: fix missing unlock_rename() in ovl_do_copy_up()
by Amir Goldstein
· 7 years ago
dc7ab67
ovl: fix dentry leak in ovl_indexdir_cleanup()
by Amir Goldstein
· 7 years ago
9f4ec90
ovl: fix dput() of ERR_PTR in ovl_cleanup_index()
by Amir Goldstein
· 7 years ago
e0082a0
ovl: fix error value printed in ovl_lookup_index()
by Amir Goldstein
· 7 years ago
0f0d127
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
0ee931c
mm: treewide: remove GFP_TEMPORARY allocation flag
by Michal Hocko
· 7 years ago
c353f88
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 7 years ago
939ae4e
ovl: fix false positive ESTALE on lookup
by Amir Goldstein
· 7 years ago
cd91304
ovl: fix relatime for directories
by Miklos Szeredi
· 7 years ago
495e642
vfs: add flags to d_real()
by Miklos Szeredi
· 7 years ago
191a398
ovl: cleanup d_real for negative
by Miklos Szeredi
· 7 years ago
ff7a5fb
overlayfs, locking: Remove smp_mb__before_spinlock() usage
by Peter Zijlstra
· 8 years ago
4edb83b
ovl: constant d_ino for non-merge dirs
by Miklos Szeredi
· 7 years ago
b5efccb
ovl: constant d_ino across copy up
by Amir Goldstein
· 8 years ago
31e8cce
ovl: fix readdir error value
by Miklos Szeredi
· 7 years ago
6787341
ovl: check snprintf return
by Miklos Szeredi
· 7 years ago
0e08255
ovl: check for bad and whiteout index on lookup
by Amir Goldstein
· 7 years ago
61b6747
ovl: do not cleanup directory and whiteout index entries
by Amir Goldstein
· 7 years ago
1d88f18
ovl: fix xattr get and set with selinux
by Miklos Szeredi
· 7 years ago
bc98a42
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
by David Howells
· 7 years ago
a59f97f
ovl: remove unneeded check for IS_ERR()
by Amir Goldstein
· 7 years ago
961af64
ovl: fix origin verification of index dir
by Amir Goldstein
· 7 years ago
ea3dad1
ovl: mark parent impure on ovl_link()
by Amir Goldstein
· 7 years ago
8fc646b
ovl: fix random return value on mount
by Amir Goldstein
· 7 years ago
f4439de
ovl: mark parent impure and restore timestamp on ovl_link_up()
by Amir Goldstein
· 7 years ago
caf70cb
ovl: cleanup orphan index entries
by Amir Goldstein
· 8 years ago
5f8415d
ovl: persistent overlay inode nlink for indexed inodes
by Amir Goldstein
· 8 years ago
59be097
ovl: implement index dir copy up
by Amir Goldstein
· 8 years ago
fd210b7
ovl: move copy up lock out
by Miklos Szeredi
· 7 years ago
a6fb235
ovl: rearrange copy up
by Miklos Szeredi
· 7 years ago
55acc66
ovl: add flag for upper in ovl_entry
by Miklos Szeredi
· 7 years ago
23f0ab1
ovl: use struct copy_up_ctx as function argument
by Miklos Szeredi
· 7 years ago
7ab8b17
ovl: base tmpfile in workdir too
by Miklos Szeredi
· 7 years ago
02209d1
ovl: factor out ovl_copy_up_inode() helper
by Amir Goldstein
· 8 years ago
7d90b85
ovl: extract helper to get temp file in copy up
by Miklos Szeredi
· 7 years ago
15932c4
ovl: defer upper dir lock to tempfile link
by Amir Goldstein
· 8 years ago
b9ac5c27
ovl: hash overlay non-dir inodes by copy up origin
by Miklos Szeredi
· 7 years ago
415543d
ovl: cleanup bad and stale index entries on mount
by Amir Goldstein
· 8 years ago
359f392
ovl: lookup index entry for copy up origin
by Amir Goldstein
· 8 years ago
54fb347
ovl: verify index dir matches upper dir
by Amir Goldstein
· 8 years ago
8b88a2e
ovl: verify upper root dir matches lower root dir
by Amir Goldstein
· 8 years ago
02bcd15
ovl: introduce the inodes index dir feature
by Amir Goldstein
· 8 years ago
6b8aa12
ovl: generalize ovl_create_workdir()
by Amir Goldstein
· 8 years ago
f7d3dac
ovl: relax same fs constrain for ovl_check_origin()
by Amir Goldstein
· 8 years ago
2cac0c0
ovl: get exclusive ownership on upper/work dirs
by Amir Goldstein
· 8 years ago
ad0af71
vfs: introduce inode 'inuse' lock
by Amir Goldstein
· 8 years ago
04a01ac
ovl: move cache and version to ovl_inode
by Miklos Szeredi
· 7 years ago
a015daf
ovl: use ovl_inode mutex to synchronize concurrent copy up
by Amir Goldstein
· 8 years ago
13c7207
ovl: move impure to ovl_inode
by Miklos Szeredi
· 7 years ago
cf31c46
ovl: move redirect to ovl_inode
by Miklos Szeredi
· 7 years ago
09d8b58
ovl: move __upperdentry to ovl_inode
by Miklos Szeredi
· 7 years ago
9020df3
ovl: compare inodes
by Miklos Szeredi
· 7 years ago
25b7713
ovl: use i_private only as a key
by Miklos Szeredi
· 7 years ago
e6d2ebd
ovl: simplify getting inode
by Miklos Szeredi
· 7 years ago
13cf199
ovl: allocate an ovl_inode struct
by Amir Goldstein
· 8 years ago
f681eb1
ovl: fix nlink leak in ovl_rename()
by Amir Goldstein
· 8 years ago
7f53b7d
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into overlayfs-next
by Miklos Szeredi
· 7 years ago
fbaf94e
ovl: don't set origin on broken lower hardlink
by Miklos Szeredi
· 7 years ago
e85f82f
ovl: copy-up: don't unlock between lookup and link
by Miklos Szeredi
· 7 years ago
01633fd
overlayfs: use uuid_t instead of uuid_be
by Christoph Hellwig
· 8 years ago
8578709
fs: switch ->s_uuid to uuid_t
by Christoph Hellwig
· 8 years ago
a082c6f
ovl: filter trusted xattr for non-admin
by Miklos Szeredi
· 8 years ago
Next »