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