1. 2c53a14 btrfs: use own btree inode io_tree owner id by Qu Wenruo · 4 years, 6 months ago
  2. acbf1dd btrfs: make ordered extent tracepoint take btrfs_inode by Nikolay Borisov · 4 years, 6 months ago
  3. 437490f btrfs: tracepoints: output proper root owner for trace_find_free_extent() by Qu Wenruo · 4 years, 7 months ago
  4. f0cdd15 btrfs: tracepoints: convert flush states to using EM macros by Nikolay Borisov · 4 years, 9 months ago
  5. c92bb30 btrfs: tracepoints: switch extent_io_tree_owner to using EM macro by Nikolay Borisov · 4 years, 9 months ago
  6. 1cb1f0b btrfs: tracepoints: fix qgroup reservation type printing by Nikolay Borisov · 4 years, 9 months ago
  7. 5bca2c9 btrfs: tracepoints: move FLUSH_ACTIONS define by Nikolay Borisov · 4 years, 9 months ago
  8. 0840dd2 btrfs: tracepoints: fix extent type symbolic name print by Nikolay Borisov · 4 years, 9 months ago
  9. 45e3186 btrfs: tracepoints: fix btrfs_trigger_flush symbolic string for flags by Nikolay Borisov · 4 years, 9 months ago
  10. e289f03 btrfs: fix corrupt log due to concurrent fsync of inodes with shared extents by Filipe Manana · 4 years, 10 months ago
  11. fe119a6 btrfs: switch to per-transaction pinned extents by Nikolay Borisov · 5 years ago
  12. 3f1c64c btrfs: delete the ordered isize update code by Josef Bacik · 5 years ago
  13. 41a2ee7 btrfs: introduce per-inode file extent tree by Josef Bacik · 5 years ago
  14. bffe633 btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item by Omar Sandoval · 5 years ago
  15. 32da5386 btrfs: rename btrfs_block_group_cache by David Sterba · 5 years ago
  16. b3470b5 btrfs: add dedicated members for start and length of a block group by David Sterba · 5 years ago
  17. bf38be6 btrfs: move block_group_item::used to block group by David Sterba · 5 years ago
  18. 1d2e7c7 btrfs: tracepoints: constify all pointers by David Sterba · 5 years ago
  19. 94c3f6c btrfs: tracepoints: drop typecasts from printk by David Sterba · 5 years ago
  20. c9eb55d btrfs: get rid of pointless wtag variable in async-thread.c by Omar Sandoval · 5 years ago
  21. 1b2442b btrfs: tracepoints: Fix bad entry members of qgroup events by Qu Wenruo · 5 years ago
  22. 844245b btrfs: add a flush step for delayed iputs by Josef Bacik · 6 years ago
  23. 5044ed4 btrfs: Remove unused locking functions by Nikolay Borisov · 6 years ago
  24. 480b9b4 btrfs: extent-tree: Add trace events for space info numbers update by Qu Wenruo · 6 years ago
  25. 9f2e3a5 Merge tag 'for-5.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  26. 31aab40 btrfs: trace: Introduce trace events for all btrfs tree locking events by Qu Wenruo · 6 years ago
  27. 34e73cc btrfs: trace: Introduce trace events for sleepable tree lock by Qu Wenruo · 6 years ago
  28. 4e586ca btrfs: Remove EXTENT_WRITEBACK by Nikolay Borisov · 6 years ago
  29. a1d1984 btrfs: tracepoints: Add trace events for extent_io_tree by Qu Wenruo · 6 years ago
  30. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  31. 1418bae btrfs: qgroup: Move reserved data accounting from btrfs_delayed_ref_head to btrfs_qgroup_extent_record by Qu Wenruo · 6 years ago
  32. 450114f btrfs: don't use global reserve for chunk allocation by Josef Bacik · 6 years ago
  33. 413df72 btrfs: add new flushing states for the delayed refs rsv by Josef Bacik · 6 years ago
  34. de37aa5 btrfs: Remove fsid/metadata_fsid fields from btrfs_info by Nikolay Borisov · 6 years ago
  35. c337e7b btrfs: qgroup: Introduce trace event to analyse the number of dirty extents accounted by Qu Wenruo · 6 years ago
  36. 4fd786e btrfs: Remove 'objectid' member from struct btrfs_root by Misono Tomohiro · 7 years ago
  37. e41ca58 btrfs: Get rid of the confusing btrfs_file_extent_inline_len by Qu Wenruo · 7 years ago
  38. 5636cf7 btrfs: remove the logged extents infrastructure by Josef Bacik · 7 years ago
  39. c9f6f3c btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transid by Qu Wenruo · 7 years ago
  40. 8b31790 btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl value by Qu Wenruo · 7 years ago
  41. 4ed0a7a btrfs: trace: Add trace points for unused block groups by Qu Wenruo · 7 years ago
  42. 3dca5c9 btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent event class by Qu Wenruo · 7 years ago
  43. f46b24c btrfs: use fs_info for btrfs_handle_em_exist tracepoint by David Sterba · 7 years ago
  44. 2e63e62 btrfs: tracepoints, use extended format with UUID where possible by David Sterba · 7 years ago
  45. 79bcb71 btrfs: tracepoints, fix whitespace in strings by David Sterba · 7 years ago
  46. 8eec846 btrfs: tracepoints, drop unnecessary ULL casts by David Sterba · 7 years ago
  47. 5439c7f btrfs: tracepoints, use %llu instead of %Lu by David Sterba · 7 years ago
  48. f8f8e18 btrfs: tracepoints, use correct type for inode number by David Sterba · 7 years ago
  49. 4ee0d88 btrfs: qgroup: Update trace events for metadata reservation by Qu Wenruo · 7 years ago
  50. 733e03a btrfs: qgroup: Split meta rsv type into meta_prealloc and meta_pertrans by Qu Wenruo · 7 years ago
  51. 64ee4e7 btrfs: qgroup: Update trace events to use new separate rsv types by Qu Wenruo · 7 years ago
  52. 393da91 Btrfs: add tracepoint for em's EEXIST case by Liu Bo · 7 years ago
  53. 4a2d25c btrfs: Remove redundant FLAG_VACANCY by Nikolay Borisov · 7 years ago
  54. 5cea764 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  55. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  56. dd48d40 btrfs: add tracepoints for outstanding extents mods by Josef Bacik · 7 years ago
  57. d278850 btrfs: remove delayed_ref_node from ref_head by Josef Bacik · 7 years ago
  58. 012e513e btrfs: declare TRACE_DEFINE_ENUM for each of show_flush_state enum by Anand Jain · 8 years ago
  59. b94417e btrfs: use BTRFS_FSID_SIZE for fsid by Anand Jain · 8 years ago
  60. 7bdd627 btrfs: Remove redundant argument of flush_space by Nikolay Borisov · 8 years ago
  61. 0014275 btrfs: backref, add tracepoints for prelim_ref insertion and merging by Jeff Mahoney · 8 years ago
  62. 9a35b63 btrfs: constify tracepoint arguments by Jeff Mahoney · 8 years ago
  63. 62b163f btrfs: cleanup unused qgroup trace event by Anand Jain · 8 years ago
  64. 3159fe7 btrfs: qgroup: Add trace point for qgroup reserved space by Qu Wenruo · 8 years ago
  65. 09ed2f1 Btrfs: add file item tracepoints by Liu Bo · 8 years ago
  66. e76edab btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  67. 490b54d btrfs: convert extent_map.refs from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  68. 4a0cc7c btrfs: Make btrfs_ino take a struct btrfs_inode by Nikolay Borisov · 8 years ago
  69. 562a7a0 btrfs: make tracepoint format strings more compact by David Sterba · 8 years ago
  70. 7856654 Btrfs: add truncated_len for ordered extent tracepoints by Liu Bo · 8 years ago
  71. 92a1bf7 Btrfs: add 'inode' for extent map tracepoint by Liu Bo · 8 years ago
  72. ac0c7cf btrfs: fix crash when tracepoint arguments are freed by wq callbacks by David Sterba · 8 years ago
  73. 71ff643 btrfs: convert extent-tree tracepoints to use fs_info by Jeff Mahoney · 9 years ago
  74. 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 9 years ago
  75. 50b3e04 btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps by Qu Wenruo · 8 years ago
  76. bc07452 btrfs: prefix fsid to all trace events by Jeff Mahoney · 9 years ago
  77. dce3afa Btrfs: add fsid to some tracepoints by Josef Bacik · 9 years ago
  78. f376df2 Btrfs: add tracepoints for flush events by Josef Bacik · 9 years ago
  79. c83f8ef Btrfs: add tracepoint for adding block groups by Josef Bacik · 9 years ago
  80. 839a3f7 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  81. 0f5dcf8 btrfs: Add qgroup tracing by Mark Fasheh · 9 years ago
  82. 420adbe9 mm, tracing: unify mm flags handling in tracepoints and printk by Vlastimil Babka · 9 years ago
  83. f7d3d2f Merge branch 'freespace-tree' into for-linus-4.5 by Chris Mason · 9 years ago
  84. 208acb8 Btrfs: introduce the free space B-tree on-disk format by Omar Sandoval · 9 years ago
  85. 81fb6f7 btrfs: qgroup: Add new trace point for qgroup data reserve by Qu Wenruo · 9 years ago
  86. e69bcee btrfs: qgroup: Cleanup the old ref_node-oriented mechanism. by Qu Wenruo · 10 years ago
  87. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  88. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  89. bbedb17 tracing: %pF is only for function pointers by Scott Wood · 10 years ago
  90. 254a2d1 Btrfs: fix wrong parse of extent map's tracepoint by Liu Bo · 10 years ago
  91. b7831b2 Btrfs: show real function name in btrfs workqueue tracepoint by Liu Bo · 11 years ago
  92. 1a76e4b Btrfs: cleanup for btrfs workqueue tracepoints by Liu Bo · 11 years ago
  93. b38a625 Btrfs: add work_struct information for workqueue tracepoint by Liu Bo · 11 years ago
  94. d398210 btrfs: add trace for qgroup accounting by Mark Fasheh · 11 years ago
  95. c3a4689 btrfs: Add trace for btrfs_workqueue alloc/destroy by Qu Wenruo · 11 years ago
  96. 52483bc btrfs: Add ftrace for btrfs_workqueue by Qu Wenruo · 11 years ago
  97. 792ddef Btrfs/tracepoint: update new flags for ordered extent TP by Liu Bo · 11 years ago
  98. 9d04a8c Btrfs/tracepoint: fix to report right flags for ordered extent by Liu Bo · 11 years ago
  99. 4cd8587 btrfs: Use trace condition for get_extent tracepoint by Steven Rostedt · 11 years ago
  100. 13fd8da btrfs: add lockdep and tracing annotations for uuid tree by David Sterba · 12 years ago