summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-04-21btrfs: fix bytes_may_use leak in move_existing_remap()Mark Harmstone
2026-04-07btrfs: btrfs_log_dev_io_error() on all bio errorsBoris Burkov
2026-04-07btrfs: fix silent IO error loss in encoded writes and zoned splitMichal Grzedzicki
2026-04-07btrfs: skip clearing EXTENT_DEFRAG for NOCOW ordered extentsDave Chen
2026-04-07btrfs: use BTRFS_FS_UPDATE_UUID_TREE_GEN flag for UUID tree rescan checkDave Chen
2026-04-07btrfs: remove duplicate journal_info reset on failure to commit transactionFilipe Manana
2026-04-07btrfs: tag as unlikely if statements that check for fs in error stateFilipe Manana
2026-04-07btrfs: fix double free in create_space_info() error pathGuangshuo Li
2026-04-07btrfs: fix double free in create_space_info_sub_group() error pathGuangshuo Li
2026-04-07btrfs: do not reject a valid running dev-replaceQu Wenruo
2026-04-07btrfs: only invalidate btree inode pages after all ebs are releasedQu Wenruo
2026-04-07btrfs: prevent direct reclaim during compressed readaheadJP Kobryn (Meta)
2026-04-07btrfs: replace BUG_ON() with error return in cache_save_setup()Teng Liu
2026-04-07btrfs: zstd: don't cache sectorsize in a local variableDavid Sterba
2026-04-07btrfs: zlib: don't cache sectorsize in a local variableDavid Sterba
2026-04-07btrfs: zlib: drop redundant folio address variableDavid Sterba
2026-04-07btrfs: lzo: inline read/write length helpersDavid Sterba
2026-04-07btrfs: use common eb range validation in read_extent_buffer_to_user_nofault()David Sterba
2026-04-07btrfs: read eb folio index right before loopsDavid Sterba
2026-04-07btrfs: rename local variable for offset in folioDavid Sterba
2026-04-07btrfs: unify types for binary search variablesDavid Sterba
2026-04-07btrfs: remove duplicate calculation of eb offset in btrfs_bin_search()David Sterba
2026-04-07btrfs: tree-checker: add remap-tree checks to check_block_group_item()Mark Harmstone
2026-04-07btrfs: make btrfs_free_log() and btrfs_free_log_root_tree() return voidFilipe Manana
2026-04-07btrfs: fix deadlock between reflink and transaction commit when using flushon...Filipe Manana
2026-04-07btrfs: tree-checker: check remap-tree flags in btrfs_check_chunk_valid()Mark Harmstone
2026-04-07btrfs: tree-checker: add checker for items in remap treeMark Harmstone
2026-04-07btrfs: fix unnecessary flush on close when truncating zero-sized filesDave Chen
2026-04-07btrfs: move shutdown and remove_bdev callbacks out of experimental featuresQu Wenruo
2026-04-07btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-...Yochai Eisenrich
2026-04-07btrfs: avoid taking the device_list_mutex in btrfs_run_dev_stats()Filipe Manana
2026-04-07btrfs: avoid GFP_ATOMIC allocations in qgroup free pathsLeo Martins
2026-04-07btrfs: decrease indentation of find_free_extent_update_loopJohannes Thumshirn
2026-04-07btrfs: unexport btrfs_qgroup_reserve_meta()Filipe Manana
2026-04-07btrfs: collapse __btrfs_qgroup_reserve_meta() into btrfs_qgroup_reserve_meta_...Filipe Manana
2026-04-07btrfs: collapse __btrfs_qgroup_free_meta() into btrfs_qgroup_free_meta_preall...Filipe Manana
2026-04-07btrfs: remove unused qgroup functions for pertrans reservation and freeingFilipe Manana
2026-04-07btrfs: optimize clearing all bits from first extent record in an io treeFilipe Manana
2026-04-07btrfs: panic instead of warn when splitting extent state not in the treeFilipe Manana
2026-04-07btrfs: free cached state outside critical section in wait_extent_bit()Filipe Manana
2026-04-07btrfs: avoid unnecessary wake ups on io trees when there are no waitersFilipe Manana
2026-04-07btrfs: remove wake parameter from clear_state_bit()Filipe Manana
2026-04-07btrfs: change last argument of add_extent_changeset() to booleanFilipe Manana
2026-04-07btrfs: use extent_io_tree_panic() instead of BUG_ON()Filipe Manana
2026-04-07btrfs: make add_extent_changeset() only return errors or successFilipe Manana
2026-04-07btrfs: tag as unlikely branches that call extent_io_tree_panic()Filipe Manana
2026-04-07btrfs: turn extent_io_tree_panic() into a macro for better error reportingFilipe Manana
2026-04-07btrfs: optimize clearing all bits from the last extent record in an io treeFilipe Manana
2026-04-07btrfs: remove atomic parameter from btrfs_buffer_uptodate()Qu Wenruo
2026-04-07btrfs: output more info when duplicated ordered extent is foundQu Wenruo