unionfs-odf.git
2008-05-01 Erez ZadokUnionfs: use printk KERN_CONT for debugging messages
2008-05-01 Erez ZadokUnionfs-odf: release 2.2
2008-05-01 Erez ZadokUnionfs: don't check parent dentries
2008-05-01 Erez ZadokUnionfs: cleanup lower inodes after successful unlink
2008-05-01 Erez ZadokUnionfs: minor code rearrangement in rename
2008-05-01 Erez ZadokUnionfs: implement lockdep classes
2008-05-01 Erez ZadokUnionfs: prevent false lockdep warnings in stacking
2008-05-01 Erez ZadokUnionfs: implement d_iput method
2008-05-01 Erez ZadokUnionfs: don't check dentry on error
2008-05-01 Erez ZadokUnionfs: initialize namelist variable in rename
2008-05-01 Rachita KothiyalRemove unnecessary locking of sb in check_empty and...
2008-05-01 Erez ZadokUnionfs: minor cleanup in check_empty
2008-05-01 Erez ZadokUnionfs: update inode times after a successful open
2008-05-01 Erez ZadokUnionfs: set our superblock a/m/ctime granularity
2008-05-01 Erez ZadokUnionfs: handle on lower inodes in lookup
2008-05-01 Erez ZadokUnionfs: remove unnecessary parent lock in create
2008-05-01 Erez ZadokUnionfs: remove unnecessary locking in follow-link
2008-05-01 Erez ZadokUnionfs: remove unnecessary lock in read_inode
2008-05-01 Erez ZadokUnionfs: remove unnecessary conditional inode lock
2008-05-01 Erez ZadokUnionfs: prevent deadlock in cache coherency
2008-05-01 Erez ZadokUnionfs: remove custom read/write methods
2008-05-01 Hugh DickinsUnionfs: restructure unionfs_setattr and fix truncation...
2008-05-01 Hugh DickinsUnionfs: mmap fixes
2008-05-01 Erez ZadokUnionfs: release special files on copyup
2008-05-01 Erez ZadokUnionfs: initialize inode times for reused inodes
2008-05-01 Erez ZadokUnionfs: interpose cleanup and fix for spliced dentries
2008-05-01 Erez ZadokUnionfs: clarify usage.txt read/write behavior
2008-05-01 Erez ZadokUnionfs: use locking around i_size_write in 32-bit...
2008-05-01 Hugh DickinsVFS/fs_stack: use locking around i_size_write in 32...
2008-05-01 Erez ZadokVFS/fs_stack: drop cast on inode passed to i_size_read
2008-05-01 Rachita KothiyalUnionfs ODF2: Fix compilation warnings from exports...
2008-05-01 Rachita KothiyalUnionfs ODF2: Documenting the export operations for...
2008-05-01 Rachita KothiyalUnionfs ODF2: unionfs_interpose fixup
2008-05-01 Rachita KothiyalUnionfs ODF2: Fixes to make unionfs exportable
2008-05-01 Erez ZadokUnionfs: clarify usage.txt mount options
2008-05-01 Erez ZadokUnionfs: avoid using drop_pagecache_sb in remount
2008-05-01 Erez ZadokUnionfs ODF: release 2.1.11
2008-05-01 Erez ZadokUnionfs: reduce the amount of cache-coherency debugging...
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...
next