1. 131d3ff Btrfs: fix assertion failure on fsync with NO_HOLES enabled by Filipe Manana · 5 years ago
  2. 7875fd3 btrfs: skip log replay on orphaned roots by Josef Bacik · 4 years, 5 months ago
  3. 4bc698d Btrfs: fix assertion failure during fsync and use of stale transaction by Filipe Manana · 4 years, 8 months ago
  4. bb78044 Btrfs: fix race updating log root item during fsync by Filipe Manana · 5 years ago
  5. 44f705e btrfs: remove WARN_ON in log_dir_items by Josef Bacik · 5 years ago
  6. 6a0403a Btrfs: fix wrong dentries after fsync of file that got its parent replaced by Filipe Manana · 6 years ago
  7. 1bd7112 btrfs: fix error handling in free_log_tree by Jeff Mahoney · 6 years ago
  8. 65cb469 btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups by David Sterba · 6 years ago
  9. bee3c02 Btrfs: fix copy_items() return value when logging an inode by Filipe Manana · 6 years ago
  10. 14c4d5f Btrfs: fix NULL pointer dereference in log_dir_items by Liu Bo · 6 years ago
  11. b383575 Btrfs: bail out on error during replay_dir_deletes by Liu Bo · 6 years ago
  12. 9229124 Btrfs: fix xattr loss after power failure by Filipe Manana · 6 years ago
  13. e7f42b0 btrfs: Remove extra parentheses from condition in copy_items() by Matthias Kaehlcke · 7 years ago
  14. efb1cbc Btrfs: fix unexpected -EEXIST when creating new inode by Liu Bo · 6 years ago
  15. bc0d431 Btrfs: fix extent state leak from tree log by Liu Bo · 6 years ago
  16. 0f4adc1 Btrfs: fix crash due to not cleaning up tree log block's dirty bits by Liu Bo · 6 years ago
  17. 6731212 Btrfs: fix lockdep warning about log_mutex by Liu Bo · 7 years ago
  18. 26dc524 Btrfs: fix tree search logic when replaying directory entry deletes by Robbie Ko · 8 years ago
  19. 664b053 Btrfs: fix deadlock caused by fsync when logging directory entries by Robbie Ko · 8 years ago
  20. f616751 Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  21. 570dd45 btrfs: fix races on root_log_ctx lists by Chris Mason · 8 years ago
  22. f29135b Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  23. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  24. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
  25. f031221 btrfs: use filemap_check_errors() by Miklos Szeredi · 8 years ago
  26. cbd60aa Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns by Chris Mason · 8 years ago
  27. 28a2359 Btrfs: fix lockdep warning on deadlock against an inode's log mutex by Filipe Manana · 8 years ago
  28. df2c95f btrfs: qgroup: Fix qgroup incorrectness caused by log replay by Qu Wenruo · 8 years ago
  29. 1083881 Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.8 by Chris Mason · 8 years ago
  30. 44f714d Btrfs: improve performance on fsync against new inode after rename/unlink by Filipe Manana · 8 years ago
  31. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 8 years ago
  32. 3cdde22 btrfs: btrfs_test_opt and friends should take a btrfs_fs_info by Jeff Mahoney · 8 years ago
  33. fb770ae Btrfs: fix read_node_slot to return errors by Liu Bo · 8 years ago
  34. 4c6459f Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  35. c871b0f Btrfs: check if extent buffer is aligned to sectorsize by Liu Bo · 8 years ago
  36. 559b6d9 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  37. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 8 years ago
  38. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 8 years ago
  39. 07be133 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  40. c315ef8 Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7 by Chris Mason · 8 years ago
  41. 5f9a8a5 Btrfs: add semaphore to synchronize direct IO writes with fsync by Filipe Manana · 8 years ago
  42. 3f9749f Btrfs: fix empty symlink after creating symlink and fsync parent dir by Filipe Manana · 8 years ago
  43. 657ed1a Btrfs: fix for incorrect directory entries after fsync log replay by Filipe Manana · 8 years ago
  44. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  45. 9116621 btrfs: sink gfp parameter to clear_extent_bits by David Sterba · 8 years ago
  46. 34d9700 btrfs: rename btrfs_std_error to btrfs_handle_fs_error by Anand Jain · 8 years ago
  47. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  48. 56f23fd Btrfs: fix file/data loss caused by fsync after rename and new inode by Filipe Manana · 8 years ago
  49. bb7ab3b btrfs: Fix misspellings in comments. by Adam Buchbinder · 8 years ago
  50. ebb8765 btrfs: move btrfs_compression_type to compression.h by Anand Jain · 8 years ago
  51. 5e33a2b Btrfs: do not collect ordered extents when logging that inode exists by Filipe Manana · 8 years ago
  52. 2be63d5 Btrfs: fix file loss on log replay after renaming a file and fsync by Filipe Manana · 8 years ago
  53. 1ec9a1a Btrfs: fix unreplayable log after snapshot delete + parent dir fsync by Filipe Manana · 8 years ago
  54. de0ee0e Btrfs: fix race between fsync and lockless direct IO writes by Filipe Manana · 8 years ago
  55. b06c4bf Btrfs: fix regression running delayed references when using qgroups by Filipe Manana · 9 years ago
  56. 6db4a73 Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4 by Chris Mason · 9 years ago
  57. 779adf0 btrfs: remove extra barrier before waitqueue_active by David Sterba · 9 years ago
  58. 33a9eca btrfs: comment waitqueue_active implied by locks by David Sterba · 9 years ago
  59. a4553fe Btrfs: consolidate btrfs_error() to btrfs_std_error() by Anand Jain · 9 years ago
  60. b84b839 Btrfs: fix file read corruption after extent cloning and fsync by Filipe Manana · 9 years ago
  61. 60d53eb btrfs: Remove unused arguments in tree-log.c by Zhaolei · 9 years ago
  62. 34eb2a5 btrfs: Remove useless condition in start_log_trans() by Zhaolei · 9 years ago
  63. 18aa092 Btrfs: fix stale dir entries after removing a link and fsync by Filipe Manana · 9 years ago
  64. bb53eda Btrfs: fix stale directory entries after fsync log replay by Filipe Manana · 9 years ago
  65. a89ca6f Btrfs: fix fsync after truncate when no_holes feature is enabled by Filipe Manana · 9 years ago
  66. 36283bf Btrfs: fix fsync xattr loss in the fast fsync path by Filipe Manana · 9 years ago
  67. e4545de Btrfs: fix fsync data loss after append write by Filipe Manana · 9 years ago
  68. 0c30430 Btrfs: remove csum_bytes_left by Liu Bo · 9 years ago
  69. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  70. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  71. 28ed134 btrfs: actively run the delayed refs while deleting large files by Chris Mason · 9 years ago
  72. 2f2ff0e Btrfs: fix metadata inconsistencies after directory fsync by Filipe Manana · 9 years ago
  73. 4f764e5 Btrfs: remove deleted xattrs on fsync log replay by Filipe Manana · 9 years ago
  74. fc4c3c8 Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1 by Chris Mason · 9 years ago
  75. 84399bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  76. dd9ef13 Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref. by Quentin Casasnovas · 9 years ago
  77. 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  78. 01d5847 Btrfs: disk-io: replace root args iff only fs_info used by Daniel Dressler · 9 years ago
  79. a742994 Btrfs: don't remove extents and xattrs when logging new names by Filipe Manana · 9 years ago
  80. 1a4bcf4 Btrfs: fix fsync data loss after adding hard link to inode by Filipe Manana · 9 years ago
  81. 575849e Btrfs: fix scheduler warning when syncing log by Filipe Manana · 9 years ago
  82. 3da5ab5 Btrfs: add missing blk_finish_plug in btrfs_sync_log() by Forrest Liu · 9 years ago
  83. a937b97 btrfs: kill btrfs_inode_*time helpers by David Sterba · 9 years ago
  84. df8d116 Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefs by Filipe Manana · 9 years ago
  85. 2c2c452 Btrfs: fix fsync when extend references are added to an inode by Filipe Manana · 9 years ago
  86. d36808e Btrfs: fix directory inconsistency after fsync log replay by Filipe Manana · 9 years ago
  87. 57bbddd Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus by Chris Mason · 9 years ago
  88. 9c4f61f btrfs: simplify insert_orphan_item by David Sterba · 9 years ago
  89. 381cf65 btrfs: fix leak of path in btrfs_find_item by David Sterba · 9 years ago
  90. a83fffb btrfs: sink blocksize parameter to btrfs_find_create_tree_block by David Sterba · 10 years ago
  91. b38ef71 Btrfs: ensure ordered extent errors aren't missed on fsync by Filipe Manana · 10 years ago
  92. 0870295 Btrfs: collect only the necessary ordered extents on ranged fsync by Filipe Manana · 10 years ago
  93. 5ab5e44 Btrfs: don't ignore log btree writeback errors by Filipe Manana · 10 years ago
  94. 50d9aa9 Btrfs: make sure logged extents complete in the current transaction V3 by Josef Bacik · 9 years ago
  95. 9dba8cf Btrfs: make sure we wait on logged extents when fsycning two subvols by Josef Bacik · 10 years ago
  96. 4f4274a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  97. 1a4ed8f Btrfs: fix invalid leaf slot access in btrfs_lookup_extent() by Filipe Manana · 10 years ago
  98. 90d0c37 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  99. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  100. 8407f55 Btrfs: fix data corruption after fast fsync and writeback error by Filipe Manana · 10 years ago