summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* btrfs: factor out a can_finish_ordered_extent helperChristoph Hellwig2023-06-191-45/+55
* 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-196-23/+49
* btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_ioChristoph Hellwig2023-06-191-1/+2
* btrfs: add a is_data_bbio helperChristoph Hellwig2023-06-191-4/+9
* btrfs: remove btrfs_add_ordered_extentChristoph Hellwig2023-06-192-28/+1
* btrfs: pass an ordered_extent to btrfs_submit_compressed_writeChristoph Hellwig2023-06-193-28/+27
* btrfs: pass an ordered_extent to btrfs_reloc_clone_csumsChristoph Hellwig2023-06-193-33/+33
* btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocowChristoph Hellwig2023-06-191-22/+15
* btrfs: limit write bios to a single ordered extentChristoph Hellwig2023-06-195-55/+2
* btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get splitChristoph Hellwig2023-06-191-2/+1
* btrfs: add block-group tree to lockdep classesDavid Sterba2023-06-191-2/+3
* btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig2023-06-193-19/+24
* btrfs: only call __extent_writepage_io from extent_write_locked_rangeChristoph Hellwig2023-06-191-39/+26
* btrfs: move writeback_control::nr_to_write update to __extent_writepageChristoph Hellwig2023-06-191-6/+2
* btrfs: remove non-standard extent handling in __extent_writepage_ioChristoph Hellwig2023-06-191-18/+5
* btrfs: remove PAGE_SET_ERRORChristoph Hellwig2023-06-193-9/+6
* btrfs: stop setting PageError in the data I/O pathChristoph Hellwig2023-06-195-65/+9
* btrfs: don't check PageError in __extent_writepageChristoph Hellwig2023-06-191-32/+1
* btrfs: rename cow_file_range_async to run_delalloc_compressedChristoph Hellwig2023-06-191-8/+8
* btrfs: don't fail writeback when allocating the compression context failsChristoph Hellwig2023-06-191-46/+28
* btrfs: don't check PageError in btrfs_verify_pageChristoph Hellwig2023-06-191-1/+1
* btrfs: fix fsverify read error handling in end_page_readChristoph Hellwig2023-06-191-6/+2
* btrfs: factor out a btrfs_verify_page helperChristoph Hellwig2023-06-191-5/+10
* btrfs: fix range_end calculation in extent_write_locked_rangeChristoph Hellwig2023-06-191-1/+1
* btrfs: insert tree mod log move in push_node_leftBoris Burkov2023-06-192-13/+71
* btrfs: warn on invalid slot in tree mod log rewindBoris Burkov2023-06-191-0/+42
* btrfs: disable allocation warnings for compression workspacesDavid Sterba2023-06-193-5/+5
* btrfs: open code need_full_stripe conditionsChristoph Hellwig2023-06-191-17/+12
* btrfs: open code btrfs_map_sblockChristoph Hellwig2023-06-194-18/+7
* btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig2023-06-195-18/+18
* btrfs: remove unused btrfs_map_blockChristoph Hellwig2023-06-192-11/+0
* btrfs: optimize simple reads in btrfsic_map_blockChristoph Hellwig2023-06-191-7/+12
* btrfs: remove unused BTRFS_MAP_DISCARDChristoph Hellwig2023-06-192-6/+0
* btrfs: add xxhash to fast checksum implementationsDavid Sterba2023-06-191-0/+3
* btrfs: pass the new logical address to split_extent_mapChristoph Hellwig2023-06-194-9/+11
* btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig2023-06-196-41/+73
* btrfs: handle completed ordered extents in btrfs_split_ordered_extentChristoph Hellwig2023-06-191-8/+32
* btrfs: atomically insert the new extent in btrfs_split_ordered_extentChristoph Hellwig2023-06-191-16/+27
* btrfs: split btrfs_alloc_ordered_extent to allocation and insertion helpersChristoph Hellwig2023-06-191-49/+65
* btrfs: return the new ordered_extent from btrfs_split_ordered_extentChristoph Hellwig2023-06-193-11/+19
* btrfs: reorder conditions in btrfs_extract_ordered_extentChristoph Hellwig2023-06-191-10/+8
* btrfs: move split_extent_map to extent_map.cChristoph Hellwig2023-06-193-98/+95
* btrfs: record orig_physical only for the original bioChristoph Hellwig2023-06-191-1/+2
* btrfs: optimize the logical to physical mapping for zoned writesChristoph Hellwig2023-06-198-54/+73
* btrfs: rename the bytenr field in struct btrfs_ordered_sum to logicalChristoph Hellwig2023-06-196-19/+19
* btrfs: mark the len field in struct btrfs_ordered_sum as unsignedChristoph Hellwig2023-06-192-2/+2
* btrfs: don't call btrfs_record_physical_zoned for failed appendChristoph Hellwig2023-06-191-1/+1
* btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONEDChristoph Hellwig2023-06-191-1/+1
* btrfs: make btrfs_destroy_delayed_refs() return voidFilipe Manana2023-06-191-6/+3