summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/squashfs: fix reading of fragmented filesJoao Marcos Costa2021-06-091-10/+6
* fs: btrfs: Add missing cache aligned allocationMarek Vasut2021-05-261-1/+1
* fs/squashfs: zero out unused fields in fs_direntHeinrich Schuchardt2021-05-261-1/+1
* fs: btrfs: fix the false alert of decompression failureQu Wenruo2021-04-271-2/+14
* cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitionsSean Anderson2021-04-221-2/+2
* fs: fat: fix file_fat_detectfs()Heinrich Schuchardt2021-04-101-34/+4
* JFFS2: fix jffs2 summary datacrc status uninitializedWagner Popov dos Santos2021-04-071-0/+2
* JFFS2: fix the reading address over nand's limitWagner Popov dos Santos2021-04-071-10/+27
* cbfs: Drop unnecessary cast in file_cbfs_fill_cache()Simon Glass2021-03-271-2/+1
* cbfs: Support reading compression informationSimon Glass2021-03-271-0/+22
* cbfs: Simplify file iterationSimon Glass2021-03-271-6/+1
* cbfs: Factor out filling a cache node into a new functionSimon Glass2021-03-271-12/+33
* cbfs: Allow file traversal with any CBFSSimon Glass2021-03-271-0/+11
* cbfs: Allow access to CBFS without a headerSimon Glass2021-03-271-5/+13
* cbfs: Rename new_node to nodeSimon Glass2021-03-271-16/+16
* cbfs: Add support for attributesSimon Glass2021-03-271-1/+1
* fs/squashfs: Fix compilation errorPali Rohár2021-03-041-0/+1
* fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1Marek Behún2021-03-011-2/+1
* fs: btrfs: change directory list output to be aligned as beforeMarek Behún2021-02-241-7/+7
* fs: btrfs: skip xattrs in directory listingMarek Behún2021-02-241-1/+4
* fs/squashfs: NULL dereference in sqfs_closedir()Heinrich Schuchardt2021-02-241-0/+3
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-153-0/+4
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-023-0/+4
* | fs: fat: remove trailing periods from long nameHeinrich Schuchardt2021-02-031-2/+28
* | fs: fat: must not write directory '.' and '..'Heinrich Schuchardt2021-02-031-10/+3
* | fs: fat: usage basename in file_fat_write_at, fat_mkdirHeinrich Schuchardt2021-02-031-14/+13
|/
* cmd: load, emit error message for invalid block deviceHeinrich Schuchardt2021-02-011-1/+3
* fs: btrfs: Select SHA256 in KconfigMatthias Brugger2021-01-291-0/+1
* fs: fat: remove superfluous assignmentsHeinrich Schuchardt2021-01-292-4/+5
* fs: fat: avoid out of bounds access warningHeinrich Schuchardt2021-01-291-5/+2
* fs: fat: structure for name and extensionHeinrich Schuchardt2021-01-232-27/+25
* fs: fat: consistent error handling for flush_dir()Heinrich Schuchardt2021-01-231-27/+31
* ubifs: do not decide upon uninitialized variableHeinrich Schuchardt2021-01-201-4/+4
* fs: btrfs: simplify close_ctree_fs_info()Heinrich Schuchardt2021-01-201-4/+1
* Fix squashfs failing to load sparse filesCampbell Suter2021-01-201-19/+35
* fs: btrfs: volumes: prevent overflow for multiplyingQu Wenruo2021-01-201-2/+2
* efi_loader: setting boot deviceHeinrich Schuchardt2021-01-131-1/+2
* Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-1/+3
|\
| * fs/squashfs: sqfs_close/sqfs_read_sblk: set ctxt.sblk to NULL after freeRichard Genoud2020-12-021-1/+3
* | fs/fat: implement fsuuid commandHeinrich Schuchardt2020-12-312-1/+19
* | fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt2020-12-311-3/+2
* | fs: fat: deletion of long file namesHeinrich Schuchardt2020-12-101-12/+76
* | fs: fat: first dentry of long name in FAT iteratorHeinrich Schuchardt2020-12-101-2/+18
* | fs: fat: use constant DELETED_FLAGHeinrich Schuchardt2020-12-101-1/+1
* | fs: fat: search file should not allocate clusterHeinrich Schuchardt2020-12-101-23/+6
* | fs: fat: reuse deleted directory entriesHeinrich Schuchardt2020-12-101-12/+22
* | fs: fat: fat_find_empty_dentries()Heinrich Schuchardt2020-12-101-1/+61
* | fs: fat: flush new directory clusterHeinrich Schuchardt2020-12-101-9/+19
* | fs: fat: set start cluster for root directoryHeinrich Schuchardt2020-12-101-1/+3
* | fs: fat: dentry iterator for fill_dir_slot()Heinrich Schuchardt2020-12-101-1/+1