summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextNaohiro Aota1-0/+2
2023-08-21btrfs: introduce struct to consolidate extent buffer write contextNaohiro Aota1-0/+5
2023-08-21btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()Qu Wenruo1-3/+16
2023-08-21btrfs: don't redirty locked_page in run_delalloc_zonedChristoph Hellwig1-2/+3
2023-08-21btrfs: don't redirty pages in compress_file_rangeChristoph Hellwig1-2/+1
2023-08-21btrfs: remove the return value from extent_write_locked_rangeChristoph Hellwig1-2/+2
2023-08-21btrfs: remove end_extent_writepageChristoph Hellwig1-2/+0
2023-08-21btrfs: split page locking out of __process_pages_contigChristoph Hellwig1-1/+0
2023-06-19btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig1-1/+2
2023-06-19btrfs: remove PAGE_SET_ERRORChristoph Hellwig1-1/+0
2023-06-19btrfs: use per-buffer locking for extent_buffer readingChristoph Hellwig1-0/+2
2023-06-19btrfs: remove the io_pages field in struct extent_bufferChristoph Hellwig1-1/+0
2023-06-19btrfs: mark extent_buffer_under_io staticChristoph Hellwig1-1/+0
2023-06-19btrfs: don't hold an extra reference for redirtied buffersChristoph Hellwig1-1/+0
2023-06-19btrfs: fix dirty_metadata_bytes for redirtied buffersChristoph Hellwig1-1/+1
2023-02-15btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyJosef Bacik1-1/+4
2023-02-15btrfs: remove the io_failure_record infrastructureChristoph Hellwig1-31/+0
2022-12-05btrfs: move eb offset helpers into extent_io.hJosef Bacik1-0/+33
2022-12-05btrfs: move repair_io_failure to bio.cChristoph Hellwig1-1/+0
2022-12-05btrfs: move tree block parentness check into validate_extent_buffer()Qu Wenruo1-2/+3
2022-12-05btrfs: pass btrfs_inode to btrfs_repair_one_sectorDavid Sterba1-1/+1
2022-12-05btrfs: change how submit bio callback is passed to btrfs_wq_submit_bioDavid Sterba1-3/+0
2022-12-05btrfs: change how repair action is passed to btrfs_repair_one_sectorDavid Sterba1-5/+1
2022-12-05btrfs: convert extent_io page op defines to enum bitsDavid Sterba1-7/+10
2022-09-26btrfs: move extent io tree unrelated prototypes to their appropriate headerJosef Bacik1-0/+5
2022-09-26btrfs: separate out the extent state and extent buffer init codeJosef Bacik1-0/+3
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeJosef Bacik1-1/+5
2022-09-26btrfs: move btrfs_bio allocation to volumes.cChristoph Hellwig1-3/+0
2022-07-25btrfs: fix repair of compressed extentsChristoph Hellwig1-1/+0
2022-07-25btrfs: pass a btrfs_bio to btrfs_repair_one_sectorChristoph Hellwig1-4/+3
2022-07-25btrfs: repair all known bad mirrorsChristoph Hellwig1-0/+1
2022-07-25btrfs: remove extent writepage address space operationChristoph Hellwig1-1/+0
2022-07-25btrfs: remove unused typedefs get_extent_t and btrfs_work_func_tDavid Sterba1-4/+0
2022-07-25btrfs: do not allocate a btrfs_bio for low-level biosChristoph Hellwig1-1/+0
2022-05-25Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-05-16btrfs: zoned: properly finish block group on metadata writeNaohiro Aota1-1/+0
2022-05-16btrfs: rename bio_flags in parameters and switch typeDavid Sterba1-1/+1
2022-05-16btrfs: rename io_failure_record::bio_flags to compress_typeDavid Sterba1-1/+2
2022-05-16btrfs: open code extent_set_compress_type helpersDavid Sterba1-11/+0
2022-05-16btrfs: simplify handling of bio_ctrl::bio_flagsDavid Sterba1-9/+2
2022-05-16btrfs: do not return errors from submit_bio_hook_t instancesChristoph Hellwig1-1/+1
2022-05-16btrfs: move btrfs_readpage to extent_io.cChristoph Hellwig1-15/+1
2022-05-16btrfs: avoid double clean up when submit_one_bio() failedQu Wenruo1-2/+1
2022-05-16btrfs: pass a block_device to btrfs_bio_cloneChristoph Hellwig1-1/+1
2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy1-0/+2
2022-03-24btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien1-1/+1
2021-10-26btrfs: cleanup for extent_write_locked_range()Qu Wenruo1-2/+1
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo1-1/+1
2021-10-26btrfs: remove btrfs_bio_alloc() helperQu Wenruo1-1/+0
2021-10-26btrfs: unexport repair_io_failure()Qu Wenruo1-3/+0