summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file-item.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: constify more pointer parametersDavid Sterba2024-09-101-2/+2
* btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo2024-07-111-1/+1
* btrfs: ignore incorrect btrfs_file_extent_item::ram_bytesQu Wenruo2024-07-111-0/+7
* btrfs: cleanup the bytenr usage inside btrfs_extent_item_to_extent_map()Qu Wenruo2024-07-111-5/+4
* btrfs: remove extent_map::block_start memberQu Wenruo2024-07-111-4/+0
* btrfs: remove extent_map::block_len memberQu Wenruo2024-07-111-7/+0
* btrfs: remove extent_map::orig_start memberQu Wenruo2024-07-111-4/+1
* btrfs: introduce new members for extent_mapQu Wenruo2024-07-111-1/+8
* btrfs: rename extent_map::orig_block_len to disk_num_bytesQu Wenruo2024-07-111-2/+2
* btrfs: don't allocate file extent tree for non regular filesFilipe Manana2024-07-111-6/+7
* btrfs: simplify the inline extent map creationQu Wenruo2024-05-071-10/+10
* btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik2024-05-071-6/+5
* btrfs: make NOCOW checks for existence of checksums in a range more efficientFilipe Manana2024-05-071-7/+18
* btrfs: simplify error path for btrfs_lookup_csums_list()Filipe Manana2024-05-071-8/+9
* btrfs: remove use of a temporary list at btrfs_lookup_csums_list()Filipe Manana2024-05-071-5/+3
* btrfs: remove search_commit parameter from btrfs_lookup_csums_list()Filipe Manana2024-05-071-9/+1
* btrfs: add function comment to btrfs_lookup_csums_list()Filipe Manana2024-05-071-0/+13
* btrfs: unify handling of return values of btrfs_insert_empty_items()David Sterba2024-03-041-3/+0
* btrfs: remove unused included headersDavid Sterba2024-03-041-3/+0
* btrfs: use the flags of an extent map to identify the compression typeFilipe Manana2023-12-151-6/+3
* btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESDavid Sterba2023-12-151-3/+3
* btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana2023-10-121-8/+9
* btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo2023-08-211-12/+22
* btrfs: use bbio->ordered in btrfs_csum_one_bioChristoph Hellwig2023-06-191-20/+1
* btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig2023-06-191-8/+1
* btrfs: limit write bios to a single ordered extentChristoph Hellwig2023-06-191-38/+0
* btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig2023-06-191-0/+30
* btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig2023-06-191-4/+4
* btrfs: mark the len field in struct btrfs_ordered_sum as unsignedChristoph Hellwig2023-06-191-1/+1
* btrfs: drop gfp from parameter extent state helpersDavid Sterba2023-06-191-2/+2
* btrfs: open code set_extent_bitsDavid Sterba2023-06-191-5/+5
* btrfs: use SECTOR_SHIFT to convert LBA to physical offsetAnand Jain2023-06-191-2/+2
* btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn2023-05-171-1/+3
* btrfs: fix encoded write i_size corruption with no-holesBoris Burkov2023-05-021-2/+3
* btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripeQu Wenruo2023-04-171-1/+8
* btrfs: cleanup the main loop in btrfs_lookup_bio_sumsChristoph Hellwig2023-04-171-24/+9
* btrfs: remove search_file_offset_in_bioChristoph Hellwig2023-04-171-49/+3
* btrfs: switch search_file_offset_in_bio to return boolAnand Jain2023-04-171-4/+4
* btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sumsAnand Jain2023-04-171-5/+4
* btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig2023-02-151-15/+5
* btrfs: simplify parameters of btrfs_lookup_bio_sumsChristoph Hellwig2023-02-151-32/+20
* btrfs: split the bio submission path into a separate fileChristoph Hellwig2022-12-051-1/+1
* btrfs: introduce a bitmap based csum range search functionQu Wenruo2022-12-051-3/+124
* btrfs: refactor checksum calculations in btrfs_lookup_csums_range()Qu Wenruo2022-12-051-21/+47
* btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Qu Wenruo2022-12-051-4/+2
* btrfs: move super_block specific helpers into super.hJosef Bacik2022-12-051-0/+1
* btrfs: move file-item prototypes into their own headerJosef Bacik2022-12-051-0/+1
* btrfs: update function commentsDavid Sterba2022-12-051-25/+25
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move the printk helpers out of ctree.hJosef Bacik2022-12-051-0/+1