Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
8c94abbbe1ba24961278055434504b7dc3595415
/
fs
/
overlayfs
ec7ba11
Revert "ovl: relax permission checking on underlying layers"
by Miklos Szeredi
· 6 years ago
155b8a0
ovl: fix decode of dir file handle with multi lower layers
by Amir Goldstein
· 6 years ago
91ff20f
ovl: fix missing override creds in link of a metacopy upper
by Amir Goldstein
· 6 years ago
c2aa1a4
Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 6 years ago
d47748e
ovl: automatically enable redirect_dir on metacopy=on
by Miklos Szeredi
· 6 years ago
5e12758
ovl: check whiteout in ovl_create_over_whiteout()
by Miklos Szeredi
· 6 years ago
df36583
vfs: plumb remap flags through the vfs dedupe functions
by Darrick J. Wong
· 6 years ago
452ce65
vfs: plumb remap flags through the vfs clone functions
by Darrick J. Wong
· 6 years ago
42ec3d4
vfs: make remap_file_range functions take and return bytes completed
by Darrick J. Wong
· 6 years ago
2e5dfc9
vfs: combine the clone and dedupe into a single remap_file_range
by Darrick J. Wong
· 6 years ago
14fa085
ovl: using posix_acl_xattr_size() to get size instead of posix_acl_to_xattr()
by Chengguang Xu
· 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
9df085f
ovl: relax requirement for non null uuid of lower fs
by Amir Goldstein
· 6 years ago
6b52243
ovl: fold copy-up helpers into callers
by Miklos Szeredi
· 6 years ago
b10cdcd
ovl: untangle copy up call chain
by Amir Goldstein
· 6 years ago
007ea44
ovl: relax permission checking on underlying layers
by Miklos Szeredi
· 6 years ago
6cd0787
ovl: fix recursive oi->lock in ovl_link()
by Amir Goldstein
· 6 years ago
1f244dc
ovl: clean up error handling in ovl_get_tmpfile()
by Miklos Szeredi
· 6 years ago
babf477
ovl: fix error handling in ovl_verify_set_fh()
by Amir Goldstein
· 6 years ago
1a8f8d2
ovl: fix format of setxattr debug
by Miklos Szeredi
· 6 years ago
601350f
ovl: fix access beyond unterminated strings
by Amir Goldstein
· 6 years ago
69383c5
ovl: make symbol 'ovl_aops' static
by Wei Yongjun
· 6 years ago
a725356
vfs: swap names of {do,vfs}_clone_file_range()
by Amir Goldstein
· 6 years ago
d9d150a
ovl: fix freeze protection bypass in ovl_clone_file_range()
by Amir Goldstein
· 6 years ago
898cc19
ovl: fix freeze protection bypass in ovl_write_iter()
by Amir Goldstein
· 6 years ago
63e1325
ovl: fix memory leak on unlink of indexed file
by Amir Goldstein
· 6 years ago
8c25741
ovl: fix oopses in ovl_fill_super() failure paths
by Miklos Szeredi
· 6 years ago
b833a36
ovl: add ovl_fadvise()
by Amir Goldstein
· 6 years ago
5b910bd
ovl: fix GPF in swapfile_activate of file from overlayfs over xfs
by Amir Goldstein
· 6 years ago
80d3481
ovl: respect FIEMAP_FLAG_SYNC flag
by Amir Goldstein
· 6 years ago
6faf05c
ovl: set I_CREATING on inode being created
by Miklos Szeredi
· 6 years ago
989974c
ovl: Enable metadata only feature
by Vivek Goyal
· 7 years ago
935a074
ovl: Do not do metacopy only for ioctl modifying file attr
by Vivek Goyal
· 7 years ago
997336f
ovl: Do not do metadata only copy-up for truncate operation
by Vivek Goyal
· 7 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
4120fe6
ovl: Set redirect on upper inode when it is linked
by Vivek Goyal
· 7 years ago
7bb0838
ovl: Set redirect on metacopy files upon rename
by Vivek Goyal
· 7 years ago
6012487
ovl: Do not set dentry type ORIGIN for broken hardlinks
by Vivek Goyal
· 7 years ago
a00c2d5
ovl: Add an inode flag OVL_CONST_INO
by Vivek Goyal
· 7 years ago
0b17c28
ovl: Treat metacopy dentries as type OVL_PATH_MERGE
by Vivek Goyal
· 7 years ago
b8a8824
ovl: Check redirects for metacopy files
by Vivek Goyal
· 7 years ago
0618a81
ovl: Move some dir related ovl_lookup_single() code in else block
by Vivek Goyal
· 7 years ago
2c3d735
ovl: Do not expose metacopy only dentry from d_real()
by Vivek Goyal
· 7 years ago
8c444d2
ovl: Open file with data except for the case of fsync
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
027065b
ovl: Use out_err instead of out_nomem
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
44d5bf1
ovl: Copy up only metadata during copy up where it makes sense
by Vivek Goyal
· 7 years ago
bd64e57
ovl: During copy up, first copy up metadata and then data
by Vivek Goyal
· 7 years ago
d579104
ovl: Provide a mount option metacopy=on/off for metadata copyup
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
670c232
ovl: obsolete "check_copy_up" module option
by Miklos Szeredi
· 6 years ago
fb16043
vfs: remove open_flags from d_real()
by Miklos Szeredi
· 6 years ago
de2a4a5
Partially revert "locks: fix file locking on overlayfs"
by Miklos Szeredi
· 6 years ago
4ab3031
Revert "vfs: add flags to d_real()"
by Miklos Szeredi
· 6 years ago
88059de
Revert "ovl: fix relatime for directories"
by Miklos Szeredi
· 6 years ago
8ede205
ovl: add reflink/copyfile/dedup support
by Miklos Szeredi
· 6 years ago
f7c7239
ovl: add O_DIRECT support
by Miklos Szeredi
· 6 years ago
9e142c4
ovl: add ovl_fiemap()
by Miklos Szeredi
· 6 years ago
dab5ca8
ovl: add lsattr/chattr support
by Miklos Szeredi
· 6 years ago
aab8848
ovl: add ovl_fallocate()
by Miklos Szeredi
· 6 years ago
2f50283
ovl: add ovl_mmap()
by Miklos Szeredi
· 6 years ago
de30dfd
ovl: add ovl_fsync()
by Miklos Szeredi
· 6 years ago
2a92e07
ovl: add ovl_write_iter()
by Miklos Szeredi
· 6 years ago
16914e6
ovl: add ovl_read_iter()
by Miklos Szeredi
· 6 years ago
2ef66b8
ovl: add helper to return real file
by Miklos Szeredi
· 6 years ago
d1d04ef
ovl: stack file ops
by Miklos Szeredi
· 6 years ago
e8c985b
ovl: deal with overlay files in ovl_d_real()
by Miklos Szeredi
· 6 years ago
46e5d0a
ovl: copy up file size as well
by Miklos Szeredi
· 6 years ago
5812160
Revert "Revert "ovl: get_write_access() in truncate""
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
6781069
ovl: fix wrong use of impure dir cache in ovl_iterate()
by Amir Goldstein
· 6 years ago
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 6 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
b148cba
ovl: clean up copy-up error paths
by Miklos Szeredi
· 6 years ago
dd8ac699
ovl: return EIO on internal error
by Miklos Szeredi
· 6 years ago
f73cc77
ovl: make ovl_create_real() cope with vfs_mkdir() safely
by Al Viro
· 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
a8b9e0c
ovl: remove WARN_ON() real inode attributes mismatch
by Amir Goldstein
· 7 years ago
4280f74
ovl: Kconfig documentation fixes
by Miklos Szeredi
· 6 years ago
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
Next »