aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* lmb: Remove lmb_alloc_addr_flags()Ilias Apalodimas2024-12-301-1/+1
* fs: Use ARCH_DMA_MINALIGN as default alignment for fs_read_alloc()Nam Cao2024-11-181-0/+4
* fs: btrfs: hide duplicate 'Cannot lookup file' error on 'load'Dominique Martinet2024-11-151-1/+1
* fs: ext4: correct error handlingHeinrich Schuchardt2024-11-131-1/+3
* fs: ext4: use fs_ls_genericHeinrich Schuchardt2024-11-013-53/+1
* fs: ext4: implement opendir, readdir, closedirHeinrich Schuchardt2024-11-012-3/+162
* fs: ext4: free directory node in ext4fs_exists()Heinrich Schuchardt2024-11-011-2/+7
* fs: ext4: simplify ext4fs_iterate_dir()Heinrich Schuchardt2024-11-011-14/+13
* fs/cramfs: use schedule instead of cyclic_run as callbackRasmus Villemoes2024-10-231-2/+2
* Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-115-8/+8
|\
| * global: Rename SPL_TPL_ to PHASE_Simon Glass2024-10-111-1/+1
| * global: Rename SPL_ to XPL_Simon Glass2024-10-112-3/+3
| * global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-112-4/+4
* | fs: Fix SPL build if SPL_FS_LOADER is enabled and FS_LOADER is disabledHiago De Franco2024-10-021-1/+1
|/
* include: export uuid.hCaleb Connolly2024-09-124-4/+4
* Merge patch series "Make LMB memory map global and persistent"Tom Rini2024-09-031-6/+4
|\
| * lmb: remove the lmb_init_and_reserve() functionSughosh Ganu2024-09-031-1/+0
| * lmb: allow lmb module to be used in SPLSughosh Ganu2024-09-031-2/+2
| * lmb: make LMB memory map persistent and globalSughosh Ganu2024-09-031-4/+3
* | list: use list_count_nodes() to count list entriesSughosh Ganu2024-08-301-3/+2
|/
* Merge tag 'v2024.10-rc3' into nextTom Rini2024-08-193-18/+33
|\
| * ubifs: Call ubifs_iput when ubifs_iget is usedMichael Trimarchi2024-08-112-3/+7
| * ubifs: mount fails after power cycleRavi Minnikanti2024-08-101-1/+1
| * fs: ubifs: Add volume mounted checkAlexander Dahl2024-08-101-0/+20
| * fs: ubifs: Make k(z)alloc/kfree symmetricAlexander Dahl2024-08-101-2/+2
| * fs: ubifs: Set pointers to NULL after freeAlexander Dahl2024-08-102-1/+4
| * fs: ubifs: Fix memleak and double free in u-boot wrapper functionsAlexander Dahl2024-08-101-12/+0
* | ext4: Fix zalloc()WIP/15Aug2024-nextRichard Weinberger2024-08-151-3/+2
* | ext4: Fix integer overflow in ext4fs_read_symlink()Richard Weinberger2024-08-151-1/+6
* | squashfs: Fix heap corruption in sqfs_search_dir()Richard Weinberger2024-08-151-2/+5
* | squashfs: Fix stack overflow while symlink resolvingRichard Weinberger2024-08-151-15/+61
* | squashfs: Check sqfs_find_inode() return valueRichard Weinberger2024-08-151-0/+17
* | squashfs: Fix integer overflow in sqfs_inode_size()Richard Weinberger2024-08-151-2/+7
* | squashfs: Fix integer overflow in sqfs_resolve_symlink()Richard Weinberger2024-08-151-4/+6
* | ext4: Improve feature checkingRichard Weinberger2024-08-152-2/+24
* | sandbox: Return error code from read/write/seekSimon Glass2024-08-091-3/+3
|/
* fs: Remove duplicate newlinesMarek Vasut2024-07-1537-137/+0
* fs: ubifs: Add support for ZSTD decompressionPiotr Wojtaszczyk2024-07-032-2/+53
* fs: btrfs: fix out of bounds writeAlex Shumsky2024-06-261-2/+6
* fs/erofs: fix an overflow issue of unmapped extentsJianan Huang2024-06-141-1/+1
* fs: relax ext4_write_file() dependencyBaruch Siach2024-06-071-1/+1
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-2031-32/+7
* Merge tag 'v2024.07-rc3' into nextTom Rini2024-05-2031-7/+32
|\
| * Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-1931-7/+32
* | zfs: fix function 'zlib_decompress' pointlessly calling itselfWHR2024-05-131-1/+3
* | zfs: recognize zpools formatted with features supportWHR2024-05-131-7/+11
|/
* fs: Remove <common.h> and add needed includesTom Rini2024-05-0631-32/+7
* fs/erofs: add DEFLATE algorithm supportJianan Huang2024-04-183-0/+99
* fs: fat: fill creation and change dateHeinrich Schuchardt2024-04-171-0/+44
* fs: fat: convert change month correctlyHeinrich Schuchardt2024-04-171-1/+1