Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
283900e82847e10898650c66a249c10b213934fb
/
fs
/
overlayfs
/
overlayfs.h
cbe7fba
ovl: make sure that real fid is 32bit aligned in memory
by Amir Goldstein
· 5 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
146d62e
ovl: detect overlapping layers
by Amir Goldstein
· 6 years ago
3428030
ovl: fix missing upper fs freeze protection on copy up for ioctl
by Amir Goldstein
· 6 years ago
993a0b2
ovl: Do not lose security.capability xattr over metadata file copy-up
by Vivek Goyal
· 6 years ago
1e92e30
ovl: abstract ovl_inode lock with a helper
by Amir Goldstein
· 6 years ago
0e32992
ovl: remove the 'locked' argument of ovl_nlink_{start,end}
by Amir Goldstein
· 6 years ago
1a8f8d2
ovl: fix format of setxattr debug
by Miklos Szeredi
· 6 years ago
d1e6f6a
ovl: add helper to force data copy-up
by Vivek Goyal
· 7 years ago
0a2d0d3
ovl: Check redirect on index as well
by Vivek Goyal
· 7 years ago
a00c2d5
ovl: Add an inode flag OVL_CONST_INO
by Vivek Goyal
· 7 years ago
4823d49
ovl: Add helper ovl_inode_realdata()
by Vivek Goyal
· 7 years ago
2664bd0
ovl: Store lower data inode in ovl_inode
by Vivek Goyal
· 7 years ago
67d756c2
ovl: Fix ovl_getattr() to get number of blocks from lower
by Vivek Goyal
· 7 years ago
647d253
ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry
by Vivek Goyal
· 7 years ago
4f93b42
ovl: Copy up meta inode data from lowest data inode
by Vivek Goyal
· 7 years ago
9d3dfea
ovl: Modify ovl_lookup() and friends to lookup metacopy dentry
by Vivek Goyal
· 7 years ago
0c28887
ovl: A new xattr OVL_XATTR_METACOPY for file on upper
by Vivek Goyal
· 7 years ago
2002df8
ovl: Add helper ovl_already_copied_up()
by Vivek Goyal
· 7 years ago
d6eac03
ovl: Move the copy up helpers to copy_up.c
by Vivek Goyal
· 7 years ago
9cec54c
ovl: Initialize ovl_inode->redirect in ovl_get_inode()
by Vivek Goyal
· 7 years ago
d1d04ef
ovl: stack file ops
by Miklos Szeredi
· 6 years ago
46e5d0a
ovl: copy up file size as well
by Miklos Szeredi
· 6 years ago
4f35729
ovl: copy up inode flags
by Miklos Szeredi
· 6 years ago
d9854c8
ovl: copy up times
by Miklos Szeredi
· 6 years ago
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 7 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
01b39dc
ovl: use inode_insert5() to hash a newly created inode
by Amir Goldstein
· 7 years ago
ac6a52e
ovl: Pass argument to ovl_get_inode() in a structure
by Vivek Goyal
· 7 years ago
137ec52
ovl: create helper ovl_create_temp()
by Amir Goldstein
· 7 years ago
95a1c81
ovl: return dentry from ovl_create_real()
by Miklos Szeredi
· 7 years ago
471ec5d
ovl: struct cattr cleanups
by Amir Goldstein
· 7 years ago
6cf0076
ovl: strip debug argument from ovl_do_ helpers
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
da309e8
ovl: factor out ovl_map_dev_ino() helper
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
2ca3c14
ovl: check lower ancestry on encode of lower dir file handle
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
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
f941866
ovl: decode lower non-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
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
e7dd0e7
ovl: whiteout index when union nlink drops to zero
by Amir Goldstein
· 7 years ago
24b33ee
ovl: create ovl_need_index() helper
by Amir Goldstein
· 7 years ago
ad1d615
ovl: use directory index entries for consistency verification
by Amir Goldstein
· 7 years ago
f168f10
ovl: add support for "nfs_export" configuration
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
9678e63
ovl: fix inconsistent d_ino for legacy merge dir
by Amir Goldstein
· 7 years ago
7879cb4
ovl: Use PTR_ERR_OR_ZERO()
by Vasyl Gomonovych
· 7 years ago
d976807
ovl: remove unneeded arg from ovl_verify_origin()
by Amir Goldstein
· 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
b79e05a
ovl: no direct iteration for dir with origin xattr
by Amir Goldstein
· 8 years ago
6eaf011
ovl: fix EIO from lookup of non-indexed upper
by Amir Goldstein
· 7 years ago
5820dc0
ovl: fix missing unlock_rename() in ovl_do_copy_up()
by Amir Goldstein
· 7 years ago
4edb83b
ovl: constant d_ino for non-merge dirs
by Miklos Szeredi
· 7 years ago
1d88f18
ovl: fix xattr get and set with selinux
by Miklos Szeredi
· 7 years ago
961af64
ovl: fix origin verification of index dir
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
55acc66
ovl: add flag for upper in ovl_entry
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
ad0af71
vfs: introduce inode 'inuse' lock
by Amir Goldstein
· 8 years ago
13c7207
ovl: move impure to ovl_inode
by Miklos Szeredi
· 7 years ago
09d8b58
ovl: move __upperdentry to ovl_inode
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
01633fd
overlayfs: use uuid_t instead of uuid_be
by Christoph Hellwig
· 8 years ago
f3a1568
ovl: mark upper merge dir with type origin entries "impure"
by Amir Goldstein
· 8 years ago
ee1d6d37
ovl: mark upper dir with type origin entries "impure"
by Amir Goldstein
· 8 years ago
3d27573
ovl: remove unused arg from ovl_lookup_temp()
by Miklos Szeredi
· 8 years ago
21a2287
ovl: handle rename when upper doesn't support xattr
by Amir Goldstein
· 8 years ago
82b749b
ovl: check on mount time if upper fs supports setting xattr
by Amir Goldstein
· 8 years ago
5b71209
ovl: merge getattr for dir and nondir
by Miklos Szeredi
· 8 years ago
5954850
ovl: set the ORIGIN type flag
by Amir Goldstein
· 8 years ago
3a1e819
ovl: store file handle of lower inode on copy up
by Amir Goldstein
· 8 years ago
7bcd74b
ovl: check if all layers are on the same fs
by Amir Goldstein
· 8 years ago
39d3d60
ovl: introduce copy up waitqueue
by Amir Goldstein
· 8 years ago
e7f5242
ovl: check if upperdir fs supports O_TMPFILE
by Amir Goldstein
· 8 years ago
32a3d84
ovl: clean up kstat usage
by Al Viro
· 8 years ago
9aba652
ovl: fold ovl_copy_up_truncate() into ovl_copy_up()
by Amir Goldstein
· 8 years ago
5cf5b47
ovl: opaque cleanup
by Miklos Szeredi
· 8 years ago
a6c6065
ovl: redirect on rename-dir
by Miklos Szeredi
· 8 years ago
02b69b2
ovl: lookup redirects
by Miklos Szeredi
· 8 years ago
bbb1e54
ovl: split super.c
by Miklos Szeredi
· 8 years ago
370e55a
ovl: rename: simplify handling of lower/merged directory
by Miklos Szeredi
· 8 years ago
38e813d
ovl: get rid of PURE type
by Miklos Szeredi
· 8 years ago
2aff453
ovl: check lower existence when removing
by Miklos Szeredi
· 8 years ago
Next »