summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-06-19btrfs: add an ordered_extent pointer to struct btrfs_bioChristoph Hellwig6-23/+49
2023-06-19btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_ioChristoph Hellwig1-1/+2
2023-06-19btrfs: add a is_data_bbio helperChristoph Hellwig1-4/+9
2023-06-19btrfs: remove btrfs_add_ordered_extentChristoph Hellwig2-28/+1
2023-06-19btrfs: pass an ordered_extent to btrfs_submit_compressed_writeChristoph Hellwig3-28/+27
2023-06-19btrfs: pass an ordered_extent to btrfs_reloc_clone_csumsChristoph Hellwig3-33/+33
2023-06-19btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocowChristoph Hellwig1-22/+15
2023-06-19btrfs: limit write bios to a single ordered extentChristoph Hellwig5-55/+2
2023-06-19btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get splitChristoph Hellwig1-2/+1
2023-06-19btrfs: add block-group tree to lockdep classesDavid Sterba1-2/+3
2023-06-19btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig3-19/+24
2023-06-19btrfs: only call __extent_writepage_io from extent_write_locked_rangeChristoph Hellwig1-39/+26
2023-06-19btrfs: move writeback_control::nr_to_write update to __extent_writepageChristoph Hellwig1-6/+2
2023-06-19btrfs: remove non-standard extent handling in __extent_writepage_ioChristoph Hellwig1-18/+5
2023-06-19btrfs: remove PAGE_SET_ERRORChristoph Hellwig3-9/+6
2023-06-19btrfs: stop setting PageError in the data I/O pathChristoph Hellwig5-65/+9
2023-06-19btrfs: don't check PageError in __extent_writepageChristoph Hellwig1-32/+1
2023-06-19btrfs: rename cow_file_range_async to run_delalloc_compressedChristoph Hellwig1-8/+8
2023-06-19btrfs: don't fail writeback when allocating the compression context failsChristoph Hellwig1-46/+28
2023-06-19btrfs: don't check PageError in btrfs_verify_pageChristoph Hellwig1-1/+1
2023-06-19btrfs: fix fsverify read error handling in end_page_readChristoph Hellwig1-6/+2
2023-06-19btrfs: factor out a btrfs_verify_page helperChristoph Hellwig1-5/+10
2023-06-19btrfs: fix range_end calculation in extent_write_locked_rangeChristoph Hellwig1-1/+1
2023-06-19btrfs: insert tree mod log move in push_node_leftBoris Burkov2-13/+71
2023-06-19btrfs: warn on invalid slot in tree mod log rewindBoris Burkov1-0/+42
2023-06-19btrfs: disable allocation warnings for compression workspacesDavid Sterba3-5/+5
2023-06-19btrfs: open code need_full_stripe conditionsChristoph Hellwig1-17/+12
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig4-18/+7
2023-06-19btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig5-18/+18
2023-06-19btrfs: remove unused btrfs_map_blockChristoph Hellwig2-11/+0
2023-06-19btrfs: optimize simple reads in btrfsic_map_blockChristoph Hellwig1-7/+12
2023-06-19btrfs: remove unused BTRFS_MAP_DISCARDChristoph Hellwig2-6/+0
2023-06-19btrfs: add xxhash to fast checksum implementationsDavid Sterba1-0/+3
2023-06-19btrfs: pass the new logical address to split_extent_mapChristoph Hellwig4-9/+11
2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig6-41/+73
2023-06-19btrfs: handle completed ordered extents in btrfs_split_ordered_extentChristoph Hellwig1-8/+32
2023-06-19btrfs: atomically insert the new extent in btrfs_split_ordered_extentChristoph Hellwig1-16/+27
2023-06-19btrfs: split btrfs_alloc_ordered_extent to allocation and insertion helpersChristoph Hellwig1-49/+65
2023-06-19btrfs: return the new ordered_extent from btrfs_split_ordered_extentChristoph Hellwig3-11/+19
2023-06-19btrfs: reorder conditions in btrfs_extract_ordered_extentChristoph Hellwig1-10/+8
2023-06-19btrfs: move split_extent_map to extent_map.cChristoph Hellwig3-98/+95
2023-06-19btrfs: record orig_physical only for the original bioChristoph Hellwig1-1/+2
2023-06-19btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig8-54/+73
2023-06-19btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig6-19/+19
2023-06-19btrfs: mark the len field in struct btrfs_ordered_sum as unsignedChristoph Hellwig2-2/+2
2023-06-19btrfs: don't call btrfs_record_physical_zoned for failed appendChristoph Hellwig1-1/+1
2023-06-19btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONEDChristoph Hellwig1-1/+1
2023-06-19btrfs: make btrfs_destroy_delayed_refs() return voidFilipe Manana1-6/+3
2023-06-19btrfs: remove unnecessary prototype declarations at disk-io.cFilipe Manana1-9/+0
2023-06-19btrfs: use a single switch statement when initializing delayed ref headFilipe Manana1-20/+24