ocfs2/xattr: Merge xattr set transaction.
[safe/jmp/linux-2.6] / fs / ocfs2 / xattr.c
2009-01-05 Tao Maocfs2/xattr: Merge xattr set transaction.
2009-01-05 Tao Maocfs2/xattr: Reserve meta/data at the beginning of...
2009-01-05 Tao Maocfs2/xattr: Move clusters free into dealloc.
2009-01-05 Tao Maocfs2/xattr: Only extend xattr bucket in need.
2009-01-05 Tao Maocfs2/xattr: Only set buffer update if it doesn't exist...
2009-01-05 Tao Maocfs2/xattr: Remove additional bucket allocation in...
2009-01-05 Joel Beckerocfs2: Use buckets in ocfs2_xattr_set_entry_in_bucket().
2009-01-05 Joel Beckerocfs2: Use buckets in ocfs2_defrag_xattr_bucket().
2009-01-05 Joel Beckerocfs2: Use buckets in ocfs2_xattr_create_index_block().
2009-01-05 Joel Beckerocfs2: Use buckets in ocfs2_xattr_bucket_find().
2009-01-05 Joel Beckerocfs2: Take ocfs2_xattr_bucket structures off of the...
2009-01-05 Joel Beckerocfs2: Copy xattr buckets with a dedicated function.
2009-01-05 Joel Beckerocfs2: Wrap journal_access/journal_dirty for xattr...
2009-01-05 Joel Beckerocfs2: Improve ocfs2_read_xattr_bucket().
2009-01-05 Joel Beckerocfs2: Provide a wrapper to brelse() xattr bucket buffers.
2009-01-05 Joel Beckerocfs2: Convenient access to an xattr bucket's header.
2009-01-05 Joel Beckerocfs2: Convenient access to xattr bucket data blocks.
2009-01-05 Joel Beckerocfs2: Convenient access to an xattr bucket's block...
2009-01-05 Joel Beckerocfs2: Field prefixes for the xattr_bucket structure
2008-12-16 Tao Maocfs2: Always update xattr search when creating bucket.
2008-11-10 Tiger Yangocfs2: Check search result in ocfs2_xattr_block_get()
2008-11-10 Mark Fashehocfs2: fix printk related build warnings in xattr.c
2008-11-10 Tao Maocfs2/xattr: Proper hash collision handle in bucket...
2008-11-10 Tao Maocfs2: Fix check of return value of ocfs2_start_trans...
2008-11-10 Tao Maocfs2: Remove unused ocfs2_restore_xattr_block().
2008-11-10 Joel Beckerocfs2: Don't repeat ocfs2_xattr_block_find()
2008-11-10 Joel Beckerocfs2: Specify appropriate journal access for new xattr...
2008-11-10 Joel Beckerocfs2: Check errors from ocfs2_xattr_update_xattr_search()
2008-11-10 Joel Beckerocfs2: Don't return -EFAULT from a corrupt xattr entry.
2008-11-10 Joel Beckerocfs2: Check xattr block signatures properly.
2008-11-10 Tiger Yangocfs2: add handler_map array bounds checking
2008-11-10 Tiger Yangocfs2: remove duplicate definition in xattr
2008-11-10 Tiger Yangocfs2: fix function declaration and definition in xattr
2008-11-10 Tiger Yangocfs2: fix license in xattr
2008-10-15 Mark Fashehocfs2: fix build error
2008-10-14 Joel Beckerocfs2: Simplify ocfs2_read_block()
2008-10-14 Joel Beckerocfs2: Require an inode for ocfs2_read_block(s)().
2008-10-14 Tao Maocfs2: Refactor xattr list and remove ocfs2_xattr_handl...
2008-10-14 Tao Maocfs2: Calculate EA hash only by its suffix.
2008-10-14 Mark Fashehocfs2: Move trusted and user attribute support into...
2008-10-14 Mark Fashehocfs2: Uninline ocfs2_xattr_name_hash()
2008-10-14 Tao Maocfs2: Add empty bucket support in xattr.
2008-10-14 Tao Maocfs2/xattr.c: Fix a bug when inserting xattr.
2008-10-13 Tao Maocfs2: Resolve deadlock in ocfs2_xattr_free_block.
2008-10-13 Tao Maocfs2: bug-fix for journal extend in xattr.
2008-10-13 Joel Beckerocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_...
2008-10-13 Joel Beckerocfs2: Make ocfs2_extent_tree the first-class represent...
2008-10-13 Mark Fashehocfs2: fix printk format warnings
2008-10-13 Tiger Yangocfs2: Add incompatible flag for extended attribute
2008-10-13 Tao Maocfs2: Delete all xattr buckets during inode removal
2008-10-13 Tao Maocfs2: Enable xattr set in index btree
2008-10-13 Tao Maocfs2: Add xattr lookup code xattr btrees
2008-10-13 Tao Maocfs2: Add xattr bucket iteration for large numbers...
2008-10-13 Tiger Yangocfs2: Add extended attribute support
2008-10-13 Tao Maocfs2: Add extent tree operation for xattr value btrees