unionfs-2.6.39.y.git
2007-07-23 Erez_ZadokUnionfs: pass nameidata intent information to lower... 2.6.23-rc1-u1
2007-07-23 Erez_ZadokUnionfs: kmem_cache_create doesn't take a dtor argument...
2007-07-23 Erez_ZadokUnionfs: ensure cache coherency in unionfs_fsync/fasync
2007-07-23 Erez_ZadokUnionfs: implement native unionfs_fsync/unionfs_fasync...
2007-07-23 Erez_ZadokUnionfs: small documentation fix to usage.txt
2007-07-23 Erez_ZadokUnionfs: mmap fixes to ->writepage/readpage/sync_page
2007-07-23 Erez_ZadokUnionfs: branch-management bugfix to unionfs_file_reval...
2007-07-23 Erez_ZadokUnionfs: cleanup: break line longer than 80 chars
2007-07-23 Erez_ZadokUnionfs: fix minor typo in revalidate_chain comment
2007-07-23 Erez_ZadokUnionfs: bugfix: don't call branchget() until dentry_op...
2007-07-23 Erez_ZadokUnionfs: branch-management bug-fix to lower mnt counts
2007-07-23 Erez_ZadokUnionfs: use igrab instead of atomic_inc inode refcnt
2007-07-23 Erez_ZadokUnionfs: cache-coherency: update times of root inode...
2007-07-23 Erez_ZadokUnionfs: debugging: don't oops if sb->s_root is NULL
2007-07-23 Erez_ZadokUnionfs: debugging: show inode reference counts for...
2007-07-23 Erez_ZadokUnionfs: fix small typo in comment
2007-07-23 Erez_ZadokUnionfs: bugfix -- set copied up open file mode to...
2007-07-23 Erez_ZadokUnionfs: rewrite do_unionfs_readpage to use vfs_read...
2007-07-23 Erez_ZadokUnionfs: fix minor typo in a comment
2007-07-23 Erez_ZadokUnionfs: use the splice_read file method instead of...
2007-07-23 Erez_Zadokunionfs: better handling when copying up permissions
2007-07-23 Erez_ZadokUnionfs: better error handling in rename code when...
2007-07-23 Erez_ZadokUnionfs: bugfix when renaming symlinks on readonly...
2007-07-23 Erez_ZadokUnionfs: prevent deadlock with branch-management code.
2007-07-23 Erez_ZadokUnionfs: rename file->f_dentry references to file-...
2007-07-23 Erez_ZadokUnionfs: improved comment above unionfs_follow_link
2007-07-23 Erez_ZadokUnionfs: Change the semantics of sb info's rwsem
2007-07-23 Erez_ZadokUnionfs: Remove superfluous check for NULL pointer
2007-07-23 Josef 'Jeff... Unionfs: Change free_dentry_private_info to take a...
2007-07-23 Erez_ZadokUnionfs: Cleanup new_dentry_private_data
2007-07-23 Erez_ZadokUnionfs: document cache-coherency design and implementation
2007-07-23 Erez_ZadokUnionfs: cache-coherency calls to maintain the time...
2007-07-23 Erez_ZadokUnionfs: core cache-coherency code
2007-07-23 Erez_ZadokUnionfs: introduce two functions to maintain time invar...
2007-07-23 Erez_ZadokUnionfs: prototype and location change for unionfs_get_...
2007-07-23 Erez_Zadokecryptfs: update to new API of fsstack_copy_attr_all
2007-07-23 Erez_Zadokfs_stack: simplify generic attribute-copying function
2007-07-23 Erez_ZadokUnionfs: m/c/atime invariant checking debugging code
2007-07-23 Erez_ZadokUnionfs: bugfix in debugging infrastructure
2007-07-23 Erez_ZadokCache coherency: resync unionfs data/meta-data when...
2007-07-23 Erez_Zadokrevert changes to new_dentry_private_data and document it
2007-07-23 Erez_Zadokcleanup: convert all instances of "hidden" to "lower".
2007-07-23 Erez_ZadokFix section marker in header file:
2007-07-23 Erez_Zadokminor indentation correction
2007-07-23 Erez_Zadokbugfix: add MODULE_LICENSE to mtdsuper module so it...
2007-07-23 Erez_Zadokbugfix: properly reset lower inode start/end range
2007-07-23 Erez_Zadokcleanup: rewrite new_dentry_private data more simply
2007-07-23 Erez_Zadokbugfix: remove extra superblock rwsem unlock call
2007-07-23 Erez_Zadokremove unnecessary comment
2007-07-23 Erez_Zadokproperly format a multi line comment
2007-07-23 Erez_Zadokreformat all lines longer than 80 characters
2007-07-23 Erez_Zadokdebugging: indent code properly and cleanups
2007-07-23 Erez_Zadokcleanup: reformat all lines longer than 80 characters
2007-07-23 Erez_Zadokspell check all strings and comments
2007-07-23 Erez_Zadokcleanup: ensure proper comment on every "#endif"
2007-07-23 Erez_ZadokRevert "Unionfs: Cleanup locking in new_dentry_private_...
2007-07-23 Erez_Zadokbugfix: ensure dentry/inode/mnt validity after a succes...
2007-07-23 Erez_Zadokbugfix: release superblock lock at end of ioctl method
2007-07-23 Erez_Zadokbug fixes: revalidate dentries passed to all inode...
2007-07-23 Erez_Zadokcode consistency: ensure that every #endif has a matchi...
2007-07-23 Erez_Zadokinvariants: don't complain if no lower dentry of a...
2007-07-23 Erez_Zadokinvariants: don't complain about directories with some...
2007-07-23 Erez_ZadokRevert "invariants: don't complain about directories...
2007-07-23 Erez_Zadokinvariants: don't complain about directories with some...
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
next