unionfs-2.6.25.y.git
2009-01-12 Erez ZadokUnionfs: reorganize file_revalidate for un/locking...
2009-01-12 Erez ZadokUnionfs: copyup only if file is being written to
2009-01-12 Erez ZadokUnionfs: set append offset correctly for copied-up...
2009-01-12 Erez ZadokUnionfs: don't dereference dentry without lower branche...
2009-01-12 Erez ZadokUnionfs: stop as soon as first writeable branch is...
2009-01-12 Erez ZadokUnionfs: lock inode around calls to notify_change()
2009-01-12 Erez ZadokUnionfs: copy lower times in fsync/fasync only when...
2009-01-12 Erez ZadokUnionfs: prevent races in unionfs_fault
2009-01-12 Erez ZadokUnionfs: minor code cleanups
2009-01-12 Erez ZadokUnionfs: release 2.3.2 unionfs-2.3.2
2009-01-12 Erez ZadokUnionfs: update lower mnts on rmdir with copyup
2009-01-12 Erez ZadokUnionfs: don't purge lower sb data on remount
2009-01-12 Erez ZadokUnionfs: release 2.3.1 unionfs-2.3.1
2009-01-12 Erez ZadokUnionfs: do not over-decrement lower superblock refs...
2009-01-12 Erez ZadokUnionfs: release 2.3 unionfs-2.3
2009-01-12 Erez ZadokUnionfs: display mount point name along with generation...
2009-01-12 Erez ZadokUnionfs: document reasons for opaque directories
2009-01-12 Erez ZadokUnionfs: use noinline_for_stack
2009-01-12 Erez ZadokUnionfs: use __func__ instead of __FUNCTION__
2009-01-12 Erez ZadokUnionfs: don't copy parent inode times in setattr
2009-01-12 Erez ZadokUnionfs: reduce number of whiteouts by deleting all...
2009-01-12 Erez ZadokUnionfs: lock our dentry in file operations
2009-01-12 Erez ZadokUnionfs: implement vm_operations->fault
2009-01-12 Erez ZadokUnionfs: implement splice_read/write methods directly
2009-01-12 Erez ZadokVFS: rename do_splice_to/from to vfs_splice_* and expor...
2009-01-12 Erez ZadokVFS: export release_open_intent as GPL symbol, not...
2009-01-12 Erez ZadokUnionfs: release 2.2.4 unionfs-2.2.4
2009-01-12 Erez ZadokVFS/Unionfs: use generic path_get/path_put functions
2009-01-12 Jan BlunckUnionfs: use the new path_put
2009-01-12 Andrew MortonUnionfs: embed a struct path into struct nameidata...
2009-01-12 David HowellsUnionfs: stop using iget() and read_inode()
2009-01-12 Erez ZadokUnionfs: use dget_parent in revalidation code
2009-01-12 Erez ZadokUnionfs: branch management/configuration fixes
2009-01-12 Erez ZadokUnionfs: lock parents' branch configuration fixes
2009-01-12 Erez ZadokUnionfs: factor out revalidation routine
2009-01-12 Erez ZadokUnionfs: revalidation code cleanup and refactoring
2009-01-12 Erez ZadokUnionfs: improve debugging in copy_attr_times
2009-01-12 Erez ZadokUnionfs: follow_link locking fixes
2009-01-12 Erez ZadokUnionfs: extend dentry branch configuration lock in...
2009-01-12 Erez ZadokUnionfs: initialize path_save variable
2009-01-12 Erez ZadokUnionfs: uninline unionfs_copy_attr_times and unionfs_c...
2009-01-12 Erez ZadokUnionfs: document behavior when the lower topology...
2009-01-12 Erez ZadokUnionfs: ensure consistent lower inodes types
2009-01-12 Erez ZadokUnionfs: grab lower super_block references
2009-01-12 Erez ZadokUnionfs: release 2.2.3 unionfs-2.2.3
2009-01-12 Erez ZadokUnionfs: lock_rename related locking fixes
2009-01-12 Erez ZadokUnionfs: d_parent related locking fixes
2009-01-12 Erez ZadokUnionfs: remove unnecessary call to d_iput
2009-01-12 Erez ZadokUnionfs: use first writable branch (fix/cleanup)
2009-01-12 Erez ZadokUnionfs: release 2.2.2 unionfs-2.2.2
2009-01-12 Erez ZadokUnionfs: ensure we have lower dentries in d_iput
2009-01-12 Erez ZadokUnionfs: branch-management related locking fixes
2009-01-12 Erez ZadokUnionfs: mmap fixes
2009-01-12 Erez ZadokUnionfs: merged several printk KERN_CONT together into...
2009-01-12 Erez ZadokUnionfs: release 2.2.1 unionfs-2.2.1
2009-01-12 Erez ZadokUnionfs: use VFS helpers to manipulate i_nlink
2009-01-12 Erez ZadokUnionfs: locking fixes
2009-01-12 Erez ZadokUnionfs: use printk KERN_CONT for debugging messages
2009-01-12 Erez ZadokUnionfs: release 2.2 unionfs-2.2
2009-01-12 Erez ZadokUnionfs: don't check parent dentries
2009-01-12 Erez ZadokUnionfs: implement d_iput method
2009-01-12 Erez ZadokUnionfs: don't check dentry on error
2009-01-12 Erez ZadokUnionfs: cleanup lower inodes after successful unlink
2009-01-12 Erez ZadokUnionfs: initialize namelist variable in rename
2009-01-12 Erez ZadokUnionfs: minor cleanup in check_empty
2009-01-12 Erez ZadokUnionfs: update inode times after a successful open
2009-01-12 Erez ZadokUnionfs: set our superblock a/m/ctime granularity
2009-01-12 Erez ZadokUnionfs: handle on lower inodes in lookup
2009-01-12 Erez ZadokUnionfs: minor code rearrangement in rename
2009-01-12 Erez ZadokUnionfs: implement lockdep classes
2009-01-12 Erez ZadokUnionfs: prevent false lockdep warnings in stacking
2009-01-12 Erez ZadokUnionfs: remove unnecessary parent lock in create
2009-01-12 Erez ZadokUnionfs: remove unnecessary locking in follow-link
2009-01-12 Erez ZadokUnionfs: remove unnecessary lock in read_inode
2009-01-12 Erez ZadokUnionfs: remove unnecessary lock when deleting whiteouts
2009-01-12 Erez ZadokUnionfs: remove unnecessary conditional inode lock
2009-01-12 Erez ZadokUnionfs: prevent deadlock in cache coherency
2009-01-12 Erez ZadokUnionfs: remove custom read/write methods
2009-01-12 Hugh DickinsUnionfs: restructure unionfs_setattr and fix truncation...
2009-01-12 Hugh DickinsUnionfs: mmap fixes
2009-01-12 Erez ZadokUnionfs: release special files on copyup
2009-01-12 Erez ZadokUnionfs: create new symlinks only in first branch
2009-01-12 Erez ZadokUnionfs: create new special files only in first branch
2009-01-12 Erez ZadokUnionfs: initialize inode times for reused inodes
2009-01-12 Erez ZadokUnionfs: interpose cleanup and fix for spliced dentries
2009-01-12 Erez ZadokUnionfs: clarify usage.txt read/write behavior
2009-01-12 Erez ZadokUnionfs: use locking around i_size_write in 32-bit...
2009-01-12 Hugh DickinsVFS/fs_stack: use locking around i_size_write in 32...
2009-01-12 Erez ZadokVFS/fs_stack: drop cast on inode passed to i_size_read
2009-01-12 Erez ZadokUnionfs: clarify usage.txt mount options
2009-01-12 Erez ZadokUnionfs: avoid using drop_pagecache_sb in remount
2009-01-12 Erez ZadokUnionfs: release 2.1.11 unionfs-2.1.11
2009-01-12 Erez ZadokUnionfs: reduce the amount of cache-coherency debugging...
2009-01-12 Erez ZadokUnionfs: cleanup/consolidate branch-mode parsing code
2009-01-12 Erez ZadokUnionfs: call wait_on_page_writeback before clear_page_...
2009-01-12 Erez ZadokUnionfs: release 2.1.10 unionfs-2.1.10
2009-01-12 Erez ZadokUnionfs: use generic_file_aio_read/write
2009-01-12 Erez ZadokUnionfs: update our inode size correctly upon partial...
2009-01-12 Erez ZadokUnionfs: prevent multiple writers to lower_page
2009-01-12 Erez ZadokUnionfs: support splice(2)
next