aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-08-08btrfs: fix some error checking for btrfs_decompress()Dan Carpenter1-2/+2
2023-08-08fs: btrfs: Prevent error pointer dereference in list_subvolums()Dan Carpenter1-0/+1
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/12Jun2023-nextTom Rini2-2/+2
2023-06-12global: Use proper project name U-BootMichal Simek2-2/+2
2023-05-31fs/btrfs: use asm/unaligned.hJens Wiklander1-1/+1
2023-05-08btrfs: fix offset when reading compressed extentsDominique Martinet1-1/+3
2023-02-23fs: btrfs: limit the mapped length to the original lengthQu Wenruo1-0/+2
2023-01-11fs/btrfs: handle data extents, which crosss stripe boundaries, correctlyQu Wenruo1-22/+27
2022-10-17fs: Quieten down the filesystems moreSimon Glass1-3/+4
2022-09-29fs: btrfs: remove the usage of undeclared fs_mutex variablePankaj Raghav1-2/+0
2022-07-21treewide: Fix Marek's name and change my e-mail addressMarek Behún12-12/+12
2022-06-06btrfs: simplify lookup_data_extent()Heinrich Schuchardt1-9/+6
2022-04-19btrfs: Fix compilation on big endian systemsPali Rohár2-2/+2
2022-01-18fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOL...Qu Wenruo1-0/+8
2022-01-18fs/btrfs: add dependency on BLAKE2 hashQu Wenruo4-0/+18
2021-10-08btrfs: Use U-Boot API for decompressionSimon Glass1-46/+5
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-1/+0
2021-09-16btrfs: Suppress the message about missing filesystemSimon Glass1-2/+6
2021-09-01btrfs: Use default subvolume as filesystem rootMatwey V. Kornilov1-3/+35
2021-07-28Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass1-0/+1
2021-05-26fs: btrfs: Add missing cache aligned allocationMarek Vasut1-1/+1
2021-04-27fs: btrfs: fix the false alert of decompression failureQu Wenruo1-2/+14
2021-03-01fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1Marek Behún1-2/+1
2021-02-24fs: btrfs: change directory list output to be aligned as beforeMarek Behún1-7/+7
2021-02-24fs: btrfs: skip xattrs in directory listingMarek Behún1-1/+4
2021-01-29fs: btrfs: Select SHA256 in KconfigMatthias Brugger1-0/+1
2021-01-20fs: btrfs: simplify close_ctree_fs_info()Heinrich Schuchardt1-4/+1
2021-01-20fs: btrfs: volumes: prevent overflow for multiplyingQu Wenruo1-2/+2
2020-11-19fs: btrfs: initialize @ret to 0 to prevent uninitialized return valueQu Wenruo1-1/+1
2020-11-19fs: btrfs: inode: handle uninitialized type before returning itQu Wenruo1-1/+5
2020-10-22fs: btrfs: Fix typo in error messageNaoki Hayama1-2/+2
2020-09-07fs: btrfs: Cleanup the old implementationQu Wenruo14-1366/+3
2020-09-07fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructureQu Wenruo1-5/+73
2020-09-07fs: btrfs: Introduce function to resolve the path of one subvolumeQu Wenruo1-0/+81
2020-09-07fs: btrfs: Introduce function to resolve path in one subvolumeQu Wenruo2-1/+68
2020-09-07fs: btrfs: Implement btrfs_file_read()Qu Wenruo3-20/+176
2020-09-07fs: btrfs: Introduce lookup_data_extent() for later useQu Wenruo1-0/+101
2020-09-07fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()Qu Wenruo4-0/+205
2020-09-07fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflictsQu Wenruo4-9/+9
2020-09-07fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()Qu Wenruo1-17/+48
2020-09-07fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()Qu Wenruo4-91/+144
2020-09-07fs: btrfs: Implement btrfs_lookup_path()Qu Wenruo3-0/+360
2020-09-07fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LENQu Wenruo1-2/+6
2020-09-07fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()Qu Wenruo2-37/+65
2020-09-07fs: btrfs: Rename path resolve related functions to avoid name conflictsQu Wenruo7-33/+43
2020-09-07fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progsQu Wenruo8-20/+579
2020-09-07fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()Qu Wenruo5-3/+306
2020-09-07fs: btrfs: Crossport btrfs_search_slot() from btrfs-progsQu Wenruo2-7/+591
2020-09-07fs: btrfs: Crossport struct btrfs_root to ctree.hQu Wenruo1-0/+17