1. 29cab7c include: export uuid.h by Caleb Connolly · 3 months ago
  2. 61d14aa fs: Remove duplicate newlines by Marek Vasut · 4 months ago
  3. a3c2370 fs: btrfs: fix out of bounds write by Alex Shumsky · 5 months ago
  4. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  5. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  6. 5231797 fs: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  7. 1bbf41d global: Drop common.h inclusion by Tom Rini · 11 months ago
  8. 9d1c1b4 fs: btrfs: fix reading when length specified by Sam Edwards · 1 year ago
  9. c38d27b btrfs: fix some error checking for btrfs_decompress() by Dan Carpenter · 1 year, 4 months ago
  10. 078dacb fs: btrfs: Prevent error pointer dereference in list_subvolums() by Dan Carpenter · 1 year, 4 months ago
  11. da9739c Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 1 year, 5 months ago
  12. 50fa118 global: Use proper project name U-Boot by Michal Simek · 1 year, 6 months ago
  13. d3d59a4 fs/btrfs: use asm/unaligned.h by Jens Wiklander · 1 year, 6 months ago
  14. 50f6925 btrfs: fix offset when reading compressed extents by Dominique Martinet · 1 year, 7 months ago
  15. 8309e11 fs: btrfs: limit the mapped length to the original length by Qu Wenruo · 1 year, 9 months ago
  16. 5c5df2d fs/btrfs: handle data extents, which crosss stripe boundaries, correctly by Qu Wenruo · 1 year, 11 months ago
  17. 3862fab fs: Quieten down the filesystems more by Simon Glass · 2 years, 1 month ago
  18. f33da56 fs: btrfs: remove the usage of undeclared fs_mutex variable by Pankaj Raghav · 2 years, 2 months ago
  19. d63726e treewide: Fix Marek's name and change my e-mail address by Marek Behún · 2 years, 6 months ago
  20. e7269b7 btrfs: simplify lookup_data_extent() by Heinrich Schuchardt · 2 years, 7 months ago
  21. a0eae46 btrfs: Fix compilation on big endian systems by Pali Rohár · 2 years, 8 months ago
  22. 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
  23. c527687 fs/btrfs: add dependency on BLAKE2 hash by Qu Wenruo · 2 years, 11 months ago
  24. 901ef08 btrfs: Use U-Boot API for decompression by Simon Glass · 3 years, 2 months ago
  25. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  26. accb63b WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years, 2 months ago
  27. 4acb84a btrfs: Suppress the message about missing filesystem by Simon Glass · 3 years, 3 months ago
  28. b8a77ab btrfs: Use default subvolume as filesystem root by Matwey V. Kornilov · 3 years, 4 months ago
  29. 335fe51 Use LIB_UUID with ACPIGEN and FS_BTRFS by Simon Glass · 3 years, 5 months ago
  30. 9193398 fs: btrfs: Add missing cache aligned allocation by Marek Vasut · 3 years, 6 months ago
  31. b1e5ca1 fs: btrfs: fix the false alert of decompression failure by Qu Wenruo · 3 years, 7 months ago
  32. 33d1eab fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1 by Marek Behún · 3 years, 10 months ago
  33. b4c2773 fs: btrfs: change directory list output to be aligned as before by Marek Behún · 3 years, 10 months ago
  34. b0cbb52 fs: btrfs: skip xattrs in directory listing by Marek Behún · 3 years, 10 months ago
  35. c5f727b fs: btrfs: Select SHA256 in Kconfig by Matthias Brugger · 3 years, 10 months ago
  36. b06c36f fs: btrfs: simplify close_ctree_fs_info() by Heinrich Schuchardt · 4 years ago
  37. 12bbff0 fs: btrfs: volumes: prevent overflow for multiplying by Qu Wenruo · 4 years, 1 month ago
  38. bbad1d7 fs: btrfs: initialize @ret to 0 to prevent uninitialized return value by Qu Wenruo · 4 years, 1 month ago
  39. 11acf0f fs: btrfs: inode: handle uninitialized type before returning it by Qu Wenruo · 4 years, 1 month ago
  40. c080b51 fs: btrfs: Fix typo in error message by Naoki Hayama · 4 years, 1 month ago
  41. d90164e fs: btrfs: Cleanup the old implementation by Qu Wenruo · 4 years, 5 months ago
  42. a03f6fa fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructure by Qu Wenruo · 4 years, 5 months ago
  43. 8b7b9c7 fs: btrfs: Introduce function to resolve the path of one subvolume by Qu Wenruo · 4 years, 5 months ago
  44. eb362ac fs: btrfs: Introduce function to resolve path in one subvolume by Qu Wenruo · 4 years, 5 months ago
  45. cf5a3a0 fs: btrfs: Implement btrfs_file_read() by Qu Wenruo · 4 years, 5 months ago
  46. 4650ed1 fs: btrfs: Introduce lookup_data_extent() for later use by Qu Wenruo · 4 years, 5 months ago
  47. 83b04df fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg() by Qu Wenruo · 4 years, 5 months ago
  48. 6aa2cc4 fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts by Qu Wenruo · 4 years, 5 months ago
  49. f9344c3 fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size() by Qu Wenruo · 4 years, 5 months ago
  50. 348848a fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir() by Qu Wenruo · 4 years, 5 months ago
  51. e565bd4 fs: btrfs: Implement btrfs_lookup_path() by Qu Wenruo · 4 years, 5 months ago
  52. b086e25 fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN by Qu Wenruo · 4 years, 5 months ago
  53. 49fe0f0 fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink() by Qu Wenruo · 4 years, 5 months ago
  54. dca22af fs: btrfs: Rename path resolve related functions to avoid name conflicts by Qu Wenruo · 4 years, 5 months ago
  55. 1d5a7b7 fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  56. 8f267cf fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree() by Qu Wenruo · 4 years, 5 months ago
  57. 0af1704 fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  58. fd63dbb fs: btrfs: Crossport struct btrfs_root to ctree.h by Qu Wenruo · 4 years, 5 months ago
  59. f6d5af7 fs: btrfs: Rename btrfs_root to __btrfs_root by Qu Wenruo · 4 years, 5 months ago
  60. ddd0cb8 fs: btrfs: Rename struct btrfs_path to struct __btrfs_path by Qu Wenruo · 4 years, 5 months ago
  61. d85f959 fs: btrfs: Crossport read_tree_block() from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  62. f6377ff fs: btrfs: Crossport volumes.[ch] from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  63. 6925bd2 fs: btrfs: Crossport structure accessor into ctree.h by Qu Wenruo · 4 years, 5 months ago
  64. c43c529 fs: btrfs: Crossport extent-io.[ch] from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  65. f55da5d fs: btrfs: Crossport extent-cache.[ch] from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  66. fb48c59 fs: btrfs: Crossport rbtree-utils from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  67. 1a61808 fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs by Qu Wenruo · 4 years, 5 months ago
  68. 0e7b854 fs: btrfs: Add more checksum algorithms by Qu Wenruo · 4 years, 5 months ago
  69. 07d977f fs: btrfs: Sync btrfs_btree.h from kernel by Qu Wenruo · 4 years, 5 months ago
  70. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  71. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  72. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  73. 6f04498 common: Drop uuid.h from common header by Simon Glass · 4 years, 7 months ago
  74. b72a0ff fs: btrfs: support sparse extents by Marek Behún · 4 years, 8 months ago
  75. 2aebf5b fs: btrfs: Fix LZO false decompression error caused by pending zero by Qu Wenruo · 4 years, 8 months ago
  76. 37539f5 fs: btrfs: Reject fs with sector size other than PAGE_SIZE by Qu Wenruo · 4 years, 8 months ago
  77. e7691f4 fs: btrfs: Use LZO_LEN to replace immediate number by Qu Wenruo · 4 years, 8 months ago
  78. 0611ae5 fs: btrfs: add zstd decompression support by Marek Behún · 6 years ago
  79. e55462b fs: btrfs: fix btrfs methods return values on failure by Marek Behún · 6 years ago
  80. 7d3db16 fs: btrfs: Do not print mount fail message when not btrfs filesystem by Marek Behún · 6 years ago
  81. 2d8200c Revert "fs: btrfs: fix false negatives in ROOT_ITEM search" by Tom Rini · 6 years ago
  82. b0ff60a fs: btrfs: fix btrfs_search_tree invalid results by Pierre Bourdon · 6 years ago
  83. 9fffe32 fs: btrfs: fix false negatives in ROOT_ITEM search by Pierre Bourdon · 6 years ago
  84. d537f86 fs: btrfs: Fix tree traversal with btrfs_next_slot() by Yevgeny Popovych · 6 years ago
  85. a2f9cbf fs: btrfs: Fix cache alignment bugs by Marek Vasut · 6 years ago
  86. 1dd3195 fs: btrfs: Fix wrong comparison in logical to physical mapping by Marek Behún · 6 years ago
  87. 0a4b93f fs: btrfs: Do not fail when all root_backups are empty by Yevgeny Popovych · 6 years ago
  88. 4c43504 fs: btrfs: Fix not all CHUNK_ITEMs being read from CHUNK_TREE by Yevgeny Popovych · 6 years ago
  89. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  90. 4eea27f fs: btrfs: Remove unused debug code left from development by Marek Behún · 7 years ago
  91. 23884dc fs: btrfs: Fix printf format character warning by Tom Rini · 7 years ago
  92. d1f4333 fs: btrfs: Fix unaligned memory accesses by Alberto Sánchez Molero · 7 years ago
  93. 1c66c7c fs: btrfs: Remove a foreign language note by Marek Behún · 7 years ago
  94. da98910 fs: btrfs: Fix usage of uninitialized variables by Marek Behún · 7 years ago
  95. 9740408 fs/btrfs: Fix warning in btrfs_check_super() by Tom Rini · 7 years ago
  96. 98ec1d1 fs: btrfs: Add U-Boot fs handlers. by Marek Behún · 7 years ago
  97. 2938754 fs: btrfs: Add single-device read-only BTRFS implementation by Marek Behún · 7 years ago
  98. 7777b1a fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions by Marek Behún · 7 years ago
  99. 4eff426 fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified) by Marek Behún · 7 years ago