summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/readdir.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: implement volatile-specific fsync error behaviourSargun Dhillon2021-01-281-2/+3
* ovl: avoid deadlock on directory ioctlMiklos Szeredi2021-01-281-16/+7
* ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for directoriesAmir Goldstein2020-10-061-9/+35
* ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi2020-09-021-1/+2
* ovl: provide a mount option "volatile"Vivek Goyal2020-09-021-0/+3
* ovl: check for incompatible features in work dirAmir Goldstein2020-09-021-4/+28
* ovl: add accessor for ofs->upper_mntMiklos Szeredi2020-06-041-1/+1
* ovl: switch to mounter creds in readdirMiklos Szeredi2020-06-021-6/+21
* ovl: pass correct flags for opening real directoryMiklos Szeredi2020-06-021-3/+9
* ovl: whiteout inode sharingChengguang Xu2020-05-131-1/+1
* ovl: cleanup non-empty directories in ovl_indexdir_cleanup()Amir Goldstein2020-05-131-4/+12
* ovl: enable xino automatically in more casesAmir Goldstein2020-03-271-5/+10
* ovl: avoid possible inode number collisions with xino=onAmir Goldstein2020-03-271-2/+8
* ovl: layer is constMiklos Szeredi2020-01-241-1/+1
* ovl: simplify ovl_same_sb() helperAmir Goldstein2020-01-241-2/+2
* ovl: use pr_fmt auto generate prefixlijiazi2020-01-221-4/+4
* ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein2020-01-221-1/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ovl: fix wrong use of impure dir cache in ovl_iterate()Amir Goldstein2018-07-171-2/+17
* ovl: consistent d_ino for non-samefs with xinoAmir Goldstein2018-04-121-6/+39
* ovl: whiteout orphan index entries on mountAmir Goldstein2018-01-241-2/+23
* ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein2018-01-241-6/+6
* ovl: take mnt_want_write() for removing impure xattrAmir Goldstein2018-01-191-2/+9
* ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein2018-01-191-0/+3
* ovl: fix failure to fsync lower dirAmir Goldstein2018-01-191-1/+5
* ovl: fix overlay: warning prefixAmir Goldstein2017-12-141-1/+1
* ovl: update ctx->pos on impure dir iterationAmir Goldstein2017-12-111-1/+4
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-13/+42
|\
| * ovl: re-structure overlay lower layers in-memoryChandan Rajendra2017-11-091-2/+2
| * ovl: simplify ovl_check_empty_and_clear()zhangyi (F)2017-11-091-7/+20
| * ovl: no direct iteration for dir with origin xattrAmir Goldstein2017-11-091-4/+20
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-6/+5
|\|
| * ovl: do not cleanup unsupported index entriesAmir Goldstein2017-10-241-6/+5
* | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-241-1/+1
|/
* ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein2017-10-051-2/+4
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-131-33/+350
|\
| * ovl: constant d_ino for non-merge dirsMiklos Szeredi2017-07-271-31/+236
| * ovl: constant d_ino across copy upAmir Goldstein2017-07-271-1/+111
| * ovl: fix readdir error valueMiklos Szeredi2017-07-271-1/+3
* | overlayfs, locking: Remove smp_mb__before_spinlock() usagePeter Zijlstra2017-08-101-2/+2
|/
* ovl: do not cleanup directory and whiteout index entriesAmir Goldstein2017-07-201-1/+4
* ovl: cleanup bad and stale index entries on mountAmir Goldstein2017-07-041-0/+50
* ovl: proper cleanup of workdirMiklos Szeredi2016-09-011-1/+62
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-271-3/+1
|\
| * restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-261-3/+1
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-271-11/+3
|\ \ | |/ |/|
| * ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-271-11/+3
* | parallel lookups: actual switch to rwsemAl Viro2016-05-021-1/+3
|/
* ovl: rename is_merge to is_lowestMiklos Szeredi2016-03-211-8/+8
* ovl: Ensure upper filesystem supports d_typeVivek Goyal2016-03-211-0/+37