unionfs-2.6.39.y.git
2011-08-12 Erez Zadokpatch unionfs-remove-unnecessary-lockdep-off-on-in...
2011-08-12 Erez ZadokUnionfs: unlock lower parent inode correctly on error...
2011-08-12 Erez ZadokUnionfs: make our lower_vm_ops pointer a const, to...
2011-08-12 Erez ZadokVFS: export release_open_intent
2011-08-12 Erez ZadokUnionfs: Release 2.5.3
2011-08-12 Erez ZadokUnionfs: handle an open-unlink-ftruncate sequence
2011-08-12 Erez ZadokUnionfs: fix readonly nfs2/3 permission handling
2011-08-12 Erez ZadokUnionfs: Release 2.5.2
2011-08-12 Erez ZadokUnionfs: prevent lockdep false positives in mmap
2011-08-12 Erez ZadokUnionfs: lock base inode mutex around lookup_one_len
2011-08-12 Erez ZadokUnionfs: merge fixes from rebasing to 2.6.29.
2011-08-12 Erez ZadokUnionfs: release 2.5.1
2011-08-12 Erez ZadokUnionfs: update maintainers
2011-08-12 Erez ZadokUnionfs: update copyrights for 2009
2011-08-12 Erez ZadokUnionfs: create whiteout in correct dir after rename...
2011-08-12 Erez ZadokUnionfs: prevent lockdep false positives in mmap
2011-08-12 Erez ZadokUnionfs: use path_put in mount code
2011-08-12 Erez ZadokUnionfs: handle partial copyup errors gracefully
2011-08-12 Erez ZadokUnionfs: use the new struct cred API
2011-08-12 Erez ZadokUnionfs: dentry_open takes a struct cred now
2011-08-12 Erez ZadokSecurity/VFS: re-export security_inode_permission symbol
2011-08-12 Erez ZadokUnionfs: release 2.5
2011-08-12 Erez ZadokUnionfs: unionfs_permission locking fixes
2011-08-12 Erez ZadokUnionfs: file/dentry revalidation fixes
2011-08-12 Erez ZadokUnionfs: remove unused nameidata parameters
2011-08-12 Erez ZadokUnionfs: file_release must always succeed
2011-08-12 Erez ZadokUnionfs: remove redundant file-invariant check in file_...
2011-08-12 Erez ZadokUnionfs: fix readlink/follow_link to add locking
2011-08-12 Erez ZadokUnionfs: return EINVAL in setattr on error
2011-08-12 Erez ZadokUnionfs: just warn in put_super instead of BUG-ing
2011-08-12 Erez Zadokpatch unionfs-cleanup-mntput-calls.patch
2011-08-12 Erez ZadokUnionfs: use dget_parent to keep parent dentry stable
2011-08-12 Erez ZadokUnionfs: remove unnecessary calls to copy_attr_times
2011-08-12 Erez ZadokUnionfs: fix off-by-one but in mkdir
2011-08-12 Erez ZadokUnionfs: don't open unhashed files
2011-08-12 Erez ZadokUnionfs: initialize lower mnt in lookup after vfs_path_...
2011-08-12 Erez ZadokUnionfs: drop branchcount on error
2011-08-12 Erez ZadokUnionfs: add a few more invariant debugging checks
2011-08-12 Erez ZadokUnionfs: update parent mnt on unlink
2011-08-12 Erez ZadokUnionfs: prevent a privilege escalation during first...
2011-08-12 Erez ZadokUnionfs: release 2.4
2011-08-12 Erez ZadokUnionfs: use new kmem_cache_create constructor prototype
2011-08-12 Erez ZadokUnionfs: LOOKUP_ACCESS intent no longer exists
2011-08-12 Erez ZadokUnionfs: permission no longer takes a nameidata parameter
2011-08-12 Erez ZadokUnionfs: symlink no longer takes a mode parameter
2011-08-12 Erez ZadokUnionfs: properly hash newly created inodes
2011-08-12 Erez ZadokUnionfs: minor checkpatch fixes
2011-08-12 Erez ZadokUnionfs: update copyrights
2011-08-12 Erez ZadokUnionfs: update maintainers
2011-08-12 Erez ZadokUnionfs: remove old lookup code
2011-08-12 Erez ZadokUnionfs: cache coherency fixes
2011-08-12 Erez ZadokUnionfs: free lower paths array when destroying dentry...
2011-08-12 Erez ZadokUnionfs: lookup overhaul using vfs_path_lookup
2011-08-12 Erez ZadokUnionfs: overhaul whiteout code
2011-08-12 Erez ZadokUnionfs: simplify stale-inode detection code
2011-08-12 Erez ZadokUnionfs: create and consolidate helpers to path-put...
2011-08-12 Erez ZadokUnionfs: create and consolidate helpers to iput lower...
2011-08-12 Erez ZadokUnionfs: move a rename helper closer to rename code
2011-08-12 Erez ZadokUnionfs: simplify the macros used to get/set the dentry...
2011-08-12 Erez ZadokUnionfs: use new umount_begin prototype
2011-08-12 Erez ZadokUnionfs: release 2.3.3
2011-08-12 Erez ZadokUnionfs: lock parent dentry branch config in write
2011-08-12 Erez ZadokUnionfs: set lower file to NULL in file_release
2011-08-12 Erez ZadokUnionfs: maintain one-open-file invariant for non-direc...
2011-08-12 Erez ZadokUnionfs: reorganize file_revalidate for un/locking...
2011-08-12 Erez ZadokUnionfs: copyup only if file is being written to
2011-08-12 Erez ZadokUnionfs: set append offset correctly for copied-up...
2011-08-12 Erez ZadokUnionfs: don't dereference dentry without lower branche...
2011-08-12 Erez ZadokUnionfs: stop as soon as first writeable branch is...
2011-08-12 Erez ZadokUnionfs: lock inode around calls to notify_change()
2011-08-12 Erez ZadokUnionfs: copy lower times in fsync/fasync only when...
2011-08-12 Erez ZadokUnionfs: prevent races in unionfs_fault
2011-08-12 Erez ZadokUnionfs: minor code cleanups
2011-08-12 Erez ZadokUnionfs: release 2.3.2
2011-08-12 Erez ZadokUnionfs: update lower mnts on rmdir with copyup
2011-08-12 Erez ZadokUnionfs: don't purge lower sb data on remount
2011-08-12 Erez ZadokUnionfs: release 2.3.1
2011-08-12 Erez ZadokUnionfs: do not over-decrement lower superblock refs...
2011-08-12 Erez ZadokUnionfs: release 2.3
2011-08-12 Erez ZadokUnionfs: display mount point name along with generation...
2011-08-12 Erez ZadokUnionfs: document reasons for opaque directories
2011-08-12 Erez ZadokUnionfs: use noinline_for_stack
2011-08-12 Erez ZadokUnionfs: use __func__ instead of __FUNCTION__
2011-08-12 Erez ZadokUnionfs: don't copy parent inode times in setattr
2011-08-12 Erez ZadokUnionfs: reduce number of whiteouts by deleting all...
2011-08-12 Erez ZadokUnionfs: lock our dentry in file operations
2011-08-12 Erez ZadokUnionfs: implement vm_operations->fault
2011-08-12 Erez ZadokUnionfs: implement splice_read/write methods directly
2011-08-12 Erez ZadokVFS: rename do_splice_to/from to vfs_splice_* and expor...
2011-08-12 Erez ZadokVFS: export release_open_intent as GPL symbol, not...
2011-08-12 Erez ZadokUnionfs: release 2.2.4
2011-08-12 Erez ZadokVFS/Unionfs: use generic path_get/path_put functions
2011-08-12 Jan BlunckUnionfs: use the new path_put
2011-08-12 Andrew MortonUnionfs: embed a struct path into struct nameidata...
2011-08-12 David HowellsUnionfs: stop using iget() and read_inode()
2011-08-12 Erez ZadokUnionfs: use dget_parent in revalidation code
2011-08-12 Erez ZadokUnionfs: branch management/configuration fixes
2011-08-12 Erez ZadokUnionfs: lock parents' branch configuration fixes
2011-08-12 Erez ZadokUnionfs: factor out revalidation routine
2011-08-12 Erez ZadokUnionfs: revalidation code cleanup and refactoring
next