summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: add fs_get_type() for current filesystem typeAKASHI Takahiro2019-10-171-0/+13
* fs: clean up around fs_typeAKASHI Takahiro2019-10-171-3/+0
* fs: export fs_close()AKASHI Takahiro2019-10-171-1/+1
* fs: fat: get_contents() always returns -1 for errorsHeinrich Schuchardt2019-10-111-1/+1
* fs: fat: treat invalid FAT clusters as errorsHeinrich Schuchardt2019-10-111-10/+20
* fat: FAT filesystem premature release of info struct.Martin Vystrčil2019-08-261-4/+0
* jffs2: remove unused code filesUwe Kleine-König2019-08-202-1169/+0
* cbfs: Rename camel-case variablesSimon Glass2019-08-181-22/+22
* cbfs: Add functions to support multiple CBFSsSimon Glass2019-08-181-0/+46
* cbfs: Move result variable into the structSimon Glass2019-08-181-20/+28
* cbfs: Move static variables into a structSimon Glass2019-08-181-32/+59
* cbfs: Move declarations above functionsSimon Glass2019-08-181-9/+5
* cbfs: Allow CBFS to be used in SPLSimon Glass2019-08-182-0/+13
* env: Move env_set_hex() to env.hSimon Glass2019-08-112-0/+2
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-111-0/+1
* cbfs: Rename checksum to attributes_offsetSimon Glass2019-07-231-2/+2
* CVE-2019-13106: ext4: fix out-of-bounds memsetPaul Emge2019-07-181-2/+5
* ext4: gracefully fail on divide-by-0Paul Emge2019-07-181-0/+12
* CVE-2019-13104: ext4: check for underflow in ext4fs_read_filePaul Emge2019-07-181-3/+5
* CVE-2019-13105: ext4: fix double-free in ext4_cache_readPaul Emge2019-07-181-1/+1
* ext4: add support for filesystems without JOURNALMarek Szyprowski2019-07-182-0/+6
* ext4: fix calculating inode blkcount for non-512 blocksize filesystemsMarek Szyprowski2019-07-182-2/+2
* fs: do_load: pass device path for efi payloadMian Yousaf Kaukab2019-06-201-0/+5
* fs: fat: allocate a new cluster for root directory of fat32AKASHI Takahiro2019-05-281-2/+8
* fs: fat: flush a directory cluster properlyAKASHI Takahiro2019-05-281-19/+14
* fs: fat: write to non-cluster-aligned root directoryAKASHI Takahiro2019-05-281-25/+53
* fs: fat: Fix possible double free of fatbufAndrew F. Davis2019-05-281-4/+5
* fs: fat: correct file name normalizationHeinrich Schuchardt2019-05-281-28/+20
* fs: btrfs: add zstd decompression supportMarek Behún2019-05-053-2/+63
* fs: btrfs: fix btrfs methods return values on failureMarek Behún2019-05-031-8/+8
* fs: btrfs: Do not print mount fail message when not btrfs filesystemMarek Behún2019-05-031-6/+5
* Revert "fs: btrfs: fix false negatives in ROOT_ITEM search"Tom Rini2019-04-271-38/+6
* fs: btrfs: fix btrfs_search_tree invalid resultsPierre Bourdon2019-04-261-2/+12
* fs: fat: Build only if CONFIG_FS_FAT=yIsmael Luceno Cortes2019-04-261-1/+1
* fs: btrfs: fix false negatives in ROOT_ITEM searchPierre Bourdon2019-04-261-6/+38
* Fix ext4 block group descriptor sizingBenjamin Lim2019-04-091-4/+15
* fs: fat: fix reading non-cluster-aligned root directoryAnssi Hannula2019-04-091-13/+34
* fs: ext4: Problem with ext4load and sparse filesGero Schumacher2019-04-091-2/+6
* fs: Add a new command to create symbolic linksJean-Jacques Hiblot2019-04-091-0/+44
* fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot2019-04-092-9/+44
* fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot2019-04-093-8/+7
* fs: ext4: cache extent dataStephen Warren2019-04-094-36/+88
* mtd: ubi, ubifs debug: Use pr_debug instead of pr_critEran Matityahu2019-04-091-2/+2
* fs: ext4: do not write on filesystem with metadata_csum featureSébastien Szymanski2019-03-221-0/+6
* fs: fat: fix link error when building with DEBUG=1Heinrich Schuchardt2019-02-281-3/+3
* fs: fat: Reduce default max clustersize 64KiB from malloc poolTien Fong Chee2019-02-191-1/+9
* fs: fat: dynamically allocate memory for temporary bufferTien Fong Chee2019-02-191-6/+12
* fs: ext4: Unmount FS in do_fs_type()Marek Vasut2019-02-091-0/+2
* lmb: handle more than one DRAM BANKSimon Goldschmidt2019-02-021-2/+1
* spl: fat/fs: Add control to build FS EXT4 in SPLTien Fong Chee2019-02-011-1/+2