summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
2025-05-27btrfs: don't drop a reference if btrfs_check_write_meta_pointer() failsJosef Bacik
2025-05-15btrfs: fix broken drop_caches on extent buffer foliosBoris Burkov
2025-05-15btrfs: get rid of goto in alloc_test_extent_buffer()Daniel Vacek
2025-05-15btrfs: use buffer xarray for extent buffer writeback operationsJosef Bacik
2025-05-15btrfs: set DIRTY and WRITEBACK tags on the buffer_treeJosef Bacik
2025-05-15btrfs: convert the buffer_radix to an xarrayJosef Bacik
2025-05-15btrfs: subpage: reject tree blocks which are not nodesize alignedQu Wenruo
2025-05-15btrfs: move folio initialization to one place in attach_eb_folio_to_filemap()Daniel Vacek
2025-05-15btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()David Sterba
2025-05-15btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARNDavid Sterba
2025-05-15btrfs: track the next file offset in struct btrfs_bio_ctrlChristoph Hellwig
2025-05-15btrfs: remove the alignment checks in end_bbio_data_read()Christoph Hellwig
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana
2025-05-15btrfs: rename functions to allocate and free extent mapsFilipe Manana
2025-05-15btrfs: rename extent map functions to get block start, end and check if in treeFilipe Manana
2025-05-15btrfs: rename exported extent map compression functionsFilipe Manana
2025-05-15btrfs: rename free_extent_state() to include a btrfs prefixFilipe Manana
2025-05-15btrfs: rename the functions to count, test and get bit ranges in io treesFilipe Manana
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana
2025-05-15btrfs: use folio_contains() for EOF detectionQu Wenruo
2025-05-15btrfs: remove unnecessary early exits in delalloc folio lock and unlockQu Wenruo
2025-05-15btrfs: prepare end_bbio_data_write() for large data foliosQu Wenruo
2025-05-15btrfs: use clear_extent_bit() at try_release_extent_state()Filipe Manana
2025-05-15btrfs: pass a pointer to get_range_bits() to cache first search resultFilipe Manana
2025-05-15btrfs: allow folios to be released while ordered extent is finishingFilipe Manana
2025-05-15btrfs: update comment for try_release_extent_state()Filipe Manana
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_IN_TREEDaniel Vacek
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_READ_ERRDaniel Vacek
2025-05-02btrfs: open code folio_index() in btree_clear_folio_dirty_tag()Kairui Song
2025-04-23btrfs: adjust subpage bit start based on sectorsizeJosef Bacik
2025-03-18btrfs: prepare extent_io.c for future large folio supportQu Wenruo
2025-03-18btrfs: add a size parameter to btrfs_alloc_subpage()Qu Wenruo
2025-03-18btrfs: subpage: make btrfs_is_subpage() check against a folioQu Wenruo
2025-03-18btrfs: avoid linker error in btrfs_find_create_tree_block()Mark Harmstone
2025-03-18btrfs: reject out-of-band dirty folios during writebackQu Wenruo
2025-03-18btrfs: allow buffered write to avoid full page read if it's block alignedQu Wenruo
2025-03-18btrfs: make btrfs_do_readpage() to do block-by-block readQu Wenruo
2025-03-18btrfs: introduce a read path dedicated extent lock helperQu Wenruo
2025-03-18btrfs: use num_extent_folios() in for loop boundsDavid Sterba
2025-03-18btrfs: simplify parameters of metadata folio helpersDavid Sterba
2025-03-18btrfs: merge alloc_dummy_extent_buffer() helpersDavid Sterba
2025-03-18btrfs: don't pass nodesize to __alloc_extent_buffer()David Sterba
2025-03-18btrfs: require strict data/metadata split for subpage checksQu Wenruo
2025-03-18btrfs: simplify subpage handling of read_extent_buffer_pages_nowait()Qu Wenruo
2025-03-18btrfs: simplify subpage handling of write_one_eb()Qu Wenruo
2025-03-18btrfs: simplify subpage handling of btrfs_clear_buffer_dirty()Qu Wenruo
2025-03-18btrfs: use metadata specific helpers to simplify extent buffer helpersQu Wenruo
2025-03-18btrfs: make subpage attach and detach handle metadata properlyQu Wenruo
2025-03-18btrfs: factor out metadata subpage detection into a dedicated helperQu Wenruo