aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-07btrfs: add a cached state to extent_clear_unlock_delallocGravatar Josef Bacik 1-0/+2
2024-05-07btrfs: make try_release_extent_mapping() return a boolGravatar Filipe Manana 1-1/+1
2024-05-07btrfs: introduce btrfs_alloc_folio_array()Gravatar Qu Wenruo 1-0/+2
2024-05-07btrfs: remove pointless writepages callback wrapperGravatar Filipe Manana 1-2/+1
2024-05-07btrfs: remove pointless readahead callback wrapperGravatar Filipe Manana 1-1/+1
2024-03-04btrfs: add forward declarations and headers, part 2Gravatar David Sterba 1-5/+20
2024-03-04btrfs: add set_folio_extent_mapped() helperGravatar Matthew Wilcox (Oracle) 1-0/+1
2024-03-04btrfs: remove extent_map_tree forward declaration at extent_io.hGravatar Filipe Manana 1-2/+0
2024-03-04btrfs: cache folio size and shift in extent_bufferGravatar Qu Wenruo 1-3/+13
2023-12-15btrfs: migrate get_eb_page_index() and get_eb_offset_in_page() to foliosGravatar Qu Wenruo 1-13/+27
2023-12-15btrfs: cleanup metadata page pointer usageGravatar Qu Wenruo 1-0/+14
2023-12-15btrfs: migrate extent_buffer::pages[] to folioGravatar Qu Wenruo 1-1/+6
2023-12-15btrfs: refactor alloc_extent_buffer() to allocate-then-attach methodGravatar Qu Wenruo 1-1/+2
2023-12-15btrfs: allow extent buffer helpers to skip cross-page handlingGravatar Qu Wenruo 1-0/+7
2023-12-15btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUTGravatar Johannes Thumshirn 1-1/+2
2023-12-15btrfs: migrate to use folio private instead of page privateGravatar Qu Wenruo 1-3/+3
2023-10-12btrfs: move extent_buffer::lock_owner to debug sectionGravatar David Sterba 1-2/+2
2023-08-21btrfs: zoned: introduce block group context to btrfs_eb_write_contextGravatar Naohiro Aota 1-0/+2
2023-08-21btrfs: introduce struct to consolidate extent buffer write contextGravatar Naohiro Aota 1-0/+5
2023-08-21btrfs: use write_extent_buffer() to implement write_extent_buffer_*id()Gravatar Qu Wenruo 1-3/+16
2023-08-21btrfs: don't redirty locked_page in run_delalloc_zonedGravatar Christoph Hellwig 1-2/+3
2023-08-21btrfs: don't redirty pages in compress_file_rangeGravatar Christoph Hellwig 1-2/+1
2023-08-21btrfs: remove the return value from extent_write_locked_rangeGravatar Christoph Hellwig 1-2/+2
2023-08-21btrfs: remove end_extent_writepageGravatar Christoph Hellwig 1-2/+0
2023-08-21btrfs: split page locking out of __process_pages_contigGravatar Christoph Hellwig 1-1/+0
2023-06-19btrfs: don't treat zoned writeback as being from an async helper threadGravatar Christoph Hellwig 1-1/+2
2023-06-19btrfs: remove PAGE_SET_ERRORGravatar Christoph Hellwig 1-1/+0
2023-06-19btrfs: use per-buffer locking for extent_buffer readingGravatar Christoph Hellwig 1-0/+2
2023-06-19btrfs: remove the io_pages field in struct extent_bufferGravatar Christoph Hellwig 1-1/+0
2023-06-19btrfs: mark extent_buffer_under_io staticGravatar Christoph Hellwig 1-1/+0
2023-06-19btrfs: don't hold an extra reference for redirtied buffersGravatar Christoph Hellwig 1-1/+0
2023-06-19btrfs: fix dirty_metadata_bytes for redirtied buffersGravatar Christoph Hellwig 1-1/+1
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