unionfs-2.6.37.y.git
2011-03-30 Erez_Zadokcleanup: every printk should prefix with "unionfs:...
2011-03-30 Erez_Zadokcoding-style: remove unnecessary {braces} around one...
2011-03-30 Erez_Zadokcoding-style: no lines over 80 chars
2011-03-30 Erez_Zadokcoding-style: indent every line properly
2011-03-30 Erez_Zadokcleanup: remove trailing spaces
2011-03-30 Erez_ZadokDocumentation: fix spelling error
2011-03-30 Erez_ZadokDocumentation: minor typo fixed in incgen remount option
2011-03-30 Josef 'Jeff... Unionfs: SLAB_CTOR_CONSTRUCTOR has been removed from...
2011-03-30 Pekka Enberg[PATCH] unionfs: fix slab abuses with krealloc
2011-03-30 Adrian Bunk[PATCH] fix unionfs compilation
2011-03-30 Adrian BrunyateUnionfs: Check remount options for being NULL
2011-03-30 Adrian BrunyateUnionfs: Accept MS_SILENT during remount
2011-03-30 Erez ZadokUnionfs: Don't inline do_remount_{add,del,mode}_option
2011-03-30 Erez ZadokUnionfs: Added several BUG_ONs to assert dentry validity
2011-03-30 Erez ZadokUnionfs: Properly handle stale inodes passed to unionfs...
2011-03-30 Erez ZadokUnionfs: Pass lowernd to lower ->revalidate function
2011-03-30 Erez ZadokUnionfs: vfsmount reference counting fixes
2011-03-30 Erez ZadokUnionfs: unionfs_create needs to revalidate the dentry
2011-03-30 Erez ZadokUnionfs: Decrement totalopens counter on error in union...
2011-03-30 Josef 'Jeff... Unionfs: Document unionfs_d_release locking
2011-03-30 Josef 'Jeff... Unionfs: Remove the older incgen ioctl
2011-03-30 Erez ZadokUnionfs: Grab the unionfs sb private data lock around...
2011-03-30 Erez ZadokUnionfs: Rewrite unionfs_d_revalidate
2011-03-30 Erez ZadokUnionfs: Introduce unionfs_mnt{get,put}
2011-03-30 Erez ZadokUnionfs: Bulk of branch-management remount code
2011-03-30 Erez ZadokUnionfs: Introduce branch-id code
2011-03-30 Erez ZadokUnionfs: Actually verify if dentry's info node is locked
2011-03-30 Erez ZadokUnionfs: Provide more helpful info on branch leaks...
2011-03-30 Erez ZadokUnionfs: Rename unionfs_data sbcount field to more...
2011-03-30 Josef 'Jeff... Unionfs: Proper comment on rwsem field
2011-03-30 Erez ZadokUnionfs: Documentation updates for branch-management
2011-03-30 Erez Zadokfs: Export drop_pagecache_sb symbol
2011-03-30 Erez Zadokfs: Introduce path{get,put}
2011-03-30 Randy Dunlap[PATCH] Unionfs: sioq not __exit
2011-03-30 Josef 'Jeff... MAINTAINERS: Unionfs URL update
2011-03-30 Erez Zadokfs/unionfs/: Fix unlocking in error paths
2011-03-30 Erez Zadokfs/unionfs/: Fix dentry leak in copyup_named_dentry
2011-03-30 Erez Zadokfs/unionfs/: mntput in __cleanup_dentry
2011-03-30 Erez Zadokfs/unionfs/: Fix copyup_deleted_file dentry leak
2011-03-30 Josef 'Jeff... fs/unionfs/: Miscellaneous coding style fixes
2011-03-30 Josef 'Jeff... fs/unionfs/: Check return value of d_path
2011-03-30 Josef 'Jeff... fs/unionfs/: Use SEEK_{SET,CUR} instead of hardcoded...
2011-03-30 Josef 'Jeff... fs/unionfs/: Remove alloc_filldir_node
2011-03-30 Josef 'Jeff... fs/unionfs/: Rename unionfs_d_revalidate_wrap
2011-03-30 Josef 'Jeff... fs/unionfs/: Several small cleanups in unionfs_interpose
2011-03-30 Josef 'Jeff... fs/unionfs/: Don't grab dentry private data mutex in...
2011-03-30 Erez Zadokfs/unionfs/: Fix a memory leak in unionfs_read_super
2011-03-30 Erez Zadokfs/unionfs: Fix a memory leak & null pointer dereference
2011-03-30 Adrian Bunk[PATCH] UNION_FS must depend on SLAB
2011-03-30 Josef 'Jeff... fs/unionfs/: Remove unused structure members & macros
2011-03-30 Erez ZadokUnionfs: Documentation update
2011-03-30 Josef 'Jeff... fs/: Move eCryptfs & Unionfs config options into a...
2011-03-30 Josef 'Jeff... fs/unionfs/: Use __roundup_pow_of_two instead of custom...
2011-03-30 Josef 'Jeff... fs/unionfs/: Don't duplicate the struct nameidata
2011-03-30 Josef 'Jeff... fs/unionfs/: Andrew Morton's comments
2011-03-30 Adrian Bunkfs/unionfs/: possible cleanups
2011-03-30 Josef 'Jeff... fs/unionfs/: Remove stale_inode.c
2011-03-30 Josef "Jeff... Unionfs: Extended Attributes support
2011-03-30 Josef "Jeff... Unionfs: Kconfig and Makefile
2011-03-30 Josef "Jeff... Unionfs: Unlink
2011-03-30 Josef "Jeff... Unionfs: Include file
2011-03-30 Josef "Jeff... Unionfs: Internal include file
2011-03-30 Josef "Jeff... Unionfs: Helper macros/inlines
2011-03-30 Josef "Jeff... Unionfs: Handling of stale inodes
2011-03-30 Josef "Jeff... Unionfs: Superblock operations
2011-03-30 Josef "Jeff... Unionfs: Miscellaneous helper functions
2011-03-30 Josef "Jeff... Unionfs: Privileged operations workqueue
2011-03-30 Josef "Jeff... Unionfs: Rename
2011-03-30 Josef "Jeff... Unionfs: Readdir state
2011-03-30 Josef "Jeff... Unionfs: Main module functions
2011-03-30 Josef "Jeff... Unionfs: Lookup helper functions
2011-03-30 Josef "Jeff... Unionfs: Inode operations
2011-03-30 Josef "Jeff... Unionfs: Directory manipulation helper functions
2011-03-30 Josef "Jeff... Unionfs: Directory file operations
2011-03-30 Josef "Jeff... Unionfs: File operations
2011-03-30 Josef "Jeff... Unionfs: Dentry operations
2011-03-30 Josef "Jeff... Unionfs: Copyup Functionality
2011-03-30 Josef "Jeff... Unionfs: Common file operations
2011-03-30 Josef "Jeff... Unionfs: Branch management functionality
2011-03-30 Josef "Jeff... lookup_one_len_nd - lookup_one_len with nameidata argument
2011-03-30 Josef "Jeff... Unionfs: Documentation
2011-03-27 Greg Kroah... Linux 2.6.37.6 v2.6.37.6
2011-03-27 Amir Goldsteinext4: skip orphan cleanup if fs has unknown ROCOMPAT...
2011-03-27 Stuart Hayesdcdbas: force SMI to happen when expected
2011-03-27 Josef Bacikfs: call security_d_instantiate in d_obtain_alias V2
2011-03-27 Trond MyklebustSUNRPC: Never reuse the socket port after an xs_close()
2011-03-27 Trond MyklebustNFS: Fix a hang/infinite loop in nfs_wb_page()
2011-03-27 Peter Zijlstraperf: Fix tear-down of inherited group events
2011-03-27 Alex Deucherdrm/radeon/kms: fix hardcoded EDID handling
2011-03-27 Alex Deucherdrm/radeon/kms: prefer legacy pll algo for tv-out
2011-03-27 Chris Wilsondrm: Fix use-after-free in drm_gem_vm_close()
2011-03-27 Herton Ronaldo... drm/i915: Prevent racy removal of request from client...
2011-03-27 Dave Airliedrm: check for modesetting on modeset ioctls
2011-03-27 Yinghai Lux86: Cleanup highmap after brk is concluded
2011-03-27 Olaf HeringInput: xen-kbdfront - advertise either absolute or...
2011-03-27 Jens Axboefs: assign sb->s_bdi to default_backing_dev_info if...
2011-03-27 Johan HovoldUSB: cdc-acm: fix potential null-pointer dereference...
2011-03-27 Johan HovoldUSB: cdc-acm: fix potential null-pointer dereference
2011-03-27 Johan HovoldUSB: cdc-acm: fix memory corruption / panic
2011-03-27 Robert LukassenUSB: Fix 'bad dma' problem on WDM device disconnect
next