1. 24e9e6b Btrfs: fix race between adding and putting tree mod seq elements and nodes by Filipe Manana · 4 years, 5 months ago
  2. fecbec3 btrfs: return error pointer from alloc_test_extent_buffer by Dan Carpenter · 4 years, 6 months ago
  3. 5934adaf btrfs: tests/qgroup: Fix wrong tree backref level by Qu Wenruo · 6 years ago
  4. 7fab68e btrfs: tests: Fix a memory leak in error handling path in 'run_test()' by Christophe JAILLET · 7 years ago
  5. d9ed71e Merge branch 'fst-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.9 by Chris Mason · 8 years ago
  6. 0e67578 btrfs: tests: uninline member definitions in free_space_extent by David Sterba · 8 years ago
  7. d2d9ac6 btrfs: tests: constify free space extent specs by David Sterba · 8 years ago
  8. 781e3bc Btrfs: expand free space tree sanity tests to catch endianness bug by Omar Sandoval · 8 years ago
  9. 9426ce7 Btrfs: fix extent buffer bitmap tests on big-endian systems by Omar Sandoval · 8 years ago
  10. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
  11. ba8b04c btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchset by Qu Wenruo · 8 years ago
  12. 7c0260e btrfs: tests, require fs_info for root by Jeff Mahoney · 8 years ago
  13. 8632daa btrfs: tests, move initialization into tests/ by Jeff Mahoney · 8 years ago
  14. 04e1b65 Btrfs: fix error return code in btrfs_init_test_fs() by Wei Yongjun · 8 years ago
  15. 34b3e6c Btrfs: self-tests: Fix extent buffer bitmap test fail on BE system by Feifei Xu · 8 years ago
  16. 36b3dc0 Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsize by Feifei Xu · 8 years ago
  17. ef9f2db Btrfs: self-tests: Use macros instead of constants and add missing newline by Feifei Xu · 8 years ago
  18. ed9e4af Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZE by Feifei Xu · 8 years ago
  19. b9ef22d Btrfs: self-tests: Support non-4k page size by Feifei Xu · 8 years ago
  20. 0ef6447 Btrfs: Fix integer overflow when calculating bytes_per_bitmap by Feifei Xu · 8 years ago
  21. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 8 years ago
  22. 7cd8c75 btrfs: sink gfp parameter to set_extent_delalloc by David Sterba · 8 years ago
  23. 9116621 btrfs: sink gfp parameter to clear_extent_bits by David Sterba · 8 years ago
  24. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  25. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  26. 968f3e3 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  27. c28f2420 btrfs: use radix_tree_iter_retry() by Matthew Wilcox · 8 years ago
  28. ebb8765 btrfs: move btrfs_compression_type to compression.h by Anand Jain · 8 years ago
  29. aa66b0b btrfs: fix memory leak of fs_info in block group cache by Kinglong Mee · 8 years ago
  30. 8cce83b btrfs: tests: switch to GFP_KERNEL by David Sterba · 8 years ago
  31. b28cf57 Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 8 years ago
  32. a305810 Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5 by Chris Mason · 8 years ago
  33. 20e5506 btrfs: constify remaining structs with function pointers by David Sterba · 9 years ago
  34. 28f0779 btrfs tests: replace whole ops structure for free space tests by David Sterba · 9 years ago
  35. ee22184 Btrfs: use linux/sizes.h to represent constants by Byongho Lee · 8 years ago
  36. f7d3d2f Merge branch 'freespace-tree' into for-linus-4.5 by Chris Mason · 8 years ago
  37. 7c55ee0 Btrfs: add free space tree sanity tests by Omar Sandoval · 9 years ago
  38. 0f33122 Btrfs: add extent buffer bitmap sanity tests by Omar Sandoval · 9 years ago
  39. 89b6c8d Btrfs: tests: checking for NULL instead of IS_ERR() by Dan Carpenter · 9 years ago
  40. d0bd456 Btrfs: add fragment=* debug mount option by Josef Bacik · 9 years ago
  41. 442244c btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism. by Qu Wenruo · 9 years ago
  42. 4087cf2 Btrfs: qgroup: cleanup, remove an unsued parameter in btrfs_create_qgroup(). by Dongsheng Yang · 9 years ago
  43. 6a3891c Btrfs: add sanity test for outstanding_extents accounting by Josef Bacik · 9 years ago
  44. 9ee49a04 btrfs: switch extent_state state to unsigned by David Sterba · 9 years ago
  45. ce3e698 btrfs: sink parameter len to alloc_extent_buffer by David Sterba · 10 years ago
  46. 3f556f7 btrfs: unify extent buffer allocation api by David Sterba · 10 years ago
  47. 47ab2a6 Btrfs: remove empty block groups automatically by Josef Bacik · 10 years ago
  48. 2000552 Btrfs: improve free space cache management and space allocation by Filipe Manana · 10 years ago
  49. b050f9f Btrfs: fix qgroups sanity test crash or hang by Filipe Manana · 10 years ago
  50. f1e3c28 btrfs: prevent RCU warning when dereferencing radix tree slot by Sasha Levin · 10 years ago
  51. faa2dbf Btrfs: add sanity tests for new qgroup accounting code by Josef Bacik · 10 years ago
  52. e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  53. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 10 years ago
  54. 8faaaea treewide: fix comments and printk msgs by Masanari Iida · 10 years ago
  55. 77d84ff treewide: Fix typos in printk by Masanari Iida · 11 years ago
  56. 0e30db8 Btrfs: add a sanity test for a vacant extent at the front of a file by Josef Bacik · 11 years ago
  57. aaedb55 Btrfs: add tests for btrfs_get_extent by Josef Bacik · 11 years ago
  58. 294e30f Btrfs: add tests for find_lock_delalloc_range by Josef Bacik · 11 years ago
  59. 06ea65a Btrfs: add a sanity test for btrfs_split_item by Josef Bacik · 11 years ago
  60. dc11dd5d Btrfs: separate out tests into their own directory by Josef Bacik · 11 years ago