summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | btrfs: add missing error handling when logging operation while COWing extent ...Filipe Manana2023-06-191-2/+8
| * | | btrfs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO methodChristoph Hellwig2023-06-192-2/+2
| * | | btrfs: update documentation for a block group's bg_list memberFilipe Manana2023-06-191-1/+8
| * | | btrfs: reinsert BGs failed to reclaimNaohiro Aota2023-06-191-0/+2
| * | | btrfs: bail out reclaim process if filesystem is read-onlyNaohiro Aota2023-06-191-2/+9
| * | | btrfs: move out now unused BG from the reclaim listNaohiro Aota2023-06-191-1/+4
| * | | btrfs: delete unused BGs while reclaiming BGsNaohiro Aota2023-06-191-0/+14
| * | | btrfs: use btrfs_finish_ordered_extent to complete buffered writesChristoph Hellwig2023-06-191-2/+1
| * | | btrfs: use btrfs_finish_ordered_extent to complete direct writesChristoph Hellwig2023-06-191-6/+8
| * | | btrfs: use btrfs_finish_ordered_extent to complete compressed writesChristoph Hellwig2023-06-191-7/+2
| * | | btrfs: open code end_extent_writepage in end_bio_extent_writepageChristoph Hellwig2023-06-191-8/+9
| * | | btrfs: add a btrfs_finish_ordered_extent helperChristoph Hellwig2023-06-192-0/+22