summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-04-02fs: Add generic fs_devread() implementationMarek Vasut
2025-03-24Merge tag 'v2025.04-rc5' into nextTom Rini
2025-03-24lmb: change the return code on lmb_alloc_addr()Ilias Apalodimas
2025-03-10Merge tag 'v2025.04-rc4' into nextTom Rini
2025-03-07Merge patch series "This series adds support for file renaming to EFI_FILE_PR...Tom Rini
2025-03-07fs: fat: update parent dirs metadata on dentry create/deleteGabriel Dalimonte
2025-03-07fs: fat: add renameGabriel Dalimonte
2025-03-07fs: add rename infrastructureGabriel Dalimonte
2025-03-07fs: fat: factor out dentry link create/deleteGabriel Dalimonte
2025-03-05fs/squashfs: Fix memory leak in sqfs_size_nest()Andrea della Porta
2025-02-24fs/squashfs: fix potential integer overflowsJoao Marcos Costa
2025-02-18fs/erofs: fix an integer overflow in symlink resolutionGao Xiang
2025-01-28fs: ubifs: Remove unnecessary assignmentMichal Simek
2025-01-20fs: eliminate YAFFS2 implementationHeinrich Schuchardt