1. 207e7d9 btrfs: Make drop_one_dir_item take btrfs_inode by Nikolay Borisov · 9 years ago
  2. 4ec5934 btrfs: Make btrfs_unlink_inode take btrfs_inode by Nikolay Borisov · 9 years ago
  3. 51cc0d3 btrfs: Make log_new_dir_dentries take btrfs_inode by Nikolay Borisov · 9 years ago
  4. dbf39ea btrfs: Make log_directory_changes take btrfs_inode by Nikolay Borisov · 9 years ago
  5. 684a577 btrfs: Make log_dir_items take btrfs_inode by Nikolay Borisov · 9 years ago
  6. 9d12262 btrfs: Make btrfs_log_changed_extents take btrfs_inode by Nikolay Borisov · 9 years ago
  7. 2234663 btrfs: Make btrfs_get_logged_extents take btrfs_inode by Nikolay Borisov · 9 years ago
  8. a0308dd btrfs: Make btrfs_log_trailing_hole take btrfs_inode by Nikolay Borisov · 9 years ago
  9. 1a93c36 btrfs: Make btrfs_log_all_xattrs take btrfs_inode by Nikolay Borisov · 9 years ago
  10. 44d70e1 btrfs: Make copy_items take btrfs_inode by Nikolay Borisov · 9 years ago
  11. 4791c8f btrfs: Make btrfs_check_ref_name_override take btrfs_inode by Nikolay Borisov · 9 years ago
  12. 481b01c btrfs: Make logged_inode_size take btrfs_inode by Nikolay Borisov · 9 years ago
  13. a491abb btrfs: Make btrfs_del_inode_ref take btrfs_inode by Nikolay Borisov · 9 years ago
  14. 49f34d1 btrfs: Make btrfs_del_dir_entries_in_log take btrfs_inode by Nikolay Borisov · 9 years ago
  15. 9ca5fbfb btrfs: Make btrfs_log_new_name take btrfs_inode by Nikolay Borisov · 9 years ago
  16. 0f8939b btrfs: Make btrfs_inode_in_log take btrfs_inode by Nikolay Borisov · 9 years ago
  17. 4366355 btrfs: Make btrfs_record_snapshot_destroy take btrfs_inode by Nikolay Borisov · 9 years ago
  18. 4176bdb btrfs: Make btrfs_record_unlink_dir take btrfs_inode by Nikolay Borisov · 9 years ago
  19. ab1717b btrfs: Make btrfs_must_commit_transaction take btrfs_inode by Nikolay Borisov · 9 years ago
  20. 5f4b32e btrfs: Make btrfs_commit_inode_delayed_items take btrfs_inode by Nikolay Borisov · 9 years ago
  21. aa79021 btrfs: Make btrfs_commit_inode_delayed_inode take btrfs_inode by Nikolay Borisov · 9 years ago
  22. 4a0cc7c btrfs: Make btrfs_ino take a struct btrfs_inode by Nikolay Borisov · 9 years ago
  23. 781feef Btrfs: fix lockdep warning about log_mutex by Liu Bo · 9 years ago
  24. 5f52a2c Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.10 by Chris Mason · 9 years ago
  25. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 9 years ago
  26. bf89d38 btrfs: split btrfs_wait_marked_extents into normal and tree log functions by Jeff Mahoney · 9 years ago
  27. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 9 years ago
  28. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 9 years ago
  29. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 9 years ago
  30. 5b4aace btrfs: call functions that overwrite their root parameter with fs_info by Jeff Mahoney · 9 years ago
  31. 2a7bf53 Btrfs: fix tree search logic when replaying directory entry deletes by Robbie Ko · 9 years ago
  32. ec125cf Btrfs: fix deadlock caused by fsync when logging directory entries by Robbie Ko · 9 years ago
  33. 50b3e04 btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps by Qu Wenruo · 9 years ago
  34. f616751 Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  35. 570dd45 btrfs: fix races on root_log_ctx lists by Chris Mason · 9 years ago
  36. f29135b Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  37. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 9 years ago
  38. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 9 years ago
  39. f031221 btrfs: use filemap_check_errors() by Miklos Szeredi · 9 years ago
  40. cbd60aa Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returns by Chris Mason · 9 years ago
  41. 28a2359 Btrfs: fix lockdep warning on deadlock against an inode's log mutex by Filipe Manana · 9 years ago
  42. df2c95f btrfs: qgroup: Fix qgroup incorrectness caused by log replay by Qu Wenruo · 9 years ago
  43. 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 · 9 years ago
  44. 44f714d Btrfs: improve performance on fsync against new inode after rename/unlink by Filipe Manana · 9 years ago
  45. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 9 years ago
  46. 3cdde22 btrfs: btrfs_test_opt and friends should take a btrfs_fs_info by Jeff Mahoney · 9 years ago
  47. fb770ae Btrfs: fix read_node_slot to return errors by Liu Bo · 9 years ago
  48. 4c6459f Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  49. c871b0f Btrfs: check if extent buffer is aligned to sectorsize by Liu Bo · 9 years ago
  50. 559b6d9 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  51. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 9 years ago
  52. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 9 years ago
  53. 07be133 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  54. 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 · 9 years ago
  55. 5f9a8a5 Btrfs: add semaphore to synchronize direct IO writes with fsync by Filipe Manana · 9 years ago
  56. 3f9749f Btrfs: fix empty symlink after creating symlink and fsync parent dir by Filipe Manana · 9 years ago
  57. 657ed1a Btrfs: fix for incorrect directory entries after fsync log replay by Filipe Manana · 9 years ago
  58. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
  59. 9116621 btrfs: sink gfp parameter to clear_extent_bits by David Sterba · 9 years ago
  60. 34d9700 btrfs: rename btrfs_std_error to btrfs_handle_fs_error by Anand Jain · 9 years ago
  61. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 9 years ago
  62. 56f23fd Btrfs: fix file/data loss caused by fsync after rename and new inode by Filipe Manana · 9 years ago
  63. bb7ab3b btrfs: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  64. ebb8765 btrfs: move btrfs_compression_type to compression.h by Anand Jain · 9 years ago
  65. 5e33a2b Btrfs: do not collect ordered extents when logging that inode exists by Filipe Manana · 9 years ago
  66. 2be63d5 Btrfs: fix file loss on log replay after renaming a file and fsync by Filipe Manana · 10 years ago
  67. 1ec9a1a Btrfs: fix unreplayable log after snapshot delete + parent dir fsync by Filipe Manana · 10 years ago
  68. de0ee0e Btrfs: fix race between fsync and lockless direct IO writes by Filipe Manana · 10 years ago
  69. b06c4bf Btrfs: fix regression running delayed references when using qgroups by Filipe Manana · 10 years ago
  70. 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 · 10 years ago
  71. 779adf0 btrfs: remove extra barrier before waitqueue_active by David Sterba · 10 years ago
  72. 33a9eca btrfs: comment waitqueue_active implied by locks by David Sterba · 10 years ago
  73. a4553fe Btrfs: consolidate btrfs_error() to btrfs_std_error() by Anand Jain · 10 years ago
  74. b84b839 Btrfs: fix file read corruption after extent cloning and fsync by Filipe Manana · 10 years ago
  75. 60d53eb btrfs: Remove unused arguments in tree-log.c by Zhaolei · 10 years ago
  76. 34eb2a5 btrfs: Remove useless condition in start_log_trans() by Zhaolei · 10 years ago
  77. 18aa092 Btrfs: fix stale dir entries after removing a link and fsync by Filipe Manana · 10 years ago
  78. bb53eda Btrfs: fix stale directory entries after fsync log replay by Filipe Manana · 10 years ago
  79. a89ca6f Btrfs: fix fsync after truncate when no_holes feature is enabled by Filipe Manana · 10 years ago
  80. 36283bf Btrfs: fix fsync xattr loss in the fast fsync path by Filipe Manana · 10 years ago
  81. e4545de Btrfs: fix fsync data loss after append write by Filipe Manana · 10 years ago
  82. 0c30430 Btrfs: remove csum_bytes_left by Liu Bo · 10 years ago
  83. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  84. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  85. 28ed134 btrfs: actively run the delayed refs while deleting large files by Chris Mason · 11 years ago
  86. 2f2ff0e Btrfs: fix metadata inconsistencies after directory fsync by Filipe Manana · 10 years ago
  87. 4f764e5 Btrfs: remove deleted xattrs on fsync log replay by Filipe Manana · 10 years ago
  88. 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 · 10 years ago
  89. 84399bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  90. dd9ef13 Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref. by Quentin Casasnovas · 10 years ago
  91. 2b9fb53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  92. 01d5847 Btrfs: disk-io: replace root args iff only fs_info used by Daniel Dressler · 11 years ago
  93. a742994 Btrfs: don't remove extents and xattrs when logging new names by Filipe Manana · 10 years ago
  94. 1a4bcf4 Btrfs: fix fsync data loss after adding hard link to inode by Filipe Manana · 10 years ago
  95. 575849e Btrfs: fix scheduler warning when syncing log by Filipe Manana · 11 years ago
  96. 3da5ab5 Btrfs: add missing blk_finish_plug in btrfs_sync_log() by Forrest Liu · 11 years ago
  97. a937b97 btrfs: kill btrfs_inode_*time helpers by David Sterba · 11 years ago
  98. df8d116 Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefs by Filipe Manana · 11 years ago
  99. 2c2c452 Btrfs: fix fsync when extend references are added to an inode by Filipe Manana · 11 years ago
  100. d36808e Btrfs: fix directory inconsistency after fsync log replay by Filipe Manana · 11 years ago