summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | btrfs: make btrfs_compressed_bioset staticBen Dooks2023-06-191-1/+1
| * | | btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profileMatt Corallo2023-06-191-1/+8
| * | | btrfs: scrub: remove btrfs_fs_info::scrub_wr_completion_workersQu Wenruo2023-06-192-18/+2
| * | | btrfs: scrub: remove scrub_ctx::csum_list memberQu Wenruo2023-06-191-14/+0
| * | | btrfs: do not BUG_ON after failure to migrate space during truncationFilipe Manana2023-06-191-3/+18
| * | | btrfs: do not BUG_ON on failure to get dir index for new snapshotFilipe Manana2023-06-191-1/+4
| * | | btrfs: send: do not BUG_ON() on unexpected symlink data extentFilipe Manana2023-06-191-2/+14
| * | | btrfs: do not BUG_ON() when dropping inode items from log rootFilipe Manana2023-06-191-6/+6
| * | | btrfs: replace BUG_ON() at split_item() with proper error handlingFilipe Manana2023-06-191-1/+6
| * | | btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr()Filipe Manana2023-06-192-15/+41
| * | | btrfs: do not BUG_ON() on tree mod log failures at insert_ptr()Filipe Manana2023-06-191-19/+52
| * | | btrfs: do not BUG_ON() on tree mod log failure at insert_new_root()Filipe Manana2023-06-191-1/+6
| * | | btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert()Filipe Manana2023-06-191-2/+12
| * | | btrfs: abort transaction at update_ref_for_cow() when ref count is zeroFilipe Manana2023-06-191-3/+7
| * | | btrfs: abort transaction at balance_level() when left child is missingFilipe Manana2023-06-191-3/+7
| * | | btrfs: avoid unnecessarily setting the fs to RO and error state at balance_le...Filipe Manana2023-06-191-1/+0
| * | | btrfs: rename enospc label to out at balance_level()Filipe Manana2023-06-191-12/+12
| * | | btrfs: do not BUG_ON() on tree mod log failure at balance_level()Filipe Manana2023-06-191-3/+14
| * | | btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block()Filipe Manana2023-06-191-2/+7
| * | | btrfs: avoid tree mod log ENOMEM failures when we don't need to logFilipe Manana2023-06-191-34/+114
| * | | btrfs: fix extent buffer leak after tree mod log failure at split_node()Filipe Manana2023-06-191-0/+2