summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2024-08-19Merge tag 'v2024.10-rc3' into nextTom Rini
2024-08-15ext4: Fix zalloc()Richard Weinberger
2024-08-15ext4: Fix integer overflow in ext4fs_read_symlink()Richard Weinberger
2024-08-15squashfs: Fix heap corruption in sqfs_search_dir()Richard Weinberger
2024-08-15squashfs: Fix stack overflow while symlink resolvingRichard Weinberger
2024-08-15squashfs: Check sqfs_find_inode() return valueRichard Weinberger
2024-08-15squashfs: Fix integer overflow in sqfs_inode_size()Richard Weinberger
2024-08-15squashfs: Fix integer overflow in sqfs_resolve_symlink()Richard Weinberger
2024-08-15ext4: Improve feature checkingRichard Weinberger
2024-08-11ubifs: Call ubifs_iput when ubifs_iget is usedMichael Trimarchi
2024-08-10ubifs: mount fails after power cycleRavi Minnikanti
2024-08-10fs: ubifs: Add volume mounted checkAlexander Dahl
2024-08-10fs: ubifs: Make k(z)alloc/kfree symmetricAlexander Dahl
2024-08-10fs: ubifs: Set pointers to NULL after freeAlexander Dahl
2024-08-10fs: ubifs: Fix memleak and double free in u-boot wrapper functionsAlexander Dahl
2024-08-09sandbox: Return error code from read/write/seekSimon Glass
2024-07-15fs: Remove duplicate newlinesMarek Vasut
2024-07-03fs: ubifs: Add support for ZSTD decompressionPiotr Wojtaszczyk
2024-06-26fs: btrfs: fix out of bounds writeAlex Shumsky
2024-06-14fs/erofs: fix an overflow issue of unmapped extentsJianan Huang
2024-06-07fs: relax ext4_write_file() dependencyBaruch Siach
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-20Merge tag 'v2024.07-rc3' into nextTom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-13zfs: fix function 'zlib_decompress' pointlessly calling itselfWHR
2024-05-13zfs: recognize zpools formatted with features supportWHR
2024-05-06fs: Remove <common.h> and add needed includesTom Rini
2024-04-18fs/erofs: add DEFLATE algorithm supportJianan Huang
2024-04-17fs: fat: fill creation and change dateHeinrich Schuchardt
2024-04-17fs: fat: convert change month correctlyHeinrich Schuchardt
2024-04-17Merge patch series "zfs: Fix zfs support on aarch64"Tom Rini