summaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
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-02fs: ext4fs: Free memory while handling errorsFrancois Berder
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-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-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-23EXT4: add CRC16 dependencyMarius Dinu
2025-05-13ext4fs.c: Add missing includeTom Rini
2024-11-13fs: ext4: correct error handlingHeinrich Schuchardt
2024-11-01fs: ext4: use fs_ls_genericHeinrich Schuchardt
2024-11-01fs: ext4: implement opendir, readdir, closedirHeinrich Schuchardt
2024-11-01fs: ext4: free directory node in ext4fs_exists()Heinrich Schuchardt
2024-11-01fs: ext4: simplify ext4fs_iterate_dir()Heinrich Schuchardt
2024-09-12include: export uuid.hCaleb Connolly
2024-08-15ext4: Fix zalloc()Richard Weinberger
2024-08-15ext4: Fix integer overflow in ext4fs_read_symlink()Richard Weinberger
2024-08-15ext4: Improve feature checkingRichard Weinberger
2024-07-15fs: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06fs: Remove <common.h> and add needed includesTom Rini
2024-04-10fs: ext4: all file paths are absoluteHeinrich Schuchardt
2024-04-10fs: ext4: make "File System is consistent\n" a debug messageHeinrich Schuchardt
2024-04-10fs: ext4: Change the Settings of file permissionsJixiong Hu
2024-03-04ext4: detect directories in ext4fs_exists()Heinrich Schuchardt
2023-11-16fs: ext4: Remove unused parameter from ext4_mountSean Anderson
2023-10-17Revert "fs: ext4: check the minimal partition size to mount"Sean Anderson
2023-03-30fs: ext4: fix files seen as symlink during deletionCorentin GUILLEVIC
2023-03-22fs: ext4: check the minimal partition size to mountPatrick Delaunay
2022-12-08fs: ext4: Fix free(NULL)Mikhail Ilin
2022-10-17fs: Quieten down the filesystems moreSimon Glass
2022-04-21fs: ext4: Use CRC-16 implementation from linux/crc16.hPali Rohár
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-05-01fs: ext4: avoid NULL check before free()Heinrich Schuchardt
2020-04-27fs: ext4: skip journal state if fs has metadata_csumArnaud Ferraris
2020-03-27fs: ext4: Fix alignment of cache buffersJan Kiszka
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass