1. e41ca58 btrfs: Get rid of the confusing btrfs_file_extent_inline_len by Qu Wenruo · 6 years ago
  2. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 6 years ago
  3. 8c27cb3 Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  4. 17347ce Btrfs: change how we iterate bios in endio by Liu Bo · 7 years ago
  5. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  6. 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
  7. 9cdc512 btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inode by Nikolay Borisov · 7 years ago
  8. 70ddc55 btrfs: make btrfs_is_free_space_inode take btrfs_inode by Nikolay Borisov · 7 years ago
  9. 6f54621 Btrfs: bulk delete checksum items in the same leaf by Filipe Manana · 8 years ago
  10. 4a0cc7c btrfs: Make btrfs_ino take a struct btrfs_inode by Nikolay Borisov · 8 years ago
  11. 50d0446 Btrfs: code cleanup min/max -> min_t/max_t by Seraphime Kirkovski · 8 years ago
  12. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
  13. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 8 years ago
  14. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 8 years ago
  15. 5b4aace btrfs: call functions that overwrite their root parameter with fs_info by Jeff Mahoney · 8 years ago
  16. 4989d27 btrfs: refactor __btrfs_lookup_bio_sums to use bio_for_each_segment_all by Christoph Hellwig · 8 years ago
  17. 6cd7ce4 btrfs: don't access the bio directly in btrfs_csum_one_bio by Christoph Hellwig · 8 years ago
  18. b159fa2 btrfs: remove constant parameter to memset_extent_buffer and rename it by David Sterba · 8 years ago
  19. 42049bf Btrfs: fix __MAX_CSUM_ITEMS by Chris Mason · 8 years ago
  20. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 8 years ago
  21. 14a1e06 btrfs: introduce BTRFS_MAX_ITEM_SIZE by Jeff Mahoney · 8 years ago
  22. aee133a btrfs: Ratelimit "no csum found" info message by Nikolay Borisov · 8 years ago
  23. ceeb0ae btrfs: sink gfp parameter to set_extent_bits by David Sterba · 8 years ago
  24. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  25. 389f239 btrfs: make sure we stay inside the bvec during __btrfs_lookup_bio_sums by Chris Mason · 8 years ago
  26. ebb8765 btrfs: move btrfs_compression_type to compression.h by Anand Jain · 8 years ago
  27. c40a3d3 Btrfs: Compute and look up csums based on sectorsized blocks by Chandan Rajendra · 9 years ago
  28. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 9 years ago
  29. 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 · 9 years ago
  30. 31e818f btrfs: cleanup, use kmalloc_array/kcalloc array helpers by David Sterba · 9 years ago
  31. b7a0365 Btrfs: ctree: reduce args where only fs_info used by Daniel Dressler · 10 years ago
  32. 6e5aafb Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup by Chris Mason · 10 years ago
  33. 23ea8e5 Btrfs: load checksum data once when submitting a direct read io by Miao Xie · 10 years ago
  34. d1b00a4 btrfs: use IS_ALIGNED() for assertion in btrfs_lookup_csums_range() for simplicity by Satoru Takeuchi · 10 years ago
  35. 962a298 btrfs: kill the key type accessor helpers by David Sterba · 10 years ago
  36. 27b9a81 Btrfs: fix csum tree corruption, duplicate and outdated checksums by Filipe Manana · 10 years ago
  37. 7ffbb59 Btrfs: make fsync work after cloning into a file by Filipe Manana · 10 years ago
  38. 35045bf Btrfs: don't access non-existent key when csum tree is empty by Filipe Manana · 10 years ago
  39. d2cbf2a Btrfs: do not increment on bio_index one by one by Liu Bo · 10 years ago
  40. e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  41. efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
  42. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  43. fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
  44. 4277a9c Btrfs: add an assert to btrfs_lookup_csums_range for alignment by Josef Bacik · 11 years ago
  45. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  46. facc8a22 Btrfs: don't cache the csum value into the extent state tree by Miao Xie · 11 years ago
  47. f51a4a1 Btrfs: remove btrfs_sector_sum structure by Miao Xie · 11 years ago
  48. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  49. 4b90c68 Btrfs: remove unused argument of btrfs_extend_item() by Tsutomu Itoh · 11 years ago
  50. afe5fea Btrfs: cleanup of function where fixup_low_keys() is called by Tsutomu Itoh · 11 years ago
  51. e4100d9 Btrfs: improve the performance of the csums lookup by Miao Xie · 11 years ago
  52. 628c828 btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range() by Zhi Yong Wu · 11 years ago
  53. b049668 Btrfs: cleanup unused arguments of btrfs_csum_data by Liu Bo · 11 years ago
  54. 82d130f Btrfs: fix wrong return value of btrfs_lookup_csum() by Miao Xie · 11 years ago
  55. 39847c4 Btrfs: fix wrong reservation of csums by Miao Xie · 11 years ago
  56. 2f697dc Btrfs: extend the checksum item as much as possible by Liu Bo · 11 years ago
  57. e58dd74 Btrfs: put csums on the right ordered extent by Josef Bacik · 12 years ago
  58. 315a985 Btrfs: fix wrong file extent length by Miao Xie · 12 years ago
  59. 221b831 btrfs: fix min csum item size warnings in 32bit by Zach Brown · 12 years ago
  60. 995e01b Btrfs: fix gcc warnings for 32bit compiles by Jan Schmidt · 12 years ago
  61. c329861 Btrfs: don't allocate a seperate csums array for direct reads by Josef Bacik · 12 years ago
  62. 83eea1f Btrfs: kill root from btrfs_is_free_space_inode by Liu Bo · 12 years ago
  63. 0e72110 Btrfs: change how we indicate we're adding csums by Josef Bacik · 12 years ago
  64. 9613beb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  65. 7ca4be4 Btrfs: don't use crc items bigger than 4KB by Chris Mason · 12 years ago
  66. 79787ea btrfs: replace many BUG_ONs with proper error handling by Jeff Mahoney · 12 years ago
  67. 0678b61 btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range() by Mark Fasheh · 13 years ago
  68. 143bede btrfs: return void in functions without error conditions by Jeff Mahoney · 12 years ago
  69. 7ac687d btrfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  70. 6c41761 btrfs: separate superblock items out of fs_info by David Sterba · 13 years ago
  71. ddf23b3 Btrfs: skip locking if searching the commit root in csum lookup by Josef Bacik · 13 years ago
  72. b43b31b Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linus by Chris Mason · 13 years ago
  73. 2cf8572 Btrfs: use the commit_root for reading free_space_inode crcs by Chris Mason · 13 years ago
  74. a659171 Btrfs: stop using highmem for extent_buffers by Chris Mason · 13 years ago
  75. d8926bb btrfs: don't BUG_ON btrfs_alloc_path() errors by Mark Fasheh · 13 years ago
  76. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  77. 1cd3079 Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item by Tsutomu Itoh · 13 years ago
  78. 65a246c Btrfs: return error code to caller when btrfs_del_item fails by Tsutomu Itoh · 13 years ago
  79. 7126733 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into inode_numbers by Chris Mason · 13 years ago
  80. 945d896 Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into inode_numbers by Chris Mason · 13 years ago
  81. a2de733 btrfs: scrub by Arne Jansen · 13 years ago
  82. b3b4aa7 btrfs: drop unused parameter from btrfs_release_path by David Sterba · 13 years ago
  83. 33345d01 Btrfs: Always use 64bit inode number by Li Zefan · 13 years ago
  84. c2db107 Btrfs: check return value of btrfs_alloc_path() by Tsutomu Itoh · 13 years ago
  85. db5b493 Btrfs: cleanup some BUG_ON() by Tsutomu Itoh · 13 years ago
  86. ad0397a Btrfs: do error checking in btrfs_del_csums by Josef Bacik · 14 years ago
  87. 2a29edc btrfs: fix several uncheck memory allocations by liubo · 14 years ago
  88. 4b46fce Btrfs: add basic DIO read/write support by Josef Bacik · 14 years ago
  89. 4a500fd Btrfs: Metadata ENOSPC handling for tree log by Yan, Zheng · 14 years ago
  90. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  91. b947343 Btrfs: leave btree locks spinning more often by Chris Mason · 15 years ago
  92. 07d400a Btrfs: tree logging checksum fixes by Yan Zheng · 16 years ago
  93. d397712 Btrfs: Fix checkpatch.pl warnings by Chris Mason · 16 years ago
  94. 87b29b2 Btrfs: properly check free space for tree balancing by Yan Zheng · 16 years ago
  95. dcbdd4d Btrfs: delete checksum items before marking blocks free by Chris Mason · 16 years ago
  96. 17d217f Btrfs: fix nodatasum handling in balancing code by Yan Zheng · 16 years ago
  97. 459931e Btrfs: Delete csum items when freeing extents by Chris Mason · 16 years ago
  98. d20f704 Btrfs: move data checksumming into a dedicated tree by Chris Mason · 16 years ago
  99. 607d432 Btrfs: add support for multiple csum algorithms by Josef Bacik · 16 years ago
  100. 39be25c Btrfs: Use invalidatepage when writepage finds a page outside of i_size by Chris Mason · 16 years ago