summaryrefslogtreecommitdiff
path: root/fs/btrfs/file-item.c
AgeCommit message (Expand)Author
2024-09-10btrfs: constify more pointer parametersDavid Sterba
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo
2024-07-11btrfs: ignore incorrect btrfs_file_extent_item::ram_bytesQu Wenruo
2024-07-11btrfs: cleanup the bytenr usage inside btrfs_extent_item_to_extent_map()Qu Wenruo
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo
2024-07-11btrfs: introduce new members for extent_mapQu Wenruo
2024-07-11btrfs: rename extent_map::orig_block_len to disk_num_bytesQu Wenruo
2024-07-11btrfs: don't allocate file extent tree for non regular filesFilipe Manana
2024-05-07btrfs: simplify the inline extent map creationQu Wenruo
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik
2024-05-07btrfs: make NOCOW checks for existence of checksums in a range more efficientFilipe Manana
2024-05-07btrfs: simplify error path for btrfs_lookup_csums_list()Filipe Manana
2024-05-07btrfs: remove use of a temporary list at btrfs_lookup_csums_list()Filipe Manana
2024-05-07btrfs: remove search_commit parameter from btrfs_lookup_csums_list()Filipe Manana
2024-05-07btrfs: add function comment to btrfs_lookup_csums_list()Filipe Manana
2024-03-04btrfs: unify handling of return values of btrfs_insert_empty_items()David Sterba
2024-03-04btrfs: remove unused included headersDavid Sterba
2023-12-15btrfs: use the flags of an extent map to identify the compression typeFilipe Manana
2023-12-15btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLESDavid Sterba
2023-10-12btrfs: abort transaction on generation mismatch when marking eb as dirtyFilipe Manana
2023-08-21btrfs: scrub: avoid unnecessary csum tree search preparing stripesQu Wenruo
2023-06-19btrfs: use bbio->ordered in btrfs_csum_one_bioChristoph Hellwig
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig
2023-06-19btrfs: limit write bios to a single ordered extentChristoph Hellwig
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig
2023-06-19btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig
2023-06-19btrfs: mark the len field in struct btrfs_ordered_sum as unsignedChristoph Hellwig
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba
2023-06-19btrfs: open code set_extent_bitsDavid Sterba
2023-06-19btrfs: use SECTOR_SHIFT to convert LBA to physical offsetAnand Jain
2023-05-17btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn
2023-05-02btrfs: fix encoded write i_size corruption with no-holesBoris Burkov
2023-04-17btrfs: scrub: introduce helper to find and fill sector info for a scrub_stripeQu Wenruo
2023-04-17btrfs: cleanup the main loop in btrfs_lookup_bio_sumsChristoph Hellwig
2023-04-17btrfs: remove search_file_offset_in_bioChristoph Hellwig
2023-04-17btrfs: switch search_file_offset_in_bio to return boolAnand Jain
2023-04-17btrfs: avoid reusing return variable in nested block in btrfs_lookup_bio_sumsAnand Jain
2023-02-15btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig
2023-02-15btrfs: simplify parameters of btrfs_lookup_bio_sumsChristoph Hellwig
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig
2022-12-05btrfs: introduce a bitmap based csum range search functionQu Wenruo
2022-12-05btrfs: refactor checksum calculations in btrfs_lookup_csums_range()Qu Wenruo
2022-12-05btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Qu Wenruo
2022-12-05btrfs: move super_block specific helpers into super.hJosef Bacik
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik