aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/btrfs/file-item.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-15btrfs: change return type of btrfs_alloc_dummy_sum() to intDavid Sterba1-2/+2
2025-05-15btrfs: change return type of btrfs_csum_one_bio() to intDavid Sterba1-2/+2
2025-05-15btrfs: change return type of btrfs_lookup_bio_sums() to intDavid Sterba1-6/+6
2025-05-15btrfs: rename exported extent map compression functionsFilipe Manana1-2/+2
2025-05-15btrfs: make btrfs_find_contiguous_extent_bit() return bool instead of intFilipe Manana1-4/+4
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana1-2/+2
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana1-5/+5
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana1-2/+2
2025-05-15btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-2/+1
2025-03-18btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_lookup_bio_sums()David Sterba1-5/+2
2025-03-18btrfs: do trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-6/+4
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba1-6/+7
2025-01-13btrfs: file-item: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-3/+0
2024-09-10btrfs: constify more pointer parametersDavid Sterba1-2/+2
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo1-1/+1
2024-07-11btrfs: ignore incorrect btrfs_file_extent_item::ram_bytesQu Wenruo1-0/+7
2024-07-11btrfs: cleanup the bytenr usage inside btrfs_extent_item_to_extent_map()Qu Wenruo1-5/+4
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo1-4/+0
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo1-7/+0
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo1-4/+1
2024-07-11btrfs: introduce new members for extent_mapQu Wenruo1-1/+8
2024-07-11btrfs: rename extent_map::orig_block_len to disk_num_bytesQu Wenruo1-2/+2
2024-07-11btrfs: don't allocate file extent tree for non regular filesFilipe Manana1-6/+7
2024-05-07btrfs: simplify the inline extent map creationQu Wenruo1-10/+10
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik1-6/+5
2024-05-07btrfs: make NOCOW checks for existence of checksums in a range more efficientFilipe Manana1-7/+18
2024-05-07btrfs: simplify error path for btrfs_lookup_csums_list()Filipe Manana1-8/+9
2024-05-07btrfs: remove use of a temporary list at btrfs_lookup_csums_list()Filipe Manana1-5/+3
2024-05-07btrfs: remove search_commit parameter from btrfs_lookup_csums_list()Filipe Manana1-9/+1
2024-05-07btrfs: add function comment to btrfs_lookup_csums_list()Filipe Manana1-0/+13
2024-03-04btrfs: unify handling of return values of btrfs_insert_empty_items()David Sterba1-3/+0
2024-03-04btrfs: remove unused included headersDavid Sterba1-3/+0
2023-12-15btrfs: use the flags of an extent map to identify the compression typeFilipe Manana1-6/+3
2023-12-15btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESDavid Sterba1-3/+3
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana1-8/+9
2023-08-21btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo1-12/+22
2023-06-19btrfs: use bbio->ordered in btrfs_csum_one_bioChristoph Hellwig1-20/+1
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig1-8/+1
2023-06-19btrfs: limit write bios to a single ordered extentChristoph Hellwig1-38/+0
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig1-0/+30
2023-06-19btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig1-4/+4
2023-06-19btrfs: mark the len field in struct btrfs_ordered_sum as unsignedChristoph Hellwig1-1/+1
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba1-2/+2
2023-06-19btrfs: open code set_extent_bitsDavid Sterba1-5/+5
2023-06-19btrfs: use SECTOR_SHIFT to convert LBA to physical offsetAnand Jain1-2/+2
2023-05-17btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn1-1/+3
2023-05-02btrfs: fix encoded write i_size corruption with no-holesBoris Burkov1-2/+3
2023-04-17btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripeQu Wenruo1-1/+8
2023-04-17btrfs: cleanup the main loop in btrfs_lookup_bio_sumsChristoph Hellwig1-24/+9
2023-04-17btrfs: remove search_file_offset_in_bioChristoph Hellwig1-49/+3