summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2025-05-15btrfs: don't return VM_FAULT_SIGBUS on failure to set delalloc for mmap writeFilipe Manana
2025-05-15btrfs: simplify early error checking in btrfs_page_mkwrite()Filipe Manana
2025-05-15btrfs: pass true to btrfs_delalloc_release_space() at btrfs_page_mkwrite()Filipe Manana
2025-05-15btrfs: fix wrong start offset for delalloc space release during mmap writeFilipe Manana
2025-05-15btrfs: fix harmless race getting delayed ref head count when running delayed ...Filipe Manana
2025-05-15btrfs: log error codes during failures when writing super blocksFilipe Manana
2025-05-15btrfs: simplify error return logic when getting folio at prepare_one_folio()Filipe Manana
2025-05-15btrfs: return real error from __filemap_get_folio() callsFilipe Manana
2025-05-15btrfs: remove superfluous return value check at btrfs_dio_iomap_begin()Filipe Manana
2025-05-15btrfs: fix invalid data space release when truncating block in NOCOW modeFilipe Manana
2025-05-15btrfs: update Kconfig option descriptionsDavid Sterba
2025-05-15btrfs: update list of features built under experimental configDavid Sterba
2025-05-15btrfs: send: remove btrfs_debug() callsDavid Sterba
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()Filipe Manana
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes()Filipe Manana
2025-05-15btrfs: fold error checks when allocating ordered extent and update commentsFilipe Manana
2025-05-15btrfs: check we grabbed inode reference when allocating an ordered extentFilipe Manana
2025-05-15btrfs: fix qgroup reservation leak on failure to allocate ordered extentFilipe Manana
2025-05-15btrfs: scrub: reduce memory usage of struct scrub_sector_verificationQu Wenruo
2025-05-15btrfs: handle aligned EOF truncation correctly for subpage casesQu Wenruo
2025-05-15btrfs: handle unaligned EOF truncation correctly for subpage casesQu Wenruo
2025-05-15btrfs: fix broken drop_caches on extent buffer foliosBoris Burkov
2025-05-15btrfs: use verbose assert at peek_discard_list()Filipe Manana
2025-05-15btrfs: scrub: aggregate small bitmaps into a larger oneQu Wenruo
2025-05-15btrfs: scrub: fix a wrong error type when metadata bytenr mismatchesQu Wenruo
2025-05-15btrfs: defrag: use list_last_entry() at defrag_collect_targets()Filipe Manana
2025-05-15btrfs: simplify csum list release at btrfs_put_ordered_extent()Filipe Manana
2025-05-15btrfs: simplify extracting delayed node at btrfs_first_prepared_delayed_node()Filipe Manana
2025-05-15btrfs: simplify extracting delayed node at btrfs_first_delayed_node()Filipe Manana
2025-05-15btrfs: raid56: use list_last_entry() at cache_rbio()Filipe Manana
2025-05-15btrfs: simplify cow only root list extraction during transaction commitFilipe Manana
2025-05-15btrfs: simplify getting and extracting previous transaction at clean_pinned_e...Filipe Manana
2025-05-15btrfs: simplify getting and extracting previous transaction during commitFilipe Manana
2025-05-15btrfs: move transaction aborts to the error site in add_to_free_space_tree()David Sterba
2025-05-15btrfs: move transaction aborts to the error site in remove_from_free_space_tr...David Sterba
2025-05-15btrfs: move transaction aborts to the error site in convert_free_space_to_ext...David Sterba
2025-05-15btrfs: move transaction aborts to the error site in convert_free_space_to_bit...David Sterba
2025-05-15btrfs: scrub: move error reporting members to stackQu Wenruo
2025-05-15btrfs: scrub: update device stats when an error is detectedQu Wenruo
2025-05-15btrfs: add support for reclaiming from sub-space space_infoNaohiro Aota
2025-05-15btrfs: add block reserve for treelogNaohiro Aota
2025-05-15btrfs: use proper data space_info for zoned modeNaohiro Aota
2025-05-15btrfs: tweak extent/chunk allocation for space_info sub-spaceNaohiro Aota
2025-05-15btrfs: introduce tree-log sub-space_infoNaohiro Aota
2025-05-15btrfs: introduce btrfs_space_info sub-groupNaohiro Aota
2025-05-15btrfs: add space_info parameter for block group creationNaohiro Aota
2025-05-15btrfs: add space_info argument to btrfs_chunk_alloc()Naohiro Aota
2025-05-15btrfs: factor out check_removing_space_info() from btrfs_free_block_groups()Naohiro Aota
2025-05-15btrfs: factor out do_async_reclaim_{data,metadata}_space()Naohiro Aota
2025-05-15btrfs: factor out init_space_info() from create_space_info()Naohiro Aota