1. fe92441 ocfs2: Add refcount b-tree as a new extent tree. by Tao Ma · 15 years ago
  2. 555936b ocfs2: Abstract extent split process. by Tao Ma · 15 years ago
  3. 853a3a1 ocfs2: Wrap ocfs2_extent_contig in ocfs2_extent_tree. by Tao Ma · 15 years ago
  4. 8bf396d ocfs2: Basic tree root operation. by Tao Ma · 15 years ago
  5. 374a263 ocfs2: Add refcount tree lock mechanism. by Tao Ma · 15 years ago
  6. c732eb1 ocfs2: Add caching info for refcount tree. by Tao Ma · 15 years ago
  7. 8dec98e ocfs2: Add new refcount tree lock resource in dlmglue. by Tao Ma · 15 years ago
  8. a433848 ocfs2: Abstract caching info checkpoint. by Tao Ma · 15 years ago
  9. f2c870e ocfs2: Add ocfs2_read_refcount_block. by Tao Ma · 15 years ago
  10. 93c9708 ocfs2: Add metaecc for ocfs2_refcount_block. by Tao Ma · 15 years ago
  11. 721f69c ocfs2: Define refcount tree structure. by Tao Ma · 15 years ago
  12. 5e404e9 ocfs2: Pass ocfs2_caching_info into ocfs_init_*_extent_tree(). by Joel Becker · 16 years ago
  13. a1cf076 ocfs2: __ocfs2_mark_extent_written() doesn't need struct inode. by Joel Becker · 16 years ago
  14. f3868d0 ocfs2: Teach ocfs2_replace_extent_rec() to use an extent_tree. by Joel Becker · 16 years ago
  15. d231129 ocfs2: ocfs2_split_and_insert() no longer needs struct inode. by Joel Becker · 16 years ago
  16. dbdcf6a ocfs2: ocfs2_remove_extent() no longer needs struct inode. by Joel Becker · 16 years ago
  17. cbee7e1 ocfs2: ocfs2_add_clusters_in_btree() no longer needs struct inode. by Joel Becker · 16 years ago
  18. cc79d8c ocfs2: ocfs2_insert_extent() no longer needs struct inode. by Joel Becker · 16 years ago
  19. 92ba470 ocfs2: Make extent map insertion an extent_tree_operation. by Joel Becker · 16 years ago
  20. 627961b ocfs2: ocfs2_figure_insert_type() no longer needs struct inode. by Joel Becker · 16 years ago
  21. 1ef61b3 ocfs2: Remove inode from ocfs2_figure_extent_contig(). by Joel Becker · 16 years ago
  22. a297029 ocfs2: Swap inode for extent_tree in ocfs2_figure_merge_contig_type(). by Joel Becker · 16 years ago
  23. b4a1765 ocfs2: ocfs2_extent_contig() only requires the superblock. by Joel Becker · 16 years ago
  24. 3505bec ocfs2: ocfs2_do_insert_extent() and ocfs2_insert_path() no longer need an inode. by Joel Becker · 16 years ago
  25. c38e52b ocfs2: Give ocfs2_split_record() an extent_tree instead of an inode. by Joel Becker · 16 years ago
  26. d562862 ocfs2: ocfs2_insert_at_leaf() doesn't need struct inode. by Joel Becker · 16 years ago
  27. 4c911ee ocfs2: Make truncating the extent map an extent_tree_operation. by Joel Becker · 16 years ago
  28. 043beeb ocfs2: ocfs2_truncate_rec() doesn't need struct inode. by Joel Becker · 16 years ago
  29. d401dc1 ocfs2: ocfs2_grow_branch() and ocfs2_append_rec_to_path() lose struct inode. by Joel Becker · 16 years ago
  30. c495dd2 ocfs2: ocfs2_try_to_merge_extent() doesn't need struct inode. by Joel Becker · 16 years ago
  31. 4fe82c3 ocfs2: ocfs2_merge_rec_left/right() no longer need struct inode. by Joel Becker · 16 years ago
  32. 70f18c0 ocfs2: ocfs2_rotate_tree_left() no longer needs struct inode. by Joel Becker · 16 years ago
  33. e46f74d ocfs2: __ocfs2_rotate_tree_left() doesn't need struct inode. by Joel Becker · 16 years ago
  34. 1e2dd63 ocfs2: ocfs2_rotate_subtree_left() doesn't need struct inode. by Joel Becker · 16 years ago
  35. 09106ba ocfs2: ocfs2_update_edge_lengths() doesn't need struct inode. by Joel Becker · 16 years ago
  36. 1bbf0b8 ocfs2: ocfs2_rotate_tree_right() doesn't need struct inode. by Joel Becker · 16 years ago
  37. 6136ca5 ocfs2: Drop struct inode from ocfs2_extent_tree_operations. by Joel Becker · 16 years ago
  38. 7dc0280 ocfs2: Pass ocfs2_extent_tree to ocfs2_get_subtree_root() by Joel Becker · 16 years ago
  39. 5c601ab ocfs2: Get inode out of ocfs2_rotate_subtree_root_right(). by Joel Becker · 16 years ago
  40. 4619c73 ocfs2: ocfs2_complete_edge_insert() doesn't need struct inode at all. by Joel Becker · 16 years ago
  41. 6641b0c ocfs2: Pass ocfs2_extent_tree to ocfs2_unlink_path() by Joel Becker · 16 years ago
  42. 42a5a7a ocfs2: ocfs2_create_new_meta_bhs() doesn't need struct inode. by Joel Becker · 16 years ago
  43. facdb77 ocfs2: ocfs2_find_path() only needs the caching info by Joel Becker · 16 years ago
  44. 3d03a30 ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block(). by Joel Becker · 16 years ago
  45. d9a0a1f ocfs2: Store the ocfs2_caching_info on ocfs2_extent_tree. by Joel Becker · 16 years ago
  46. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 16 years ago
  47. 292dd27 ocfs2: move ip_created_trans to struct ocfs2_caching_info by Joel Becker · 16 years ago
  48. 66fb345 ocfs2: move ip_last_trans to struct ocfs2_caching_info by Joel Becker · 16 years ago
  49. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 16 years ago
  50. 6e5a3d7 ocfs2: Change metadata caching locks to an operations structure. by Joel Becker · 16 years ago
  51. 47460d6 ocfs2: Make the ocfs2_caching_info structure self-contained. by Joel Becker · 16 years ago
  52. 8379e7c ocfs2: ocfs2_write_begin_nolock() should handle len=0 by Sunil Mushran · 15 years ago
  53. a1b08e7 ocfs2: invalidate dentry if its dentry_lock isn't initialized. by Tao Ma · 15 years ago
  54. c795b33 ocfs2/dlm: Wait on lockres instead of erroring cancel requests by Goldwyn Rodrigues · 15 years ago
  55. a8b88d3 ocfs2: Add missing lock name by Jan Kara · 15 years ago
  56. 5fd1318 ocfs2: Don't oops in ocfs2_kill_sb on a failed mount by Jan Kara · 15 years ago
  57. 60e2ec4 ocfs2: release the buffer head in ocfs2_do_truncate. by Tao Ma · 15 years ago
  58. ada5082 ocfs2: Handle quota file corruption more gracefully by Jan Kara · 15 years ago
  59. b409d7a ocfs2: Fix possible deadlock when extending quota file by Jan Kara · 15 years ago
  60. 8a57a9d ocfs2: keep index within status_map[] by Roel Kluin · 15 years ago
  61. e743267 ocfs2: Initialize the cluster we're writing to in a non-sparse extend by Sunil Mushran · 15 years ago
  62. ab57a408 ocfs2: Remove redundant BUG_ON in __dlm_queue_ast() by Goldwyn Rodrigues · 15 years ago
  63. e9956fa ocfs2/quota: Release lock for error in ocfs2_quota_write. by Tao Ma · 15 years ago
  64. 0584974 ocfs2: Define credit counts for quota operations by Jan Kara · 15 years ago
  65. 4539f1d ocfs2: Remove syncjiff field from quota info by Jan Kara · 15 years ago
  66. 1c1d979 ocfs2: Fix initialization of blockcheck stats by Jan Kara · 15 years ago
  67. 7669f54 ocfs2: Zero out padding of on disk dquot structure by Jan Kara · 15 years ago
  68. 0e7f387 ocfs2: Initialize blocks allocated to local quota file by Jan Kara · 15 years ago
  69. 4b3fa19 ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq() by Jan Kara · 15 years ago
  70. b57ac2c ocfs2: Make global quota files blocksize aligned by Jan Kara · 15 years ago
  71. 82e1264 ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records. by Tao Ma · 15 years ago
  72. f7b1aa6 ocfs2: Fix deadlock on umount by Jan Kara · 15 years ago
  73. 3c5e106 ocfs2: Add extra credits and access the modified bh in update_edge_lengths. by Tao Ma · 15 years ago
  74. 1f4cea3 ocfs2: Fail ocfs2_get_block() immediately when a block needs allocation by Wengang Wang · 15 years ago
  75. cbfa963 ocfs2: Fix error return in ocfs2_write_cluster() by Wengang Wang · 15 years ago
  76. 44d8e4e ocfs2: Fix compilation warning for fs/ocfs2/xattr.c by Subrata Modak · 15 years ago
  77. cefcb80 ocfs2: Initialize count in aio_write before generic_write_checks by Goldwyn Rodrigues · 15 years ago
  78. 812e7a6 ocfs2: log the actual return value of ocfs2_file_aio_write() by Wengang Wang · 15 years ago
  79. 17ae26b ocfs2: trivial fix for s/migrate/migration/ in dlmrecovery.c logging by Jeff Liu · 15 years ago
  80. 8b712cd ocfs2: Fixup orphan scan cleanup after failed mount by Jeff Mahoney · 15 years ago
  81. cf5434e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  82. d246ab3 ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define. by Tao Ma · 15 years ago
  83. cb25797 ocfs2: Add lockdep annotations by Jan Kara · 15 years ago
  84. df152c2 ocfs2: Disable orphan scanning for local and hard-ro mounts by Sunil Mushran · 15 years ago
  85. 3211949 ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init() by Sunil Mushran · 15 years ago
  86. 692684e ocfs2: Stop orphan scan as early as possible during umount by Sunil Mushran · 15 years ago
  87. c3d3884 ocfs2: Fix ocfs2_osb_dump() by Sunil Mushran · 15 years ago
  88. 94e41ec ocfs2: Pin journal head before accessing jh->b_committed_data by Sunil Mushran · 15 years ago
  89. 1962f39 ocfs2: Update atime in splice read if necessary. by Tao Ma · 15 years ago
  90. 1c520df ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API. by Joel Becker · 15 years ago
  91. 90c699a block: rename CONFIG_LBD to CONFIG_LBDAF by Bartlomiej Zolnierkiewicz · 15 years ago
  92. 300df7d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  93. 9af0b38 ocfs2/net: Use wait_event() in o2net_send_message_vec() by Sunil Mushran · 15 years ago
  94. 6b791bc ocfs2: Adjust rightmost path in ocfs2_add_branch. by Tao Ma · 15 years ago
  95. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  96. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  97. 94cb993 ocfs2: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  98. e04cc15 ocfs2: fdatasync should skip unimportant metadata writeout by Hisashi Hifumi · 15 years ago
  99. 06c59bb ocfs2: Remove redundant gotos in ocfs2_mount_volume() by Tao Ma · 15 years ago
  100. 73be192 ocfs2: Add statistics for the checksum and ecc operations. by Joel Becker · 16 years ago