1. 21ddd56 ext4: translate flag bits to strings in tracepoints by Theodore Ts'o · 11 years ago
  2. 20970ba ext4: use ext4_da_writepages() for all modes by Theodore Ts'o · 11 years ago
  3. 4e7ea81 ext4: restructure writeback path by Jan Kara · 11 years ago
  4. 5fe2fe8 ext4: provide wrappers for transaction reservation calls by Jan Kara · 11 years ago
  5. d23142c ext4: make punch hole code path work with bigalloc by Lukas Czerner · 11 years ago
  6. 6180132 ext4: update ext4_ext_remove_space trace point by Lukas Czerner · 11 years ago
  7. d8c8900 jbd: change journal_invalidatepage() to accept length by Lukas Czerner · 11 years ago
  8. ca99fdd ext4: use ->invalidatepage() length argument by Lukas Czerner · 11 years ago
  9. b973425 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  10. 942d33d Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  11. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  12. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  13. 01227a8 Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  14. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  15. e30b5dc ext4: fix fio regression by Yan, Zheng · 11 years ago
  16. 20a2078c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  17. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 11 years ago
  18. 149b306 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  19. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  20. 1f889ec Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  21. 56847d8 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  22. 07c65f4 printk/tracing: rework console tracing by zhangwei(Jovi) · 11 years ago
  23. 7315438 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  24. 7b05384 Merge tag 'regmap-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 years ago
  25. fe0bfaa mm: trace filemap add and del by Robert Jarzmik · 11 years ago
  26. 9e8529a Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  27. d70b4f5 f2fs: add a tracepoint on f2fs_new_inode by Jaegeuk Kim · 11 years ago
  28. 1c9f852 KVM: Extract generic irqchip logic into irqchip.c by Alexander Graf · 11 years ago
  29. 2c82d1be nohz: Fix unavailable tick_stop tracepoint in dynticks idle by Frederic Weisbecker · 11 years ago
  30. 2af4bd6 f2fs: add tracepoints to debug checkpoint request by Namjae Jeon · 11 years ago
  31. 6ec178d f2fs: add tracepoints for write page operations by Namjae Jeon · 11 years ago
  32. c01e285 f2fs: add tracepoints to debug the block allocation by Namjae Jeon · 11 years ago
  33. 8e46b3e f2fs: add tracepoints for GC threads by Namjae Jeon · 11 years ago
  34. 848753a f2fs: add tracepoint for tracing the page i/o by Namjae Jeon · 11 years ago
  35. 51dd624 f2fs: add tracepoints for truncate operation by Namjae Jeon · 11 years ago
  36. a2a4a7e f2fs: add tracepoints for sync & inode operations by Namjae Jeon · 11 years ago
  37. cb41a29 nohz: Add basic tracing by Frederic Weisbecker · 11 years ago
  38. 6579324 gpu: host1x: Add channel support by Terje Bergstrom · 12 years ago
  39. 7547168 gpu: host1x: Add host1x driver by Terje Bergstrom · 12 years ago
  40. f783f09 jbd2: trace when lock_buffer in do_get_write_access takes a long time by Theodore Ts'o · 11 years ago
  41. 0a82a8d Revert "block: add missing block_bio_complete() tracepoint" by Linus Torvalds · 11 years ago
  42. c192c83 tracing: Remove obsolete macro guard _TRACE_PROFILE_INIT by zhangwei(Jovi) · 12 years ago
  43. f2530dc kthread: Prevent unpark race which puts threads on the wrong cpu by Thomas Gleixner · 11 years ago
  44. d6a7710 ext4: fix miscellaneous big endian warnings by Theodore Ts'o · 11 years ago
  45. 74d553a ext4: collapse handling of data=ordered and data=writeback codepaths by Theodore Ts'o · 11 years ago
  46. 64f8de4 Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.10/core by Jens Axboe · 12 years ago
  47. 839a8e8 writeback: replace custom worker pool implementation with unbound workqueue by Tejun Heo · 12 years ago
  48. bd9f068 rcu: Repurpose no-CBs event tracing to future-GP events by Paul E. McKenney · 12 years ago
  49. 09c7b89 rcu: Add event tracing for no-CBs CPUs' grace periods by Paul E. McKenney · 12 years ago
  50. cafe563 bcache: A block layer cache by Kent Overstreet · 12 years ago
  51. aa8b57a block: Use bio_sectors() more consistently by Kent Overstreet · 12 years ago
  52. cf2fbdd treewide: Fix typos in printk and comment by Masanari Iida · 12 years ago
  53. 417944c tracing: Add a way to soft disable trace events by Steven Rostedt (Red Hat) · 12 years ago
  54. 523c811 tracing: Fix some section mismatch warnings by Li Zefan · 12 years ago
  55. 7e4f44b tracing: Annotate event field-defining functions with __init by Li Zefan · 12 years ago
  56. f71130d tracing: Add a helper function for event print functions by Li Zefan · 12 years ago
  57. ccb469a tracing: Pass the ftrace_file to the buffer lock reserve code by Steven Rostedt · 12 years ago
  58. ae63b31 tracing: Separate out trace events from global variables by Steven Rostedt · 12 years ago
  59. fe7d4cc regmap: async: Add tracepoints for async I/O by Mark Brown · 12 years ago
  60. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  61. 2463077 ext4: optimize ext4_es_shrink() by Theodore Ts'o · 12 years ago
  62. ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  63. 6515925 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  64. 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  65. 8793422 Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  66. 67cb104 Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  67. 8f55cea Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  68. 74cd15c ext4: reclaim extents from extent status tree by Zheng Liu · 12 years ago
  69. d100eef ext4: lookup block mapping in extent status tree by Zheng Liu · 12 years ago
  70. be40136 ext4: rename and improbe ext4_es_find_extent() by Zheng Liu · 12 years ago
  71. fdc0212 ext4: add physical block and status member into extent status tree by Zheng Liu · 12 years ago
  72. 06b0c88 ext4: refine extent status tree by Zheng Liu · 12 years ago
  73. 112202d workqueue: rename cpu_workqueue to pool_workqueue by Tejun Heo · 12 years ago
  74. 343d9c2 jbd2: add tracepoints which provide per-handle statistics by Theodore Ts'o · 12 years ago
  75. 9fff24a jbd2: track request delay statistics by Theodore Ts'o · 12 years ago
  76. 40393f5 Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01.24a' and 'tiny.2013.01.29b' into HEAD by Paul E. McKenney · 12 years ago
  77. 43720bd PM / tracing: remove deprecated power trace API by Paul Gortmaker · 12 years ago
  78. ec22ca5 workqueue: move global_cwq->cpu to worker_pool by Tejun Heo · 12 years ago
  79. aaddea8 ext4: add tracepoint in punching hole by Zheng Liu · 12 years ago
  80. 9fb0a7d writeback: add more tracepoints by Tejun Heo · 12 years ago
  81. 5305cb8 block: add block_{touch|dirty}_buffer tracepoint by Tejun Heo · 12 years ago
  82. 8c1cf6b block: add @req to bio_{front|back}_merge tracepoints by Tejun Heo · 12 years ago
  83. 3a366e6 block: add missing block_bio_complete() tracepoint by Tejun Heo · 12 years ago
  84. f79ed82 KVM: trace: Fix exit decoding. by Cornelia Huck · 12 years ago
  85. 6d4b418 rcu: Trace callback acceleration by Paul E. McKenney · 12 years ago
  86. 3aac7a8 rcu: Fix blimit type for trace_rcu_batch_start() by Paul E. McKenney · 12 years ago
  87. 5249453 rcu: Reduce rcutorture tracing by Paul E. McKenney · 12 years ago
  88. fa6b7fe KVM: s390: Add support for channel I/O instructions. by Cornelia Huck · 12 years ago
  89. 1ca1d8d aerdrv: Trace Event for PCI Express Advanced Error Reporting by Lance Ortiz · 12 years ago
  90. 5439ca6 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  91. 4520fb3 ext4: split off ext4_journalled_invalidatepage() by Jan Kara · 12 years ago
  92. 7a64bf0 mm: add a __GFP_KMEMCG flag by Glauber Costa · 12 years ago
  93. a22180d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  94. fb57dc8 Btrfs: parse parent 0 into correct value in tracepoint by Liu Bo · 12 years ago
  95. 36cd5c1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  96. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  97. 090f8cc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  98. 37ea95a Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. a9c58b90 mm, oom: change type of oom_score_adj to short by David Rientjes · 12 years ago
  100. 7b2a2d4 mm: migrate: Add a tracepoint for migrate_pages by Mel Gorman · 12 years ago