tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / fs / ocfs2 / xattr.c
2009-12-24 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-12-24 Tao Maocfs2/trivial: Use le16_to_cpu for a disk value in...
2009-12-16 Christoph Hellwigsanitize xattr handler prototypes
2009-10-29 Jan Karaocfs2: Always include ACL support
2009-09-23 Tao Maocfs2: Add preserve to reflink.
2009-09-23 Tao Maocfs2: Modify removing xattr process for refcount.
2009-09-23 Tao Maocfs2: Add reflink support for xattr.
2009-09-23 Tao Maocfs2: Create an xattr indexed block if needed.
2009-09-23 Tao Maocfs2: Call refcount tree remove process properly.
2009-09-23 Tao Maocfs2: Attach xattr clusters to refcount tree.
2009-09-23 Tao Maocfs2: Abstract ocfs2 xattr tree extend rec iteration...
2009-09-23 Tao Maocfs2: Abstract the creation of xattr block.
2009-09-23 Tao Maocfs2: Remove inode from ocfs2_xattr_bucket_get_name_value.
2009-09-23 Tao Maocfs2: Add CoW support for xattr.
2009-09-23 Tao Maocfs2: Return extent flags for xattr value tree.
2009-09-04 Joel Beckerocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_...
2009-09-04 Joel Beckerocfs2: ocfs2_remove_extent() no longer needs struct...
2009-09-04 Joel Beckerocfs2: ocfs2_add_clusters_in_btree() no longer needs...
2009-09-04 Joel Beckerocfs2: ocfs2_insert_extent() no longer needs struct...
2009-09-04 Joel Beckerocfs2: ocfs2_find_path() only needs the caching info
2009-09-04 Joel Beckerocfs2: Pass struct ocfs2_caching_info to the journal...
2009-09-04 Joel Beckerocfs2: Take the inode out of the metadata read/write...
2009-07-20 Subrata Modakocfs2: Fix compilation warning for fs/ocfs2/xattr.c
2009-05-05 Tao Maocfs2: Don't printk the error when listing too many...
2009-04-03 Mark Fashehocfs2: Add a name indexed b-tree to directory inodes
2009-03-12 Tao Maocfs2: Use xs->bucket to set xattr value outside
2009-03-12 Tiger Yangocfs2: reserve xattr block for new directory with inlin...
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()
next