summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)AuthorFilesLines
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-24Merge 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-23btrfs: 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
2021-10-26btrfs: zoned: finish fully written block groupNaohiro Aota1-0/+1
2021-08-23btrfs: fix argument type of btrfs_bio_clone_partial()Chaitanya Kulkarni1-1/+1
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsQu Wenruo1-1/+1
2021-06-21btrfs: refactor submit_extent_page() to make bio and its flag tracing easierQu Wenruo1-1/+12
2021-06-21btrfs: remove io_failure_record::in_validationQu Wenruo1-2/+1
2021-06-21btrfs: submit read time repair only for each corrupted sectorQu Wenruo1-6/+5
2021-04-19btrfs: move forward declarations to the beginning of extent_io.hWan Jiabing1-3/+1
2021-02-09btrfs: zoned: redirty released extent buffersNaohiro Aota1-0/+2
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo1-1/+2
2021-02-08btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo1-6/+6
2020-12-09btrfs: update num_extent_pages to support subpage sized extent bufferQu Wenruo1-2/+8
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo1-2/+2
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo1-1/+1
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo1-1/+1
2020-12-08btrfs: use fixed width int type for extent_state::stateQu Wenruo1-2/+1
2020-12-08btrfs: remove extent_buffer::recursedJosef Bacik1-1/+0
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik1-2/+2