aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-12fix a braino in ovl_d_select_inode()Al Viro1-0/+3
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-15/+9
2015-07-02Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-51/+139
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-17/+18
2015-06-22ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi1-28/+49
2015-06-22ovl: allow distributed fs as lower layerMiklos Szeredi1-25/+88
2015-06-22ovl: don't traverse automount pointsMiklos Szeredi1-2/+6
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells3-8/+8
2015-06-19overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells1-10/+4
2015-05-19ovl: mount read-only if workdir can't be createdMiklos Szeredi3-5/+17
2015-05-14ovl: don't remove non-empty opaque directoryMiklos Szeredi1-5/+19
2015-05-11switch ->put_link() from dentry to inodeAl Viro1-2/+2
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-8/+10
2015-05-10ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown1-13/+12
2015-03-18ovl: upper fs should not be R/Ohujianyang1-5/+19
2015-03-18ovl: check lowerdir amount for non-upper mounthujianyang1-1/+7
2015-03-18ovl: print error message for invalid mount optionshujianyang1-0/+1
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-3/+3
2015-02-20Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-nextAl Viro6-319/+489
2015-01-09ovl: discard independent cursor in readdir()hujianyang1-24/+14
2015-01-08ovl: Prevent rw remount when it should be ro mountSeunghun Lee1-0/+12
2015-01-08ovl: Fix opaque regression in ovl_lookuphujianyang1-10/+13
2015-01-08ovl: Fix kernel panic while mounting overlayfshujianyang1-0/+3
2014-12-13ovl: Use macros to present ovl_xattrhujianyang4-7/+7
2014-12-13ovl: Cleanup redundant blank lineshujianyang3-3/+0
2014-12-13ovl: support multiple lower layersMiklos Szeredi1-27/+83
2014-12-13ovl: make upperdir optionalMiklos Szeredi1-36/+47
2014-12-13ovl: improve mount helpersMiklos Szeredi1-52/+73
2014-12-13ovl: mount: change order of initializationMiklos Szeredi1-38/+32
2014-12-13ovl: allow statfs if no upper layerMiklos Szeredi1-2/+2
2014-12-13ovl: lookup ENAMETOOLONG on lower means ENOENTMiklos Szeredi1-1/+7
2014-12-13ovl: check whiteout on lowest layer as wellMiklos Szeredi2-56/+50
2014-12-13ovl: multi-layer lookupMiklos Szeredi1-49/+94
2014-12-13ovl: multi-layer readdirMiklos Szeredi2-22/+24
2014-12-13ovl: helper to iterate layersMiklos Szeredi2-0/+22
2014-12-13ovl: add mutli-layer infrastructureMiklos Szeredi1-34/+64
2014-12-13ovl: dont replace opaque dirMiklos Szeredi1-1/+1
2014-12-13ovl: make path-type a bitmapMiklos Szeredi6-36/+41
2014-12-13ovl: check whiteout while reading directoryMiklos Szeredi1-49/+28
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro6-60/+106
2014-11-20ovl: ovl_dir_fsync() cleanupMiklos Szeredi1-2/+2
2014-11-20ovl: pass dentry into ovl_dir_read_merged()Miklos Szeredi1-21/+14
2014-11-20ovl: use lockless_dereference() for upperdentryMiklos Szeredi1-6/+1
2014-11-20ovl: allow filenames with commaMiklos Szeredi1-3/+45
2014-11-20ovl: fix race in private xattr checksMiklos Szeredi1-9/+18
2014-11-20ovl: fix remove/copy-up raceMiklos Szeredi1-12/+19
2014-11-20ovl: rename filesystem type to "overlay"Miklos Szeredi3-6/+6
2014-11-05ovl: don't poison cursorMiklos Szeredi1-1/+1
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-3/+5