summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
...
* ovl: Fix ovl_getattr() to get number of blocks from lowerVivek Goyal2018-07-203-1/+51
* ovl: Add helper ovl_dentry_lowerdata() to get lower data dentryVivek Goyal2018-07-202-0/+14
* ovl: Copy up meta inode data from lowest data inodeVivek Goyal2018-07-203-4/+22
* ovl: Modify ovl_lookup() and friends to lookup metacopy dentryVivek Goyal2018-07-205-18/+131
* ovl: Use out_err instead of out_nomemVivek Goyal2018-07-201-7/+10
* ovl: A new xattr OVL_XATTR_METACOPY for file on upperVivek Goyal2018-07-204-11/+142
* ovl: Add helper ovl_already_copied_up()Vivek Goyal2018-07-203-19/+28
* ovl: Copy up only metadata during copy up where it makes senseVivek Goyal2018-07-201-1/+24
* ovl: During copy up, first copy up metadata and then dataVivek Goyal2018-07-201-19/+17
* ovl: Provide a mount option metacopy=on/off for metadata copyupVivek Goyal2018-07-203-3/+63
* ovl: Move the copy up helpers to copy_up.cVivek Goyal2018-07-203-33/+33
* ovl: Initialize ovl_inode->redirect in ovl_get_inode()Vivek Goyal2018-07-203-7/+5
* ovl: obsolete "check_copy_up" module optionMiklos Szeredi2018-07-181-23/+7
* vfs: remove open_flags from d_real()Miklos Szeredi2018-07-181-33/+3
* Partially revert "locks: fix file locking on overlayfs"Miklos Szeredi2018-07-181-1/+1
* Revert "vfs: add flags to d_real()"Miklos Szeredi2018-07-181-2/+2
* Revert "ovl: fix relatime for directories"Miklos Szeredi2018-07-181-3/+0
* ovl: add reflink/copyfile/dedup supportMiklos Szeredi2018-07-181-0/+87
* ovl: add O_DIRECT supportMiklos Szeredi2018-07-181-0/+3
* ovl: add ovl_fiemap()Miklos Szeredi2018-07-181-1/+28
* ovl: add lsattr/chattr supportMiklos Szeredi2018-07-181-0/+79
* ovl: add ovl_fallocate()Miklos Szeredi2018-07-181-0/+24
* ovl: add ovl_mmap()Miklos Szeredi2018-07-181-0/+32
* ovl: add ovl_fsync()Miklos Szeredi2018-07-181-0/+23
* ovl: add ovl_write_iter()Miklos Szeredi2018-07-181-0/+39
* ovl: add ovl_read_iter()Miklos Szeredi2018-07-181-0/+67
* ovl: add helper to return real fileMiklos Szeredi2018-07-181-0/+60
* ovl: stack file opsMiklos Szeredi2018-07-184-2/+82
* ovl: deal with overlay files in ovl_d_real()Miklos Szeredi2018-07-181-0/+4
* ovl: copy up file size as wellMiklos Szeredi2018-07-182-9/+2
* Revert "Revert "ovl: get_write_access() in truncate""Miklos Szeredi2018-07-181-0/+21
* ovl: copy up inode flagsMiklos Szeredi2018-07-182-0/+8
* ovl: copy up timesMiklos Szeredi2018-07-184-9/+37
* ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein2018-07-171-2/+17
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-152-2/+2
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-052-2/+2
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* | ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein2018-05-313-12/+60
* | ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal2018-05-314-15/+34
* | ovl: clean up copy-up error pathsMiklos Szeredi2018-05-311-36/+18
* | ovl: return EIO on internal errorMiklos Szeredi2018-05-311-1/+1
* | ovl: make ovl_create_real() cope with vfs_mkdir() safelyAl Viro2018-05-311-1/+33
* | ovl: create helper ovl_create_temp()Amir Goldstein2018-05-313-15/+14
* | ovl: return dentry from ovl_create_real()Miklos Szeredi2018-05-314-48/+40
* | ovl: struct cattr cleanupsAmir Goldstein2018-05-314-33/+30
* | ovl: strip debug argument from ovl_do_ helpersAmir Goldstein2018-05-314-40/+33
* | ovl: remove WARN_ON() real inode attributes mismatchAmir Goldstein2018-05-311-7/+0
* | ovl: Kconfig documentation fixesMiklos Szeredi2018-05-311-3/+3
|/
* ovl: add support for "xino" mount and config optionsAmir Goldstein2018-04-123-3/+88
* ovl: consistent d_ino for non-samefs with xinoAmir Goldstein2018-04-121-6/+39