Age | Commit message (Expand) | Author |
2020-04-27 | fs: ext4: skip journal state if fs has metadata_csum | Arnaud Ferraris |
2020-04-20 | fs: btrfs: support sparse extents | Marek Behún |
2020-04-16 | fs: btrfs: Fix LZO false decompression error caused by pending zero | Qu Wenruo |
2020-04-16 | fs: btrfs: Reject fs with sector size other than PAGE_SIZE | Qu Wenruo |
2020-04-16 | fs: btrfs: Use LZO_LEN to replace immediate number | Qu Wenruo |
2020-03-27 | fs: ext4: Fix alignment of cache buffers | Jan Kiszka |
2020-02-11 | Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm | Tom Rini |
2020-02-07 | fat: write: adjust data written in each partial write | Marek Szyprowski |
2020-02-07 | fat: write: fix broken write to fragmented files | Marek Szyprowski |
2020-02-05 | dm: core: Create a new header file for 'compat' features | Simon Glass |
2020-02-05 | dm: core: Require users of devres to include the header | Simon Glass |
2019-12-06 | linux_compat: move kmemdup() from ubifs.c to linux_compat.c | AKASHI Takahiro |
2019-12-05 | fs: fat: handle deleted directory entries correctly | AKASHI Takahiro |
2019-12-02 | common: Move sorting functions to their own header file | Simon Glass |
2019-12-02 | crc32: Use the crc.h header for crc functions | Simon Glass |
2019-10-17 | fs: add fs_get_type() for current filesystem type | AKASHI Takahiro |
2019-10-17 | fs: clean up around fs_type | AKASHI Takahiro |
2019-10-17 | fs: export fs_close() | AKASHI Takahiro |
2019-10-11 | fs: fat: get_contents() always returns -1 for errors | Heinrich Schuchardt |
2019-10-11 | fs: fat: treat invalid FAT clusters as errors | Heinrich Schuchardt |
2019-08-26 | fat: FAT filesystem premature release of info struct. | Martin Vystrčil |
2019-08-20 | jffs2: remove unused code files | Uwe Kleine-König |
2019-08-18 | cbfs: Rename camel-case variables | Simon Glass |
2019-08-18 | cbfs: Add functions to support multiple CBFSs | Simon Glass |
2019-08-18 | cbfs: Move result variable into the struct | Simon Glass |
2019-08-18 | cbfs: Move static variables into a struct | Simon Glass |
2019-08-18 | cbfs: Move declarations above functions | Simon Glass |
2019-08-18 | cbfs: Allow CBFS to be used in SPL | Simon Glass |
2019-08-11 | env: Move env_set_hex() to env.h | Simon Glass |
2019-08-11 | common: Move gzip functions into a new gzip header | Simon Glass |
2019-07-23 | cbfs: Rename checksum to attributes_offset | Simon Glass |
2019-07-18 | CVE-2019-13106: ext4: fix out-of-bounds memset | Paul Emge |
2019-07-18 | ext4: gracefully fail on divide-by-0 | Paul Emge |
2019-07-18 | CVE-2019-13104: ext4: check for underflow in ext4fs_read_file | Paul Emge |
2019-07-18 | CVE-2019-13105: ext4: fix double-free in ext4_cache_read | Paul Emge |
2019-07-18 | ext4: add support for filesystems without JOURNAL | Marek Szyprowski |
2019-07-18 | ext4: fix calculating inode blkcount for non-512 blocksize filesystems | Marek Szyprowski |
2019-06-20 | fs: do_load: pass device path for efi payload | Mian Yousaf Kaukab |
2019-05-28 | fs: fat: allocate a new cluster for root directory of fat32 | AKASHI Takahiro |
2019-05-28 | fs: fat: flush a directory cluster properly | AKASHI Takahiro |
2019-05-28 | fs: fat: write to non-cluster-aligned root directory | AKASHI Takahiro |
2019-05-28 | fs: fat: Fix possible double free of fatbuf | Andrew F. Davis |
2019-05-28 | fs: fat: correct file name normalization | Heinrich Schuchardt |
2019-05-05 | fs: btrfs: add zstd decompression support | Marek Behún |
2019-05-03 | fs: btrfs: fix btrfs methods return values on failure | Marek Behún |
2019-05-03 | fs: btrfs: Do not print mount fail message when not btrfs filesystem | Marek Behún |
2019-04-27 | Revert "fs: btrfs: fix false negatives in ROOT_ITEM search" | Tom Rini |
2019-04-26 | fs: btrfs: fix btrfs_search_tree invalid results | Pierre Bourdon |
2019-04-26 | fs: fat: Build only if CONFIG_FS_FAT=y | Ismael Luceno Cortes |
2019-04-26 | fs: btrfs: fix false negatives in ROOT_ITEM search | Pierre Bourdon |