summaryrefslogtreecommitdiff
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix offset when reading compressed extentsDominique Martinet2023-05-081-1/+3
* fs: btrfs: limit the mapped length to the original lengthQu Wenruo2023-02-231-0/+2
* fs/btrfs: handle data extents, which crosss stripe boundaries, correctlyQu Wenruo2023-01-111-22/+27
* fs: Quieten down the filesystems moreSimon Glass2022-10-171-3/+4
* fs: btrfs: remove the usage of undeclared fs_mutex variablePankaj Raghav2022-09-291-2/+0
* treewide: Fix Marek's name and change my e-mail addressMarek Behún2022-07-2112-12/+12
* btrfs: simplify lookup_data_extent()Heinrich Schuchardt2022-06-061-9/+6
* btrfs: Fix compilation on big endian systemsPali Rohár2022-04-192-2/+2
* fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOL...Qu Wenruo2022-01-181-0/+8
* fs/btrfs: add dependency on BLAKE2 hashQu Wenruo2022-01-184-0/+18
* btrfs: Use U-Boot API for decompressionSimon Glass2021-10-081-46/+5
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-1/+1
* WS cleanup: remove excessive empty linesWolfgang Denk2021-09-301-1/+0
* btrfs: Suppress the message about missing filesystemSimon Glass2021-09-161-2/+6
* btrfs: Use default subvolume as filesystem rootMatwey V. Kornilov2021-09-011-3/+35
* Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass2021-07-281-0/+1
* fs: btrfs: Add missing cache aligned allocationMarek Vasut2021-05-261-1/+1
* fs: btrfs: fix the false alert of decompression failureQu Wenruo2021-04-271-2/+14
* fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1Marek Behún2021-03-011-2/+1
* fs: btrfs: change directory list output to be aligned as beforeMarek Behún2021-02-241-7/+7
* fs: btrfs: skip xattrs in directory listingMarek Behún2021-02-241-1/+4
* fs: btrfs: Select SHA256 in KconfigMatthias Brugger2021-01-291-0/+1
* fs: btrfs: simplify close_ctree_fs_info()Heinrich Schuchardt2021-01-201-4/+1
* fs: btrfs: volumes: prevent overflow for multiplyingQu Wenruo2021-01-201-2/+2
* fs: btrfs: initialize @ret to 0 to prevent uninitialized return valueQu Wenruo2020-11-191-1/+1
* fs: btrfs: inode: handle uninitialized type before returning itQu Wenruo2020-11-191-1/+5
* fs: btrfs: Fix typo in error messageNaoki Hayama2020-10-221-2/+2
* fs: btrfs: Cleanup the old implementationQu Wenruo2020-09-0714-1366/+3
* fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructureQu Wenruo2020-09-071-5/+73
* fs: btrfs: Introduce function to resolve the path of one subvolumeQu Wenruo2020-09-071-0/+81
* fs: btrfs: Introduce function to resolve path in one subvolumeQu Wenruo2020-09-072-1/+68
* fs: btrfs: Implement btrfs_file_read()Qu Wenruo2020-09-073-20/+176
* fs: btrfs: Introduce lookup_data_extent() for later useQu Wenruo2020-09-071-0/+101
* fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()Qu Wenruo2020-09-074-0/+205
* fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflictsQu Wenruo2020-09-074-9/+9
* fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()Qu Wenruo2020-09-071-17/+48
* fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()Qu Wenruo2020-09-074-91/+144
* fs: btrfs: Implement btrfs_lookup_path()Qu Wenruo2020-09-073-0/+360
* fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LENQu Wenruo2020-09-071-2/+6
* fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()Qu Wenruo2020-09-072-37/+65
* fs: btrfs: Rename path resolve related functions to avoid name conflictsQu Wenruo2020-09-077-33/+43
* fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progsQu Wenruo2020-09-078-20/+579
* fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()Qu Wenruo2020-09-075-3/+306
* fs: btrfs: Crossport btrfs_search_slot() from btrfs-progsQu Wenruo2020-09-072-7/+591
* fs: btrfs: Crossport struct btrfs_root to ctree.hQu Wenruo2020-09-071-0/+17
* fs: btrfs: Rename btrfs_root to __btrfs_rootQu Wenruo2020-09-078-34/+34
* fs: btrfs: Rename struct btrfs_path to struct __btrfs_pathQu Wenruo2020-09-079-44/+44
* fs: btrfs: Crossport read_tree_block() from btrfs-progsQu Wenruo2020-09-075-8/+602
* fs: btrfs: Crossport volumes.[ch] from btrfs-progsQu Wenruo2020-09-075-1/+1081
* fs: btrfs: Crossport structure accessor into ctree.hQu Wenruo2020-09-073-95/+1064