aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2018-12-30ovl: fix decode of dir file handle with multi lower layersAmir Goldstein
2018-11-21ovl: fix recursive oi->lock in ovl_link()Amir Goldstein
2018-11-21ovl: check whiteout in ovl_create_over_whiteout()Miklos Szeredi
2018-11-21ovl: fix error handling in ovl_verify_set_fh()Amir Goldstein
2018-11-10vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein
2018-10-10ovl: fix format of setxattr debugMiklos Szeredi
2018-10-10ovl: fix memory leak on unlink of indexed fileAmir Goldstein
2018-10-10ovl: fix access beyond unterminated stringsAmir Goldstein
2018-10-10ovl: set I_CREATING on inode being createdMiklos Szeredi
2018-09-26ovl: fix oopses in ovl_fill_super() failure pathsMiklos Szeredi
2018-09-09ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-31ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal
2018-05-31ovl: clean up copy-up error pathsMiklos Szeredi
2018-05-31ovl: return EIO on internal errorMiklos Szeredi
2018-05-31ovl: make ovl_create_real() cope with vfs_mkdir() safelyAl Viro
2018-05-31ovl: create helper ovl_create_temp()Amir Goldstein
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi
2018-05-31ovl: struct cattr cleanupsAmir Goldstein
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein
2018-05-31ovl: remove WARN_ON() real inode attributes mismatchAmir Goldstein
2018-05-31ovl: Kconfig documentation fixesMiklos Szeredi
2018-04-12ovl: add support for "xino" mount and config optionsAmir Goldstein
2018-04-12ovl: consistent d_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: allocate anon bdev per unique lower fsAmir Goldstein
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein
2018-04-12ovl: cleanup ovl_update_time()Miklos Szeredi
2018-04-12ovl: add WARN_ON() for non-dir redirect casesMiklos Szeredi
2018-04-12ovl: cleanup setting OVL_INDEXVivek Goyal
2018-04-12ovl: set d->is_dir and d->opaque for last path elementVivek Goyal
2018-04-12ovl: Do not check for redirect if this is last layerVivek Goyal
2018-04-12ovl: lookup in inode cache first when decoding lower file handleAmir Goldstein
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein
2018-04-12ovl: set lower layer st_dev only if setting lower st_inoAmir Goldstein
2018-04-12ovl: fix lookup with middle layer opaque dir and absolute path redirectsAmir Goldstein
2018-04-12ovl: Set d->last properly during lookupVivek Goyal
2018-04-12ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein
2018-03-07ovl: update Kconfig textsMiklos Szeredi
2018-02-26ovl: redirect_dir=nofollow should not follow redirect for opaque lowerVivek Goyal
2018-02-26ovl: fix ptr_ret.cocci warningsFengguang Wu
2018-02-16ovl: check ERR_PTR() return value from ovl_lookup_real()Amir Goldstein
2018-02-16ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein
2018-02-16ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein
2018-02-05ovl: check ERR_PTR() return value from ovl_encode_fh()Amir Goldstein