summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
7 daysfs: 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
2025-05-05fs: exfat: Inhibit unused exfat_humanize_bytes() and exfat_print_info()Marek Vasut
2025-05-05fs: exfat: Use strncpy() and bail on too long filenamesMarek Vasut
2025-04-21fs/squashfs: avoid illegal free() in sqfs_opendir()Heinrich Schuchardt
2025-04-21fs: exfat: Implement trivial 'rename' supportMarek Vasut
2025-04-21fs: exfat: Fix exfat_fs_exists() return valueMarek Vasut
2025-04-21fs: exfat: Rework exfat_fs_readdir() to behave like exfat_fs_ls()Marek Vasut
2025-04-21fs: exfat: Inhibit "impossible" print on write to bogus fileMarek Vasut
2025-04-21fs: exfat: Flush node before put in read() callbackMarek Vasut
2025-04-11Merge patch series "Switch to using $(PHASE_) in Makefiles"Tom Rini
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-04-02Merge patch series "fs: exfat: Add exfat port based on exfat-fuse"Tom Rini
2025-04-02fs: exfat: Demote filesystem detection failure message to debug()Marek Vasut
2025-04-02fs: exfat: Fix conversion overflow errorsMarek Vasut
2025-04-02fs: exfat: Add U-Boot porting layerMarek Vasut
2025-04-02fs: exfat: Import libexfat from fuse-exfatMarek Vasut