aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2026-04-07btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()Qu Wenruo4-10/+10
2026-04-07btrfs: make add_pending_csums() to take an ordered extent as parameterQu Wenruo1-5/+7
2026-04-07btrfs: rename btrfs_ordered_extent::list to csum_listQu Wenruo5-14/+13
2026-04-07btrfs: change return type of cache_save_setup to voidJohannes Thumshirn1-10/+7
2026-04-07btrfs: avoid starting new transaction and commit in relocate_block_group()Filipe Manana1-6/+1
2026-04-07btrfs: remove redundant extent_buffer_uptodate() checks after read_tree_block()Filipe Manana7-48/+6
2026-04-07btrfs: use the helper extent_buffer_uptodate() everywhereFilipe Manana2-4/+4
2026-04-07btrfs: zoned: add zone reclaim flush state for DATA space_infoJohannes Thumshirn2-0/+23
2026-04-07btrfs: zoned: move partially zone_unusable block groups to reclaim listJohannes Thumshirn1-0/+18
2026-04-07btrfs: zoned: cap delayed refs metadata reservation to avoid overcommitJohannes Thumshirn2-0/+36
2026-04-07btrfs: remove duplicated eb uptodate check in btrfs_buffer_uptodate()Filipe Manana1-2/+1
2026-04-07btrfs: fix the inline compressed extent check in inode_need_compress()Qu Wenruo1-1/+2
2026-04-07btrfs: set written super flag once in write_all_supers()Filipe Manana1-4/+2
2026-04-07btrfs: remove max_mirrors argument from write_all_supers()Filipe Manana4-18/+12
2026-04-07btrfs: tag error branches as unlikely during super block writesFilipe Manana1-14/+13
2026-04-07btrfs: abort transaction on error in write_all_supers()Filipe Manana1-11/+10
2026-04-07btrfs: pass transaction handle to write_all_supers()Filipe Manana4-4/+5
2026-04-07btrfs: mark all error and warning checks as unlikely in btrfs_validate_super()Filipe Manana1-39/+39
2026-04-07btrfs: update comment for BTRFS_RESERVE_NO_FLUSHFilipe Manana1-1/+18
2026-04-07btrfs: don't allow log trees to consume global reserve or overcommit metadataFilipe Manana1-0/+25
2026-04-07btrfs: be less aggressive with metadata overcommit when we can do full flushingFilipe Manana1-3/+3
2026-04-07btrfs: use per-profile available space in calc_available_free_space()Qu Wenruo1-12/+15
2026-04-07btrfs: update per-profile available estimationQu Wenruo1-1/+19
2026-04-07btrfs: introduce the device layout aware per-profile available spaceQu Wenruo2-0/+198
2026-04-07btrfs: zoned: remove redundant space_info lock and variable in do_allocation_...Jiasheng Jiang1-6/+2
2026-04-07btrfs: move min sys chunk array size check to validate_sys_chunk_array()Filipe Manana1-13/+9
2026-04-07btrfs: remove duplicate system chunk array max size overflow checkFilipe Manana1-6/+0
2026-04-07btrfs: pass boolean literals as the last argument to inc_block_group_ro()Filipe Manana1-8/+8
2026-04-07btrfs: tests: zoned: add tests cases for zoned codeNaohiro Aota5-0/+695
2026-04-05folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZETal Zussman1-2/+2
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman3-3/+3
2026-04-02btrfs: use xor_genChristoph Hellwig1-23/+4
2026-04-02Merge tag 'for-7.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-03-31btrfs: fix incorrect return value after changing leaf in lookup_extent_data_r...robbieko1-1/+1
2026-03-28Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-39/+74
2026-03-26btrfs: Use trace_call__##name() at guarded tracepoint call sitesVineeth Pillai (Google)2-4/+4
2026-03-23btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana1-2/+3
2026-03-23btrfs: zlib: handle page aligned compressed size correctlyQu Wenruo1-1/+3
2026-03-23btrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki1-1/+1
2026-03-23btrfs: fix zero size inode with non-zero size after log replayFilipe Manana1-33/+65
2026-03-23btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone1-2/+2
2026-03-21Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-40/+341
2026-03-17btrfs: reject root items with drop_progress and zero drop_levelZhengYuan Huang1-0/+17
2026-03-17btrfs: check block group before marking it unused in balance_remap_chunks()Mark Harmstone1-8/+17
2026-03-17btrfs: hold block group reference during entire move_existing_remap()Mark Harmstone1-5/+4
2026-03-17btrfs: fix an incorrect ASSERT() condition inside lzo_decompress_bio()Qu Wenruo1-2/+2
2026-03-17btrfs: fix an incorrect ASSERT() condition inside zstd_decompress_bio()Qu Wenruo1-1/+1
2026-03-17btrfs: do not touch page cache for encoded writesQu Wenruo1-3/+7
2026-03-17btrfs: fix a bug that makes encoded write bio larger than expectedQu Wenruo2-3/+5
2026-03-17btrfs: reserve enough transaction items for qgroup ioctlsFilipe Manana1-3/+9