summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_data_write_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_metadata_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_wq_submit_bioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_bio_start_direct_ioDavid Sterba
2022-12-05btrfs: pass btrfs_inode to btrfs_submit_bio_startDavid Sterba
2022-12-05btrfs: switch async_submit_bio::inode to btrfs_inodeDavid Sterba
2022-12-05btrfs: simplify btree_submit_bio_start and btrfs_submit_bio_start parametersDavid Sterba
2022-12-05btrfs: change how submit bio callback is passed to btrfs_wq_submit_bioDavid Sterba
2022-12-05btrfs: drop parameter compression_type from btrfs_submit_dio_repair_bioDavid Sterba
2022-12-05btrfs: change how repair action is passed to btrfs_repair_one_sectorDavid Sterba
2022-12-05btrfs: convert btrfs_block_group::seq_zone to runtime flagDavid Sterba
2022-12-05btrfs: convert btrfs_block_group::needs_free_space to runtime flagDavid Sterba
2022-12-05btrfs: zoned: use helper to check a power of two zone sizeDavid Sterba
2022-12-05btrfs: zlib: use copy_page for full page copyDavid Sterba
2022-12-05btrfs: send: bump the extent reference count limit for backref walkingFilipe Manana
2022-12-05btrfs: send: skip resolution of our own backref when finding clone sourceFilipe Manana
2022-12-05btrfs: send: avoid double extent tree search when finding clone sourceFilipe Manana
2022-12-05btrfs: send: skip unnecessary backref iterationsFilipe Manana
2022-12-05btrfs: send: cache leaf to roots mapping during backref walkingFilipe Manana
2022-12-05btrfs: constify ulist parameter of ulist_next()Filipe Manana
2022-12-05btrfs: reuse roots ulist on each leaf iteration for iterate_extent_inodes()Filipe Manana
2022-12-05btrfs: use a structure to pass arguments to backref walking functionsFilipe Manana
2022-12-05btrfs: use a single argument for extent offset in backref walking functionsFilipe Manana
2022-12-05btrfs: send: optimize clone detection to increase extent sharingFilipe Manana
2022-12-05btrfs: send: avoid unnecessary backref lookups when finding clone sourceFilipe Manana
2022-12-05btrfs: send: drop unnecessary backref context field initializationsFilipe Manana
2022-12-05btrfs: send: update comment at find_extent_clone()Filipe Manana
2022-12-05btrfs: send: avoid unnecessary path allocations when finding extent cloneFilipe Manana
2022-12-05btrfs: remove the unused endio_raid56_workers and btrfs_raid_bio::end_io_workQu Wenruo
2022-12-05btrfs: raid56: switch scrub path to use a single functionQu Wenruo
2022-12-05btrfs: raid56: extract scrub read bio list assembly code into a helperQu Wenruo
2022-12-05btrfs: raid56: switch write path to rmw_rbio()Qu Wenruo
2022-12-05btrfs: raid56: introduce the main entrance for RMW pathQu Wenruo
2022-12-05btrfs: raid56: extract rwm write bios assembly into a helperQu Wenruo
2022-12-05btrfs: raid56: extract the rmw bio list build code into a helperQu Wenruo
2022-12-05btrfs: raid56: switch recovery path to a single functionQu Wenruo
2022-12-05btrfs: raid56: extract sector recovery code into a helperQu Wenruo
2022-12-05btrfs: raid56: extract the recovery bio list build code into a helperQu Wenruo
2022-12-05btrfs: raid56: extract the pq generation code into a helperQu Wenruo
2022-12-05btrfs: raid56: extract the vertical stripe recovery code into recover_vertical()Qu Wenruo
2022-12-05btrfs: merge struct extent_page_data to btrfs_bio_ctrlDavid Sterba
2022-12-05btrfs: switch extent_page_data bit fields to boolsDavid Sterba
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba
2022-12-05btrfs: update stale comment for nowait direct IO writesFilipe Manana
2022-12-05btrfs: fix SPDX comment in tree-mod-log.hDavid Sterba
2022-12-05btrfs: extract the inline extent read code into its own functionQu Wenruo
2022-12-05btrfs: remove new_inline argument from btrfs_extent_item_to_extent_map()Qu Wenruo
2022-12-05btrfs: do not reset extent map members for inline extents readQu Wenruo
2022-12-05btrfs: make inline extent read calculation much simplerQu Wenruo
2022-12-05btrfs: selftests: remove impossible inline extent at non-zero file offsetQu Wenruo