summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-08-12Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-10btrfs: set cache_block_group_error if we find an errorJosef Bacik
2023-08-10btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo
2023-08-10btrfs: exit gracefully if reloc roots don't matchQu Wenruo
2023-08-10btrfs: avoid race between qgroup tree creation and relocationQu Wenruo
2023-08-10btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig
2023-08-10btrfs: don't wait for writeback on clean pages in extent_write_cache_pagesChristoph Hellwig
2023-08-10btrfs: don't stop integrity writeback too earlyChristoph Hellwig
2023-08-10btrfs: wait for actual caching progress during allocationJosef Bacik
2023-07-27Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-26btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana
2023-07-24btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana
2023-07-24btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana
2023-07-20btrfs: account block group tree when calculating global reserve sizeFilipe Manana
2023-07-20btrfs: zoned: do not enable async discardNaohiro Aota
2023-07-20Merge tag 'for-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-07-18btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana
2023-07-18btrfs: fix ordered extent split error handling in btrfs_dio_submit_ioChristoph Hellwig
2023-07-18btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik
2023-07-18btrfs: raid56: always verify the P/Q contents for scrubQu Wenruo
2023-07-18btrfs: use irq safe locking when running and adding delayed iputsFilipe Manana
2023-07-18btrfs: fix iput() on error pointer after error during orphan cleanupFilipe Manana
2023-07-18btrfs: fix double iput() on inode after an error during orphan cleanupFilipe Manana
2023-07-18btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana
2023-07-11btrfs: fix use-after-free of new block group that became unusedFilipe Manana
2023-07-11btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig
2023-07-11btrfs: fix race between balance and cancel/pauseJosef Bacik
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2023-06-23Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-22btrfs: fix remaining u32 overflows when left shifting stripe_nrQu Wenruo
2023-06-20Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-20btrfs: fix u32 overflows when left shifting stripe_nrQu Wenruo
2023-06-19btrfs: fix race between quota disable and relocationFilipe Manana
2023-06-19btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_rootsFilipe Manana
2023-06-19btrfs: fix race when deleting free space root from the dirty cow roots listFilipe Manana
2023-06-19btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana
2023-06-19btrfs: tracepoints: also show actual number of the outstanding extentsNaohiro Aota
2023-06-19btrfs: update i_version in update_dev_timeJeff Layton
2023-06-19btrfs: make btrfs_compressed_bioset staticBen Dooks
2023-06-19btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo
2023-06-19btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workersQu Wenruo
2023-06-19btrfs: scrub: remove scrub_ctx::csum_list memberQu Wenruo
2023-06-19btrfs: do not BUG_ON after failure to migrate space during truncationFilipe Manana
2023-06-19btrfs: do not BUG_ON on failure to get dir index for new snapshotFilipe Manana
2023-06-19btrfs: send: do not BUG_ON() on unexpected symlink data extentFilipe Manana
2023-06-19btrfs: do not BUG_ON() when dropping inode items from log rootFilipe Manana
2023-06-19btrfs: replace BUG_ON() at split_item() with proper error handlingFilipe Manana