1. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 5 months ago
  2. 8d28959 fs: Remove <common.h> and add needed includes by Tom Rini · 6 months ago
  3. cb3ce95 global: Drop common.h inclusion by Tom Rini · 10 months ago
  4. 6d6ea52 fs: btrfs: fix reading when length specified by Sam Edwards · 11 months ago
  5. 08404fa btrfs: fix some error checking for btrfs_decompress() by Dan Carpenter · 1 year, 3 months ago
  6. c331efd fs: btrfs: Prevent error pointer dereference in list_subvolums() by Dan Carpenter · 1 year, 3 months ago
  7. 7da82de 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, 4 months ago
  8. 1be82af global: Use proper project name U-Boot by Michal Simek · 1 year, 5 months ago
  9. 6ba08b3 fs/btrfs: use asm/unaligned.h by Jens Wiklander · 1 year, 5 months ago
  10. b1d3013 btrfs: fix offset when reading compressed extents by Dominique Martinet · 1 year, 6 months ago
  11. 511a130 fs: btrfs: limit the mapped length to the original length by Qu Wenruo · 1 year, 8 months ago
  12. 11d5670 fs/btrfs: handle data extents, which crosss stripe boundaries, correctly by Qu Wenruo · 1 year, 10 months ago
  13. f337fb9 fs: Quieten down the filesystems more by Simon Glass · 2 years ago
  14. 34d5fea fs: btrfs: remove the usage of undeclared fs_mutex variable by Pankaj Raghav · 2 years, 1 month ago
  15. 61143f7 treewide: Fix Marek's name and change my e-mail address by Marek Behún · 2 years, 5 months ago
  16. 89ab1e2 btrfs: simplify lookup_data_extent() by Heinrich Schuchardt · 2 years, 5 months ago
  17. c4bbbed btrfs: Fix compilation on big endian systems by Pali Rohár · 2 years, 7 months ago
  18. 7c07543 fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOLE feature correctly by Qu Wenruo · 2 years, 10 months ago
  19. 1617165 fs/btrfs: add dependency on BLAKE2 hash by Qu Wenruo · 2 years, 10 months ago
  20. 918adf8 btrfs: Use U-Boot API for decompression by Simon Glass · 3 years, 1 month ago
  21. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago
  22. c72231d WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years, 1 month ago
  23. 64acd46 btrfs: Suppress the message about missing filesystem by Simon Glass · 3 years, 2 months ago
  24. 94509b7 btrfs: Use default subvolume as filesystem root by Matwey V. Kornilov · 3 years, 3 months ago
  25. 8b6ee24 Use LIB_UUID with ACPIGEN and FS_BTRFS by Simon Glass · 3 years, 4 months ago
  26. 9e8bb07 fs: btrfs: Add missing cache aligned allocation by Marek Vasut · 3 years, 5 months ago
  27. dae9aed fs: btrfs: fix the false alert of decompression failure by Qu Wenruo · 3 years, 6 months ago
  28. 1afb9f2 fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1 by Marek Behún · 3 years, 8 months ago
  29. c65365d fs: btrfs: change directory list output to be aligned as before by Marek Behún · 3 years, 8 months ago
  30. e4cecb56 fs: btrfs: skip xattrs in directory listing by Marek Behún · 3 years, 8 months ago
  31. 8921ac9 fs: btrfs: Select SHA256 in Kconfig by Matthias Brugger · 3 years, 9 months ago
  32. 3b00a6b fs: btrfs: simplify close_ctree_fs_info() by Heinrich Schuchardt · 3 years, 10 months ago
  33. 3b72612 fs: btrfs: volumes: prevent overflow for multiplying by Qu Wenruo · 4 years ago
  34. 4891c4e fs: btrfs: initialize @ret to 0 to prevent uninitialized return value by Qu Wenruo · 4 years ago
  35. 9b5546c fs: btrfs: inode: handle uninitialized type before returning it by Qu Wenruo · 4 years ago
  36. 09f2107 fs: btrfs: Fix typo in error message by Naoki Hayama · 4 years ago
  37. 5573c20 fs: btrfs: Cleanup the old implementation by Qu Wenruo · 4 years, 4 months ago
  38. e8e95c7 fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructure by Qu Wenruo · 4 years, 4 months ago
  39. f486152 fs: btrfs: Introduce function to resolve the path of one subvolume by Qu Wenruo · 4 years, 4 months ago
  40. 8098da7 fs: btrfs: Introduce function to resolve path in one subvolume by Qu Wenruo · 4 years, 4 months ago
  41. e342718 fs: btrfs: Implement btrfs_file_read() by Qu Wenruo · 4 years, 4 months ago
  42. 01347f6 fs: btrfs: Introduce lookup_data_extent() for later use by Qu Wenruo · 4 years, 4 months ago
  43. a26a6be fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg() by Qu Wenruo · 4 years, 4 months ago
  44. 0cc8fc6 fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflicts by Qu Wenruo · 4 years, 4 months ago
  45. 5bbb68d fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size() by Qu Wenruo · 4 years, 4 months ago
  46. 325dd1f fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir() by Qu Wenruo · 4 years, 4 months ago
  47. c921aa2 fs: btrfs: Implement btrfs_lookup_path() by Qu Wenruo · 4 years, 4 months ago
  48. 5bdcb37 fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LEN by Qu Wenruo · 4 years, 4 months ago
  49. 92bc179 fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink() by Qu Wenruo · 4 years, 4 months ago
  50. cafffc5 fs: btrfs: Rename path resolve related functions to avoid name conflicts by Qu Wenruo · 4 years, 4 months ago
  51. f06bfcf fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  52. 57f24f1 fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree() by Qu Wenruo · 4 years, 4 months ago
  53. 29c26ae fs: btrfs: Crossport btrfs_search_slot() from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  54. bccee8b fs: btrfs: Crossport struct btrfs_root to ctree.h by Qu Wenruo · 4 years, 4 months ago
  55. 207011b fs: btrfs: Rename btrfs_root to __btrfs_root by Qu Wenruo · 4 years, 4 months ago
  56. 33966de fs: btrfs: Rename struct btrfs_path to struct __btrfs_path by Qu Wenruo · 4 years, 4 months ago
  57. 75b0817 fs: btrfs: Crossport read_tree_block() from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  58. b1f0067 fs: btrfs: Crossport volumes.[ch] from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  59. be35942 fs: btrfs: Crossport structure accessor into ctree.h by Qu Wenruo · 4 years, 4 months ago
  60. 9a9be5e fs: btrfs: Crossport extent-io.[ch] from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  61. ab5c304 fs: btrfs: Crossport extent-cache.[ch] from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  62. bc621e5 fs: btrfs: Crossport rbtree-utils from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  63. 4aebb99 fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs by Qu Wenruo · 4 years, 4 months ago
  64. 565a414 fs: btrfs: Add more checksum algorithms by Qu Wenruo · 4 years, 4 months ago
  65. 3b4b40c fs: btrfs: Sync btrfs_btree.h from kernel by Qu Wenruo · 4 years, 4 months ago
  66. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  67. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  68. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  69. ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 5 months ago
  70. 48180e1 fs: btrfs: support sparse extents by Marek Behún · 4 years, 7 months ago
  71. b941d1c fs: btrfs: Fix LZO false decompression error caused by pending zero by Qu Wenruo · 4 years, 7 months ago
  72. a62db24 fs: btrfs: Reject fs with sector size other than PAGE_SIZE by Qu Wenruo · 4 years, 7 months ago
  73. 25babb7 fs: btrfs: Use LZO_LEN to replace immediate number by Qu Wenruo · 4 years, 7 months ago
  74. 53290e6 fs: btrfs: add zstd decompression support by Marek Behún · 5 years ago
  75. cd22e34 fs: btrfs: fix btrfs methods return values on failure by Marek Behún · 5 years ago
  76. 881e020 fs: btrfs: Do not print mount fail message when not btrfs filesystem by Marek Behún · 5 years ago
  77. 6aebc0d Revert "fs: btrfs: fix false negatives in ROOT_ITEM search" by Tom Rini · 5 years ago
  78. 1627e5e fs: btrfs: fix btrfs_search_tree invalid results by Pierre Bourdon · 6 years ago
  79. 633967f fs: btrfs: fix false negatives in ROOT_ITEM search by Pierre Bourdon · 6 years ago
  80. 5b781cf fs: btrfs: Fix tree traversal with btrfs_next_slot() by Yevgeny Popovych · 6 years ago
  81. c979539 fs: btrfs: Fix cache alignment bugs by Marek Vasut · 6 years ago
  82. f8c173b fs: btrfs: Fix wrong comparison in logical to physical mapping by Marek Behún · 6 years ago
  83. d146a7b fs: btrfs: Do not fail when all root_backups are empty by Yevgeny Popovych · 6 years ago
  84. f559180 fs: btrfs: Fix not all CHUNK_ITEMs being read from CHUNK_TREE by Yevgeny Popovych · 6 years ago
  85. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  86. 22fc7b6 fs: btrfs: Remove unused debug code left from development by Marek Behún · 7 years ago
  87. f39bfec fs: btrfs: Fix printf format character warning by Tom Rini · 7 years ago
  88. 2021f08 fs: btrfs: Fix unaligned memory accesses by Alberto Sánchez Molero · 7 years ago
  89. 733d963 fs: btrfs: Remove a foreign language note by Marek Behún · 7 years ago
  90. ecab881 fs: btrfs: Fix usage of uninitialized variables by Marek Behún · 7 years ago
  91. 6b7fd35 fs/btrfs: Fix warning in btrfs_check_super() by Tom Rini · 7 years ago
  92. 0c936ee fs: btrfs: Add U-Boot fs handlers. by Marek Behún · 7 years ago
  93. 21a14fa fs: btrfs: Add single-device read-only BTRFS implementation by Marek Behún · 7 years ago
  94. 597b4af fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions by Marek Behún · 7 years ago
  95. d4a704a fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified) by Marek Behún · 7 years ago