summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2025-01-18squashfs: Fix sqfs_inode_size() for xattr related SQFS_LSYMLINK_TYPENorbert van Bolhuis
2024-12-30lmb: Remove lmb_alloc_addr_flags()Ilias Apalodimas
2024-11-18fs: Use ARCH_DMA_MINALIGN as default alignment for fs_read_alloc()Nam Cao
2024-11-15fs: btrfs: hide duplicate 'Cannot lookup file' error on 'load'Dominique Martinet
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-10-23fs/cramfs: use schedule instead of cyclic_run as callbackRasmus Villemoes
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-02fs: Fix SPL build if SPL_FS_LOADER is enabled and FS_LOADER is disabledHiago De Franco
2024-09-12include: export uuid.hCaleb Connolly
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini
2024-09-03lmb: remove the lmb_init_and_reserve() functionSughosh Ganu
2024-09-03lmb: allow lmb module to be used in SPLSughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-08-30list: use list_count_nodes() to count list entriesSughosh Ganu