summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-15btrfs: tracepoints: remove no longer used tracepoints for eb lockingFilipe Manana
2025-05-15btrfs: tracepoints: add btrfs prefix to names where it's missingFilipe Manana
2025-05-15btrfs: make btrfs_find_contiguous_extent_bit() return bool instead of intFilipe Manana
2025-05-15btrfs: remove double underscore prefix from __set_extent_bit()Filipe Manana
2025-05-15btrfs: rename remaining exported functions from extent-io-tree.hFilipe 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 init and release an extent io treeFilipe Manana
2025-05-15btrfs: directly grab inode at __btrfs_debug_check_extent_io_range()Filipe Manana
2025-05-15btrfs: rename the functions to get inode and fs_info from an extent io treeFilipe Manana
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana
2025-05-15btrfs: rename set_extent_bit() to include a btrfs prefixFilipe Manana
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana
2025-05-15btrfs: rename __lock_extent() and __try_lock_extent()Filipe Manana
2025-05-15btrfs: add btrfs prefix to dio lock and unlock extent functionsFilipe Manana
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana
2025-05-15btrfs: add btrfs prefix to trace events for extent state alloc and freeFilipe Manana
2025-05-15btrfs: remove extent_io_tree_to_inode() and is_inode_io_tree()Filipe Manana
2025-05-15btrfs: tree-checker: more unlikely annotationsDavid Sterba
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: tracepoints: use btrfs_root_id() to get the id of a rootFilipe Manana
2025-05-15btrfs: zlib: prepare copy_data_into_buffer() for large data foliosQu Wenruo
2025-05-15btrfs: subpage: prepare for large data foliosQu Wenruo
2025-05-15btrfs: prepare end_bbio_data_write() for large data foliosQu Wenruo
2025-05-15btrfs: prepare prepare_one_folio() for large data foliosQu Wenruo
2025-05-15btrfs: prepare btrfs_page_mkwrite() for large data foliosQu Wenruo
2025-05-15btrfs: send: prepare put_file_data() for large data foliosQu Wenruo
2025-05-15btrfs: send: remove the again label inside put_file_data()Qu Wenruo
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_insert_inode_extref()David Sterba
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_del_inode_extref()David Sterba
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_encoded_read_inline()David Sterba
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in can_nocow_extent()David Sterba
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_set_inode_index_count()David Sterba
2025-05-15btrfs: use BTRFS_PATH_AUTO_FREE in may_destroy_subvol()David Sterba
2025-05-15btrfs: do more trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-05-15btrfs: remove redundant record start offset check at test_range_bit()Filipe Manana
2025-05-15btrfs: simplify last record detection at test_range_bit()Filipe Manana
2025-05-15btrfs: remove redundant check at find_first_extent_bit_state()Filipe Manana
2025-05-15btrfs: fix documentation for tree_search_for_insert()Filipe Manana
2025-05-15btrfs: simplify last record detection at test_range_bit_exists()Filipe Manana
2025-05-15btrfs: use clear_extent_bits() instead of clear_extent_bit() where possibleFilipe Manana
2025-05-15btrfs: use clear_extent_bits() at chunk_map_device_clear_bits()Filipe Manana
2025-05-15btrfs: use clear_extent_bit() at try_release_extent_state()Filipe Manana
2025-05-15btrfs: fix the file offset calculation inside btrfs_decompress_buf2page()Qu Wenruo
2025-05-15btrfs: use rb_entry_safe() where possible to simplify codeDavid Sterba
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: prepare btrfs_punch_hole_lock_range() for large data foliosQu Wenruo