summaryrefslogtreecommitdiff
path: root/fs/btrfs/file-item.c
AgeCommit message (Expand)AuthorFilesLines
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-16btrfs: use the flags of an extent map to identify the compression typeFilipe Manana1-6/+3
2023-12-16btrfs: 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
2023-04-17btrfs: switch search_file_offset_in_bio to return boolAnand Jain1-4/+4
2023-04-17btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sumsAnand Jain1-5/+4
2023-02-15btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig1-15/+5
2023-02-15btrfs: simplify parameters of btrfs_lookup_bio_sumsChristoph Hellwig1-32/+20
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig1-1/+1
2022-12-05btrfs: introduce a bitmap based csum range search functionQu Wenruo1-3/+124
2022-12-05btrfs: refactor checksum calculations in btrfs_lookup_csums_range()Qu Wenruo1-21/+47
2022-12-05btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Qu Wenruo1-4/+2
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik1-0/+1
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik1-0/+1
2022-12-05btrfs: update function commentsDavid Sterba1-25/+25
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik1-1/+3
2022-09-26btrfs: move btrfs_ordered_sum_size into file-item.cJosef Bacik1-0/+11
2022-09-26btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITSJosef Bacik1-1/+1
2022-09-26btrfs: remove the wake argument from clear_extent_bitsJosef Bacik1-1/+1
2022-09-26btrfs: rename btrfs_insert_file_extent() to btrfs_insert_hole_extent()Omar Sandoval1-12/+9
2022-03-14btrfs: handle csum lookup errors properly on readsJosef Bacik1-14/+22
2022-03-14btrfs: make search_csum_tree return 0 if we get -EFBIGJosef Bacik1-1/+1
2022-03-14btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()Omar Sandoval1-20/+17
2022-03-14btrfs: populate extent_map::generation when reading from diskQu Wenruo1-0/+1