summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
8 daysfs: btrfs: fix zstd decompression of compressed inline extentsCole Munz
2026-08-10fs: btrfs: deduplicate the inode size lookupCole Munz
2026-08-10fs: btrfs: release the path when btrfs_search_slot() failsCole Munz
2026-08-10fs: btrfs: report file sizes from readdirCole Munz
2026-07-27Merge patch series "fs: regression-safe load <iface> for null_dev_desc_ok fst...Tom Rini
2026-07-27fs: dispatch null_dev_desc_ok filesystems before lookupVincent Jardin
2026-07-25Merge patch series "fs/squashfs: fix symlink load failure on large images"Tom Rini
2026-07-24fs/squashfs: fix dirs->entry leaks on sqfs_search_dir() error pathsAllan ELKAIM
2026-07-24fs/squashfs: add sqfs_dir_offset() error checksAllan ELKAIM
2026-07-24fs/squashfs: fix heap exhaustion during symlink resolutionAllan ELKAIM
2026-07-10Merge patch series "fs: btrfs: add support for readdir"Tom Rini
2026-07-10fs: btrfs: use fs_ls_generic() and drop custom implementationAlexey Charkov
2026-07-10fs: btrfs: implement opendir(), readdir() and closedir()Alexey Charkov
2026-07-08cmd: ubifs: mark string parameters with constWeijie Gao
2026-07-08fs: ubifs: fix ubifs_finddir() result checkPatrick Delaunay
2026-06-25Kconfig: fs: restyleJohan Jonker
2026-05-27fs: fat: fix seconds in timestampHeinrich Schuchardt
2026-05-18fs: ubifs: remove dead codePeter Collingbourne
2026-05-11fs: ubifs: fix bugs involving symlinks in ubifs_findfilePeter Collingbourne
2026-05-04fat: initialize ret in disk_rw()Heinrich Schuchardt
2026-04-24fs/squashfs: Set ret to 0 on successful readMichael Zimmermann
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