Commit Graph

121 Commits (2999d12f4d5529b282ce201b21444590c3f9f723)

Author SHA1 Message Date
Tao Ma 2999d12f4d ocfs2: Add reflink support for xattr. 16 years ago
Tao Ma a7fe7a3a1a ocfs2: Create an xattr indexed block if needed. 16 years ago
Tao Ma 8b2c0dba51 ocfs2: Call refcount tree remove process properly. 16 years ago
Tao Ma 0129241e2b ocfs2: Attach xattr clusters to refcount tree. 16 years ago
Tao Ma 47bca4950b ocfs2: Abstract ocfs2 xattr tree extend rec iteration process. 16 years ago
Tao Ma 5aea1f0ef4 ocfs2: Abstract the creation of xattr block. 16 years ago
Tao Ma fd68a894fc ocfs2: Remove inode from ocfs2_xattr_bucket_get_name_value. 16 years ago
Tao Ma 492a8a33e1 ocfs2: Add CoW support for xattr. 16 years ago
Tao Ma 1061f9c1c9 ocfs2: Return extent flags for xattr value tree. 16 years ago
Joel Becker 5e404e9ed1 ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree(). 16 years ago
Joel Becker dbdcf6a48a ocfs2: ocfs2_remove_extent() no longer needs struct inode. 16 years ago
Joel Becker cbee7e1a6a ocfs2: ocfs2_add_clusters_in_btree() no longer needs struct inode. 16 years ago
Joel Becker cc79d8c19e ocfs2: ocfs2_insert_extent() no longer needs struct inode. 16 years ago
Joel Becker facdb77f54 ocfs2: ocfs2_find_path() only needs the caching info 16 years ago
Joel Becker 0cf2f7632b ocfs2: Pass struct ocfs2_caching_info to the journal functions. 16 years ago
Joel Becker 8cb471e8f8 ocfs2: Take the inode out of the metadata read/write paths. 16 years ago
Subrata Modak 44d8e4e1e9 ocfs2: Fix compilation warning for fs/ocfs2/xattr.c 16 years ago
Tao Ma a46fa684fc ocfs2: Don't printk the error when listing too many xattrs. 16 years ago
Mark Fasheh 9b7895efac ocfs2: Add a name indexed b-tree to directory inodes 16 years ago
Tao Ma 712e53e46a ocfs2: Use xs->bucket to set xattr value outside 16 years ago
Tiger Yang 6c9fd1dc0a ocfs2: reserve xattr block for new directory with inline data 16 years ago
Tiger Yang 4442f51826 ocfs2: set gap to seperate entry and value when xattr in bucket 16 years ago
Tao Ma c8b9cf9a7c ocfs2: lock the metaecc process for xattr bucket 16 years ago
Tao Ma 89a907afe0 ocfs2: Use the right access_* method in ctime update of xattr. 16 years ago
Tao Ma 554e7f9e04 ocfs2: Access the xattr bucket only before modifying it. 16 years ago
Tiger Yang 38d59ef61c ocfs2: Add xattr support checking in init_security 16 years ago
Tiger Yang 008aafaf0b ocfs2: alloc xattr bucket in ocfs2_xattr_set_handle 16 years ago
Tiger Yang 0e445b6fe9 ocfs2: calculate and reserve credits for xattr value in mknod 16 years ago
Tao Ma 90cb546cad ocfs2/xattr: fix credits calculation during index create 16 years ago
Tao Ma 4b3f6209bf ocfs2/xattr: Always updating ctime during xattr set. 16 years ago
Tao Ma 71d548a6af ocfs2/xattr: Remove extend_trans call and add its credits from the beginning 16 years ago
Joel Becker 8400897249 ocfs2: Use proper journal_access function in xattr.c 16 years ago
Joel Becker 4311901daa ocfs2: Pass value buf to ocfs2_remove_value_outside(). 16 years ago
Joel Becker 512620f44d ocfs2: Use ocfs2_xattr_value_buf in ocfs2_xattr_set_entry(). 16 years ago
Joel Becker 0c748e9532 ocfs2: Pass value buf to ocfs2_xattr_update_entry(). 16 years ago
Joel Becker b3e5d37905 ocfs2: Pass ocfs2_xattr_value_buf into ocfs2_xattr_value_truncate(). 16 years ago
Joel Becker 19b801f45f ocfs2: Pull ocfs2_xattr_value_buf up into ocfs2_xattr_value_truncate(). 16 years ago
Joel Becker d72cc72d57 ocfs2: Pull ocfs2_xattr_value_buf up from __ocfs2_remove_xattr_range(). 16 years ago
Joel Becker 2a50a743bd ocfs2: Create ocfs2_xattr_value_buf. 16 years ago
Joel Becker 4d0e214ee8 ocfs2: Add ecc and checksums to ocfs2 xattr buckets. 16 years ago
Joel Becker d6b32bbb3e ocfs2: block read meta ecc. 16 years ago
Joel Becker 91f2033fa9 ocfs2: Pass xs->bucket into ocfs2_add_new_xattr_bucket(). 16 years ago
Joel Becker ed29c0ca14 ocfs2: Move buckets up into ocfs2_add_new_xattr_bucket(). 16 years ago
Joel Becker 012ee91087 ocfs2: Move buckets up into ocfs2_add_new_xattr_cluster(). 16 years ago
Joel Becker 41cb814866 ocfs2: Pass buckets into ocfs2_mv_xattr_bucket_cross_cluster(). 16 years ago
Joel Becker 92cf3adf48 ocfs2: Start using buckets in ocfs2_adjust_xattr_cross_cluster(). 16 years ago
Joel Becker c58b6032f9 ocfs2: Use ocfs2_mv_xattr_buckets() in ocfs2_mv_xattr_bucket_cross_cluster(). 16 years ago
Joel Becker 54ecb6b6df ocfs2: ocfs2_mv_xattr_buckets() can handle a partial cluster now. 16 years ago
Joel Becker 874d65af1c ocfs2: Rename ocfs2_cp_xattr_cluster() to ocfs2_mv_xattr_buckets(). 16 years ago
Joel Becker b5c03e7469 ocfs2: Use ocfs2_cp_xattr_bucket() in ocfs2_mv_xattr_bucket_cross_cluster(). 16 years ago