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