1. 90bed5a Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents by Filipe Manana · 4 years, 3 months ago
  2. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  3. fba4b69 btrfs: Fix slab accounting flags by Nikolay Borisov · 8 years ago
  4. c0d2f61 btrfs: fix disk_i_size update bug when fallocate() fails by Wang Xiaoguang · 8 years ago
  5. f0e9b7d Btrfs: fix race setting block group readonly during device replace by Filipe Manana · 8 years ago
  6. 578def7 Btrfs: don't wait for unrelated IO to finish before relocation by Filipe Manana · 8 years ago
  7. bb7ab3b btrfs: Fix misspellings in comments. by Adam Buchbinder · 8 years ago
  8. ebb8765 btrfs: move btrfs_compression_type to compression.h by Anand Jain · 8 years ago
  9. 5598e90 btrfs: drop null testing before destroy functions by Kinglong Mee · 8 years ago
  10. 161c3549 Btrfs: change how we wait for pending ordered extents by Josef Bacik · 9 years ago
  11. a83342a btrfs: add comments to barriers before waitqueue_active by David Sterba · 9 years ago
  12. 61de718 Btrfs: fix memory corruption on failure to submit bio for direct IO by Filipe Manana · 9 years ago
  13. 7558c8b Btrfs: don't attach unnecessary extents to transaction on fsync by Filipe Manana · 9 years ago
  14. b659ef0 Btrfs: avoid syncing log in the fast fsync path when not necessary by Filipe Manana · 9 years ago
  15. 0c30430 Btrfs: remove csum_bytes_left by Liu Bo · 9 years ago
  16. 28aeeac Btrfs: fix panic when starting bg cache writeout after IO error by Filipe Manana · 9 years ago
  17. 4d884fc Btrfs: fix fsync race leading to ordered extent memory leaks by Filipe Manana · 9 years ago
  18. 0870295 Btrfs: collect only the necessary ordered extents on ranged fsync by Filipe Manana · 10 years ago
  19. 50d9aa9 Btrfs: make sure logged extents complete in the current transaction V3 by Josef Bacik · 10 years ago
  20. 728404d Btrfs: add helper btrfs_fdatawrite_range by Filipe Manana · 10 years ago
  21. 9e0af23 Btrfs: fix task hang under heavy compressed write by Liu Bo · 10 years ago
  22. 8d875f9 btrfs: disable strict file flushes for renames and truncates by Chris Mason · 10 years ago
  23. 98ce2de Btrfs: fix abnormal long waiting in fsync by Liu Bo · 10 years ago
  24. 351fd35 btrfs: remove stale newlines from log messages by David Sterba · 10 years ago
  25. 31f3d25 Btrfs: split the global ordered extents mutex by Miao Xie · 10 years ago
  26. af7a650 Btrfs: wake up the tasks that wait for the io earlier by Miao Xie · 10 years ago
  27. 8b9d83c Btrfs: fix early enospc due to the race of the two ordered extent wait by Miao Xie · 10 years ago
  28. d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 10 years ago
  29. a44903a btrfs: Replace fs_info->flush_workers with btrfs_workqueue. by Qu Wenruo · 10 years ago
  30. 827463c Btrfs: don't mix the ordered extents of all files together during logging the inodes by Miao Xie · 10 years ago
  31. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 10 years ago
  32. 1b8e7e4 Btrfs: avoid unnecessary ordered extent cache resets by Filipe David Borba Manana · 10 years ago
  33. 931aa87 Btrfs: fix list delete warning when removing ordered root from the list by Miao Xie · 11 years ago
  34. b52abf1 Btrfs: don't wait for ordered data outside desired range by Filipe David Borba Manana · 11 years ago
  35. b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago
  36. 9385876 Btrfs: take ordered root lock when removing ordered operations inode by Josef Bacik · 11 years ago
  37. 0ef8b72 Btrfs: return an error from btrfs_wait_ordered_range by Josef Bacik · 11 years ago
  38. 5ede859 Btrfs: btrfs_add_ordered_operation: Fix last modified transaction comparison. by chandan · 11 years ago
  39. f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 11 years ago
  40. 77cef2e Btrfs: allow partial ordered extent completion by Josef Bacik · 11 years ago
  41. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  42. 9ffba8c Btrfs: fix heavy delalloc related deadlock by Josef Bacik · 11 years ago
  43. f51a4a1 Btrfs: remove btrfs_sector_sum structure by Miao Xie · 11 years ago
  44. 199c2a9 Btrfs: introduce per-subvolume ordered extent list by Miao Xie · 11 years ago
  45. e4100d9 Btrfs: improve the performance of the csums lookup by Miao Xie · 11 years ago
  46. db1d607 Btrfs: hold the ordered operations mutex when waiting on ordered extents by Josef Bacik · 11 years ago
  47. 569e0f3 Btrfs: place ordered operations on a per transaction list by Josef Bacik · 11 years ago
  48. 5b947f1 Btrfs: don't traverse the ordered operation list repeatedly by Miao Xie · 11 years ago
  49. 2ab28f3 Btrfs: wait on ordered extents at the last possible moment by Josef Bacik · 12 years ago
  50. 59fe4f4 Btrfs: fix possible stale data exposure by Josef Bacik · 11 years ago
  51. 5d1f402 Btrfs: fix missing i_size update by Josef Bacik · 11 years ago
  52. 4fde183 Btrfs: cleanup for btrfs_wait_order_range by Liu Bo · 12 years ago
  53. 9afab88 Btrfs: make ordered extent be flushed by multi-task by Miao Xie · 12 years ago
  54. 25287e0 Btrfs: make ordered operations be handled by multi-task by Miao Xie · 12 years ago
  55. 6bbe3a9 Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents by Liu Bo · 12 years ago
  56. 6352b91 Btrfs: use a slab for ordered extents allocation by Miao Xie · 12 years ago
  57. b9a8cc5 Btrfs: fix file extent discount problem in the, snapshot by Miao Xie · 12 years ago
  58. b257031 btrfs: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  59. 7ddf5a4 Btrfs: call filemap_fdatawrite twice for compression by Josef Bacik · 12 years ago
  60. 5fd0204 Btrfs: finish ordered extents in their own thread by Josef Bacik · 12 years ago
  61. 4e89915 Btrfs: do not check delalloc when updating disk_i_size by Josef Bacik · 12 years ago
  62. 551ebb2 Btrfs: remove useless waiting and extra filemap work by Josef Bacik · 12 years ago
  63. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 12 years ago
  64. 43c04fb btrfs: Panic on bad rbtree operations by Jeff Mahoney · 13 years ago
  65. 1abe9b8 Btrfs: add initial tracepoint support for btrfs by liubo · 13 years ago
  66. c87fb6f Btrfs: avoid uninit variable warnings in ordered-data.c by Chris Mason · 13 years ago
  67. 261507a0 btrfs: Allow to add new compression algorithm by Li Zefan · 13 years ago
  68. 163cf09 Btrfs: deal with DIO bios that span more than one ordered extent by Chris Mason · 13 years ago
  69. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  70. 4b46fce Btrfs: add basic DIO read/write support by Josef Bacik · 14 years ago
  71. 0ca1f7c Btrfs: Update metadata reservation for delayed allocation by Yan, Zheng · 14 years ago
  72. 795d580 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  73. 287a0ab Btrfs: kill max_extent mount option by Josef Bacik · 14 years ago
  74. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  75. 5a1a3df Btrfs: cache ordered extent when completing io by Josef Bacik · 14 years ago
  76. 49958fd Btrfs: change the ordered tree to use a spinlock instead of a mutex by Josef Bacik · 14 years ago
  77. a038fab0 Btrfs: align offsets for btrfs_ordered_update_i_size by Yan, Zheng · 14 years ago
  78. 24bbcf0 Btrfs: Add delayed iput by Yan, Zheng · 15 years ago
  79. c216775 Btrfs: Fix disk_i_size update corner case by Yan, Zheng · 15 years ago
  80. 474a503 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 15 years ago
  81. 32c00af Btrfs: release delalloc reservations on extent item insertion by Josef Bacik · 15 years ago
  82. 8aa38c3 Btrfs: remove duplicates of filemap_ helpers by Christoph Hellwig · 15 years ago
  83. 54bcf38 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable into for-linus by Chris Mason · 15 years ago
  84. 1fe06ad writeback: get rid of wbc->for_writepages by Jens Axboe · 15 years ago
  85. 8b62b72 Btrfs: Use PagePrivate2 to track pages in the data=ordered code. by Chris Mason · 15 years ago
  86. 9655d29 Btrfs: use a cached state for extent state operations during delalloc by Chris Mason · 15 years ago
  87. ffbd517 Btrfs: use WRITE_SYNC for synchronous writes by Chris Mason · 15 years ago
  88. 5a3f23d Btrfs: add extra flushing for renames and truncates by Chris Mason · 15 years ago
  89. c6e3087 Btrfs: simplify iteration codes by Qinghuang Feng · 15 years ago
  90. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 15 years ago
  91. d20f704 Btrfs: move data checksumming into a dedicated tree by Chris Mason · 15 years ago
  92. 771ed68 Btrfs: Optimize compressed writeback and reads by Chris Mason · 16 years ago
  93. d899e05 Btrfs: Add fallocate support v2 by Yan Zheng · 16 years ago
  94. 80ff385 Btrfs: update nodatacow code v2 by Yan Zheng · 16 years ago
  95. c8b9781 Btrfs: Add zlib compression support by Chris Mason · 16 years ago
  96. cb843a6 Btrfs: O_DIRECT writes via buffered writes + invaldiate by Chris Mason · 16 years ago
  97. d352ac6 Btrfs: add and improve comments by Chris Mason · 16 years ago
  98. 5b21f2e Btrfs: extent_map and data=ordered fixes for space balancing by Zheng Yan · 16 years ago
  99. 7ea394f Btrfs: Fix nodatacow for the new data=ordered mode by Yan Zheng · 16 years ago
  100. b48652c Btrfs: Various small fixes. by Yan Zheng · 16 years ago