summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba12-61/+53
2025-05-15btrfs: convert ASSERT(0) with handled errors to DEBUG_WARN()David Sterba8-20/+21
2025-05-15btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARNDavid Sterba7-16/+12
2025-05-15btrfs: add debug build only WARNDavid Sterba1-0/+7
2025-05-15btrfs: use verbose ASSERT() in volumes.cDavid Sterba1-20/+35
2025-05-15btrfs: enhance ASSERT() to take optional format stringDavid Sterba1-7/+69
2025-05-15btrfs: remove BTRFS_REF_LAST from enum btrfs_ref_typeYangtao Li1-1/+0
2025-05-15btrfs: use bvec_kmap_local() in btrfs_decompress_buf2page()Christoph Hellwig1-3/+6
2025-05-15btrfs: scrub: use virtual addresses directlyChristoph Hellwig1-57/+38
2025-05-15btrfs: raid56: store a physical address in structure sector_ptrQu Wenruo1-70/+82
2025-05-15btrfs: simplify bvec iteration in index_one_bio()Christoph Hellwig1-12/+11
2025-05-15btrfs: move kmapping out of btrfs_check_sector_csum()Christoph Hellwig4-21/+27
2025-05-15btrfs: pass a physical address to btrfs_repair_io_failure()Christoph Hellwig3-10/+8
2025-05-15btrfs: track the next file offset in struct btrfs_bio_ctrlChristoph Hellwig1-23/+15
2025-05-15btrfs: remove the alignment checks in end_bbio_data_read()Christoph Hellwig1-24/+3
2025-05-15btrfs: update and correct description of btrfs_get_or_create_delayed_node()Charles Han1-1/+6
2025-05-15btrfs: simplify return logic from btrfs_delayed_ref_init()Yangtao Li1-1/+1
2025-05-15btrfs: reuse exit helper for cleanup in btrfs_bioset_init()Yangtao Li1-9/+5
2025-05-15btrfs: rename iov_iter iterator parameter in btrfs_buffered_write()David Sterba1-4/+4
2025-05-15btrfs: enable large data folios support for defragQu Wenruo1-34/+46
2025-05-15btrfs: prepare compression paths for large data foliosQu Wenruo4-14/+17
2025-05-15btrfs: rename __tree_search() to remove double underscore prefixFilipe Manana1-3/+3
2025-05-15btrfs: rename __lookup_extent_mapping() to remove double underscore prefixFilipe Manana1-5/+4
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana12-60/+60
2025-05-15btrfs: rename functions to allocate and free extent mapsFilipe Manana13-150/+150
2025-05-15btrfs: rename extent map functions to get block start, end and check if in treeFilipe Manana11-75/+77
2025-05-15btrfs: rename exported extent map compression functionsFilipe Manana10-31/+32
2025-05-15btrfs: tracepoints: add btrfs prefix to names where it's missingFilipe Manana2-13/+12
2025-05-15btrfs: make btrfs_find_contiguous_extent_bit() return bool instead of intFilipe Manana3-10/+13
2025-05-15btrfs: remove double underscore prefix from __set_extent_bit()Filipe Manana1-15/+13
2025-05-15btrfs: rename remaining exported functions from extent-io-tree.hFilipe Manana5-35/+37
2025-05-15btrfs: rename free_extent_state() to include a btrfs prefixFilipe Manana9-28/+28
2025-05-15btrfs: rename the functions to count, test and get bit ranges in io treesFilipe Manana7-37/+38
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana10-32/+33
2025-05-15btrfs: directly grab inode at __btrfs_debug_check_extent_io_range()Filipe Manana1-2/+1
2025-05-15btrfs: rename the functions to get inode and fs_info from an extent io treeFilipe Manana2-7/+7
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana12-58/+59
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana11-56/+57
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana19-108/+112
2025-05-15btrfs: rename __lock_extent() and __try_lock_extent()Filipe Manana3-15/+15
2025-05-15btrfs: add btrfs prefix to dio lock and unlock extent functionsFilipe Manana2-17/+17
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana16-151/+152
2025-05-15btrfs: add btrfs prefix to trace events for extent state alloc and freeFilipe Manana1-2/+2
2025-05-15btrfs: remove extent_io_tree_to_inode() and is_inode_io_tree()Filipe Manana2-40/+16
2025-05-15btrfs: tree-checker: more unlikely annotationsDavid Sterba1-7/+7
2025-05-15btrfs: use folio_contains() for EOF detectionQu Wenruo2-4/+4
2025-05-15btrfs: remove unnecessary early exits in delalloc folio lock and unlockQu Wenruo1-8/+0
2025-05-15btrfs: zlib: prepare copy_data_into_buffer() for large data foliosQu Wenruo1-2/+0
2025-05-15btrfs: subpage: prepare for large data foliosQu Wenruo1-4/+2
2025-05-15btrfs: prepare end_bbio_data_write() for large data foliosQu Wenruo1-3/+0