summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+2Star
* 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-062-2/+2
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-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/+18Star
* | 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/+14Star
* | ovl: return dentry from ovl_create_real()Miklos Szeredi2018-05-314-48/+40Star
* | ovl: struct cattr cleanupsAmir Goldstein2018-05-314-33/+30Star
* | ovl: strip debug argument from ovl_do_ helpersAmir Goldstein2018-05-314-40/+33Star
* | ovl: remove WARN_ON() real inode attributes mismatchAmir Goldstein2018-05-311-7/+0Star
* | 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
* ovl: consistent i_ino for non-samefs with xinoAmir Goldstein2018-04-124-14/+21
* ovl: constant st_ino for non-samefs with xinoAmir Goldstein2018-04-125-10/+75
* ovl: allocate anon bdev per unique lower fsAmir Goldstein2018-04-124-28/+72
* ovl: factor out ovl_map_dev_ino() helperAmir Goldstein2018-04-123-39/+57
* ovl: cleanup ovl_update_time()Miklos Szeredi2018-04-121-17/+11Star
* ovl: add WARN_ON() for non-dir redirect casesMiklos Szeredi2018-04-121-0/+11
* ovl: cleanup setting OVL_INDEXVivek Goyal2018-04-123-5/+3Star
* ovl: set d->is_dir and d->opaque for last path elementVivek Goyal2018-04-121-2/+6
* ovl: Do not check for redirect if this is last layerVivek Goyal2018-04-121-1/+4
* ovl: lookup in inode cache first when decoding lower file handleAmir Goldstein2018-04-121-25/+33
* ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein2018-04-123-11/+14
* ovl: disambiguate ovl_encode_fh()Amir Goldstein2018-04-124-16/+16
* ovl: set lower layer st_dev only if setting lower st_inoAmir Goldstein2018-04-121-5/+2Star
* ovl: fix lookup with middle layer opaque dir and absolute path redirectsAmir Goldstein2018-04-121-0/+9
* ovl: Set d->last properly during lookupVivek Goyal2018-04-121-2/+6
* ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein2018-04-122-5/+24
* ovl: update Kconfig textsMiklos Szeredi2018-03-071-0/+14
* ovl: redirect_dir=nofollow should not follow redirect for opaque lowerVivek Goyal2018-02-261-3/+3
* ovl: fix ptr_ret.cocci warningsFengguang Wu2018-02-261-1/+1
* ovl: check ERR_PTR() return value from ovl_lookup_real()Amir Goldstein2018-02-161-2/+2
* ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein2018-02-163-44/+168
* ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein2018-02-161-18/+40