aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2015-07-12fix a braino in ovl_d_select_inode()Al Viro
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-02Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-06-22ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi
2015-06-22ovl: allow distributed fs as lower layerMiklos Szeredi
2015-06-22ovl: don't traverse automount pointsMiklos Szeredi
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells
2015-06-19overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells
2015-05-19ovl: mount read-only if workdir can't be createdMiklos Szeredi
2015-05-14ovl: don't remove non-empty opaque directoryMiklos Szeredi
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-10ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown
2015-03-18ovl: upper fs should not be R/Ohujianyang
2015-03-18ovl: check lowerdir amount for non-upper mounthujianyang
2015-03-18ovl: print error message for invalid mount optionshujianyang
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-20Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro
2015-01-09ovl: discard independent cursor in readdir()hujianyang
2015-01-08ovl: Prevent rw remount when it should be ro mountSeunghun Lee
2015-01-08ovl: Fix opaque regression in ovl_lookuphujianyang
2015-01-08ovl: Fix kernel panic while mounting overlayfshujianyang
2014-12-13ovl: Use macros to present ovl_xattrhujianyang
2014-12-13ovl: Cleanup redundant blank lineshujianyang
2014-12-13ovl: support multiple lower layersMiklos Szeredi
2014-12-13ovl: make upperdir optionalMiklos Szeredi
2014-12-13ovl: improve mount helpersMiklos Szeredi
2014-12-13ovl: mount: change order of initializationMiklos Szeredi
2014-12-13ovl: allow statfs if no upper layerMiklos Szeredi
2014-12-13ovl: lookup ENAMETOOLONG on lower means ENOENTMiklos Szeredi
2014-12-13ovl: check whiteout on lowest layer as wellMiklos Szeredi
2014-12-13ovl: multi-layer lookupMiklos Szeredi
2014-12-13ovl: multi-layer readdirMiklos Szeredi
2014-12-13ovl: helper to iterate layersMiklos Szeredi
2014-12-13ovl: add mutli-layer infrastructureMiklos Szeredi
2014-12-13ovl: dont replace opaque dirMiklos Szeredi
2014-12-13ovl: make path-type a bitmapMiklos Szeredi
2014-12-13ovl: check whiteout while reading directoryMiklos Szeredi
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-11-20ovl: ovl_dir_fsync() cleanupMiklos Szeredi
2014-11-20ovl: pass dentry into ovl_dir_read_merged()Miklos Szeredi
2014-11-20ovl: use lockless_dereference() for upperdentryMiklos Szeredi
2014-11-20ovl: allow filenames with commaMiklos Szeredi
2014-11-20ovl: fix race in private xattr checksMiklos Szeredi
2014-11-20ovl: fix remove/copy-up raceMiklos Szeredi
2014-11-20ovl: rename filesystem type to "overlay"Miklos Szeredi
2014-11-05ovl: don't poison cursorMiklos Szeredi
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi