1. d313d7a Btrfs: add a priority queue to the async thread helpers by Chris Mason · 15 years ago
  2. 5a3f23d Btrfs: add extra flushing for renames and truncates by Chris Mason · 15 years ago
  3. 12fcfd2 Btrfs: tree logging unlink/rename fixes by Chris Mason · 15 years ago
  4. b947343 Btrfs: leave btree locks spinning more often by Chris Mason · 15 years ago
  5. 56bec29 Btrfs: do extent allocation and reference count updates in the background by Chris Mason · 15 years ago
  6. 6a63209 Btrfs: add better -ENOSPC handling by Josef Bacik · 15 years ago
  7. 2cfbd50 Btrfs: check file pointer in btrfs_sync_file by Chris Mason · 15 years ago
  8. 7237f18 Btrfs: fix tree logs parallel sync by Yan Zheng · 15 years ago
  9. 7eaebe7 Btrfs: removed unused #include <version.h>'s by Huang Weiyi · 15 years ago
  10. 1ba1255 Btrfs: don't change file extent's ram_bytes in btrfs_drop_extents by Yan Zheng · 16 years ago
  11. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  12. 9aead43 Btrfs: Fix memset length in btrfs_file_write by yanhai zhu · 16 years ago
  13. 17d217f Btrfs: fix nodatasum handling in balancing code by Yan Zheng · 16 years ago
  14. 580afd7 Btrfs: Fix compressed checksum fsync log copies by Chris Mason · 16 years ago
  15. c3027eb Btrfs: Add inode sequence number for NFS and reserved space in a few structs by Chris Mason · 16 years ago
  16. 6e430f9 Btrfs: fix shadowed variable declarations by Christoph Hellwig · 16 years ago
  17. c36047d Btrfs: Fix race in btrfs_mark_extent_written by Yan Zheng · 16 years ago
  18. 8247b41 Btrfs: Fix starting search offset inside btrfs_drop_extents by Yan Zheng · 16 years ago
  19. 445a694 Btrfs: Fix usage of struct extent_map->orig_start by Chris Mason · 16 years ago
  20. ff5b7ee Btrfs: Fix csum error for compressed data by Yan Zheng · 16 years ago
  21. 771ed68 Btrfs: Optimize compressed writeback and reads by Chris Mason · 16 years ago
  22. 70b99e6 Btrfs: Compression corner fixes by Chris Mason · 16 years ago
  23. d899e05 Btrfs: Add fallocate support v2 by Yan Zheng · 16 years ago
  24. 6643558 Btrfs: Fix bookend extent race v2 by Yan Zheng · 16 years ago
  25. 9036c10 Btrfs: update hole handling v2 by Yan Zheng · 16 years ago
  26. c8b9781 Btrfs: Add zlib compression support by Chris Mason · 16 years ago
  27. 3bb1a1b Btrfs: Remove offset field from struct btrfs_extent_ref by Yan Zheng · 16 years ago
  28. a76a3cd Btrfs: Count space allocated to file in bytes by Yan Zheng · 16 years ago
  29. cb843a6 Btrfs: O_DIRECT writes via buffered writes + invaldiate by Chris Mason · 16 years ago
  30. d352ac6 Btrfs: add and improve comments by Chris Mason · 16 years ago
  31. 5b21f2e Btrfs: extent_map and data=ordered fixes for space balancing by Zheng Yan · 16 years ago
  32. 2b1f55b Remove Btrfs compat code for older kernels by Chris Mason · 16 years ago
  33. 31840ae Btrfs: Full back reference support by Zheng Yan · 16 years ago
  34. 49eb7e4 Btrfs: Dir fsync optimizations by Chris Mason · 16 years ago
  35. e02119d Btrfs: Add a write ahead tree log to optimize synchronous operations by Chris Mason · 16 years ago
  36. a1b32a5 Btrfs: Add debugging checks to track down corrupted metadata by Chris Mason · 16 years ago
  37. ea8c281 Btrfs: Maintain a list of inodes that are delalloc and a way to wait on them by Chris Mason · 16 years ago
  38. f87f057 Btrfs: Improve and cleanup locking done by walk_down_tree by Chris Mason · 16 years ago
  39. 3ce7e67 Btrfs: Drop some debugging around the extent_map pinned flag by Chris Mason · 16 years ago
  40. 37d1aee Btrfs: Throttle tuning by Chris Mason · 16 years ago
  41. 0ee0fda Btrfs: Add compatibility for kernels >= 2.6.27-rc1 by Sven Wegener · 16 years ago
  42. bcc63ab Btrfs: implement memory reclaim for leaf reference cache by Yan · 16 years ago
  43. ab78c84 Btrfs: Throttle operations if the reference cache gets too large by Chris Mason · 16 years ago
  44. 017e536 Btrfs: Leaf reference cache update by Chris Mason · 16 years ago
  45. f421950 Btrfs: Fix some data=ordered related data corruptions by Chris Mason · 16 years ago
  46. 4a09675 Btrfs: Data ordered fixes by Chris Mason · 16 years ago
  47. 7f3c74f Btrfs: Keep extent mappings in ram until pending ordered extents are done by Chris Mason · 16 years ago
  48. ee6e650 Add a per-inode lock around btrfs_drop_extents by Chris Mason · 16 years ago
  49. ba1da2f Btrfs: Don't pin pages in ram until the entire ordered extent is on disk. by Chris Mason · 16 years ago
  50. f929574 btrfs_start_transaction: wait for commits in progress to finish by Chris Mason · 16 years ago
  51. dbe674a Btrfs: Update on disk i_size only after pending ordered extents are done by Chris Mason · 16 years ago
  52. 247e743 Btrfs: Use async helpers to deal with pages that have been improperly dirtied by Chris Mason · 16 years ago
  53. e6dcd2d Btrfs: New data=ordered implementation by Chris Mason · 16 years ago
  54. 1b1e213 Btrfs: Add a per-inode csum mutex to avoid races creating csum items by Chris Mason · 16 years ago
  55. 89ce8a6 Add btrfs_end_transaction_throttle to force writers to wait for pending commits by Chris Mason · 16 years ago
  56. 594a24e Fix btrfs_del_ordered_inode to allow forcing the drop during unlinks by Chris Mason · 16 years ago
  57. a213501 Btrfs: Replace the big fs_mutex with a collection of other locks by Chris Mason · 16 years ago
  58. 6bf13c0 Btrfs: transaction ioctls by Sage Weil · 16 years ago
  59. e1b81e6 btrfs delete ordered inode handling fix by Mingming · 16 years ago
  60. 211c17f Fix corners in writepage and btrfs_truncate_page by Chris Mason · 16 years ago
  61. 12fa8ec Btrfs: Add workaround for AppArmor changing remove_suid() by Jeff Mahoney · 16 years ago
  62. bb8885c Btrfs: Fix do_sync_file_range ifdefs (2.6.22) by Chris Mason · 16 years ago
  63. f2eb0a2 Btrfs: Clone file data ioctl by Sage Weil · 16 years ago
  64. 81d7ed2 Btrfs: Throttle file_write when data=ordered is flushing the inode by Chris Mason · 16 years ago
  65. 409c611 Btrfs: Set nodatasum on the inode when written by a nodatasum mount by Chris Mason · 16 years ago
  66. 3b95151 Btrfs: Use the extent map cache to find the logical disk block during data retries by Chris Mason · 16 years ago
  67. b248a41 Btrfs: A few updates for 2.6.18 and versions older than 2.6.25 by Chris Mason · 16 years ago
  68. 1643298 Btrfs: Add O_DIRECT read and write (writes == buffered + cache flush) by Chris Mason · 16 years ago
  69. 0740c82 Btrfs: Properly cast before shifting by Chris Mason · 16 years ago
  70. d99cb30 Btrfs: Take the extent lock before dropping the delalloc bits by Chris Mason · 16 years ago
  71. 0762704 Btrfs: Properly clear dirty and delalloc extent bits while preparing the file for write by Chris Mason · 16 years ago
  72. 39b5637 Btrfs: Fix "no csum found for inode" issue. by Yan · 16 years ago
  73. 9069218 Btrfs: Fix i_blocks accounting by Chris Mason · 16 years ago
  74. 7261009 btrfs_drop_extents: handle BTRFS_INODE_REF_KEY types by Yan · 16 years ago
  75. dacb473 Btrfs: Fix hole creation in file_write by Yan · 16 years ago
  76. 0181e58 btrfs_drop_extent fixe for inline items > 8K by Yan · 16 years ago
  77. 6f568d3 Btrfs: mount -o max_inline=size to control the maximum inline extent size by Chris Mason · 16 years ago
  78. 291d673 Btrfs: Do delalloc accounting via hooks in the extent_state code by Chris Mason · 16 years ago
  79. d1310b2 Btrfs: Split the extent_map code into two parts by Chris Mason · 16 years ago
  80. 5f56406 Btrfs: Fix hole insertion corner cases by Chris Mason · 16 years ago
  81. e2008b6 Btrfs: Add some simple throttling to wait for data=ordered and snapshot deletion by Chris Mason · 17 years ago
  82. dc17ff8 Btrfs: Add data=ordered support by Chris Mason · 17 years ago
  83. 2552488 Btrfs: Lower the max inline size to 8k by Chris Mason · 17 years ago
  84. 5b92ee7 Btrfs: Fix lock ordering of the snapshot semaphore against the page lock by Chris Mason · 17 years ago
  85. 98ed517 Btrfs: Force inlining off in a few places to save stack usage by Chris Mason · 17 years ago
  86. 1832a6d Btrfs: Implement basic support for -ENOSPC by Chris Mason · 17 years ago
  87. 6da6aba Btrfs: Back port to 2.6.18-el kernels by Chris Mason · 17 years ago
  88. e9906a9 Fixes for loopback files in btrfs by Chris Mason · 17 years ago
  89. 6e3b966 Off by one fix for btrfs_drop_extents by Yan · 17 years ago
  90. d8d5f3e Btrfs: Add lowest key information to back refs for extent tree blocks as well. by Chris Mason · 17 years ago
  91. 7bb8631 Btrfs: Add back pointers from extents to the btree or file referencing them by Chris Mason · 17 years ago
  92. 00f5c79 btrfs_drop_extents: make sure the item is getting smaller before truncate by Chris Mason · 17 years ago
  93. 448d640 Btrfs: Fine tune the btree writeback exclusion some more by Chris Mason · 17 years ago
  94. 257d0ce Btrfs: Allow large data extents in a single file to span into metadata block groups by Chris Mason · 17 years ago
  95. a273208 Fix EXTENT_MAP_INLINE off by one in btrfs_drop_extents by Yan · 17 years ago
  96. dcfec0d Btrfs: Fix u32 overflow in dirty_and_release_pages. by Yan · 17 years ago
  97. 179e29e Btrfs: Fix a number of inline extent problems that Yan Zheng reported. by Chris Mason · 17 years ago
  98. 35ebb93 Btrfs: Fix PAGE_CACHE_SHIFT shifts on 32 bit machines by Chris Mason · 17 years ago
  99. 2ff3e9b Add O_SYNC support to btrfs_file_write by Chris Mason · 17 years ago
  100. 18f16f7 Btrfs: Fix for insert_inline_extent to handle offset != 0 by Yan · 17 years ago