summary refs log tree commit diff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2022-07-25btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota
2022-07-25btrfs: remove extent writepage address space operationChristoph Hellwig
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: 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: do not allocate a btrfs_bio for low-level biosChristoph Hellwig
2022-07-25btrfs: centralize setting REQ_METAChristoph Hellwig
2022-07-25btrfs: split btrfs_submit_data_bio to read and write partsChristoph Hellwig
2022-07-25btrfs: remove redundant calls to flush_dcache_pageDavid Sterba
2022-07-25btrfs: refactor end_bio_extent_readpage code flowChristoph Hellwig
2022-07-25btrfs: factor out a helper to end a single sector buffer I/OChristoph Hellwig
2022-07-25btrfs: remove duplicated parameters from submit_data_read_repair()Qu Wenruo
2022-07-25btrfs: use PAGE_ALIGNED instead of IS_ALIGNEDFanjun Kong
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-07-15Revert "btrfs: turn fs_info member buffer_radix into XArray"David Sterba
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-06-21btrfs: zoned: fix critical section of relocation inode writebackNaohiro Aota
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-16btrfs: zoned: properly finish block group on metadata writeNaohiro Aota
2022-05-16btrfs: rename bio_ctrl::bio_flags to compress_typeDavid Sterba
2022-05-16btrfs: rename bio_flags in parameters and switch typeDavid Sterba
2022-05-16btrfs: rename io_failure_record::bio_flags to compress_typeDavid Sterba
2022-05-16btrfs: open code extent_set_compress_type helpersDavid Sterba
2022-05-16btrfs: simplify handling of bio_ctrl::bio_flagsDavid Sterba
2022-05-16btrfs: remove trivial helper update_nr_writtenDavid Sterba
2022-05-16btrfs: turn fs_info member buffer_radix into XArrayGabriel Niebler
2022-05-16btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bioChristoph Hellwig
2022-05-16btrfs: move btrfs_readpage to extent_io.cChristoph Hellwig
2022-05-16btrfs: return correct error number for __extent_writepage_io()Qu Wenruo
2022-05-16btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()Qu Wenruo
2022-05-16btrfs: avoid double clean up when submit_one_bio() failedQu Wenruo
2022-05-16btrfs: simplify parameters of submit_read_repair() and renameQu Wenruo
2022-05-16btrfs: pass a block_device to btrfs_bio_cloneChristoph Hellwig
2022-05-16btrfs: use on-stack bio in repair_io_failureChristoph Hellwig
2022-05-16btrfs: check-integrity: split submit_bio from btrfsic checkingChristoph Hellwig
2022-05-16btrfs: wait between incomplete batch memory allocationsSweet Tea Dorminy
2022-05-16btrfs: allocate page arrays using bulk page allocatorSweet Tea Dorminy
2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy
2022-05-16btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routineQu Wenruo
2022-05-16btrfs: warn when extent buffer leak test failsQu Wenruo
2022-05-09btrfs: Convert to release_folioMatthew Wilcox (Oracle)