ocfs2: set gap to seperate entry and value when xattr in bucket
[safe/jmp/linux-2.6] / fs / ocfs2 / xattr.c
2009-02-26 Tiger Yangocfs2: set gap to seperate entry and value when xattr...
2009-02-26 Tao Maocfs2: lock the metaecc process for xattr bucket
2009-02-26 Tao Maocfs2: Use the right access_* method in ctime update...
2009-02-02 Tao Maocfs2: Access the xattr bucket only before modifying it.
2009-01-05 Tiger Yangocfs2: Add xattr support checking in init_security
2009-01-05 Tiger Yangocfs2: alloc xattr bucket in ocfs2_xattr_set_handle
2009-01-05 Tiger Yangocfs2: calculate and reserve credits for xattr value...
2009-01-05 Tao Maocfs2/xattr: fix credits calculation during index create
2009-01-05 Tao Maocfs2/xattr: Always updating ctime during xattr set.
2009-01-05 Tao Maocfs2/xattr: Remove extend_trans call and add its credi...
2009-01-05 Joel Beckerocfs2: Use proper journal_access function in xattr.c
2009-01-05 Joel Beckerocfs2: Pass value buf to ocfs2_remove_value_outside().
2009-01-05 Joel Beckerocfs2: Use ocfs2_xattr_value_buf in ocfs2_xattr_set_ent...
2009-01-05 Joel Beckerocfs2: Pass value buf to ocfs2_xattr_update_entry().
2009-01-05 Joel Beckerocfs2: Pass ocfs2_xattr_value_buf into ocfs2_xattr_valu...
2009-01-05 Joel Beckerocfs2: Pull ocfs2_xattr_value_buf up into ocfs2_xattr_v...
2009-01-05 Joel Beckerocfs2: Pull ocfs2_xattr_value_buf up from __ocfs2_remov...
2009-01-05 Joel Beckerocfs2: Create ocfs2_xattr_value_buf.
2009-01-05 Joel Beckerocfs2: Add ecc and checksums to ocfs2 xattr buckets.
2009-01-05 Joel Beckerocfs2: block read meta ecc.
2009-01-05 Joel Beckerocfs2: Pass xs->bucket into ocfs2_add_new_xattr_bucket().
2009-01-05 Joel Beckerocfs2: Move buckets up into ocfs2_add_new_xattr_bucket().
2009-01-05 Joel Beckerocfs2: Move buckets up into ocfs2_add_new_xattr_cluster().
2009-01-05 Joel Beckerocfs2: Pass buckets into ocfs2_mv_xattr_bucket_cross_cl...
2009-01-05 Joel Beckerocfs2: Start using buckets in ocfs2_adjust_xattr_cross_...
2009-01-05 Joel Beckerocfs2: Use ocfs2_mv_xattr_buckets() in ocfs2_mv_xattr_b...
2009-01-05 Joel Beckerocfs2: ocfs2_mv_xattr_buckets() can handle a partial...
2009-01-05 Joel Beckerocfs2: Rename ocfs2_cp_xattr_cluster() to ocfs2_mv_xatt...
2009-01-05 Joel Beckerocfs2: Use ocfs2_cp_xattr_bucket() in ocfs2_mv_xattr_bu...
2009-01-05 Joel Beckerocfs2: Explain t_is_new in ocfs2_cp_xattr_cluster().
2009-01-05 Joel Beckerocfs2: Dirty the entire first bucket in ocfs2_cp_xattr_...
2009-01-05 Joel Beckerocfs2: Dirty the entire first bucket in ocfs2_extend_xa...
2009-01-05 Tao Maocfs2: Narrow the transaction for deleting xattrs from...
2009-01-05 Joel Beckerocfs2: Dirty the entire bucket in ocfs2_bucket_value_tr...
2009-01-05 Jan Karaocfs2: Add quota calls for allocation and freeing of...
2009-01-05 Tao Maocfs2/xattr: Restore not_found in xis
2009-01-05 Tao Maocfs2/xattr: Fix a bug in xattr allocation estimation
2009-01-05 Joel Beckerocfs2: Validate metadata only when it's read from disk.
2009-01-05 Joel Beckerocfs2: Wrap xattr block reads in a dedicated function
2009-01-05 Tiger Yangocfs2: add ocfs2_init_acl in mknod
2009-01-05 Tiger Yangocfs2: add POSIX ACL API
2009-01-05 Tiger Yangocfs2: add ocfs2_xattr_get_nolock
2009-01-05 Tiger Yangocfs2: add ocfs2_init_security in during file create
2009-01-05 Tiger Yangocfs2: add security xattr API
2009-01-05 Tiger Yangocfs2: add ocfs2_xattr_set_handle
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