summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-19btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_ioChristoph Hellwig
2023-06-19btrfs: add a is_data_bbio helperChristoph Hellwig
2023-06-19btrfs: remove btrfs_add_ordered_extentChristoph Hellwig
2023-06-19btrfs: pass an ordered_extent to btrfs_submit_compressed_writeChristoph Hellwig
2023-06-19btrfs: pass an ordered_extent to btrfs_reloc_clone_csumsChristoph Hellwig
2023-06-19btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocowChristoph Hellwig
2023-06-19btrfs: limit write bios to a single ordered extentChristoph Hellwig
2023-06-19btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get splitChristoph Hellwig
2023-06-19btrfs: add block-group tree to lockdep classesDavid Sterba
2023-06-19btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig
2023-06-19btrfs: only call __extent_writepage_io from extent_write_locked_rangeChristoph Hellwig
2023-06-19btrfs: move writeback_control::nr_to_write update to __extent_writepageChristoph Hellwig
2023-06-19btrfs: remove non-standard extent handling in __extent_writepage_ioChristoph Hellwig
2023-06-19btrfs: remove PAGE_SET_ERRORChristoph Hellwig
2023-06-19btrfs: stop setting PageError in the data I/O pathChristoph Hellwig
2023-06-19btrfs: don't check PageError in __extent_writepageChristoph Hellwig
2023-06-19btrfs: rename cow_file_range_async to run_delalloc_compressedChristoph Hellwig
2023-06-19btrfs: don't fail writeback when allocating the compression context failsChristoph Hellwig
2023-06-19btrfs: don't check PageError in btrfs_verify_pageChristoph Hellwig
2023-06-19btrfs: fix fsverify read error handling in end_page_readChristoph Hellwig
2023-06-19btrfs: factor out a btrfs_verify_page helperChristoph Hellwig
2023-06-19btrfs: fix range_end calculation in extent_write_locked_rangeChristoph Hellwig
2023-06-19btrfs: insert tree mod log move in push_node_leftBoris Burkov
2023-06-19btrfs: warn on invalid slot in tree mod log rewindBoris Burkov
2023-06-19btrfs: disable allocation warnings for compression workspacesDavid Sterba
2023-06-19btrfs: open code need_full_stripe conditionsChristoph Hellwig
2023-06-19btrfs: open code btrfs_map_sblockChristoph Hellwig
2023-06-19btrfs: rename __btrfs_map_block to btrfs_map_blockChristoph Hellwig
2023-06-19btrfs: remove unused btrfs_map_blockChristoph Hellwig
2023-06-19btrfs: optimize simple reads in btrfsic_map_blockChristoph Hellwig
2023-06-19btrfs: remove unused BTRFS_MAP_DISCARDChristoph Hellwig
2023-06-19btrfs: add xxhash to fast checksum implementationsDavid Sterba
2023-06-19btrfs: pass the new logical address to split_extent_mapChristoph Hellwig
2023-06-19btrfs: defer splitting of ordered extents until I/O completionChristoph Hellwig
2023-06-19btrfs: handle completed ordered extents in btrfs_split_ordered_extentChristoph Hellwig
2023-06-19btrfs: atomically insert the new extent in btrfs_split_ordered_extentChristoph Hellwig
2023-06-19btrfs: split btrfs_alloc_ordered_extent to allocation and insertion helpersChristoph Hellwig
2023-06-19btrfs: return the new ordered_extent from btrfs_split_ordered_extentChristoph Hellwig
2023-06-19btrfs: reorder conditions in btrfs_extract_ordered_extentChristoph Hellwig
2023-06-19btrfs: move split_extent_map to extent_map.cChristoph Hellwig
2023-06-19btrfs: record orig_physical only for the original bioChristoph 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: don't call btrfs_record_physical_zoned for failed appendChristoph Hellwig
2023-06-19btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONEDChristoph Hellwig
2023-06-19btrfs: make btrfs_destroy_delayed_refs() return voidFilipe Manana
2023-06-19btrfs: remove unnecessary prototype declarations at disk-io.cFilipe Manana
2023-06-19btrfs: use a single switch statement when initializing delayed ref headFilipe Manana
2023-06-19btrfs: use bool type for delayed ref head fields that are used as booleansFilipe Manana