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