unionfs-2.6.39.y.git
2007-07-23 Erez_Zadokcleanup: rewrite unionfs_partial_lookup more cleanly...
2007-07-23 Erez_Zadokbug fix: prevent null mntget warning messages in unionf...
2007-07-23 Erez_Zadokdocumentation: expand comments to unionfs_lookup_backend
2007-07-23 Erez_Zadokcleanup: remove unnecessary call to inherit_mnt
2007-07-23 Erez_Zadokbug fix: don't warn if trying to mntput a "negative...
2007-07-23 Erez_Zadokbug fix: get lower mnt from root dentry instead of...
2007-07-23 Erez_ZadokUnionfs: allow users to override Makefile options in...
2007-07-23 Erez_Zadokdocumentation: better comment in branch_id_to_idx
2007-07-23 Erez_Zadokbug fix: catch bad use of dirs= options (extra ':'...
2007-07-23 Erez_Zadokunionfs: merge find_new_branch_index and branch_id_to_i...
2007-07-23 Erez_Zadokunionfs: minor cleanup and better commenting in new_den...
2007-07-23 Erez_ZadokUnionfs: Cleanup locking in new_dentry_private_data
2007-07-23 Erez_Zadokbugfix: prevent null-deref oops if lower f/s is NFS...
2007-07-23 Erez_Zadokcleanup: use krealloc instead of open-coding it with...
2007-07-23 Erez_Zadokbugfix: prevent a NULL ptr deref if branch is nfs and...
2007-07-23 Erez_Zadokbugfix: handle lower file systems that do not support...
2007-07-23 Erez Zadokdocumentation: comment to ODF developers to address
2007-07-23 Erez Zadokbug fix: set lower inodes correctly after branch manage...
2007-07-23 Erez Zadokbug fix: prevent self deadlock with remount code in...
2007-07-23 Erez Zadokdebugging: test for freed (0x5a) inodes
2007-07-23 Erez Zadokbugfix: statfs lower file system properly
2007-07-23 Erez_ZadokAdd Erez Zadok to maintainers list
2007-07-23 Erez_Zadokadd standard copyright comment to linux/union_fs.h
2007-07-23 Erez_Zadokd_splice bugfix: update dentry in our lookup if needed.
2007-07-23 Erez_Zadokmmap: file revalidation and fanout invariant validation
2007-07-23 Yiannis Pericleousmmap: sync_page bug, call sync_page on lower page,...
2007-07-23 Erez_Zadokmmap: also revalidate file passed to unionfs_release
2007-07-23 Erez_Zadokmmap: update atime upon successful file reading (via...
2007-07-23 Erez_Zadokmmap: proper locking to interoperate with branch-manage...
2007-07-23 Erez_Zadokmmap: remove unnecessary unionfs_bmap method
2007-07-23 Erez_Zadokmmap: trivial sendfile support
2007-07-23 Erez_Zadokmmap: minor code and comment reformatting
2007-07-23 Yiannis Pericleousmmap: #if 0 unneeded code instead of commenting it out
2007-07-23 Yiannis Pericleousmmap: read upper file instead of lower file
2007-07-23 Yiannis Pericleousmmap: coding style: reformated a line longer than 80...
2007-07-23 Erez_Zadokmmap: remove defunct comments
2007-07-23 Yiannis Pericleousmmap: file revalidation
2007-07-23 Erez_Zadokmmap: applied main mmap patch
2007-07-23 Erez_Zadokbugfix: fixed interpose to check if d_splice_alias...
2007-07-23 Erez_Zadokdebug: remove unnecessarily verbose debugging printk's
2007-07-23 Erez_Zadokcleanup: consistent printk messages
2007-07-23 Erez Zadokcleanup: eliminate wrapper function create_parents
2007-07-23 Erez Zadokcleanup: eliminate wrapper function copyup_dentry
2007-07-23 Erez Zadokcleanup: rewrite do_delayed_copyup more cleanly and...
2007-07-23 Erez Zadokdebugging: small fix to Makefile to correct #define...
2007-07-23 Erez Zadokcleanup: remove unnecessary macro used in only one...
2007-07-23 Erez Zadokbug fix: don't revalidate dropped dentries
2007-07-23 Erez Zadokbug fix: retry lookup for different silly-renamed files
2007-07-23 Erez ZadokDocumentation: better comments for copyup-related code
2007-07-23 Erez ZadokVerify and maintain fanout invariants.
2007-07-23 Erez ZadokPost-copyup helper functions
2007-07-23 Erez ZadokIntroduce compile-time debugging support to Unionfs
2007-07-23 Erez_Zadokbugfixes: correctly decrement refcounts of mnt's upon...
2007-07-23 Erez_Zadokbugfix in BUG_ON use: actually catch bad use of unionfs...
2007-07-23 Yiannis Pericleouscleanup: removed a trailing whitespace
2007-07-23 Erez_Zadokbugfix: remove defunct unionfs_put_inode method
2007-07-23 Erez_Zadokoptimize branch overlapping test a bit
2007-07-23 Erez_ZadokDocumentation update regarding overlapping branches...
2007-07-23 Erez_Zadokbranch management: disallow setting leftmost branch...
2007-07-23 Erez_Zadokfsstack: 4th case to do_path_lookup
2007-07-23 Erez_ZadokRevert "Unionfs: Check remount options for being NULL"
2007-07-23 Erez_Zadokbugfix: don't leak resources when copyup fails partially
2007-07-23 Erez_Zadokcleanup: call our unionfs_{unlock,lock}_dentry instead...
2007-07-23 Erez Zadokcleanup: rename our "do_rename" to __unionfs_rename.
2007-07-23 Erez Zadokcleanup: rename prefix our version of double_lock_dentr...
2007-07-23 Erez_ZadokCleanup: ensure space between every comma-delimited...
2007-07-23 Erez_Zadokcleanup: rewrite long while(1) loop more cleanly
2007-07-23 Erez ZadokMove one function off of branchman.c and remove source...
2007-07-23 Erez Zadokcleanup: consistent pointer declaration spacing.
2007-07-23 Erez ZadokMerge unionfs_write with __unionfs_write.
2007-07-23 Erez Zadokcleanup: fix one odd indentation and long line breakup.
2007-07-23 Erez ZadokCommenting the code.
2007-07-23 Erez Zadokcleanup: prefix external functions with 'extern' properly
2007-07-23 Erez_Zadokcleanup: one more trailing whitespace removed.
2007-07-23 Erez_Zadokcleanup: spell check all strings and comments
2007-07-23 Erez_Zadokcleanup: use consistent style for multi-line comments
2007-07-23 Erez_Zadokcleanup: keep all top-of-function automatic variables...
2007-07-23 Erez_Zadokcoding-style: remove one more {braces} around one-state...
2007-07-23 Erez_Zadokcleanup: remove unnecessary blank lines in short code...
2007-07-23 Erez_Zadokcleanup: add missing copyright notices
2007-07-23 Erez_Zadokcoding-style: reformat lines longer than 80 chars ...
2007-07-23 Erez_Zadokcleanup: every printk should prefix with "unionfs:...
2007-07-23 Erez_Zadokcoding-style: remove unnecessary {braces} around one...
2007-07-23 Erez_Zadokcoding-style: no lines over 80 chars
2007-07-23 Erez_Zadokcoding-style: indent every line properly
2007-07-23 Erez_Zadokcleanup: remove trailing spaces
2007-07-23 Erez_ZadokDocumentation: fix spelling error
2007-07-23 Erez_ZadokDocumentation: minor typo fixed in incgen remount option
2007-07-23 Josef 'Jeff... Unionfs: SLAB_CTOR_CONSTRUCTOR has been removed from...
2007-07-23 Pekka Enberg[PATCH] unionfs: fix slab abuses with krealloc
2007-07-23 Adrian Bunk[PATCH] fix unionfs compilation
2007-07-23 Adrian BrunyateUnionfs: Check remount options for being NULL
2007-07-23 Adrian BrunyateUnionfs: Accept MS_SILENT during remount
2007-07-23 Erez ZadokUnionfs: Don't inline do_remount_{add,del,mode}_option
2007-07-23 Erez ZadokUnionfs: Added several BUG_ONs to assert dentry validity
2007-07-23 Erez ZadokUnionfs: Properly handle stale inodes passed to unionfs...
2007-07-23 Erez ZadokUnionfs: Pass lowernd to lower ->revalidate function
2007-07-23 Erez ZadokUnionfs: vfsmount reference counting fixes
2007-07-23 Erez ZadokUnionfs: unionfs_create needs to revalidate the dentry
2007-07-23 Erez ZadokUnionfs: Decrement totalopens counter on error in union...
next