summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_io.c
AgeCommit message (Expand)Author
13 daysbtrfs: use clear_and_wake_up_bit() where open codedDavid Sterba
13 daysbtrfs: index buffer_tree using node sizeDaniel Vacek
13 daysbtrfs: use readahead_expand() on compressed extentsBoris Burkov
13 daysbtrfs: use pgoff_t for page index variablesDavid Sterba
13 daysbtrfs: use our message helpers instead of pr_err/pr_warn/pr_infoDavid Sterba
13 daysbtrfs: make extent_buffer_test_bit() return a boolean insteadFilipe Manana
13 daysbtrfs: use folio_end() where appropriateDavid Sterba
13 daysbtrfs: use btrfs_root_id() where not done yetDavid Sterba
13 daysbtrfs: use refcount_t type for the extent buffer reference counterFilipe Manana
13 daysbtrfs: add comment for optimization in free_extent_buffer()Filipe Manana
13 daysbtrfs: reorganize logic at free_extent_buffer() for better readabilityFilipe Manana
13 daysbtrfs: rename btrfs_subpage structureQu Wenruo
2025-06-19btrfs: fix double unlock of buffer_tree xarray when releasing subpage ebFilipe Manana
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