summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovl: copy up before encoding non-connectable dir file handleAmir Goldstein2018-01-241-4/+49
* ovl: encode non-indexed upper file handlesAmir Goldstein2018-01-241-5/+35
* ovl: decode connected upper dir file handlesAmir Goldstein2018-01-241-1/+230
* ovl: decode pure upper file handlesAmir Goldstein2018-01-243-2/+101
* ovl: encode pure upper file handlesAmir Goldstein2018-01-243-1/+106
* ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein2018-01-245-20/+41
* ovl: copy up of disconnected dentriesAmir Goldstein2018-01-243-19/+48
* ovl: use d_splice_alias() in place of d_add() in lookupAmir Goldstein2018-01-241-3/+1
* ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein2018-01-243-12/+12
* ovl: factor out ovl_get_index_fh() helperAmir Goldstein2018-01-242-10/+50
* ovl: whiteout orphan index entries on mountAmir Goldstein2018-01-242-4/+40
* ovl: whiteout index when union nlink drops to zeroAmir Goldstein2018-01-243-29/+48
* ovl: cleanup dir index when dir nlink drops to zeroAmir Goldstein2018-01-241-3/+3
* ovl: index directories on copy up for NFS exportAmir Goldstein2018-01-242-7/+117
OpenPOWER on IntegriCloud