unionfs-2.6.26.y.git
2014-08-23 Erez ZadokUnionfs: Release 2.6 master
2014-08-12 Erez ZadokUnionfs: support asynchronous-IO (AIO) operations
2014-08-12 Erez ZadokUnionfs: support direct-IO (DIO) operations
2014-08-12 Erez ZadokUnionfs: fix d_revalidate for corner case
2014-06-19 Erez ZadokUnionfs: update mmap.c to compile
2014-05-15 Erez ZadokUnionfs: implement vm_ops->page_mkwrite
2014-04-03 Erez ZadokUnionfs: update maintainers
2014-03-28 Erez ZadokUnionfs: Release 2.5.13
2014-01-21 Erez ZadokUnionfs: 2014 Copyright update
2013-11-27 Erez ZadokUnionfs: Release 2.5.12
2013-11-27 Erez ZadokUnionfs: copyright update for 2013
2012-02-06 Erez ZadokUnionfs: Release 2.5.11
2011-09-07 Erez ZadokUnionfs: Release 2.5.10
2011-09-06 Erez ZadokUnionfs: debug - don't complain when d_deleted dentries
2011-09-06 Erez ZadokUnionfs: define some debug macros to noop if DEBUG...
2011-09-06 Erez ZadokUnionfs: force only one open lower file after copyup...
2011-09-06 Erez ZadokUnionfs: find lower inode of unlinked opened files...
2011-09-06 Erez ZadokUnionfs: remove whiteout if regular file also exists
2011-09-06 Erez ZadokUnionfs: remove whiteout of opened but unlinked file...
2011-06-25 Erez ZadokUnionfs: Release 2.5.9.2 unionfs-2.5.9.2
2011-05-14 Erez ZadokUnionfs: Release 2.5.9.1 unionfs-2.5.9.1
2011-05-01 Erez ZadokUnionfs: Release 2.5.9 unionfs-2.5.9
2011-05-01 Erez ZadokUnionfs: copyright update for 2011
2011-03-06 Erez ZadokUnionfs: Release 2.5.8 master_top unionfs-2.5.8
2011-03-06 Erez ZadokUnionfs: ->setattr fixes
2010-12-10 Erez ZadokUnionfs: don't dereference null pointers if dir=""... master_bottom
2010-11-04 Erez ZadokUnionfs: Release 2.5.7 master_base unionfs-2.5.7
2010-09-24 Erez ZadokUnionfs: Release 2.5.6 unionfs-2.5.6
2010-08-11 Erez ZadokUnionfs: Release 2.5.5 unionfs-2.5.5
2010-02-26 Erez ZadokUnionfs: Release 2.5.4 unionfs-2.5.4
2010-02-26 Erez ZadokUnionfs: update copyright year to 2010
2009-12-04 Erez ZadokUnionfs: unlock lower parent inode correctly on error...
2009-09-22 Erez ZadokUnionfs: Release 2.5.3 unionfs-2.5.3
2009-09-22 Erez ZadokUnionfs: handle an open-unlink-ftruncate sequence
2009-09-22 Erez ZadokUnionfs: fix readonly nfs2/3 permission handling
2009-06-10 Erez ZadokUnionfs: release 2.5.2 unionfs-2.5.2
2009-01-19 Erez ZadokUnionfs: release 2.5.1 unionfs-2.5.1
2009-01-19 Erez ZadokUnionfs: update copyrights for 2009
2009-01-19 Erez ZadokUnionfs: create whiteout in correct dir after rename...
2009-01-13 Erez ZadokUnionfs: use path_put in mount code
2009-01-13 Erez ZadokUnionfs: handle partial copyup errors gracefully
2009-01-13 Erez ZadokUnionfs: release 2.5 unionfs-2.5
2009-01-13 Erez ZadokUnionfs: unionfs_permission locking fixes
2009-01-13 Erez ZadokUnionfs: file/dentry revalidation fixes
2009-01-13 Erez ZadokUnionfs: remove unused nameidata parameters
2009-01-13 Erez ZadokUnionfs: file_release must always succeed
2009-01-13 Erez ZadokUnionfs: remove redundant file-invariant check in file_...
2009-01-13 Erez ZadokUnionfs: fix readlink/follow_link to add locking
2009-01-13 Erez ZadokUnionfs: return EINVAL in setattr on error
2009-01-13 Erez ZadokUnionfs: just warn in put_super instead of BUG-ing
2009-01-13 Erez Zadokpatch unionfs-cleanup-mntput-calls.patch
2009-01-13 Erez ZadokUnionfs: use dget_parent to keep parent dentry stable
2009-01-13 Erez ZadokUnionfs: remove unnecessary calls to copy_attr_times
2009-01-13 Erez ZadokUnionfs: fix off-by-one but in mkdir
2009-01-13 Erez ZadokUnionfs: don't open unhashed files
2009-01-13 Erez ZadokUnionfs: initialize lower mnt in lookup after vfs_path_...
2009-01-13 Erez ZadokUnionfs: drop branchcount on error
2009-01-13 Erez ZadokUnionfs: add a few more invariant debugging checks
2009-01-13 Erez ZadokUnionfs: update parent mnt on unlink
2009-01-13 Erez ZadokUnionfs: prevent a privilege escalation during first...
2009-01-13 Erez ZadokUnionfs: release 2.4 unionfs-2.4
2009-01-13 Erez ZadokUnionfs: properly hash newly created inodes
2009-01-13 Erez ZadokUnionfs: minor checkpatch fixes
2009-01-13 Erez ZadokUnionfs: update copyrights
2009-01-13 Erez ZadokUnionfs: update maintainers
2009-01-13 Erez ZadokUnionfs: remove old lookup code
2009-01-13 Erez ZadokUnionfs: cache coherency fixes
2009-01-13 Erez ZadokUnionfs: free lower paths array when destroying dentry...
2009-01-13 Hugh DickinsLTP's iogen01 doio tests used to hang nicely on 32...
2009-01-13 Erez ZadokUnionfs: lookup overhaul using vfs_path_lookup
2009-01-13 Erez ZadokUnionfs: overhaul whiteout code
2009-01-13 Erez ZadokUnionfs: simplify stale-inode detection code
2009-01-13 Erez ZadokUnionfs: create and consolidate helpers to path-put...
2009-01-13 Erez ZadokUnionfs: create and consolidate helpers to iput lower...
2009-01-13 Erez ZadokUnionfs: move a rename helper closer to rename code
2009-01-13 Erez ZadokUnionfs: simplify the macros used to get/set the dentry...
2009-01-13 Erez ZadokUnionfs: move fs/Makefile entry up to minimize merge...
2009-01-13 Erez ZadokUnionfs: use new umount_begin prototype
2009-01-13 Erez ZadokUnionfs: release 2.3.3 unionfs-2.3.3
2009-01-13 Erez ZadokUnionfs: lock parent dentry branch config in write
2009-01-13 Erez ZadokUnionfs: set lower file to NULL in file_release
2009-01-13 Erez ZadokUnionfs: maintain one-open-file invariant for non-direc...
2009-01-13 Erez ZadokUnionfs: reorganize file_revalidate for un/locking...
2009-01-13 Erez ZadokUnionfs: copyup only if file is being written to
2009-01-13 Erez ZadokUnionfs: set append offset correctly for copied-up...
2009-01-13 Erez ZadokUnionfs: don't dereference dentry without lower branche...
2009-01-13 Erez ZadokUnionfs: stop as soon as first writeable branch is...
2009-01-13 Erez ZadokUnionfs: lock inode around calls to notify_change()
2009-01-13 Erez ZadokUnionfs: copy lower times in fsync/fasync only when...
2009-01-13 Erez ZadokUnionfs: prevent races in unionfs_fault
2009-01-13 Erez ZadokUnionfs: minor code cleanups
2009-01-13 Erez ZadokUnionfs: release 2.3.2 unionfs-2.3.2
2009-01-13 Erez ZadokUnionfs: update lower mnts on rmdir with copyup
2009-01-13 Erez ZadokUnionfs: don't purge lower sb data on remount
2009-01-13 Erez ZadokUnionfs: release 2.3.1 unionfs-2.3.1
2009-01-13 Erez ZadokUnionfs: do not over-decrement lower superblock refs...
2009-01-13 Erez ZadokUnionfs: release 2.3 unionfs-2.3
2009-01-13 Erez ZadokUnionfs: display mount point name along with generation...
2009-01-13 Erez ZadokUnionfs: document reasons for opaque directories
2009-01-13 Erez ZadokUnionfs: use noinline_for_stack
next