summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+11
* ovl: add WARN_ON() for non-dir redirect casesMiklos Szeredi2018-04-121-0/+11
* ovl: cleanup setting OVL_INDEXVivek Goyal2018-04-123-5/+3
* 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/+2
* 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
* ovl: check ERR_PTR() return value from ovl_encode_fh()Amir Goldstein2018-02-051-0/+3
* ovl: fix regression in fsnotify of overlay merge dirAmir Goldstein2018-02-051-0/+2
* ovl: wire up NFS export operationsAmir Goldstein2018-01-241-0/+3
* ovl: lookup indexed ancestor of lower dirAmir Goldstein2018-01-243-7/+56
* ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein2018-01-243-13/+110
* ovl: hash non-indexed dir by upper inode for NFS exportAmir Goldstein2018-01-241-1/+3
* ovl: decode pure lower dir file handlesAmir Goldstein2018-01-241-17/+26
* ovl: decode indexed dir file handlesAmir Goldstein2018-01-243-1/+15
* ovl: decode lower file handles of unlinked but open filesAmir Goldstein2018-01-243-2/+38
* ovl: decode indexed non-dir file handlesAmir Goldstein2018-01-241-25/+46
* ovl: decode lower non-dir file handlesAmir Goldstein2018-01-243-15/+47
* ovl: encode lower file handlesAmir Goldstein2018-01-241-8/+2
OpenPOWER on IntegriCloud