summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)Author
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
2021-02-08btrfs: introduce btrfs_subpage for data inodesQu Wenruo
2021-02-08btrfs: merge PAGE_CLEAR_DIRTY and PAGE_SET_WRITEBACK to PAGE_START_WRITEBACKQu Wenruo
2020-12-09btrfs: update num_extent_pages to support subpage sized extent bufferQu Wenruo
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeQu Wenruo
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyQu Wenruo
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetQu Wenruo
2020-12-08btrfs: use fixed width int type for extent_state::stateQu Wenruo
2020-12-08btrfs: remove extent_buffer::recursedJosef Bacik
2020-12-08btrfs: pass the owner_root and level to alloc_extent_bufferJosef Bacik
2020-12-08btrfs: cleanup extent buffer readaheadJosef Bacik
2020-12-08btrfs: reorder extent buffer members for better packingDavid Sterba
2020-12-08btrfs: replace fs_info and private_data with inode in btrfs_wq_submit_bioQu Wenruo
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreJosef Bacik
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov
2020-10-07btrfs: open code extent_read_full_page to its sole callerNikolay Borisov
2020-10-07btrfs: sink read_flags argument into extent_read_full_pageNikolay Borisov
2020-10-07btrfs: sink mirror_num argument in extent_read_full_pageNikolay Borisov
2020-10-07btrfs: promote extent_read_full_page to btrfs_readpageNikolay Borisov
2020-10-07btrfs: remove mirror_num argument from extent_read_full_pageNikolay Borisov
2020-10-07btrfs: remove btrfs_get_extent indirection from __do_readpageNikolay Borisov
2020-10-07btrfs: make extent_fiemap take btrfs_inodeNikolay Borisov
2020-10-07btrfs: rename extent_buffer::lock_nested to extent_buffer::lock_recursedJosef Bacik
2020-08-27btrfs: fix potential deadlock in the search ioctlJosef Bacik
2020-07-27btrfs: don't use UAPI types for fiemap callbackDavid Sterba
2020-07-27btrfs: make extent_clear_unlock_delalloc take btrfs_inodeNikolay Borisov