1. 970e493 ocfs2: Validate metadata only when it's read from disk. by Joel Becker · 16 years ago
  2. 4ae1d69 ocfs2: Wrap xattr block reads in a dedicated function by Joel Becker · 16 years ago
  3. 89c38bd ocfs2: add ocfs2_init_acl in mknod by Tiger Yang · 16 years ago
  4. 929fb01 ocfs2: add POSIX ACL API by Tiger Yang · 16 years ago
  5. 4e3e9d0 ocfs2: add ocfs2_xattr_get_nolock by Tiger Yang · 16 years ago
  6. 534eadd ocfs2: add ocfs2_init_security in during file create by Tiger Yang · 16 years ago
  7. 923f7f3 ocfs2: add security xattr API by Tiger Yang · 16 years ago
  8. 6c3faba ocfs2: add ocfs2_xattr_set_handle by Tiger Yang · 16 years ago
  9. 85db90e ocfs2/xattr: Merge xattr set transaction. by Tao Ma · 16 years ago
  10. 78f30c3 ocfs2/xattr: Reserve meta/data at the beginning of ocfs2_xattr_set. by Tao Ma · 16 years ago
  11. c73f60f ocfs2/xattr: Move clusters free into dealloc. by Tao Ma · 16 years ago
  12. 976331d ocfs2/xattr: Only extend xattr bucket in need. by Tao Ma · 16 years ago
  13. 757055a ocfs2/xattr: Only set buffer update if it doesn't exist in cache. by Tao Ma · 16 years ago
  14. 1c32a2f ocfs2/xattr: Remove additional bucket allocation in bucket defragment. by Tao Ma · 16 years ago
  15. 02dbf38 ocfs2: Use buckets in ocfs2_xattr_set_entry_in_bucket(). by Joel Becker · 16 years ago
  16. 161d6f3 ocfs2: Use buckets in ocfs2_defrag_xattr_bucket(). by Joel Becker · 16 years ago
  17. 178eeac ocfs2: Use buckets in ocfs2_xattr_create_index_block(). by Joel Becker · 16 years ago
  18. e2356a3 ocfs2: Use buckets in ocfs2_xattr_bucket_find(). by Joel Becker · 16 years ago
  19. ba93712 ocfs2: Take ocfs2_xattr_bucket structures off of the stack. by Joel Becker · 16 years ago
  20. 4980c6d ocfs2: Copy xattr buckets with a dedicated function. by Joel Becker · 16 years ago
  21. 1224be0 ocfs2: Wrap journal_access/journal_dirty for xattr buckets. by Joel Becker · 16 years ago
  22. 784b816 ocfs2: Improve ocfs2_read_xattr_bucket(). by Joel Becker · 16 years ago
  23. 6dde41d ocfs2: Provide a wrapper to brelse() xattr bucket buffers. by Joel Becker · 16 years ago
  24. 3e63294 ocfs2: Convenient access to an xattr bucket's header. by Joel Becker · 16 years ago
  25. 51def39 ocfs2: Convenient access to xattr bucket data blocks. by Joel Becker · 16 years ago
  26. 9c7759a ocfs2: Convenient access to an xattr bucket's block number. by Joel Becker · 16 years ago
  27. 4ac6032 ocfs2: Field prefixes for the xattr_bucket structure by Joel Becker · 16 years ago
  28. 83099bc ocfs2: Always update xattr search when creating bucket. by Tao Ma · 16 years ago
  29. 6c1e183 ocfs2: Check search result in ocfs2_xattr_block_get() by Tiger Yang · 16 years ago
  30. de29c08 ocfs2: fix printk related build warnings in xattr.c by Mark Fasheh · 16 years ago
  31. 80bcaf3 ocfs2/xattr: Proper hash collision handle in bucket division by Tao Ma · 16 years ago
  32. d326479 ocfs2: Fix check of return value of ocfs2_start_trans() in xattr.c. by Tao Ma · 16 years ago
  33. 63fd775 ocfs2: Remove unused ocfs2_restore_xattr_block(). by Tao Ma · 16 years ago
  34. 54f443f ocfs2: Don't repeat ocfs2_xattr_block_find() by Joel Becker · 16 years ago
  35. eb6ff23 ocfs2: Specify appropriate journal access for new xattr buckets. by Joel Becker · 16 years ago
  36. bd60bd3 ocfs2: Check errors from ocfs2_xattr_update_xattr_search() by Joel Becker · 16 years ago
  37. b37c4d8 ocfs2: Don't return -EFAULT from a corrupt xattr entry. by Joel Becker · 16 years ago
  38. f6087fb ocfs2: Check xattr block signatures properly. by Joel Becker · 16 years ago
  39. c988fd0 ocfs2: add handler_map array bounds checking by Tiger Yang · 16 years ago
  40. ceb1eba ocfs2: remove duplicate definition in xattr by Tiger Yang · 16 years ago
  41. 0030e00 ocfs2: fix function declaration and definition in xattr by Tiger Yang · 16 years ago
  42. c3cb682 ocfs2: fix license in xattr by Tiger Yang · 16 years ago
  43. 1efd47f ocfs2: fix build error by Mark Fasheh · 16 years ago
  44. 0fcaa56 ocfs2: Simplify ocfs2_read_block() by Joel Becker · 16 years ago
  45. 31d3307 ocfs2: Require an inode for ocfs2_read_block(s)(). by Joel Becker · 16 years ago
  46. 936b883 ocfs2: Refactor xattr list and remove ocfs2_xattr_handler(). by Tao Ma · 16 years ago
  47. 2057e5c ocfs2: Calculate EA hash only by its suffix. by Tao Ma · 16 years ago
  48. 99219ae ocfs2: Move trusted and user attribute support into xattr.c by Mark Fasheh · 16 years ago
  49. 40daa16 ocfs2: Uninline ocfs2_xattr_name_hash() by Mark Fasheh · 16 years ago
  50. 5a09561 ocfs2: Add empty bucket support in xattr. by Tao Ma · 16 years ago
  51. 06b240d ocfs2/xattr.c: Fix a bug when inserting xattr. by Tao Ma · 16 years ago
  52. 0841389 ocfs2: Resolve deadlock in ocfs2_xattr_free_block. by Tao Ma · 16 years ago
  53. 28b8ca0 ocfs2: bug-fix for journal extend in xattr. by Tao Ma · 16 years ago
  54. 8d6220d ocfs2: Change ocfs2_get_*_extent_tree() to ocfs2_init_*_extent_tree() by Joel Becker · 16 years ago
  55. f99b9b7 ocfs2: Make ocfs2_extent_tree the first-class representation of a tree. by Joel Becker · 16 years ago
  56. ff1ec20 ocfs2: fix printk format warnings by Mark Fasheh · 16 years ago
  57. 8154da3 ocfs2: Add incompatible flag for extended attribute by Tiger Yang · 16 years ago
  58. a394425 ocfs2: Delete all xattr buckets during inode removal by Tao Ma · 16 years ago
  59. 0122559 ocfs2: Enable xattr set in index btree by Tao Ma · 16 years ago
  60. 589dc26 ocfs2: Add xattr lookup code xattr btrees by Tao Ma · 16 years ago
  61. 0c044f0 ocfs2: Add xattr bucket iteration for large numbers of EAs by Tao Ma · 16 years ago
  62. cf1d6c7 ocfs2: Add extended attribute support by Tiger Yang · 16 years ago
  63. f56654c ocfs2: Add extent tree operation for xattr value btrees by Tao Ma · 16 years ago