aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-15btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyGravatar Josef Bacik 1-1/+4
2023-02-15btrfs: remove the io_failure_record infrastructureGravatar Christoph Hellwig 1-31/+0
2022-12-05btrfs: move eb offset helpers into extent_io.hGravatar Josef Bacik 1-0/+33
2022-12-05btrfs: move repair_io_failure to bio.cGravatar Christoph Hellwig 1-1/+0
2022-12-05btrfs: move tree block parentness check into validate_extent_buffer()Gravatar Qu Wenruo 1-2/+3
2022-12-05btrfs: pass btrfs_inode to btrfs_repair_one_sectorGravatar David Sterba 1-1/+1
2022-12-05btrfs: change how submit bio callback is passed to btrfs_wq_submit_bioGravatar David Sterba 1-3/+0
2022-12-05btrfs: change how repair action is passed to btrfs_repair_one_sectorGravatar David Sterba 1-5/+1
2022-12-05btrfs: convert extent_io page op defines to enum bitsGravatar David Sterba 1-7/+10
2022-09-26btrfs: move extent io tree unrelated prototypes to their appropriate headerGravatar Josef Bacik 1-0/+5
2022-09-26btrfs: separate out the extent state and extent buffer init codeGravatar Josef Bacik 1-0/+3
2022-09-26btrfs: convert the io_failure_tree to a plain rb_treeGravatar Josef Bacik 1-1/+5
2022-09-26btrfs: move btrfs_bio allocation to volumes.cGravatar Christoph Hellwig 1-3/+0
2022-07-25btrfs: fix repair of compressed extentsGravatar Christoph Hellwig 1-1/+0
2022-07-25btrfs: pass a btrfs_bio to btrfs_repair_one_sectorGravatar Christoph Hellwig 1-4/+3
2022-07-25btrfs: repair all known bad mirrorsGravatar Christoph Hellwig 1-0/+1
2022-07-25btrfs: remove extent writepage address space operationGravatar Christoph Hellwig 1-1/+0
2022-07-25btrfs: remove unused typedefs get_extent_t and btrfs_work_func_tGravatar David Sterba 1-4/+0
2022-07-25btrfs: do not allocate a btrfs_bio for low-level biosGravatar Christoph Hellwig 1-1/+0
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-1/+1
2022-05-16btrfs: zoned: properly finish block group on metadata writeGravatar Naohiro Aota 1-1/+0
2022-05-16btrfs: rename bio_flags in parameters and switch typeGravatar David Sterba 1-1/+1
2022-05-16btrfs: rename io_failure_record::bio_flags to compress_typeGravatar David Sterba 1-1/+2
2022-05-16btrfs: open code extent_set_compress_type helpersGravatar David Sterba 1-11/+0
2022-05-16btrfs: simplify handling of bio_ctrl::bio_flagsGravatar David Sterba 1-9/+2
2022-05-16btrfs: do not return errors from submit_bio_hook_t instancesGravatar Christoph Hellwig 1-1/+1
2022-05-16btrfs: move btrfs_readpage to extent_io.cGravatar Christoph Hellwig 1-15/+1
2022-05-16btrfs: avoid double clean up when submit_one_bio() failedGravatar Qu Wenruo 1-2/+1
2022-05-16btrfs: pass a block_device to btrfs_bio_cloneGravatar Christoph Hellwig 1-1/+1
2022-05-16btrfs: factor out allocating an array of pagesGravatar Sweet Tea Dorminy 1-0/+2
2022-03-23btrfs: fix qgroup reserve overflow the qgroup limitGravatar Ethan Lien 1-1/+1
2021-10-26btrfs: cleanup for extent_write_locked_range()Gravatar Qu Wenruo 1-2/+1
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioGravatar Qu Wenruo 1-1/+1
2021-10-26btrfs: remove btrfs_bio_alloc() helperGravatar Qu Wenruo 1-1/+0
2021-10-26btrfs: unexport repair_io_failure()Gravatar Qu Wenruo 1-3/+0
2021-10-26btrfs: zoned: finish fully written block groupGravatar Naohiro Aota 1-0/+1
2021-08-23btrfs: fix argument type of btrfs_bio_clone_partial()Gravatar Chaitanya Kulkarni 1-1/+1
2021-06-21btrfs: rename PagePrivate2 to PageOrdered inside btrfsGravatar Qu Wenruo 1-1/+1
2021-06-21btrfs: refactor submit_extent_page() to make bio and its flag tracing easierGravatar Qu Wenruo 1-1/+12
2021-06-21btrfs: remove io_failure_record::in_validationGravatar Qu Wenruo 1-2/+1
2021-06-21btrfs: submit read time repair only for each corrupted sectorGravatar Qu Wenruo 1-6/+5
2021-04-19btrfs: move forward declarations to the beginning of extent_io.hGravatar Wan Jiabing 1-3/+1
2021-02-09btrfs: zoned: redirty released extent buffersGravatar Naohiro Aota 1-0/+2
2021-02-08btrfs: introduce btrfs_subpage for data inodesGravatar Qu Wenruo 1-1/+2
2021-02-08btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKGravatar Qu Wenruo 1-6/+6
2020-12-09btrfs: update num_extent_pages to support subpage sized extent bufferGravatar Qu Wenruo 1-2/+8
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeGravatar Qu Wenruo 1-2/+2
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyGravatar Qu Wenruo 1-1/+1
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetGravatar Qu Wenruo 1-1/+1
2020-12-08btrfs: use fixed width int type for extent_state::stateGravatar Qu Wenruo 1-2/+1