| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: fat: get_contents() always returns -1 for errors | Heinrich Schuchardt | 2019-10-11 | 1 | -1/+1 |
* | fs: fat: treat invalid FAT clusters as errors | Heinrich Schuchardt | 2019-10-11 | 1 | -10/+20 |
* | fat: FAT filesystem premature release of info struct. | Martin Vystrčil | 2019-08-26 | 1 | -4/+0 |
* | jffs2: remove unused code files | Uwe Kleine-König | 2019-08-20 | 2 | -1169/+0 |
* | cbfs: Rename camel-case variables | Simon Glass | 2019-08-18 | 1 | -22/+22 |
* | cbfs: Add functions to support multiple CBFSs | Simon Glass | 2019-08-18 | 1 | -0/+46 |
* | cbfs: Move result variable into the struct | Simon Glass | 2019-08-18 | 1 | -20/+28 |
* | cbfs: Move static variables into a struct | Simon Glass | 2019-08-18 | 1 | -32/+59 |
* | cbfs: Move declarations above functions | Simon Glass | 2019-08-18 | 1 | -9/+5 |
* | cbfs: Allow CBFS to be used in SPL | Simon Glass | 2019-08-18 | 2 | -0/+13 |
* | env: Move env_set_hex() to env.h | Simon Glass | 2019-08-11 | 2 | -0/+2 |
* | common: Move gzip functions into a new gzip header | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | cbfs: Rename checksum to attributes_offset | Simon Glass | 2019-07-23 | 1 | -2/+2 |
* | CVE-2019-13106: ext4: fix out-of-bounds memset | Paul Emge | 2019-07-18 | 1 | -2/+5 |
* | ext4: gracefully fail on divide-by-0 | Paul Emge | 2019-07-18 | 1 | -0/+12 |
* | CVE-2019-13104: ext4: check for underflow in ext4fs_read_file | Paul Emge | 2019-07-18 | 1 | -3/+5 |
* | CVE-2019-13105: ext4: fix double-free in ext4_cache_read | Paul Emge | 2019-07-18 | 1 | -1/+1 |
* | ext4: add support for filesystems without JOURNAL | Marek Szyprowski | 2019-07-18 | 2 | -0/+6 |
* | ext4: fix calculating inode blkcount for non-512 blocksize filesystems | Marek Szyprowski | 2019-07-18 | 2 | -2/+2 |
* | fs: do_load: pass device path for efi payload | Mian Yousaf Kaukab | 2019-06-20 | 1 | -0/+5 |
* | fs: fat: allocate a new cluster for root directory of fat32 | AKASHI Takahiro | 2019-05-28 | 1 | -2/+8 |
* | fs: fat: flush a directory cluster properly | AKASHI Takahiro | 2019-05-28 | 1 | -19/+14 |
* | fs: fat: write to non-cluster-aligned root directory | AKASHI Takahiro | 2019-05-28 | 1 | -25/+53 |
* | fs: fat: Fix possible double free of fatbuf | Andrew F. Davis | 2019-05-28 | 1 | -4/+5 |
* | fs: fat: correct file name normalization | Heinrich Schuchardt | 2019-05-28 | 1 | -28/+20 |
* | fs: btrfs: add zstd decompression support | Marek Behún | 2019-05-05 | 3 | -2/+63 |
* | fs: btrfs: fix btrfs methods return values on failure | Marek Behún | 2019-05-03 | 1 | -8/+8 |
* | fs: btrfs: Do not print mount fail message when not btrfs filesystem | Marek Behún | 2019-05-03 | 1 | -6/+5 |
* | Revert "fs: btrfs: fix false negatives in ROOT_ITEM search" | Tom Rini | 2019-04-27 | 1 | -38/+6 |
* | fs: btrfs: fix btrfs_search_tree invalid results | Pierre Bourdon | 2019-04-26 | 1 | -2/+12 |
* | fs: fat: Build only if CONFIG_FS_FAT=y | Ismael Luceno Cortes | 2019-04-26 | 1 | -1/+1 |
* | fs: btrfs: fix false negatives in ROOT_ITEM search | Pierre Bourdon | 2019-04-26 | 1 | -6/+38 |
* | Fix ext4 block group descriptor sizing | Benjamin Lim | 2019-04-09 | 1 | -4/+15 |
* | fs: fat: fix reading non-cluster-aligned root directory | Anssi Hannula | 2019-04-09 | 1 | -13/+34 |
* | fs: ext4: Problem with ext4load and sparse files | Gero Schumacher | 2019-04-09 | 1 | -2/+6 |
* | fs: Add a new command to create symbolic links | Jean-Jacques Hiblot | 2019-04-09 | 1 | -0/+44 |
* | fs: ext4: Add support for the creation of symbolic links | Jean-Jacques Hiblot | 2019-04-09 | 2 | -9/+44 |
* | fs: ext4: constify the buffer passed to write functions | Jean-Jacques Hiblot | 2019-04-09 | 3 | -8/+7 |
* | fs: ext4: cache extent data | Stephen Warren | 2019-04-09 | 4 | -36/+88 |
* | mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit | Eran Matityahu | 2019-04-09 | 1 | -2/+2 |
* | fs: ext4: do not write on filesystem with metadata_csum feature | Sébastien Szymanski | 2019-03-22 | 1 | -0/+6 |
* | fs: fat: fix link error when building with DEBUG=1 | Heinrich Schuchardt | 2019-02-28 | 1 | -3/+3 |
* | fs: fat: Reduce default max clustersize 64KiB from malloc pool | Tien Fong Chee | 2019-02-19 | 1 | -1/+9 |
* | fs: fat: dynamically allocate memory for temporary buffer | Tien Fong Chee | 2019-02-19 | 1 | -6/+12 |
* | fs: ext4: Unmount FS in do_fs_type() | Marek Vasut | 2019-02-09 | 1 | -0/+2 |
* | lmb: handle more than one DRAM BANK | Simon Goldschmidt | 2019-02-02 | 1 | -2/+1 |
* | spl: fat/fs: Add control to build FS EXT4 in SPL | Tien Fong Chee | 2019-02-01 | 1 | -1/+2 |
* | spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4 | Tien Fong Chee | 2019-02-01 | 1 | -1/+1 |
* | spl: fat/fs: Add option to include/exclude FAT write build in SPL | Tien Fong Chee | 2019-02-01 | 3 | -4/+5 |
* | spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FAT | Tien Fong Chee | 2019-02-01 | 1 | -1/+1 |