1. f0e9b7d Btrfs: fix race setting block group readonly during device replace by Filipe Manana · 8 years ago
  2. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 8 years ago
  3. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 8 years ago
  4. 578def7 Btrfs: don't wait for unrelated IO to finish before relocation by Filipe Manana · 8 years ago
  5. 161c3549 Btrfs: change how we wait for pending ordered extents by Josef Bacik · 9 years ago
  6. b659ef0 Btrfs: avoid syncing log in the fast fsync path when not necessary by Filipe Manana · 9 years ago
  7. 0c30430 Btrfs: remove csum_bytes_left by Liu Bo · 9 years ago
  8. 0870295 Btrfs: collect only the necessary ordered extents on ranged fsync by Filipe Manana · 10 years ago
  9. 50d9aa9 Btrfs: make sure logged extents complete in the current transaction V3 by Josef Bacik · 10 years ago
  10. 8d875f9 btrfs: disable strict file flushes for renames and truncates by Chris Mason · 10 years ago
  11. d458b05 btrfs: Cleanup the "_struct" suffix in btrfs_workequeue by Qu Wenruo · 10 years ago
  12. fccb5d8 btrfs: Replace fs_info->endio_* workqueue with btrfs_workqueue. by Qu Wenruo · 10 years ago
  13. a44903a btrfs: Replace fs_info->flush_workers with btrfs_workqueue. by Qu Wenruo · 10 years ago
  14. 827463c Btrfs: don't mix the ordered extents of all files together during logging the inodes by Miao Xie · 10 years ago
  15. b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago
  16. 0ef8b72 Btrfs: return an error from btrfs_wait_ordered_range by Josef Bacik · 11 years ago
  17. f0de181 Btrfs: kill delay_iput arg to the wait_ordered functions by Josef Bacik · 11 years ago
  18. 77cef2e Btrfs: allow partial ordered extent completion by Josef Bacik · 11 years ago
  19. f51a4a1 Btrfs: remove btrfs_sector_sum structure by Miao Xie · 11 years ago
  20. 199c2a9 Btrfs: introduce per-subvolume ordered extent list by Miao Xie · 11 years ago
  21. e4100d9 Btrfs: improve the performance of the csums lookup by Miao Xie · 11 years ago
  22. b2c6b3e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into for-linus-3.9 by Chris Mason · 11 years ago
  23. 569e0f3 Btrfs: place ordered operations on a per transaction list by Josef Bacik · 11 years ago
  24. 2ab28f3 Btrfs: wait on ordered extents at the last possible moment by Josef Bacik · 12 years ago
  25. a22180d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  26. 9afab88 Btrfs: make ordered extent be flushed by multi-task by Miao Xie · 12 years ago
  27. 25287e0 Btrfs: make ordered operations be handled by multi-task by Miao Xie · 12 years ago
  28. 48fc7f7 Fix misspellings of "whether" in comments. by Adam Buchbinder · 12 years ago
  29. 6bbe3a9 Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents by Liu Bo · 12 years ago
  30. 6352b91 Btrfs: use a slab for ordered extents allocation by Miao Xie · 12 years ago
  31. b9a8cc5 Btrfs: fix file extent discount problem in the, snapshot by Miao Xie · 12 years ago
  32. 5fd0204 Btrfs: finish ordered extents in their own thread by Josef Bacik · 12 years ago
  33. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 12 years ago
  34. 261507a0 btrfs: Allow to add new compression algorithm by Li Zefan · 13 years ago
  35. 163cf09 Btrfs: deal with DIO bios that span more than one ordered extent by Chris Mason · 13 years ago
  36. 4b46fce Btrfs: add basic DIO read/write support by Josef Bacik · 14 years ago
  37. 5a1a3df Btrfs: cache ordered extent when completing io by Josef Bacik · 14 years ago
  38. 49958fd Btrfs: change the ordered tree to use a spinlock instead of a mutex by Josef Bacik · 14 years ago
  39. 6bef4d3 Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL by Eric Paris · 14 years ago
  40. 24bbcf0 Btrfs: Add delayed iput by Yan, Zheng · 15 years ago
  41. c216775 Btrfs: Fix disk_i_size update corner case by Yan, Zheng · 15 years ago
  42. 8aa38c3 Btrfs: remove duplicates of filemap_ helpers by Christoph Hellwig · 15 years ago
  43. 8b62b72 Btrfs: Use PagePrivate2 to track pages in the data=ordered code. by Chris Mason · 15 years ago
  44. 5a3f23d Btrfs: add extra flushing for renames and truncates by Chris Mason · 15 years ago
  45. d20f704 Btrfs: move data checksumming into a dedicated tree by Chris Mason · 15 years ago
  46. d899e05 Btrfs: Add fallocate support v2 by Yan Zheng · 16 years ago
  47. 80ff385 Btrfs: update nodatacow code v2 by Yan Zheng · 16 years ago
  48. c8b9781 Btrfs: Add zlib compression support by Chris Mason · 16 years ago
  49. cb843a6 Btrfs: O_DIRECT writes via buffered writes + invaldiate by Chris Mason · 16 years ago
  50. 7ea394f Btrfs: Fix nodatacow for the new data=ordered mode by Yan Zheng · 16 years ago
  51. 3eaa288 Btrfs: Fix the defragmention code and the block relocation code for data=ordered by Chris Mason · 16 years ago
  52. 9ba4611 Btrfs: Fix 32 bit compiles by using an unsigned long byte count in the ordered extent by Chris Mason · 16 years ago
  53. ed98b56 Btrfs: Take the csum mutex while reading checksums by Chris Mason · 16 years ago
  54. f421950 Btrfs: Fix some data=ordered related data corruptions by Chris Mason · 16 years ago
  55. 3edf7d3 Btrfs: Handle data checksumming on bios that span multiple ordered extents by Chris Mason · 16 years ago
  56. eb84ae0 Btrfs: Cleanup and comment ordered-data.c by Chris Mason · 16 years ago
  57. ba1da2f Btrfs: Don't pin pages in ram until the entire ordered extent is on disk. by Chris Mason · 16 years ago
  58. dbe674a Btrfs: Update on disk i_size only after pending ordered extents are done by Chris Mason · 16 years ago
  59. e6dcd2d Btrfs: New data=ordered implementation by Chris Mason · 16 years ago
  60. 594a24e Fix btrfs_del_ordered_inode to allow forcing the drop during unlinks by Chris Mason · 16 years ago
  61. e1b81e6 btrfs delete ordered inode handling fix by Mingming · 16 years ago
  62. 81d7ed2 Btrfs: Throttle file_write when data=ordered is flushing the inode by Chris Mason · 16 years ago
  63. 4d5e74b Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernels by Chris Mason · 16 years ago
  64. cee36a0 Rework btrfs_drop_inode to avoid scheduling by Chris Mason · 16 years ago
  65. dc17ff8 Btrfs: Add data=ordered support by Chris Mason · 16 years ago