summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'for-7.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-38/+83
12 daysbtrfs: swallow btrfs_record_squota_delta() ENOENTBoris Burkov1-2/+3
12 daysbtrfs: clamp to avoid squota underflowBoris Burkov1-2/+13
12 daysbtrfs: fix squota accounting during enable generationBoris Burkov2-4/+28
12 daysbtrfs: check for subvolume before deleting squota qgroupBoris Burkov1-25/+25
12 daysbtrfs: always drop root->inodes lock before cond_resched()Boris Burkov2-2/+6
12 daysbtrfs: mark file extent range dirty after converting prealloc extentsRobbie Ko1-3/+8
12 daysMerge tag 'for-7.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-32/+55
2026-05-08btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gapRobbie Ko1-0/+28
2026-05-08btrfs: only release the dirty pages io tree after successful writesQu Wenruo2-5/+5
2026-05-08btrfs: always pass __GFP_NOWARN from add_ra_bio_pages()Calvin Owens1-12/+14
2026-05-08btrfs: fix check_chunk_block_group_mappings() to iterate all chunk mapsZhengYuan Huang1-15/+8
2026-04-28Merge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-29/+104
2026-04-21btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone1-1/+1
2026-04-21btrfs: check return value of btrfs_partially_delete_raid_extent()robbieko1-7/+12
2026-04-21btrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointerrobbieko1-0/+10
2026-04-21btrfs: replace ASSERT with proper error handling in stripe lookup fallbackrobbieko1-1/+4
2026-04-21btrfs: fix wrong min_objectid in btrfs_previous_item() callrobbieko1-1/+1
2026-04-21btrfs: fix raid stripe search missing entries at leaf boundariesrobbieko1-3/+15
2026-04-21btrfs: copy devid in btrfs_partially_delete_raid_extent()robbieko1-0/+3
2026-04-21btrfs: handle unexpected free-space-tree key typesDavid Sterba1-3/+15
2026-04-21btrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana1-0/+2
2026-04-21btrfs: don't clobber errors in add_remap_tree_entries()Mark Harmstone1-1/+1
2026-04-21btrfs: enable shutdown ioctl for non-experimental buildsQu Wenruo1-4/+3
2026-04-21btrfs: apply first key check for readahead when possibleQu Wenruo3-4/+15
2026-04-21btrfs: abort transaction in do_remap_reloc_trans() on failureMark Harmstone1-4/+10
2026-04-21btrfs: fix bytes_may_use leak in do_remap_reloc_trans()Mark Harmstone1-0/+6
2026-04-21btrfs: fix bytes_may_use leak in move_existing_remap()Mark Harmstone1-0/+6
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2-4/+4
2026-04-17Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds1-23/+4
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-5/+5
2026-04-14Merge tag 'for-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds61-1077/+2532
2026-04-14Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2026-04-07btrfs: btrfs_log_dev_io_error() on all bio errorsBoris Burkov1-2/+10
2026-04-07btrfs: fix silent IO error loss in encoded writes and zoned splitMichal Grzedzicki2-2/+2
2026-04-07btrfs: skip clearing EXTENT_DEFRAG for NOCOW ordered extentsDave Chen1-3/+7
2026-04-07btrfs: use BTRFS_FS_UPDATE_UUID_TREE_GEN flag for UUID tree rescan checkDave Chen1-1/+1
2026-04-07btrfs: remove duplicate journal_info reset on failure to commit transactionFilipe Manana1-2/+0
2026-04-07btrfs: tag as unlikely if statements that check for fs in error stateFilipe Manana10-16/+16
2026-04-07btrfs: fix double free in create_space_info() error pathGuangshuo Li1-1/+1
2026-04-07btrfs: fix double free in create_space_info_sub_group() error pathGuangshuo Li1-3/+1
2026-04-07btrfs: do not reject a valid running dev-replaceQu Wenruo1-1/+6
2026-04-07btrfs: only invalidate btree inode pages after all ebs are releasedQu Wenruo1-7/+7
2026-04-07btrfs: prevent direct reclaim during compressed readaheadJP Kobryn (Meta)6-18/+45
2026-04-07btrfs: replace BUG_ON() with error return in cache_save_setup()Teng Liu1-1/+7
2026-04-07btrfs: zstd: don't cache sectorsize in a local variableDavid Sterba1-8/+4
2026-04-07btrfs: zlib: don't cache sectorsize in a local variableDavid Sterba1-5/+3
2026-04-07btrfs: zlib: drop redundant folio address variableDavid Sterba1-7/+3
2026-04-07btrfs: lzo: inline read/write length helpersDavid Sterba1-22/+6
2026-04-07btrfs: use common eb range validation in read_extent_buffer_to_user_nofault()David Sterba1-2/+2