summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-09-24fs: avoid superfluous messagesHeinrich Schuchardt1-1/+1
2021-09-01btrfs: Use default subvolume as filesystem rootMatwey V. Kornilov1-3/+35
2021-08-04fs/squashfs: Fix some hardlinks reading the wrong inodeCampbell Suter1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-7/+7
2021-07-28Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass1-0/+1
2021-07-16cbfs: Check offset range when reading a fileSimon Glass1-0/+2
2021-07-12fs: fat: add file attributes to struct fs_direntHeinrich Schuchardt1-1/+31
2021-06-10fs/squashfs: fix reading of fragmented filesJoao Marcos Costa1-10/+6
2021-05-27fs: btrfs: Add missing cache aligned allocationMarek Vasut1-1/+1
2021-05-27fs/squashfs: zero out unused fields in fs_direntHeinrich Schuchardt1-1/+1
2021-04-27fs: btrfs: fix the false alert of decompression failureQu Wenruo1-2/+14
2021-04-22cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitionsSean Anderson1-2/+2
2021-04-10fs: fat: fix file_fat_detectfs()Heinrich Schuchardt1-34/+4
2021-04-07JFFS2: fix jffs2 summary datacrc status uninitializedWagner Popov dos Santos1-0/+2
2021-04-07JFFS2: fix the reading address over nand's limitWagner Popov dos Santos1-10/+27
2021-03-27cbfs: Drop unnecessary cast in file_cbfs_fill_cache()Simon Glass1-2/+1
2021-03-27cbfs: Support reading compression informationSimon Glass1-0/+22
2021-03-27cbfs: Simplify file iterationSimon Glass1-6/+1
2021-03-27cbfs: Factor out filling a cache node into a new functionSimon Glass1-12/+33
2021-03-27cbfs: Allow file traversal with any CBFSSimon Glass1-0/+11
2021-03-27cbfs: Allow access to CBFS without a headerSimon Glass1-5/+13
2021-03-27cbfs: Rename new_node to nodeSimon Glass1-16/+16
2021-03-27cbfs: Add support for attributesSimon Glass1-1/+1
2021-03-04fs/squashfs: Fix compilation errorPali Rohár1-0/+1
2021-03-01fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1Marek Behún1-2/+1
2021-02-25fs: btrfs: change directory list output to be aligned as beforeMarek Behún1-7/+7
2021-02-25fs: btrfs: skip xattrs in directory listingMarek Behún1-1/+4
2021-02-25fs/squashfs: NULL dereference in sqfs_closedir()Heinrich Schuchardt1-0/+3
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini3-0/+4
2021-02-03fs: fat: remove trailing periods from long nameHeinrich Schuchardt1-2/+28
2021-02-03fs: fat: must not write directory '.' and '..'Heinrich Schuchardt1-10/+3
2021-02-03fs: fat: usage basename in file_fat_write_at, fat_mkdirHeinrich Schuchardt1-14/+13
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+4
2021-02-02cmd: load, emit error message for invalid block deviceHeinrich Schuchardt1-1/+3
2021-01-29fs: btrfs: Select SHA256 in KconfigMatthias Brugger1-0/+1
2021-01-29fs: fat: remove superfluous assignmentsHeinrich Schuchardt2-4/+5
2021-01-29fs: fat: avoid out of bounds access warningHeinrich Schuchardt1-5/+2
2021-01-23fs: fat: structure for name and extensionHeinrich Schuchardt2-27/+25
2021-01-23fs: fat: consistent error handling for flush_dir()Heinrich Schuchardt1-27/+31
2021-01-20ubifs: do not decide upon uninitialized variableHeinrich Schuchardt1-4/+4
2021-01-20fs: btrfs: simplify close_ctree_fs_info()Heinrich Schuchardt1-4/+1
2021-01-20Fix squashfs failing to load sparse filesCampbell Suter1-19/+35
2021-01-20fs: btrfs: volumes: prevent overflow for multiplyingQu Wenruo1-2/+2
2021-01-13efi_loader: setting boot deviceHeinrich Schuchardt1-1/+2
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-1/+3
2020-12-31fs/fat: implement fsuuid commandHeinrich Schuchardt2-1/+19
2020-12-31fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt1-3/+2
2020-12-10fs: fat: deletion of long file namesHeinrich Schuchardt1-12/+76
2020-12-10fs: fat: first dentry of long name in FAT iteratorHeinrich Schuchardt1-2/+18
2020-12-10fs: fat: use constant DELETED_FLAGHeinrich Schuchardt1-1/+1