unionfs-odf.git
2008-05-01 Erez_ZadokUnionfs: remove unnecessary comment
2008-05-01 Erez_ZadokUnionfs: documentation updates
2008-05-01 Erez_ZadokUnionfs: use bool type in dentry and file revalidation...
2008-05-01 Erez_ZadokUnionfs: cache-coherency fix for is_newer_lower
2008-05-01 Erez_ZadokUnionfs: import Jeff's fixes from korg
2008-05-01 Josef 'Jeff... Unionfs: Remove unused #defines
2008-05-01 Josef 'Jeff... Unionfs: Simplify unionfs_get_nlinks
2008-05-01 Josef 'Jeff... Unionfs: unionfs_create rewrite
2008-05-01 Erez_ZadokUnionfs: document lockdep issues
2008-05-01 Erez_ZadokUnionfs: support CONFIG_PREEMPT_RT
2008-05-01 Erez_ZadokUnionfs: release 2.1.2
2008-05-01 Erez_ZadokUnionfs: imported fixes from korg branch's take-3 series
2008-05-01 Erez_ZadokUnionfs: release 2.1.1.
2008-05-01 Erez_ZadokUnionfs: minor usage.txt documentation fix
2008-05-01 Erez_ZadokUnionfs: imported fixes from korg branch
2008-05-01 Erez_ZadokUnionfs: back-port stuff from Jeff's korg branch to...
2008-05-01 Erez_ZadokMM/VFS: prevent compile warnings/errors with unknown...
2008-05-01 Erez_ZadokUnionfs/eCryptfs: remove lookup_one_len_nd and LOOKUP_O...
2008-05-01 Erez_ZadokUnionfs: support incremental versions
2008-05-01 Erez_ZadokUnionfs: check for immutable files before read-only...
2008-05-01 Erez_ZadokUnionfs: mmap fixes to unionfs_writepage
2008-05-01 Erez_ZadokUnionfs: rewrite cleanup_file more cleanly
2008-05-01 Erez_ZadokUnionfs: improved printk upon copyup
2008-05-01 Erez_ZadokUnionfs: xattr copyup fixes
2008-05-01 Erez_ZadokUnionfs: fixes to cache-coherency checking code
2008-05-01 Erez_ZadokUnionfs: mmap fixes to unionfs_writepage
2008-05-01 Erez_ZadokUnionfs: bugfix when mounting readonly exported NFS...
2008-05-01 Adrian Bunk[PATCH] unionfs: make functions static
2008-05-01 Erez_ZadokUnionfs: pass nameidata intent information to lower...
2008-05-01 Erez_ZadokUnionfs: kmem_cache_create doesn't take a dtor argument...
2008-05-01 Erez_ZadokUnionfs: ensure cache coherency in unionfs_fsync/fasync
2008-05-01 Erez_ZadokUnionfs: implement native unionfs_fsync/unionfs_fasync...
2008-05-01 Erez_ZadokUnionfs: small documentation fix to usage.txt
2008-05-01 Erez_ZadokUnionfs: mmap fixes to ->writepage/readpage/sync_page
2008-05-01 Erez_ZadokUnionfs: branch-management bugfix to unionfs_file_reval...
2008-05-01 Erez_ZadokUnionfs: cleanup: break line longer than 80 chars
2008-05-01 Erez_ZadokUnionfs: fix minor typo in revalidate_chain comment
2008-05-01 Erez_ZadokUnionfs: bugfix: don't call branchget() until dentry_op...
2008-05-01 Erez_ZadokUnionfs: branch-management bug-fix to lower mnt counts
2008-05-01 Erez_ZadokUnionfs: use igrab instead of atomic_inc inode refcnt
2008-05-01 Erez_ZadokUnionfs: cache-coherency: update times of root inode...
2008-05-01 Erez_ZadokUnionfs: debugging: don't oops if sb->s_root is NULL
2008-05-01 Erez_ZadokUnionfs: debugging: show inode reference counts for...
2008-05-01 Erez_ZadokUnionfs: fix small typo in comment
2008-05-01 Erez_ZadokUnionfs: bugfix -- set copied up open file mode to...
2008-05-01 Erez_ZadokUnionfs: rewrite do_unionfs_readpage to use vfs_read...
2008-05-01 Erez_ZadokUnionfs: fix minor typo in a comment
2008-05-01 Erez_ZadokUnionfs: use the splice_read file method instead of...
2008-05-01 Erez_Zadokunionfs: better handling when copying up permissions
2008-05-01 Erez_ZadokUnionfs: bugfix when renaming symlinks on readonly...
2008-05-01 Erez_ZadokUnionfs: prevent deadlock with branch-management code.
2008-05-01 Erez_ZadokUnionfs: rename file->f_dentry references to file-...
2008-05-01 Erez_ZadokUnionfs: improved comment above unionfs_follow_link
2008-05-01 Erez_ZadokUnionfs: Change the semantics of sb info's rwsem
2008-05-01 Erez_ZadokUnionfs: Remove superfluous check for NULL pointer
2008-05-01 Josef 'Jeff... Unionfs: Change free_dentry_private_info to take a...
2008-05-01 Erez_ZadokUnionfs: Cleanup new_dentry_private_data
2008-05-01 Erez_ZadokUnionfs: document cache-coherency design and implementation
2008-05-01 Erez_ZadokUnionfs: cache-coherency calls to maintain the time...
2008-05-01 Erez_ZadokUnionfs: core cache-coherency code
2008-05-01 Erez_ZadokUnionfs: introduce two functions to maintain time invar...
2008-05-01 Erez_ZadokUnionfs: prototype and location change for unionfs_get_...
2008-05-01 Erez_Zadokecryptfs: update to new API of fsstack_copy_attr_all
2008-05-01 Erez_Zadokfs_stack: simplify generic attribute-copying function
2008-05-01 Erez_ZadokUnionfs: m/c/atime invariant checking debugging code
2008-05-01 Erez_ZadokUnionfs: bugfix in debugging infrastructure
2008-05-01 Erez_ZadokCache coherency: resync unionfs data/meta-data when...
2008-05-01 Erez_Zadokdocumentation: expand comment to explain precise semant...
2008-05-01 Erez_ZadokRevert "cleanup: rewrite new_dentry_private data more...
2008-05-01 Erez_Zadokcleanup: convert all instances of "hidden" to "lower".
2008-05-01 Erez_ZadokFix section marker in header file:
2008-05-01 Erez_Zadokcleanup: rewrite new_dentry_private data more simply
2008-05-01 Erez_Zadokbugfix: properly reset lower inode start/end range
2008-05-01 Erez_Zadokbugfix: remove extra superblock rwsem unlock call
2008-05-01 Erez_Zadoklower-case text after "unionfs:" in printk's
2008-05-01 Erez_Zadokplace '}' of previous code block together with "else {"
2008-05-01 Erez_Zadokput '}' of code block on same line as "else {"
2008-05-01 Erez_Zadokplace two spaces after a sentence-ending period in...
2008-05-01 Erez_Zadokproperly format multi-line comments
2008-05-01 Erez_Zadokcleanup: ensure that all comment markers have spaces...
2008-05-01 Erez_Zadokreformat all lines longer than 80 characters
2008-05-01 Erez_Zadokdebugging: indent code properly and cleanups
2008-05-01 Erez_Zadokproperly indent all code
2008-05-01 Erez_Zadokcleanup: reformat all lines longer than 80 characters
2008-05-01 Erez_Zadokspell check all strings and comments
2008-05-01 Erez_Zadokcleanup: ensure every file has up-to-date copyright
2008-05-01 Erez_Zadokcleanup: ensure proper comment on every "#endif"
2008-05-01 Erez_Zadokcleanup: change "char* foo" declarations to "char ...
2008-05-01 Erez_Zadokcleanup: ensure that all #endif/#else have an appropria...
2008-05-01 Yiannis Pericleousextern all functions in odf.h
2008-05-01 Erez_Zadokbugfix: ensure dentry/inode/mnt validity after a succes...
2008-05-01 Erez_Zadokbugfix: release superblock lock at end of ioctl method
2008-05-01 Yiannis Pericleousbug fixes: revalidate dentries passed to all inode...
2008-05-01 Erez_Zadokcode consistency: ensure that every #endif has a matchi...
2008-05-01 Yiannis Pericleouscleanup: removed trailing whitespace
2008-05-01 Yiannis Pericleousadded missing copyrights
2008-05-01 Yiannis Pericleousexport: bugfix, oopsing in d_revalidate when client...
2008-05-01 Yiannis Pericleousbugfix: nullify kfreed pointer so it doesn't get double...
2008-05-01 Yiannis Pericleousonly free odf in unionfs_read_super after odf_put_super...
2008-05-01 Yiannis Pericleouscall inherint_mnt on parent after calls to create_paren...
next