summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-07-25btrfs: use btrfs_raid_array to calculate number of parity stripesQu Wenruo
2022-07-25btrfs: use btrfs_chunk_max_errors() to replace tolerance calculationQu Wenruo
2022-07-25btrfs: remove parameter dev_extent_len from scrub_stripe()Qu Wenruo
2022-07-25btrfs: unify tree search helper returning prev and next nodesDavid Sterba
2022-07-25btrfs: make tree search for insert more generic and use it for tree_searchDavid Sterba
2022-07-25btrfs: open code inexact rbtree search in tree_searchDavid Sterba
2022-07-25btrfs: remove node and parent parameters from insert_stateDavid Sterba
2022-07-25btrfs: add fast path for extent_state insertionDavid Sterba
2022-07-25btrfs: pass bits by value not by pointer for extent_state helpersDavid Sterba
2022-07-25btrfs: lift start and end parameters to callers of insert_stateDavid Sterba
2022-07-25btrfs: open code rbtree search in insert_stateDavid Sterba
2022-07-25btrfs: open code rbtree search in split_stateDavid Sterba
2022-07-25btrfs: raid56: avoid double for loop inside raid56_parity_scrub_stripe()Qu Wenruo
2022-07-25btrfs: raid56: avoid double for loop inside raid56_rmw_stripe()Qu Wenruo
2022-07-25btrfs: raid56: avoid double for loop inside alloc_rbio_essential_pages()Qu Wenruo
2022-07-25btrfs: raid56: avoid double for loop inside __raid56_parity_recover()Qu Wenruo
2022-07-25btrfs: raid56: avoid double for loop inside finish_rmw()Qu Wenruo
2022-07-25btrfs: tree-log: make the return value for log syncing consistentJosef Bacik
2022-07-25btrfs: add tracepoints for ordered extentsJohannes Thumshirn
2022-07-25btrfs: sysfs: advertise zoned support among featuresDavid Sterba
2022-07-25btrfs: split discard handling out of btrfs_map_blockChristoph Hellwig
2022-07-25btrfs: stop looking at btrfs_bio->iter in index_one_bioChristoph Hellwig
2022-07-25btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo
2022-07-25btrfs: make btrfs_super_block::log_root_transid deprecatedQu Wenruo
2022-07-25btrfs: pass the btrfs_bio_ctrl to submit_one_bioChristoph Hellwig
2022-07-25btrfs: merge end_write_bio and flush_write_bioChristoph Hellwig
2022-07-25btrfs: don't use bio->bi_private to pass the inode to submit_one_bioChristoph Hellwig
2022-07-25btrfs: remove redundant check in up check_setget_boundsDavid Sterba
2022-07-25btrfs: replace kmap() with kmap_local_page() in lzo.cFabio M. De Francesco
2022-07-25btrfs: replace kmap() with kmap_local_page() in inode.cFabio M. De Francesco
2022-07-25btrfs: do not allocate a btrfs_bio for low-level biosChristoph Hellwig
2022-07-25btrfs: factor stripe submission logic out of btrfs_map_bioChristoph Hellwig
2022-07-25btrfs: remove btrfs_end_io_wqChristoph Hellwig
2022-07-25btrfs: centralize setting REQ_METAChristoph Hellwig
2022-07-25btrfs: don't use btrfs_bio_wq_end_io for compressed writesChristoph Hellwig
2022-07-25btrfs: don't double-defer bio completions for compressed readsChristoph Hellwig
2022-07-25btrfs: defer I/O completion based on the btrfs_raid_bioChristoph Hellwig
2022-07-25btrfs: split btrfs_submit_data_bio to read and write partsChristoph Hellwig
2022-07-25btrfs: simplify code flow in btrfs_submit_dio_bioChristoph Hellwig
2022-07-25btrfs: move more work into btrfs_end_biocChristoph Hellwig
2022-07-25btrfs: send: enable support for stream v2 and compressed writesOmar Sandoval
2022-07-25btrfs: send: send compressed extents with encoded writesOmar Sandoval
2022-07-25btrfs: send: get send buffer pages for protocol v2Omar Sandoval
2022-07-25btrfs: send: write larger chunks when using stream v2Omar Sandoval
2022-07-25btrfs: send: add stream v2 definitionsOmar Sandoval
2022-07-25btrfs: send: explicitly number commands and attributesOmar Sandoval
2022-07-25btrfs: send: remove unused send_ctx::{total,cmd}_send_sizeOmar Sandoval
2022-07-25btrfs: sysfs: add force_chunk_alloc trigger to force allocationStefan Roesch
2022-07-25btrfs: sysfs: export chunk size in space infosStefan Roesch
2022-07-25btrfs: store chunk size in space-info structStefan Roesch