unionfs-odf.git
2008-05-01 Erez ZadokUnionfs: cleanup/consolidate branch-mode parsing code
2008-05-01 Erez ZadokUnionfs ODF: use krealloc() in create_parents()
2008-05-01 Erez ZadokUnionfs ODF: release 2.1.10
2008-05-01 Erez ZadokUnionfs ODF: remove useless lookup message
2008-05-01 Erez ZadokUnionfs ODF: show the odf= option in show_mounts
2008-05-01 Erez ZadokUnionfs ODF: save vfsmount and dentry (struct path...
2008-05-01 Erez ZadokUnionfs ODF: properly update parent dir times after...
2008-05-01 Erez ZadokUnionfs ODF: prevent leaking /odf/* dentries
2008-05-01 Erez ZadokUnionfs ODF: minor coding style updates
2008-05-01 Erez ZadokUnionfs ODF: set the gid of /odf/ns to 0 on initial...
2008-05-01 Erez ZadokUnionfs ODF: cleanup code in odf_create_hierarchy
2008-05-01 Erez ZadokUnionfs: call wait_on_page_writeback before clear_page_...
2008-05-01 Erez ZadokUnionfs: use generic_file_aio_read/write
2008-05-01 Erez ZadokUnionfs: update our inode size correctly upon partial...
2008-05-01 Erez ZadokUnionfs: prevent multiple writers to lower_page
2008-05-01 Erez ZadokUnionfs: support splice(2)
2008-05-01 Erez ZadokUnionfs: reintroduce a bmap method
2008-05-01 Erez ZadokUnionfs: update times in setattr
2008-05-01 Rachita KothiyalUnionfs: Fix incorrect opaque dir detection in unionfs_...
2008-05-01 Rachita KothiyalUnionfs: release lower resources on successful rmdir...
2008-05-01 Rachita KothiyalUnionfs: release lower resources on successful rmdir
2008-05-01 Rachita KothiyalUnionfs: remove useless debugging messages
2008-05-01 Erez ZadokUnionfs: set lower mnt after mkdir which resulted in...
2008-05-01 Erez ZadokUnionfs: minor cleanup in the debugging infrastructure
2008-05-01 Hugh DickinsUnionfs: minor cleanup in writepage
2008-05-01 Erez ZadokUnionfs: cleaner support for RT patches
2008-05-01 Rachita KothiyalUnionfs: Fix deadlock on unionfs superblock read/write...
2008-05-01 Rachita KothiyalUnionfs: Fix an OOPs in whiteout lookup
2008-05-01 Rachita KothiyalUnionfs: Avoid looking for a lower dentry for a negativ...
2008-05-01 Erez ZadokUnionfs ODF: spell check strings and comments
2008-05-01 Erez ZadokUnionfs ODF: prefix all printk' strings with "unionfs: "
2008-05-01 Erez ZadokUnionfs ODF: create and pass lower_nd to vfs_create
2008-05-01 Erez ZadokUnionfs ODF: use kthread.h api, not calling kernel_thre...
2008-05-01 Erez ZadokUnionfs ODF: coding standards
2008-05-01 Erez ZadokUnionfs: use f_path not f_dentry/f_mnt
2008-05-01 Erez Zadokpatch unionfs-port-odf-to-2-6-24-rc2.patch
2008-05-01 Erez ZadokUnionfs: release 2.1.9
2008-05-01 Erez ZadokUnionfs: move debugging checks inside locks
2008-05-01 Erez ZadokUnionfs: fold do_readpage into unionfs_readpage
2008-05-01 Erez ZadokUnionfs: remove unnecessary lower atime updates
2008-05-01 Erez ZadokUnionfs: debugging updates
2008-05-01 Erez ZadokUnionfs: clear partial read in readpage
2008-05-01 Erez ZadokUnionfs: writepage updates
2008-05-01 Erez ZadokUnionfs: update cache-coherency detection heuristics
2008-05-01 Erez ZadokUnionfs: use i_size wrappers
2008-05-01 Erez ZadokUnionfs: flush and release updates
2008-05-01 Erez ZadokUnionfs: release 2.1.8
2008-05-01 Erez ZadokUnionfs/VFS: no need to export 2 symbols in security...
2008-05-01 Erez ZadokUnionfs: don't printk an error if it's due to common...
2008-05-01 Erez ZadokUnionfs: don't bother validating inode if it has no...
2008-05-01 Erez ZadokUnionfs: avoid a deadlock during branch-management...
2008-05-01 Erez ZadokUnionfs: mmap updates
2008-05-01 Erez ZadokUnionfs: update usage.txt documention
2008-05-01 Erez ZadokUnionfs: cleanup permission checking code
2008-05-01 Erez ZadokUnionfs: release 2.1.7
2008-05-01 Erez ZadokUnionfs: remove obsolete #define and comment
2008-05-01 Jeff LaytonUnionfs: fix unionfs_setattr to handle ATTR_KILL_S*ID
2008-05-01 Erez ZadokUnionfs: remove for_writepages nfs workaround
2008-05-01 Erez ZadokUnionfs: convert a printk to pr_debug in release
2008-05-01 Erez ZadokUnionfs: don't bother validating dentry if it has no...
2008-05-01 Erez ZadokUnionfs: don't printk trivial message upon normal renam...
2008-05-01 Erez ZadokUnionfs: support lower filesystems without writeback...
2008-05-01 Andrew MortonUnionfs: slab api remove useless ctor parameter and...
2008-05-01 Andrew MortonUnionfs: security convert lsm into a static interface fix
2008-05-01 Erez ZadokUnionfs: release 2.1.6
2008-05-01 Erez ZadokUnionfs: coding style: avoid lines longer than 80 chars
2008-05-01 Erez ZadokUnionfs: coding style: miscellaneous fixes
2008-05-01 Erez ZadokUnionfs: coding style: avoid multiple assignments on...
2008-05-01 Erez ZadokUnionfs: coding style: take assignments out of "if...
2008-05-01 Erez ZadokUnionfs: coding style: proper spacing
2008-05-01 Erez ZadokUnionfs: use braces in both branches of conditionals
2008-05-01 Erez ZadokUnionfs: remove periods from the end of printk strings
2008-05-01 Erez ZadokUnionfs: update/assign a KERN_* level to all printk...
2008-05-01 Erez ZadokUnionfs: add missing newlines in printk's
2008-05-01 Erez ZadokUnionfs: convert all appropriate printk's to pr_debug...
2008-05-01 Erez ZadokUnionfs: use pr_debug() instead of custom dprintk()
2008-05-01 Erez ZadokUnionfs: use page_offset() helper
2008-05-01 Erez ZadokUnionfs: properly indent static struct
2008-05-01 Erez ZadokUnionfs: use UNIONFS_NAME macro
2008-05-01 Erez ZadokUnionfs: use consistent printk prefixes
2008-05-01 Erez ZadokUnionfs: minor comment cleanups
2008-05-01 Erez ZadokUnionfs: compile if debug is off
2008-05-01 Erez ZadokUnionfs: add un/likely on conditionals
2008-05-01 Erez ZadokUnionfs: display informational messages only if debug...
2008-05-01 Erez ZadokUnionfs: release 2.1.5
2008-05-01 Erez ZadokUnionfs: use poison.h for safe poison pointers
2008-05-01 Erez ZadokUnionfs: lower nameidata support for nfsv4
2008-05-01 Erez ZadokUnionfs: add lower nameidata debugging support
2008-05-01 Erez ZadokUnionfs: minor coding style updates
2008-05-01 Erez ZadokUnionfs: cast page->index loff_t before shifting
2008-05-01 Erez_ZadokUnionfs: release 2.1.4
2008-05-01 Erez_ZadokUnionfs: cache-coherency fixes
2008-05-01 Erez_ZadokUnionfs: display informational messages only if debug...
2008-05-01 Erez_ZadokUnionfs: use int in unionfs_d_revalidate
2008-05-01 Erez_ZadokUnionfs: documentation updates/corrections
2008-05-01 Erez_ZadokUnionfs: release 2.1.3
2008-05-01 Erez_ZadokUnionfs: cache coherency after lower objects are removed
2008-05-01 Erez_ZadokUnionfs: unionfs_lookup locking consistency
2008-05-01 Erez_ZadokUnionfs: use boolean type in unionfs_d_revalidate
2008-05-01 Erez_ZadokUnionfs: add missing newlines to printks
next