unionfs-2.6.39.y.git
2011-04-29 Erez ZadokUnionfs: release 2.3 unionfs-2.3
2011-04-29 Erez ZadokUnionfs: display mount point name along with generation...
2011-04-29 Erez ZadokUnionfs: document reasons for opaque directories
2011-04-29 Erez ZadokUnionfs: use noinline_for_stack
2011-04-29 Erez ZadokUnionfs: use __func__ instead of __FUNCTION__
2011-04-29 Erez ZadokUnionfs: don't copy parent inode times in setattr
2011-04-29 Erez ZadokUnionfs: reduce number of whiteouts by deleting all...
2011-04-29 Erez ZadokUnionfs: lock our dentry in file operations
2011-04-29 Erez ZadokUnionfs: implement vm_operations->fault
2011-04-29 Erez ZadokUnionfs: implement splice_read/write methods directly
2011-04-29 Erez ZadokVFS: rename do_splice_to/from to vfs_splice_* and expor...
2011-04-29 Erez ZadokVFS: export release_open_intent as GPL symbol, not...
2011-04-29 Erez ZadokUnionfs: release 2.2.4 unionfs-2.2.4
2011-04-29 Erez ZadokVFS/Unionfs: use generic path_get/path_put functions
2011-04-29 Jan BlunckUnionfs: use the new path_put
2011-04-29 Andrew MortonUnionfs: embed a struct path into struct nameidata...
2011-04-29 David HowellsUnionfs: stop using iget() and read_inode()
2011-04-29 Erez ZadokUnionfs: use dget_parent in revalidation code
2011-04-29 Erez ZadokUnionfs: branch management/configuration fixes
2011-04-29 Erez ZadokUnionfs: lock parents' branch configuration fixes
2011-04-29 Erez ZadokUnionfs: factor out revalidation routine
2011-04-29 Erez ZadokUnionfs: revalidation code cleanup and refactoring
2011-04-29 Erez ZadokUnionfs: improve debugging in copy_attr_times
2011-04-29 Erez ZadokUnionfs: follow_link locking fixes
2011-04-29 Erez ZadokUnionfs: extend dentry branch configuration lock in...
2011-04-29 Erez ZadokUnionfs: initialize path_save variable
2011-04-29 Erez ZadokUnionfs: uninline unionfs_copy_attr_times and unionfs_c...
2011-04-29 Erez ZadokUnionfs: document behavior when the lower topology...
2011-04-29 Erez ZadokUnionfs: ensure consistent lower inodes types
2011-04-29 Erez ZadokUnionfs: grab lower super_block references
2011-04-29 Erez ZadokUnionfs: release 2.2.3 unionfs-2.2.3
2011-04-29 Erez ZadokUnionfs: lock_rename related locking fixes
2011-04-29 Erez ZadokUnionfs: d_parent related locking fixes
2011-04-29 Erez ZadokUnionfs: remove unnecessary call to d_iput
2011-04-29 Erez ZadokUnionfs: use first writable branch (fix/cleanup)
2011-04-29 Erez ZadokUnionfs: release 2.2.2 unionfs-2.2.2
2011-04-29 Erez ZadokUnionfs: ensure we have lower dentries in d_iput
2011-04-29 Erez ZadokUnionfs: branch-management related locking fixes
2011-04-29 Erez ZadokUnionfs: mmap fixes
2011-04-29 Erez ZadokUnionfs: merged several printk KERN_CONT together into...
2011-04-29 Erez ZadokUnionfs: release 2.2.1 unionfs-2.2.1
2011-04-29 Erez ZadokUnionfs: use VFS helpers to manipulate i_nlink
2011-04-29 Erez ZadokUnionfs: locking fixes
2011-04-29 Erez ZadokUnionfs: use printk KERN_CONT for debugging messages
2011-04-29 Erez ZadokUnionfs: release 2.2 unionfs-2.2
2011-04-29 Erez ZadokUnionfs: don't check parent dentries
2011-04-29 Erez ZadokUnionfs: implement d_iput method
2011-04-29 Erez ZadokUnionfs: don't check dentry on error
2011-04-29 Erez ZadokUnionfs: cleanup lower inodes after successful unlink
2011-04-29 Erez ZadokUnionfs: initialize namelist variable in rename
2011-04-29 Erez ZadokUnionfs: minor cleanup in check_empty
2011-04-29 Erez ZadokUnionfs: update inode times after a successful open
2011-04-29 Erez ZadokUnionfs: set our superblock a/m/ctime granularity
2011-04-29 Erez ZadokUnionfs: handle on lower inodes in lookup
2011-04-29 Erez ZadokUnionfs: minor code rearrangement in rename
2011-04-29 Erez ZadokUnionfs: implement lockdep classes
2011-04-29 Erez ZadokUnionfs: prevent false lockdep warnings in stacking
2011-04-29 Erez ZadokUnionfs: remove unnecessary parent lock in create
2011-04-29 Erez ZadokUnionfs: remove unnecessary locking in follow-link
2011-04-29 Erez ZadokUnionfs: remove unnecessary lock in read_inode
2011-04-29 Erez ZadokUnionfs: remove unnecessary lock when deleting whiteouts
2011-04-29 Erez ZadokUnionfs: remove unnecessary conditional inode lock
2011-04-29 Erez ZadokUnionfs: prevent deadlock in cache coherency
2011-04-29 Erez ZadokUnionfs: remove custom read/write methods
2011-04-29 Hugh DickinsUnionfs: restructure unionfs_setattr and fix truncation...
2011-04-29 Hugh DickinsUnionfs: mmap fixes
2011-04-29 Erez ZadokUnionfs: release special files on copyup
2011-04-29 Erez ZadokUnionfs: create new symlinks only in first branch
2011-04-29 Erez ZadokUnionfs: create new special files only in first branch
2011-04-29 Erez ZadokUnionfs: initialize inode times for reused inodes
2011-04-29 Erez ZadokUnionfs: interpose cleanup and fix for spliced dentries
2011-04-29 Erez ZadokUnionfs: clarify usage.txt read/write behavior
2011-04-29 Erez ZadokUnionfs: use locking around i_size_write in 32-bit...
2011-04-29 Erez ZadokUnionfs: clarify usage.txt mount options
2011-04-29 Erez ZadokUnionfs: avoid using drop_pagecache_sb in remount
2011-04-29 Erez ZadokUnionfs: release 2.1.11 unionfs-2.1.11
2011-04-29 Erez ZadokUnionfs: reduce the amount of cache-coherency debugging...
2011-04-29 Erez ZadokUnionfs: cleanup/consolidate branch-mode parsing code
2011-04-29 Erez ZadokUnionfs: call wait_on_page_writeback before clear_page_...
2011-04-29 Erez ZadokUnionfs: release 2.1.10 unionfs-2.1.10
2011-04-29 Erez ZadokUnionfs: use generic_file_aio_read/write
2011-04-29 Erez ZadokUnionfs: update our inode size correctly upon partial...
2011-04-29 Erez ZadokUnionfs: prevent multiple writers to lower_page
2011-04-29 Erez ZadokUnionfs: support splice(2)
2011-04-29 Erez ZadokUnionfs: reintroduce a bmap method
2011-04-29 Erez ZadokUnionfs: update times in setattr
2011-04-29 Erez ZadokUnionfs: create opaque directories' whiteouts unconditi...
2011-04-29 Erez ZadokUnionfs: don't create whiteouts on rightmost branch
2011-04-29 Erez ZadokUnionfs: release lower resources on successful rmdir
2011-04-29 Erez ZadokUnionfs: remove useless debugging messages
2011-04-29 Erez ZadokUnionfs: handle whiteouts more efficiently in filldir
2011-04-29 Erez ZadokUnionfs: set lower mnt after mkdir which resulted in...
2011-04-29 Erez ZadokUnionfs: minor cleanup in the debugging infrastructure
2011-04-29 Erez ZadokUnionfs: minor coding standards applied
2011-04-29 Hugh DickinsUnionfs: minor cleanup in writepage
2011-04-29 Erez ZadokUnionfs: use f_path instead of f_dentry/mnt
2011-04-29 Erez ZadokUnionfs: cleaner support for RT patches
2011-04-29 Erez ZadokUnionfs: release 2.1.9 unionfs-2.1.9
2011-04-29 Erez ZadokUnionfs: move debugging checks inside locks
2011-04-29 Erez ZadokUnionfs: fold do_readpage into unionfs_readpage
next