1. 213252f fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOLE feature correctly by Qu Wenruo · 2 years, 11 months ago
  2. c527687 fs/btrfs: add dependency on BLAKE2 hash by Qu Wenruo · 2 years, 11 months ago
  3. 901ef08 btrfs: Use U-Boot API for decompression by Simon Glass · 3 years, 2 months ago
  4. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  5. accb63b WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years, 2 months ago
  6. 4acb84a btrfs: Suppress the message about missing filesystem by Simon Glass · 3 years, 3 months ago
  7. b8a77ab btrfs: Use default subvolume as filesystem root by Matwey V. Kornilov · 3 years, 4 months ago
  8. 335fe51 Use LIB_UUID with ACPIGEN and FS_BTRFS by Simon Glass · 3 years, 5 months ago
  9. 9193398 fs: btrfs: Add missing cache aligned allocation by Marek Vasut · 3 years, 6 months ago
  10. b1e5ca1 fs: btrfs: fix the false alert of decompression failure by Qu Wenruo · 3 years, 7 months ago
  11. 33d1eab fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1 by Marek Behún · 3 years, 10 months ago
  12. b4c2773 fs: btrfs: change directory list output to be aligned as before by Marek Behún · 3 years, 10 months ago
  13. b0cbb52 fs: btrfs: skip xattrs in directory listing by Marek Behún · 3 years, 10 months ago
  14. c5f727b fs: btrfs: Select SHA256 in Kconfig by Matthias Brugger · 3 years, 10 months ago
  15. b06c36f fs: btrfs: simplify close_ctree_fs_info() by Heinrich Schuchardt · 4 years ago
  16. 12bbff0 fs: btrfs: volumes: prevent overflow for multiplying by Qu Wenruo · 4 years, 1 month ago
  17. bbad1d7 fs: btrfs: initialize @ret to 0 to prevent uninitialized return value by Qu Wenruo · 4 years, 1 month ago
  18. 11acf0f fs: btrfs: inode: handle uninitialized type before returning it by Qu Wenruo · 4 years, 1 month ago
  19. c080b51 fs: btrfs: Fix typo in error message by Naoki Hayama · 4 years, 1 month ago
  20. d90164e fs: btrfs: Cleanup the old implementation by Qu Wenruo · 4 years, 5 months ago
  21. a03f6fa fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructure by Qu Wenruo · 4 years, 5 months ago
  22. 8b7b9c7 fs: btrfs: Introduce function to resolve the path of one subvolume by Qu Wenruo · 4 years, 5 months ago
  23. eb362ac fs: btrfs: Introduce function to resolve path in one subvolume by Qu Wenruo · 4 years, 5 months ago
  24. cf5a3a0 fs: btrfs: Implement btrfs_file_read() by Qu Wenruo · 4 years, 5 months ago
  25. 4650ed1 fs: btrfs: Introduce lookup_data_extent() for later use by Qu Wenruo · 4 years, 5 months ago
  26. 83b04df fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg() by Qu Wenruo · 4 years, 5 months ago
  27. 6aa2cc4 fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts by Qu Wenruo · 4 years, 5 months ago
  28. f9344c3 fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size() by Qu Wenruo · 4 years, 5 months ago
  29. 348848a fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir() by Qu Wenruo · 4 years, 5 months ago
  30. e565bd4 fs: btrfs: Implement btrfs_lookup_path() by Qu Wenruo · 4 years, 5 months ago
  31. b086e25 fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN by Qu Wenruo · 4 years, 5 months ago
  32. 49fe0f0 fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink() by Qu Wenruo · 4 years, 5 months ago
  33. dca22af fs: btrfs: Rename path resolve related functions to avoid name conflicts by Qu Wenruo · 4 years, 5 months ago
  34. 1d5a7b7 fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  35. 8f267cf fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree() by Qu Wenruo · 4 years, 5 months ago
  36. 0af1704 fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  37. fd63dbb fs: btrfs: Crossport struct btrfs_root to ctree.h by Qu Wenruo · 4 years, 5 months ago
  38. f6d5af7 fs: btrfs: Rename btrfs_root to __btrfs_root by Qu Wenruo · 4 years, 5 months ago
  39. ddd0cb8 fs: btrfs: Rename struct btrfs_path to struct __btrfs_path by Qu Wenruo · 4 years, 5 months ago
  40. d85f959 fs: btrfs: Crossport read_tree_block() from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  41. f6377ff fs: btrfs: Crossport volumes.[ch] from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  42. 6925bd2 fs: btrfs: Crossport structure accessor into ctree.h by Qu Wenruo · 4 years, 5 months ago
  43. c43c529 fs: btrfs: Crossport extent-io.[ch] from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  44. f55da5d fs: btrfs: Crossport extent-cache.[ch] from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  45. fb48c59 fs: btrfs: Crossport rbtree-utils from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  46. 1a61808 fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  47. 0e7b854 fs: btrfs: Add more checksum algorithms by Qu Wenruo · 4 years, 5 months ago
  48. 07d977f fs: btrfs: Sync btrfs_btree.h from kernel by Qu Wenruo · 4 years, 5 months ago
  49. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  50. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  51. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  52. 6f04498 common: Drop uuid.h from common header by Simon Glass · 4 years, 7 months ago
  53. b72a0ff fs: btrfs: support sparse extents by Marek Behún · 4 years, 8 months ago
  54. 2aebf5b fs: btrfs: Fix LZO false decompression error caused by pending zero by Qu Wenruo · 4 years, 8 months ago
  55. 37539f5 fs: btrfs: Reject fs with sector size other than PAGE_SIZE by Qu Wenruo · 4 years, 8 months ago
  56. e7691f4 fs: btrfs: Use LZO_LEN to replace immediate number by Qu Wenruo · 4 years, 8 months ago
  57. 0611ae5 fs: btrfs: add zstd decompression support by Marek Behún · 6 years ago
  58. e55462b fs: btrfs: fix btrfs methods return values on failure by Marek Behún · 6 years ago
  59. 7d3db16 fs: btrfs: Do not print mount fail message when not btrfs filesystem by Marek Behún · 6 years ago
  60. 2d8200c Revert "fs: btrfs: fix false negatives in ROOT_ITEM search" by Tom Rini · 6 years ago
  61. b0ff60a fs: btrfs: fix btrfs_search_tree invalid results by Pierre Bourdon · 6 years ago
  62. 9fffe32 fs: btrfs: fix false negatives in ROOT_ITEM search by Pierre Bourdon · 6 years ago
  63. d537f86 fs: btrfs: Fix tree traversal with btrfs_next_slot() by Yevgeny Popovych · 6 years ago
  64. a2f9cbf fs: btrfs: Fix cache alignment bugs by Marek Vasut · 6 years ago
  65. 1dd3195 fs: btrfs: Fix wrong comparison in logical to physical mapping by Marek Behún · 6 years ago
  66. 0a4b93f fs: btrfs: Do not fail when all root_backups are empty by Yevgeny Popovych · 6 years ago
  67. 4c43504 fs: btrfs: Fix not all CHUNK_ITEMs being read from CHUNK_TREE by Yevgeny Popovych · 6 years ago
  68. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  69. 4eea27f fs: btrfs: Remove unused debug code left from development by Marek Behún · 7 years ago
  70. 23884dc fs: btrfs: Fix printf format character warning by Tom Rini · 7 years ago
  71. d1f4333 fs: btrfs: Fix unaligned memory accesses by Alberto Sánchez Molero · 7 years ago
  72. 1c66c7c fs: btrfs: Remove a foreign language note by Marek Behún · 7 years ago
  73. da98910 fs: btrfs: Fix usage of uninitialized variables by Marek Behún · 7 years ago
  74. 9740408 fs/btrfs: Fix warning in btrfs_check_super() by Tom Rini · 7 years ago
  75. 98ec1d1 fs: btrfs: Add U-Boot fs handlers. by Marek Behún · 7 years ago
  76. 2938754 fs: btrfs: Add single-device read-only BTRFS implementation by Marek Behún · 7 years ago
  77. 7777b1a fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions by Marek Behún · 7 years ago
  78. 4eff426 fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified) by Marek Behún · 7 years ago