summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-03-27fs: fat: Refactor dirty flag handlingDaniel Palmer
2026-03-26Merge patch series "Introduce SQUASHFS support in SPL"Tom Rini
2026-03-26spl: add squashfs supportRichard Genoud
2026-03-26fs/squashfs: sqfs_decompressor: simplify codeRichard Genoud
2026-03-26fs/squashfs: fix sqfs_decompressor.c build in SPLRichard Genoud
2026-03-10Merge patch series "fs: fat: Handle 'FAT sector size mismatch'"Tom Rini
2026-03-10fs: fat: Handle 'FAT sector size mismatch'Varadarajan Narayanan
2026-02-23Merge tag 'v2026.04-rc3' into nextTom Rini
2026-02-23fs/squashfs: fix heap buffer overflow in sqfs_frag_lookup()Eric Kilmer
2026-02-17treewide: Clean up DECLARE_GLOBAL_DATA_PTR usagePeng Fan
2026-01-16Merge patch series "fix integer overflows in filesystem code"Tom Rini
2026-01-16fs: prevent integer overflow in ext4fs_get_bgdtableTimo tp Preißl
2026-01-16fs: prevent integer overflow in sqfs_concatTimo tp Preißl
2026-01-16fs: prevent integer overflow in zfs_nvlist_lookupTimo tp Preißl
2026-01-16fs: prevent integer overflow in fs.c do_mvTimo tp Preißl
2026-01-02fs: ext4fs: Free memory while handling errorsFrancois Berder
2025-12-18Merge tag 'u-boot-socfpga-next-20251217' of https://source.denx.de/u-boot/cus...Tom Rini
2025-12-12fs: fat: Perform sanity checks on getsize in get_fatent()Tom Rini
2025-12-10fs/jffs2: Make depend on !64BITTom Rini
2025-12-05fs/erofs: Fix realloc error handlingFrancois Berder
2025-10-17fs: semihosting: Use correct variable for error checkAndrew Goodbody
2025-10-10fs: jffs2: Remove always true testAndrew Goodbody
2025-10-10fs/squashfs: Ensure memory is freed by using unwind gotoAndrew Goodbody
2025-10-10fs: Rework filesystem guards for xPL phasesTom Rini
2025-10-08fs: ubifs: Fix and rework error handling in ubifs_finddirAndrew Goodbody
2025-10-08fs: ubifs: Need to check return for being an error pointerAndrew Goodbody
2025-10-08fs: ubifs: Ensure buf is freed before returnAndrew Goodbody
2025-09-10fs: ext4fs: add CONFIG_EXT4_MAX_JOURNAL_ENTRIES to KconfigTony Dinh
2025-09-10fs: ext4fs: Add initialization failure recovery path in ext4fs_writeTony Dinh
2025-07-24fs: exfat: Remove unused label codeAndrew Goodbody
2025-07-15Merge patch series "fs: exfat: Fix some Smatch issues"Tom Rini
2025-07-15fs: exfat: Remove pointless variable uoffsetAndrew Goodbody
2025-07-15fs: exfat: Perform NULL check before dereferenceAndrew Goodbody
2025-07-15fs: btrfs: Do not free multi when guaranteed to be NULLAndrew Goodbody
2025-07-11fs: erofs: Do NULL check before dereferencing pointerAndrew Goodbody
2025-07-11Merge patch series "fs: ext4fs: Fix some issues found by Smatch"Tom Rini
2025-07-11fs: ext4fs: Perform NULL check before dereferenceAndrew Goodbody
2025-07-11fs: ext4fs: Use unwind goto to free memory on errorAndrew Goodbody
2025-07-11fs: ext4fs: Do not negate error before returning itAndrew Goodbody
2025-06-25fs: ext4fs: Fix: Data abort in ext4fs_log_gdt()Tony Dinh
2025-06-25lmb: replace lmb_reserve() and lmb_alloc_addr() API'sSughosh Ganu
2025-06-12ext4fs: Fix: Read outside partition error (take 2)Tony Dinh
2025-06-09Merge tag 'v2025.07-rc4' into nextTom Rini
2025-05-27Revert "ext4fs: Fix: Read outside partition error"Tom Rini
2025-05-26Merge tag 'v2025.07-rc3' into nextTom Rini
2025-05-23ext4fs: Fix: Read outside partition errorTony Dinh
2025-05-23fs: fs_devread should log error when read outside partitionTony Dinh
2025-05-23EXT4: add CRC16 dependencyMarius Dinu
2025-05-13fat.c: Add missing includeTom Rini
2025-05-13ext4fs.c: Add missing includeTom Rini