summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
5 daysMerge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
12 daysbtrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone
12 daysbtrfs: check return value of btrfs_partially_delete_raid_extent()robbieko
12 daysbtrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointerrobbieko
12 daysbtrfs: replace ASSERT with proper error handling in stripe lookup fallbackrobbieko
12 daysbtrfs: fix wrong min_objectid in btrfs_previous_item() callrobbieko
12 daysbtrfs: fix raid stripe search missing entries at leaf boundariesrobbieko
12 daysbtrfs: copy devid in btrfs_partially_delete_raid_extent()robbieko
12 daysbtrfs: handle unexpected free-space-tree key typesDavid Sterba
12 daysbtrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana
12 daysbtrfs: don't clobber errors in add_remap_tree_entries()Mark Harmstone
12 daysbtrfs: enable shutdown ioctl for non-experimental buildsQu Wenruo
12 daysbtrfs: apply first key check for readahead when possibleQu Wenruo
12 daysbtrfs: abort transaction in do_remap_reloc_trans() on failureMark Harmstone
12 daysbtrfs: fix bytes_may_use leak in do_remap_reloc_trans()Mark Harmstone
12 daysbtrfs: fix bytes_may_use leak in move_existing_remap()Mark Harmstone
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-13Merge tag 'for-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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