summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)Author
2023-12-15btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to foliosQu Wenruo
2023-12-15btrfs: cleanup metadata page pointer usageQu Wenruo
2023-12-15btrfs: migrate extent_buffer::pages[] to folioQu Wenruo
2023-12-15btrfs: refactor alloc_extent_buffer() to allocate-then-attach methodQu Wenruo
2023-12-15btrfs: allow extent buffer helpers to skip cross-page handlingQu Wenruo
2023-12-15btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTJohannes Thumshirn
2023-12-15btrfs: migrate to use folio private instead of page privateQu Wenruo
2023-10-12btrfs: move extent_buffer::lock_owner to debug sectionDavid Sterba
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota
2023-08-21btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota
2023-08-21btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()Qu Wenruo
2023-08-21btrfs: don't redirty locked_page in run_delalloc_zonedChristoph Hellwig
2023-08-21btrfs: don't redirty pages in compress_file_rangeChristoph Hellwig
2023-08-21btrfs: remove the return value from extent_write_locked_rangeChristoph Hellwig
2023-08-21btrfs: remove end_extent_writepageChristoph Hellwig
2023-08-21btrfs: split page locking out of __process_pages_contigChristoph Hellwig
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