summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-198-62/+113
|\
| * btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik2023-08-181-4/+2
| * btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui2023-08-171-2/+1
| * btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason2023-08-171-1/+24
| * btrfs: fix replace/scrub failure with metadata_uuidAnand Jain2023-08-171-1/+2
| * btrfs: fix infinite directory readsFilipe Manana2023-08-144-54/+84
* | Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-128-20/+99
|\|
| * btrfs: set cache_block_group_error if we find an errorJosef Bacik2023-08-101-1/+4
| * btrfs: reject invalid reloc tree root keys with stack dumpQu Wenruo2023-08-102-1/+16
| * btrfs: exit gracefully if reloc roots don't matchQu Wenruo2023-08-101-8/+37
| * btrfs: avoid race between qgroup tree creation and relocationQu Wenruo2023-08-101-0/+10
| * btrfs: properly clear end of the unreserved range in cow_file_rangeChristoph Hellwig2023-08-101-5/+5
| * btrfs: don't wait for writeback on clean pages in extent_write_cache_pagesChristoph Hellwig2023-08-101-0/+6
| * btrfs: don't stop integrity writeback too earlyChristoph Hellwig2023-08-101-3/+4
| * btrfs: wait for actual caching progress during allocationJosef Bacik2023-08-102-2/+17
* | Merge tag 'for-6.5-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-277-29/+75
|\|
| * btrfs: check for commit error at btrfs_attach_transaction_barrier()Filipe Manana2023-07-261-2/+7
| * btrfs: check if the transaction was aborted at btrfs_wait_for_commit()Filipe Manana2023-07-241-0/+1
| * btrfs: remove BUG_ON()'s in add_new_free_space()Filipe Manana2023-07-243-26/+53
| * btrfs: account block group tree when calculating global reserve sizeFilipe Manana2023-07-201-0/+5
| * btrfs: zoned: do not enable async discardNaohiro Aota2023-07-202-1/+9
* | Merge tag 'for-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-206-46/+79
|\|
| * btrfs: fix warning when putting transaction with qgroups enabled after abortFilipe Manana2023-07-181-0/+1
| * btrfs: fix ordered extent split error handling in btrfs_dio_submit_ioChristoph Hellwig2023-07-181-2/+5
| * btrfs: set_page_extent_mapped after read_folio in btrfs_cont_expandJosef Bacik2023-07-181-3/+11
| * btrfs: raid56: always verify the P/Q contents for scrubQu Wenruo2023-07-181-8/+3
| * btrfs: use irq safe locking when running and adding delayed iputsFilipe Manana2023-07-181-10/+25
| * btrfs: fix iput() on error pointer after error during orphan cleanupFilipe Manana2023-07-181-10/+10
| * btrfs: fix double iput() on inode after an error during orphan cleanupFilipe Manana2023-07-181-0/+1
| * btrfs: zoned: fix memory leak after finding block group with super blocksFilipe Manana2023-07-181-0/+1
| * btrfs: fix use-after-free of new block group that became unusedFilipe Manana2023-07-112-2/+16
| * btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_blockChristoph Hellwig2023-07-111-1/+2
| * btrfs: fix race between balance and cancel/pauseJosef Bacik2023-07-111-10/+4
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-5/+1
|\ \
| * | backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-091-5/+1
* | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-265-61/+50
|\ \ \
| * | | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-124-15/+15
| * | | block: add a sb_open_mode helperChristoph Hellwig2023-06-121-4/+1
| * | | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-124-27/+25
| * | | btrfs: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig2023-06-123-21/+15
| * | | block: introduce holder opsChristoph Hellwig2023-06-052-4/+4
* | | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\| | |
| * | | splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
* | | | Merge tag 'for-6.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2023-06-2673-2662/+2702
|\ \ \ \ | | |_|/ | |/| |
| * | | btrfs: fix race between quota disable and relocationFilipe Manana2023-06-191-3/+15
| * | | btrfs: add comment to struct btrfs_fs_info::dirty_cowonly_rootsFilipe Manana2023-06-191-0/+1
| * | | btrfs: fix race when deleting free space root from the dirty cow roots listFilipe Manana2023-06-191-0/+3
| * | | btrfs: fix race when deleting quota root from the dirty cow roots listFilipe Manana2023-06-191-0/+2
| * | | btrfs: tracepoints: also show actual number of the outstanding extentsNaohiro Aota2023-06-191-1/+1
| * | | btrfs: update i_version in update_dev_timeJeff Layton2023-06-191-1/+1