1. 0151049 Btrfs: fix missing data checksums after replaying a log tree by Filipe Manana · 4 years, 8 months ago
  2. f7313de btrfs: fix incorrect updating of log root tree by Josef Bacik · 4 years, 10 months ago
  3. 7cbd49c Btrfs: fix assertion failure during fsync and use of stale transaction by Filipe Manana · 4 years, 11 months ago
  4. fffedf5 Btrfs: fix fsync not persisting dentry deletions due to inode evictions by Filipe Manana · 5 years ago
  5. 110850f Btrfs: fix data loss after inode eviction, renaming it, and fsync it by Filipe Manana · 5 years ago
  6. a810711 Btrfs: fix fsync not persisting changed attributes of a directory by Filipe Manana · 5 years ago
  7. 37fe038 Btrfs: fix race updating log root item during fsync by Filipe Manana · 5 years ago
  8. 4f9a774 Btrfs: avoid fallback to transaction commit during fsync of files with holes by Filipe Manana · 5 years ago
  9. fd1b253 Btrfs: fix assertion failure on fsync with NO_HOLES enabled by Filipe Manana · 5 years ago
  10. b57220c btrfs: remove WARN_ON in log_dir_items by Josef Bacik · 5 years ago
  11. 22dcb30 Btrfs: fix incorrect file size after shrinking truncate and fsync by Filipe Manana · 5 years ago
  12. 10b0421 Btrfs: fix fsync of files with multiple hard links in new directories by Filipe Manana · 6 years ago
  13. fa625a4 Btrfs: fix missing data checksums after a ranged fsync (msync) by Filipe Manana · 6 years ago
  14. 51c62a3 btrfs: move the dio_sem higher up the callchain by Josef Bacik · 6 years ago
  15. e17af96 Btrfs: fix assertion on fsync of regular file when using no-holes feature by Filipe Manana · 6 years ago
  16. d2c6df3 Btrfs: fix wrong dentries after fsync of file that got its parent replaced by Filipe Manana · 6 years ago
  17. 55f21e1 Btrfs: fix warning when replaying log after fsync of a tmpfile by Filipe Manana · 6 years ago
  18. cdecd48 btrfs: fix error handling in free_log_tree by Jeff Mahoney · 6 years ago
  19. d4682ba Btrfs: sync log after logging new name by Filipe Manana · 6 years ago
  20. 8d9e220 btrfs: simplify IS_ERR/PTR_ERR checks by Al Viro · 6 years ago
  21. 2e19f1f btrfs: btrfs_iget never returns an is_bad_inode inode by Al Viro · 6 years ago
  22. 0d83639 Btrfs: fix mount failure after fsync due to hard link recreation by Filipe Manana · 6 years ago
  23. a95f3aa btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extent by Lu Fengqi · 6 years ago
  24. 3ffbd68 btrfs: simplify pointer chasing of local fs_info variables by David Sterba · 6 years ago
  25. e41ca58 btrfs: Get rid of the confusing btrfs_file_extent_inline_len by Qu Wenruo · 6 years ago
  26. 61da2ab btrfs: Remove fs_info from btrfs_alloc_logged_file_extent by Nikolay Borisov · 6 years ago
  27. a9ecb65 btrfs: Streamline log_extent_csums a bit by Nikolay Borisov · 6 years ago
  28. 5636cf7 btrfs: remove the logged extents infrastructure by Josef Bacik · 6 years ago
  29. a2120a4 btrfs: clean up the left over logged_list usage by Josef Bacik · 6 years ago
  30. e7175a6 btrfs: remove the wait ordered logic in the log_one_extent path by Josef Bacik · 6 years ago
  31. 093258e btrfs: replace waitqueue_actvie with cond_wake_up by David Sterba · 6 years ago
  32. 3d3a2e6 btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups by David Sterba · 6 years ago
  33. 31d11b8 Btrfs: fix duplicate extents after fsync of file with prealloc extents by Filipe Manana · 6 years ago
  34. 9a8fca6 Btrfs: fix xattr loss after power failure by Filipe Manana · 6 years ago
  35. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 6 years ago
  36. 471d557 Btrfs: fix loss of prealloc extents past i_size after fsync log replay by Filipe Manana · 6 years ago
  37. b98def7 Btrfs: bail out on error during replay_dir_deletes by Liu Bo · 6 years ago
  38. 80c0b42 Btrfs: fix NULL pointer dereference in log_dir_items by Liu Bo · 6 years ago
  39. 581c176 btrfs: Validate child tree block's level and first key by Qu Wenruo · 6 years ago
  40. 8434ec4 Btrfs: fix copy_items() return value when logging an inode by Filipe Manana · 6 years ago
  41. 4ee3fad Btrfs: fix fsync after hole punching when using no-holes feature by Filipe Manana · 6 years ago
  42. e5b84f7a btrfs: Remove root argument from btrfs_log_dentry_safe by Nikolay Borisov · 6 years ago
  43. f882274 btrfs: Remove root arg from btrfs_log_inode_parent by Nikolay Borisov · 6 years ago
  44. 9678c54 btrfs: Remove custom crc32c init code by Nikolay Borisov · 7 years ago
  45. e5c304e6 btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nr by Nikolay Borisov · 6 years ago
  46. af8c081 Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  47. 1f250e9 Btrfs: fix log replay failure after unlink and link combination by Filipe Manana · 6 years ago
  48. 9a6509c Btrfs: fix log replay failure after linking special file and fsync by Filipe Manana · 6 years ago
  49. da370f1 Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  50. 900c998 Btrfs: fix unexpected -EEXIST when creating new inode by Liu Bo · 7 years ago
  51. 55237a5 Btrfs: fix extent state leak from tree log by Liu Bo · 7 years ago
  52. 1846430 Btrfs: fix crash due to not cleaning up tree log block's dirty bits by Liu Bo · 7 years ago
  53. 31466f3 Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  54. c7f88c4 btrfs: convert to new i_version API by Jeff Layton · 7 years ago
  55. 41a1ead btrfs: btrfs_inode_log_parent should use defined inode_only values. by Edmund Nadolski · 7 years ago
  56. bae15d9 btrfs: Cleanup existing name_len checks by Qu Wenruo · 7 years ago
  57. ebb7044 Btrfs: fix list_add corruption and soft lockups in fsync by Liu Bo · 7 years ago
  58. 84f7d8e btrfs: pass root to various extent ref mod functions by Josef Bacik · 7 years ago
  59. 8ca1995 btrfs: Remove unused variable by Nikolay Borisov · 7 years ago
  60. 49e83f5 Btrfs: protect conditions within root->log_mutex while waiting by Liu Bo · 7 years ago
  61. 8c6c592 btrfs: log csums for all modified extents by Josef Bacik · 7 years ago
  62. 0dde10b btrfs: Remove extra parentheses from condition in copy_items() by Matthias Kaehlcke · 7 years ago
  63. 6399fb5 Btrfs: fix assertion failure during fsync in no-holes mode by Filipe Manana · 7 years ago
  64. 938e1c7 btrfs: remove redundant check on ret being non-zero by Colin Ian King · 7 years ago
  65. e33bf72 Btrfs: fix dir item validation when replaying xattr deletes by Filipe Manana · 7 years ago
  66. 3c1d418 btrfs: Check name_len in btrfs_check_ref_name_override by Su Yue · 7 years ago
  67. 8ee8c2d btrfs: Verify dir_item in replay_xattr_deletes by Su Yue · 7 years ago
  68. 26a836c btrfs: Check name_len on add_inode_ref call path by Su Yue · 7 years ago
  69. e79a332 btrfs: Check name_len with boundary in verify dir_item by Su Yue · 7 years ago
  70. 490b54d btrfs: convert extent_map.refs from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  71. e9f467d Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.11 by Chris Mason · 7 years ago
  72. db0a669 btrfs: Make btrfs_add_link take btrfs_inode by Nikolay Borisov · 7 years ago
  73. 19df27a btrfs: make btrfs_log_inode_parent take btrfs_inode by Nikolay Borisov · 7 years ago
  74. aefa611 btrfs: Make check_parent_dirs_for_sync take btrfs_inode by Nikolay Borisov · 7 years ago
  75. 6ef06d2 btrfs: Make btrfs_i_size_write take btrfs_inode by Nikolay Borisov · 7 years ago
  76. d0a0b78 btrfs: Make btrfs_log_all_parents take btrfs_inode by Nikolay Borisov · 7 years ago
  77. 3168021c Btrfs: do not create explicit holes when replaying log tree if NO_HOLES enabled by Filipe Manana · 7 years ago
  78. d75eefd btrfs: remove unused parameter from __add_inode_ref by David Sterba · 7 years ago
  79. eece6a9 btrfs: merge two superblock writing helpers by David Sterba · 7 years ago
  80. 7c302b4 btrfs: remove unused parameter from clean_tree_block by David Sterba · 7 years ago
  81. f85b737 btrfs: fix over-80 lines introduced by previous cleanups by David Sterba · 8 years ago
  82. f329e31 btrfs: Make count_inode_refs take btrfs_inode by Nikolay Borisov · 8 years ago
  83. 3628365 btrfs: Make count_inode_extrefs take btrfs_inode by Nikolay Borisov · 8 years ago
  84. a59108a btrfs: Make btrfs_log_inode take btrfs_inode by Nikolay Borisov · 8 years ago
  85. 6d889a3 btrfs: Make log_inode_item take btrfs_inode by Nikolay Borisov · 8 years ago
  86. 94c91a1 btrfs: Make __add_inode_ref take btrfs_inode by Nikolay Borisov · 8 years ago
  87. 207e7d9 btrfs: Make drop_one_dir_item take btrfs_inode by Nikolay Borisov · 8 years ago
  88. 4ec5934 btrfs: Make btrfs_unlink_inode take btrfs_inode by Nikolay Borisov · 8 years ago
  89. 51cc0d3 btrfs: Make log_new_dir_dentries take btrfs_inode by Nikolay Borisov · 8 years ago
  90. dbf39ea btrfs: Make log_directory_changes take btrfs_inode by Nikolay Borisov · 8 years ago
  91. 684a577 btrfs: Make log_dir_items take btrfs_inode by Nikolay Borisov · 8 years ago
  92. 9d12262 btrfs: Make btrfs_log_changed_extents take btrfs_inode by Nikolay Borisov · 8 years ago
  93. 2234663 btrfs: Make btrfs_get_logged_extents take btrfs_inode by Nikolay Borisov · 8 years ago
  94. a0308dd btrfs: Make btrfs_log_trailing_hole take btrfs_inode by Nikolay Borisov · 8 years ago
  95. 1a93c36 btrfs: Make btrfs_log_all_xattrs take btrfs_inode by Nikolay Borisov · 8 years ago
  96. 44d70e1 btrfs: Make copy_items take btrfs_inode by Nikolay Borisov · 8 years ago
  97. 4791c8f btrfs: Make btrfs_check_ref_name_override take btrfs_inode by Nikolay Borisov · 8 years ago
  98. 481b01c btrfs: Make logged_inode_size take btrfs_inode by Nikolay Borisov · 8 years ago
  99. a491abb btrfs: Make btrfs_del_inode_ref take btrfs_inode by Nikolay Borisov · 8 years ago
  100. 49f34d1 btrfs: Make btrfs_del_dir_entries_in_log take btrfs_inode by Nikolay Borisov · 8 years ago