]> git.ipfire.org Git - thirdparty/u-boot.git/history - fs
rockchip: lion: update board defconfig
[thirdparty/u-boot.git] / fs /
2021-03-29  Tom RiniMerge tag 'dm-pull-28mar21' of git://git.denx.de/u...
2021-03-27  Simon Glasscbfs: Drop unnecessary cast in file_cbfs_fill_cache()
2021-03-27  Simon Glasscbfs: Support reading compression information
2021-03-27  Simon Glasscbfs: Simplify file iteration
2021-03-27  Simon Glasscbfs: Factor out filling a cache node into a new function
2021-03-27  Simon Glasscbfs: Allow file traversal with any CBFS
2021-03-27  Simon Glasscbfs: Allow access to CBFS without a header
2021-03-27  Simon Glasscbfs: Rename new_node to node
2021-03-27  Simon Glasscbfs: Add support for attributes
2021-03-15  Tom RiniMerge tag 'v2021.04-rc4' into next
2021-03-15  Tom RiniMerge tag 'u-boot-stm32-20210312' of https://source...
2021-03-04  Pali Rohárfs/squashfs: Fix compilation error
2021-03-03  Tom RiniMerge tag 'u-boot-imx-20210303' of https://gitlab.denx...
2021-03-01  Marek Behúnfs: btrfs: do not fail when offset of a ROOT_ITEM is...
2021-02-26  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2021-02-26  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2021-02-25  Tom RiniMerge branch '2021-02-24-assorted-fixes'
2021-02-24  Marek Behúnfs: btrfs: change directory list output to be aligned...
2021-02-24  Marek Behúnfs: btrfs: skip xattrs in directory listing
2021-02-24  Heinrich Schuchardtfs/squashfs: NULL dereference in sqfs_closedir()
2021-02-23  Tom RiniMerge tag 'xilinx-for-v2021.04-rc3' of https://gitlab...
2021-02-15  Tom RiniMerge branch '2021-02-02-drop-asm_global_data-when...
2021-02-05  Tom RiniMerge tag 'ti-v2021.04-rc2' of https://gitlab.denx...
2021-02-04  Tom RiniMerge tag 'efi-2021-04-rc2' of https://gitlab.denx...
2021-02-03  Heinrich Schuchardtfs: fat: remove trailing periods from long name
2021-02-03  Heinrich Schuchardtfs: fat: must not write directory '.' and '..'
2021-02-03  Heinrich Schuchardtfs: fat: usage basename in file_fat_write_at, fat_mkdir
2021-02-02  Simon Glasscommon: Drop asm/global_data.h from common header
2021-02-02  Tom RiniMerge branch '2021-02-01-assorted-fixes'
2021-02-01  Heinrich Schuchardtcmd: load, emit error message for invalid block device
2021-01-29  Tom RiniMerge branch '2021-01-29-assorted-fixes'
2021-01-29  Matthias Bruggerfs: btrfs: Select SHA256 in Kconfig
2021-01-29  Heinrich Schuchardtfs: fat: remove superfluous assignments
2021-01-29  Heinrich Schuchardtfs: fat: avoid out of bounds access warning
2021-01-25  Tom RiniMerge tag 'u-boot-imx-20210125' of https://gitlab.denx...
2021-01-25  Tom RiniMerge tag 'u-boot-atmel-2021.04-b' of https://gitlab...
2021-01-24  Tom RiniMerge tag 'efi-2021-04-rc1-3' of https://gitlab.denx...
2021-01-23  Heinrich Schuchardtfs: fat: structure for name and extension
2021-01-23  Heinrich Schuchardtfs: fat: consistent error handling for flush_dir()
2021-01-22  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2021-01-20  Tom RiniMerge branch '2021-01-20-fs-fixes'
2021-01-20  Heinrich Schuchardtubifs: do not decide upon uninitialized variable
2021-01-20  Heinrich Schuchardtfs: btrfs: simplify close_ctree_fs_info()
2021-01-20  Campbell SuterFix squashfs failing to load sparse files
2021-01-20  Qu Wenruofs: btrfs: volumes: prevent overflow for multiplying
2021-01-15  Tom RiniMerge branch '2021.04-rc' of https://github.com/lftan...
2021-01-14  Tom RiniMerge tag 'efi-2021-04-rc1' of https://gitlab.denx...
2021-01-13  Tom RiniMerge tag 'u-boot-amlogic-20210112' of https://gitlab...
2021-01-13  Heinrich Schuchardtefi_loader: setting boot device
2021-01-12  Tom RiniMerge tag 'u-boot-atmel-2021.04-a' of https://gitlab...
2021-01-11  Tom RiniMerge branch 'next'
2021-01-06  Tom RiniMerge tag 'xilinx-for-v2021.04' of https://gitlab.denx...
2021-01-06  Tom RiniMerge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot...
2021-01-05  Tom RiniMerge tag 'v2021.01-rc5' into next
2021-01-01  Tom RiniMerge tag 'efi-next' of https://gitlab.denx.de/u-boot...
2020-12-31  Heinrich Schuchardtfs/fat: implement fsuuid command
2020-12-31  Heinrich Schuchardtfs: fat: eliminate DIRENTSPERBLOCK() macro
2020-12-11  Tom RiniMerge tag 'u-boot-atmel-fixes-2021.01-b' of https:...
2020-12-10  Tom RiniMerge tag 'efi-next' of https://gitlab.denx.de/u-boot...
2020-12-10  Heinrich Schuchardtfs: fat: deletion of long file names
2020-12-10  Heinrich Schuchardtfs: fat: first dentry of long name in FAT iterator
2020-12-10  Heinrich Schuchardtfs: fat: use constant DELETED_FLAG
2020-12-10  Heinrich Schuchardtfs: fat: search file should not allocate cluster
2020-12-10  Heinrich Schuchardtfs: fat: reuse deleted directory entries
2020-12-10  Heinrich Schuchardtfs: fat: fat_find_empty_dentries()
2020-12-10  Heinrich Schuchardtfs: fat: flush new directory cluster
2020-12-10  Heinrich Schuchardtfs: fat: set start cluster for root directory
2020-12-10  Heinrich Schuchardtfs: fat: dentry iterator for fill_dir_slot()
2020-12-10  Heinrich Schuchardtfs: fat: generate unique short names
2020-12-10  Heinrich Schuchardtfs: fat: call set_name() only once
2020-12-10  Heinrich Schuchardtfs: fat: pass shortname to fill_dir_slot
2020-12-10  Heinrich Schuchardtfs: fat: create correct short names
2020-12-10  Heinrich Schuchardtfs: fat: export fat_next_cluster()
2020-12-10  Heinrich Schuchardtfs: fat: correct first cluster for '..'
2020-12-03  Tom RiniMerge branch '2020-12-02-master-imports'
2020-12-02  Richard Genoudfs/squashfs: sqfs_close/sqfs_read_sblk: set ctxt.sblk...
2020-11-29  Tom RiniMerge tag 'mmc-2020-11-29' of https://gitlab.denx.de...
2020-11-29  Tom RiniMerge tag 'efi-2021-01-rc3-3' of https://gitlab.denx...
2020-11-29  Heinrich Schuchardtfs: fat: use ATTR_ARCH instead of anonymous 0x20
2020-11-29  Heinrich Schuchardtfs: fat: directory entries starting with 0x05
2020-11-29  Heinrich Schuchardtfs: fat: avoid NULL dereference when root dir is full
2020-11-19  Tom RiniMerge branch '2020-11-18-assorted-fixes'
2020-11-19  Richard Genoudfs/squashfs: implement exists() function
2020-11-19  Richard Genoudfs/squashfs: sqfs_read: remove buggy offset functionality
2020-11-19  Richard Genoudfs/squashfs: sqfs_read: don't write beyond buffer size
2020-11-19  Richard Genoudfs/squashfs: sqfs_probe: use sqfs_decompressor_init...
2020-11-19  Richard Genoudfs/squashfs: sqfs_probe: reset cur_dev/cur_part_info...
2020-11-19  Richard Genoudfs/squashfs: sqfs_probe: fix possible memory leak on...
2020-11-19  Richard Genoudfs/squashfs: sqfs_read: fix memory leak on finfo.blk_sizes
2020-11-19  Richard Genoudfs/squashfs: sqfs_get_abs_path: fix possible memory...
2020-11-19  Richard Genoudfs/squashfs: sqfs_get_abs_path: fix error check
2020-11-19  Richard Genoudfs/squashfs: sqfs_frag_lookup: simplify error handling
2020-11-19  Richard Genoudfs/squashfs: sqfs_read: fix another memory leak
2020-11-19  Richard Genoudfs/squashfs: sqfs_read: fix memory leak
2020-11-19  Richard Genoudfs/squashfs: sqfs_read: remove useless sqfs_closedir()
2020-11-19  Richard Genoudfs/squashfs: sqfs_read: fix dangling pointer dirs-...
2020-11-19  Richard Genoudfs/squashfs: sqfs_size: remove useless sqfs_closedir()
2020-11-19  Richard Genoudfs/squashfs: sqfs_size: fix dangling pointer dirs-...
2020-11-19  Richard Genoudfs/squashfs: sqfs_concat_tokens: check if malloc succeeds
2020-11-19  Richard Genoudfs/squashfs: sqfs_read_inode_table: fix dangling pointer
next