Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
91ba9f28a3de97761c2b5fd5df5d88421268e507
/
fs
/
overlayfs
795939a
ovl: add support for "xino" mount and config options
by Amir Goldstein
· 7 years ago
adbf4f7
ovl: consistent d_ino for non-samefs with xino
by Amir Goldstein
· 7 years ago
12574a9
ovl: consistent i_ino for non-samefs with xino
by Amir Goldstein
· 7 years ago
e487d88
ovl: constant st_ino for non-samefs with xino
by Amir Goldstein
· 7 years ago
5148626
ovl: allocate anon bdev per unique lower fs
by Amir Goldstein
· 7 years ago
da309e8
ovl: factor out ovl_map_dev_ino() helper
by Amir Goldstein
· 7 years ago
8f35cf5
ovl: cleanup ovl_update_time()
by Miklos Szeredi
· 7 years ago
3a29177
ovl: add WARN_ON() for non-dir redirect cases
by Miklos Szeredi
· 7 years ago
0471a9c
ovl: cleanup setting OVL_INDEX
by Vivek Goyal
· 7 years ago
102b0d1
ovl: set d->is_dir and d->opaque for last path element
by Vivek Goyal
· 7 years ago
e9b77f9
ovl: Do not check for redirect if this is last layer
by Vivek Goyal
· 7 years ago
8b58924
ovl: lookup in inode cache first when decoding lower file handle
by Amir Goldstein
· 7 years ago
8a22efa
ovl: do not try to reconnect a disconnected origin dentry
by Amir Goldstein
· 7 years ago
5b2cccd
ovl: disambiguate ovl_encode_fh()
by Amir Goldstein
· 7 years ago
9f99e50
ovl: set lower layer st_dev only if setting lower st_ino
by Amir Goldstein
· 7 years ago
3ec9b3f
ovl: fix lookup with middle layer opaque dir and absolute path redirects
by Amir Goldstein
· 7 years ago
452061f
ovl: Set d->last properly during lookup
by Vivek Goyal
· 7 years ago
695b46e
ovl: set i_ino to the value of st_ino for NFS export
by Amir Goldstein
· 7 years ago
36cd95d
ovl: update Kconfig texts
by Miklos Szeredi
· 7 years ago
d1fe96c
ovl: redirect_dir=nofollow should not follow redirect for opaque lower
by Vivek Goyal
· 7 years ago
b5095f2
ovl: fix ptr_ret.cocci warnings
by Fengguang Wu
· 7 years ago
7168179
ovl: check ERR_PTR() return value from ovl_lookup_real()
by Amir Goldstein
· 7 years ago
2ca3c14
ovl: check lower ancestry on encode of lower dir file handle
by Amir Goldstein
· 7 years ago
764baba
ovl: hash non-dir by lower inode for fsnotify
by Amir Goldstein
· 7 years ago
9b6faee
ovl: check ERR_PTR() return value from ovl_encode_fh()
by Amir Goldstein
· 7 years ago
2aed489
ovl: fix regression in fsnotify of overlay merge dir
by Amir Goldstein
· 7 years ago
8383f17
ovl: wire up NFS export operations
by Amir Goldstein
· 7 years ago
0617015
ovl: lookup indexed ancestor of lower dir
by Amir Goldstein
· 7 years ago
4b91c30
ovl: lookup connected ancestor of dir in inode cache
by Amir Goldstein
· 7 years ago
7a9dade
ovl: hash non-indexed dir by upper inode for NFS export
by Amir Goldstein
· 7 years ago
9889251
ovl: decode pure lower dir file handles
by Amir Goldstein
· 7 years ago
3b0bfc6
ovl: decode indexed dir file handles
by Amir Goldstein
· 7 years ago
9436a1a
ovl: decode lower file handles of unlinked but open files
by Amir Goldstein
· 7 years ago
f71bd9c
ovl: decode indexed non-dir file handles
by Amir Goldstein
· 7 years ago
f941866
ovl: decode lower non-dir file handles
by Amir Goldstein
· 7 years ago
03e1c58
ovl: encode lower file handles
by Amir Goldstein
· 7 years ago
05e1f11
ovl: copy up before encoding non-connectable dir file handle
by Amir Goldstein
· 7 years ago
b305e84
ovl: encode non-indexed upper file handles
by Amir Goldstein
· 7 years ago
3985b70
ovl: decode connected upper dir file handles
by Amir Goldstein
· 7 years ago
8556a42
ovl: decode pure upper file handles
by Amir Goldstein
· 7 years ago
8ed5eec
ovl: encode pure upper file handles
by Amir Goldstein
· 7 years ago
c62520a
ovl: store 'has_upper' and 'opaque' as bit flags
by Amir Goldstein
· 7 years ago
aa3ff3c
ovl: copy up of disconnected dentries
by Amir Goldstein
· 7 years ago
829c28b
ovl: use d_splice_alias() in place of d_add() in lookup
by Amir Goldstein
· 7 years ago
0aceb53
ovl: do not pass overlay dentry to ovl_get_inode()
by Amir Goldstein
· 7 years ago
91ffe7b
ovl: factor out ovl_get_index_fh() helper
by Amir Goldstein
· 7 years ago
24f0b17
ovl: whiteout orphan index entries on mount
by Amir Goldstein
· 7 years ago
e7dd0e7
ovl: whiteout index when union nlink drops to zero
by Amir Goldstein
· 7 years ago
89a1755
ovl: cleanup dir index when dir nlink drops to zero
by Amir Goldstein
· 7 years ago
016b720
ovl: index directories on copy up for NFS export
by Amir Goldstein
· 7 years ago
fbd2d20
ovl: index all non-dir on copy up for NFS export
by Amir Goldstein
· 7 years ago
24b33ee
ovl: create ovl_need_index() helper
by Amir Goldstein
· 7 years ago
9ee60ce
ovl: cleanup temp index entries
by Amir Goldstein
· 7 years ago
e8f9e5b
ovl: verify directory index entries on mount
by Amir Goldstein
· 7 years ago
7db25d3
ovl: verify whiteout index entries on mount
by Amir Goldstein
· 7 years ago
ad1d615
ovl: use directory index entries for consistency verification
by Amir Goldstein
· 7 years ago
86eaa13
ovl: unbless lower st_ino of unverified origin
by Amir Goldstein
· 7 years ago
37b12916
ovl: verify stored origin fh matches lower dir
by Amir Goldstein
· 7 years ago
f168f10
ovl: add support for "nfs_export" configuration
by Amir Goldstein
· 7 years ago
60b8664
ovl: update documentation of inodes index feature
by Amir Goldstein
· 7 years ago
0512244
ovl: generalize ovl_verify_origin() and helpers
by Amir Goldstein
· 7 years ago
1eff1a1
ovl: simplify arguments to ovl_check_origin_fh()
by Amir Goldstein
· 7 years ago
2e1a5328
ovl: factor out ovl_check_origin_fh()
by Amir Goldstein
· 7 years ago
d583ed7
ovl: store layer index in ovl_layer
by Amir Goldstein
· 7 years ago
972d009
ovl: force r/o mount when index dir creation fails
by Amir Goldstein
· 7 years ago
a683737
ovl: disable index when no xattr support
by Amir Goldstein
· 7 years ago
9678e63
ovl: fix inconsistent d_ino for legacy merge dir
by Amir Goldstein
· 7 years ago
a5a927a
ovl: take mnt_want_write() for removing impure xattr
by Amir Goldstein
· 7 years ago
2ba9d57
ovl: take mnt_want_write() for work/index dir setup
by Amir Goldstein
· 7 years ago
f816781
ovl: fix another overlay: warning prefix
by Amir Goldstein
· 7 years ago
6d0a8a9
ovl: take lower dir inode mutex outside upper sb_writers lock
by Amir Goldstein
· 7 years ago
d796e77
ovl: fix failure to fsync lower dir
by Amir Goldstein
· 7 years ago
31747ed
ovl: hash directory inodes for fsnotify
by Amir Goldstein
· 7 years ago
da2e6b7
ovl: fix overlay: warning prefix
by Amir Goldstein
· 7 years ago
7879cb4
ovl: Use PTR_ERR_OR_ZERO()
by Vasyl Gomonovych
· 7 years ago
e8d4bfe
ovl: Sync upper dirty data when syncing overlayfs
by Chengguang Xu
· 7 years ago
b02a16e
ovl: update ctx->pos on impure dir iteration
by Amir Goldstein
· 7 years ago
08d8f8a
ovl: Pass ovl_get_nlink() parameters in right order
by Vivek Goyal
· 7 years ago
438c84c
ovl: don't follow redirects if redirect_dir=off
by Miklos Szeredi
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
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
Next »