summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)Author
2023-06-19btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig
2023-06-19btrfs: remove PAGE_SET_ERRORChristoph Hellwig
2023-06-19btrfs: use per-buffer locking for extent_buffer readingChristoph Hellwig
2023-06-19btrfs: remove the io_pages field in struct extent_bufferChristoph Hellwig
2023-06-19btrfs: mark extent_buffer_under_io staticChristoph Hellwig
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig
2023-06-19btrfs: fix dirty_metadata_bytes for redirtied buffersChristoph Hellwig
2023-02-15btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyJosef Bacik
2023-02-15btrfs: remove the io_failure_record infrastructureChristoph Hellwig
2022-12-05btrfs: move eb offset helpers into extent_io.hJosef Bacik
2022-12-05btrfs: move repair_io_failure to bio.cChristoph Hellwig
2022-12-05btrfs: move tree block parentness check into validate_extent_buffer()Qu Wenruo
2022-12-05btrfs: pass btrfs_inode to btrfs_repair_one_sectorDavid Sterba
2022-12-05btrfs: change how submit bio callback is passed to btrfs_wq_submit_bioDavid Sterba
2022-12-05btrfs: change how repair action is passed to btrfs_repair_one_sectorDavid Sterba
2022-12-05btrfs: convert extent_io page op defines to enum bitsDavid Sterba
2022-09-26btrfs: move extent io tree unrelated prototypes to their appropriate headerJosef Bacik
2022-09-26btrfs: separate out the extent state and extent buffer init codeJosef Bacik
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig
2022-07-25btrfs: fix repair of compressed extentsChristoph Hellwig
2022-07-25btrfs: pass a btrfs_bio to btrfs_repair_one_sectorChristoph Hellwig
2022-07-25btrfs: repair all known bad mirrorsChristoph Hellwig
2022-07-25btrfs: remove extent writepage address space operationChristoph Hellwig
2022-07-25btrfs: remove unused typedefs get_extent_t and btrfs_work_func_tDavid Sterba
2022-07-25btrfs: do not allocate a btrfs_bio for low-level biosChristoph Hellwig
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_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: do not return errors from submit_bio_hook_t instancesChristoph Hellwig
2022-05-16btrfs: move btrfs_readpage to extent_io.cChristoph Hellwig
2022-05-16btrfs: avoid double clean up when submit_one_bio() failedQu Wenruo
2022-05-16btrfs: pass a block_device to btrfs_bio_cloneChristoph Hellwig
2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy
2022-03-23btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien
2021-10-26btrfs: cleanup for extent_write_locked_range()Qu Wenruo
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo
2021-10-26btrfs: remove btrfs_bio_alloc() helperQu Wenruo
2021-10-26btrfs: unexport repair_io_failure()Qu Wenruo
2021-10-26btrfs: zoned: finish fully written block groupNaohiro Aota
2021-08-23btrfs: fix argument type of btrfs_bio_clone_partial()Chaitanya Kulkarni
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo
2021-06-21btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo
2021-06-21btrfs: remove io_failure_record::in_validationQu Wenruo
2021-06-21btrfs: submit read time repair only for each corrupted sectorQu Wenruo
2021-04-19btrfs: move forward declarations to the beginning of extent_io.hWan Jiabing
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota