summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-08-03btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana1-2/+7
2023-08-03btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana1-0/+1
2023-08-03btrfs: account block group tree when calculating global reserve sizeFilipe Manana1-0/+5
2023-08-03btrfs: zoned: do not enable async discardNaohiro Aota2-1/+9
2023-08-03btrfs: fix race between quota disable and relocationFilipe Manana1-3/+15
2023-08-03btrfs: fix fsverify read error handling in end_page_readChristoph Hellwig1-6/+2
2023-08-03btrfs: factor out a btrfs_verify_page helperChristoph Hellwig1-5/+10
2023-07-27btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig1-1/+2
2023-07-27btrfs: abort transaction at update_ref_for_cow() when ref count is zeroFilipe Manana1-3/+7
2023-07-27btrfs: don't check PageError in __extent_writepageChristoph Hellwig1-32/+1
2023-07-27btrfs: add xxhash to fast checksum implementationsDavid Sterba1-0/+3
2023-07-27btrfs: fix race between balance and cancel/pauseJosef Bacik1-10/+4
2023-07-27btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana1-0/+1
2023-07-27btrfs: fix double iput() on inode after an error during orphan cleanupFilipe Manana1-0/+1
2023-07-27btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik1-3/+11
2023-07-27btrfs: raid56: always verify the P/Q contents for scrubQu Wenruo1-8/+3
2023-07-27btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana1-0/+1
2023-07-27btrfs: fix iput() on error pointer after error during orphan cleanupFilipe Manana1-10/+10
2023-07-19btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana1-2/+7
2023-07-19btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana1-0/+2
2023-07-19btrfs: add missing error handling when logging operation while COWing extent ...Filipe Manana1-2/+8
2023-07-19btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana1-0/+2
2023-07-19btrfs: reinsert BGs failed to reclaimNaohiro Aota1-0/+2
2023-07-19btrfs: add block-group tree to lockdep classesDavid Sterba1-2/+3
2023-07-19btrfs: bail out reclaim process if filesystem is read-onlyNaohiro Aota1-2/+9
2023-07-19btrfs: delete unused BGs while reclaiming BGsNaohiro Aota1-0/+14
2023-07-19btrfs: warn on invalid slot in tree mod log rewindBoris Burkov1-0/+42
2023-07-19btrfs: insert tree mod log move in push_node_leftBoris Burkov2-13/+71
2023-07-19btrfs: fix dirty_metadata_bytes for redirtied buffersChristoph Hellwig3-10/+6
2023-07-19btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo1-1/+8
2023-07-19btrfs: do not BUG_ON() on tree mod log failure at balance_level()Filipe Manana1-3/+14
2023-07-19btrfs: fix race when deleting free space root from the dirty cow roots listFilipe Manana1-0/+3
2023-07-19btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that get splitChristoph Hellwig1-2/+1
2023-07-19btrfs: don't treat zoned writeback as being from an async helper threadChristoph Hellwig3-19/+24
2023-07-19btrfs: only call __extent_writepage_io from extent_write_locked_rangeChristoph Hellwig1-39/+26
2023-07-19btrfs: don't fail writeback when allocating the compression context failsChristoph Hellwig1-46/+28
2023-07-19btrfs: fix range_end calculation in extent_write_locked_rangeChristoph Hellwig1-1/+1
2023-07-19btrfs: submit a writeback bio per extent_bufferChristoph Hellwig1-65/+37
2023-07-19btrfs: return bool from lock_extent_buffer_for_ioChristoph Hellwig1-26/+11
2023-07-19btrfs: don't use btrfs_bio_ctrl for extent buffer readingChristoph Hellwig1-63/+36
2023-07-19btrfs: always read the entire extent_bufferChristoph Hellwig1-12/+5
2023-06-24Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-28/+40
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo5-28/+40
2023-06-21Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+7
2023-06-20btrfs: fix u32 overflows when left shifting stripe_nrQu Wenruo1-5/+7
2023-06-16Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+22
2023-06-14btrfs: scrub: fix a return value overwrite in scrub_stripe()Qu Wenruo1-1/+1
2023-06-13btrfs: do not ASSERT() on duplicated global rootsQu Wenruo1-2/+8
2023-06-13btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason1-1/+1
2023-06-13btrfs: fix iomap_begin length for nocow writesChristoph Hellwig1-6/+12