summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2020-09-14-btrfs-rewrite' into nextWIP/08Sep2020-nextTom Rini2020-09-0730-2491/+8525
|\
| * MAINTAINERS: Add btrfs mailing list and myself as reviewerQu Wenruo2020-09-071-0/+2
| * fs: btrfs: Cleanup the old implementationQu Wenruo2020-09-0714-1366/+3
| * fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructureQu Wenruo2020-09-071-5/+73
| * fs: btrfs: Introduce function to resolve the path of one subvolumeQu Wenruo2020-09-071-0/+81
| * fs: btrfs: Introduce function to resolve path in one subvolumeQu Wenruo2020-09-072-1/+68
| * fs: btrfs: Implement btrfs_file_read()Qu Wenruo2020-09-073-20/+176
| * fs: btrfs: Introduce lookup_data_extent() for later useQu Wenruo2020-09-071-0/+101
| * fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()Qu Wenruo2020-09-074-0/+205
| * fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflictsQu Wenruo2020-09-074-9/+9
| * fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()Qu Wenruo2020-09-071-17/+48
| * fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()Qu Wenruo2020-09-074-91/+144
| * fs: btrfs: Implement btrfs_lookup_path()Qu Wenruo2020-09-073-0/+360
| * fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LENQu Wenruo2020-09-071-2/+6
| * fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()Qu Wenruo2020-09-072-37/+65
| * fs: btrfs: Rename path resolve related functions to avoid name conflictsQu Wenruo2020-09-077-33/+43
| * fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progsQu Wenruo2020-09-078-20/+579
| * fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()Qu Wenruo2020-09-075-3/+306
| * fs: btrfs: Crossport btrfs_search_slot() from btrfs-progsQu Wenruo2020-09-072-7/+591
| * fs: btrfs: Crossport struct btrfs_root to ctree.hQu Wenruo2020-09-071-0/+17
| * fs: btrfs: Rename btrfs_root to __btrfs_rootQu Wenruo2020-09-078-34/+34
| * fs: btrfs: Rename struct btrfs_path to struct __btrfs_pathQu Wenruo2020-09-079-44/+44
| * fs: btrfs: Crossport read_tree_block() from btrfs-progsQu Wenruo2020-09-075-8/+602
| * fs: btrfs: Crossport volumes.[ch] from btrfs-progsQu Wenruo2020-09-075-1/+1081
| * fs: btrfs: Crossport structure accessor into ctree.hQu Wenruo2020-09-073-95/+1064
| * fs: btrfs: Crossport extent-io.[ch] from btrfs-progsQu Wenruo2020-09-073-1/+1019
| * fs: btrfs: Crossport extent-cache.[ch] from btrfs-progsQu Wenruo2020-09-072-0/+422
| * fs: btrfs: Crossport rbtree-utils from btrfs-progsQu Wenruo2020-09-073-1/+138
| * fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progsQu Wenruo2020-09-078-259/+378
| * fs: btrfs: Add more checksum algorithmsQu Wenruo2020-09-0710-62/+130
| * fs: btrfs: Sync btrfs_btree.h from kernelQu Wenruo2020-09-077-982/+1343
|/
* Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...Tom Rini2020-09-0737-142/+41
|\
| * asm-generic/u-boot.h: Remove bi_memstart & bi_memsize from bd_infoStefan Roese2020-08-261-2/+0
| * cmd: bdinfo: Remove print of superseeded bi_memstart / bi_memsize valuesStefan Roese2020-08-261-8/+0
| * powerpc: Remove bi_memstart & bi_memsize assignments in spl.cStefan Roese2020-08-268-16/+0
| * video: cfb_console.c: Use bi_dram[] values on all platformsStefan Roese2020-08-261-7/+1
| * xtensa: Remove local no-op dram_init_banksize()Stefan Roese2020-08-261-5/+0
| * xtensa: Remove arch_setup_bdinfo()Stefan Roese2020-08-262-23/+1
| * global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese2020-08-2614-19/+19
| * board_f: Add default values for bi_dram[] in dram_init_banksize()Stefan Roese2020-08-261-6/+1
| * image: Use gd->ram_base/_size in env_get_bootm_size()Stefan Roese2020-08-261-7/+2
| * CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese2020-08-2611-51/+19
* | Prepare v2020.10-rc4v2020.10-rc4Tom Rini2020-09-071-1/+1
* | configs: Resync with savedefconfigTom Rini2020-09-0712-17/+5
* | Merge tag 'efi-2020-10-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/07Sep2020Tom Rini2020-09-078-69/+75
|\ \
| * | efi_selftest: simplify MakefileHeinrich Schuchardt2020-09-061-6/+0
| * | efi_loader: remove duplicate image size checkHeinrich Schuchardt2020-09-061-4/+0
| * | efi: clean up efi commandHeinrich Schuchardt2020-09-062-18/+22
| * | efi_loader: error message if image not authenticatedHeinrich Schuchardt2020-09-061-2/+4
| * | efi_loader: log function in image loaderHeinrich Schuchardt2020-09-061-22/+22