summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-151-4/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-096-31/+58
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-256-27/+25
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-182-15/+14
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-117-33/+55
| |\ \ \ \
| * | | | | btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()Alexander Lobakin2024-04-011-4/+4
* | | | | | Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2024-05-1550-2309/+2517
|\ \ \ \ \ \
| * | | | | | btrfs: qgroup: fix initialization of auto inherit arrayDan Carpenter2024-05-071-1/+1
| * | | | | | btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)2024-05-073-28/+29
| * | | | | | btrfs: use the folio iterator in btrfs_end_super_write()Matthew Wilcox (Oracle)2024-05-071-13/+6
| * | | | | | btrfs: convert super block writes to folio in write_dev_supers()Matthew Wilcox (Oracle)2024-05-071-10/+13
| * | | | | | btrfs: convert super block writes to folio in wait_dev_supers()Matthew Wilcox (Oracle)2024-05-071-11/+12
| * | | | | | btrfs: remove duplicate included header from fs.hThorsten Blum2024-05-071-1/+0
| * | | | | | btrfs: add a cached state to extent_clear_unlock_delallocJosef Bacik2024-05-073-19/+28
| * | | | | | btrfs: push extent lock down in submit_one_async_extentJosef Bacik2024-05-071-1/+2
| * | | | | | btrfs: push lock_extent down in cow_file_range()Josef Bacik2024-05-071-2/+14
| * | | | | | btrfs: move can_cow_file_range_inline() outside of the extent lockJosef Bacik2024-05-071-4/+8
| * | | | | | btrfs: push lock_extent into cow_file_range_inlineJosef Bacik2024-05-071-5/+8
| * | | | | | btrfs: push extent lock into cow_file_rangeJosef Bacik2024-05-071-8/+7
| * | | | | | btrfs: push extent lock into run_delalloc_cowJosef Bacik2024-05-071-8/+7
| * | | | | | btrfs: remove unlock_extent from run_delalloc_compressedJosef Bacik2024-05-071-6/+5
| * | | | | | btrfs: push extent lock down in run_delalloc_nocowJosef Bacik2024-05-071-3/+18
| * | | | | | btrfs: adjust while loop condition in run_delalloc_nocowJosef Bacik2024-05-071-3/+1
| * | | | | | btrfs: push extent lock into run_delalloc_nocowJosef Bacik2024-05-071-5/+7
| * | | | | | btrfs: push the extent lock into btrfs_run_delalloc_rangeJosef Bacik2024-05-072-3/+7
| * | | | | | btrfs: lock extent when doing inline extent in compressionJosef Bacik2024-05-071-10/+7
| * | | | | | btrfs: move extent bit and page cleanup into cow_file_range_inlineJosef Bacik2024-05-071-53/+51
| * | | | | | btrfs: unlock all the pages with successful inline extent creationJosef Bacik2024-05-071-14/+1
| * | | | | | btrfs: push all inline logic into cow_file_rangeJosef Bacik2024-05-071-62/+81
| * | | | | | btrfs: handle errors in btrfs_reloc_clone_csums properlyJosef Bacik2024-05-074-4/+12
| * | | | | | btrfs: add extra sanity checks for create_io_em()Qu Wenruo2024-05-071-1/+39
| * | | | | | btrfs: simplify the inline extent map creationQu Wenruo2024-05-071-10/+10
| * | | | | | btrfs: add extra comments on extent_map membersQu Wenruo2024-05-071-1/+54
| * | | | | | btrfs: drop unused argument of calcu_metadata_size()Naohiro Aota2024-05-071-6/+5
| * | | | | | btrfs: simplify return variables in btrfs_drop_subtree()Anand Jain2024-05-071-9/+7
| * | | | | | btrfs: simplify return variables in lookup_extent_data_ref()Anand Jain2024-05-071-15/+14
| * | | | | | btrfs: rename return variables in btrfs_qgroup_rescan_worker()Anand Jain2024-05-071-19/+19
| * | | | | | btrfs: drop variable err in quick_update_accounting()Anand Jain2024-05-071-6/+3
| * | | | | | btrfs: reuse ret instead of err in relocate_tree_blocks()Anand Jain2024-05-071-11/+8
| * | | | | | btrfs: rename err and ret to ret in build_backref_tree()Anand Jain2024-05-071-11/+7
| * | | | | | btrfs: rename werr and err to ret in __btrfs_wait_marked_extents()Anand Jain2024-05-071-13/+8
| * | | | | | btrfs: rename werr and err to ret in btrfs_write_marked_extents()Anand Jain2024-05-071-13/+10
| * | | | | | btrfs: report filemap_fdata<write|wait>_range() errorAnand Jain2024-05-071-0/+4
| * | | | | | btrfs: use btrfs_is_testing() everywhereDavid Sterba2024-05-074-9/+8
| * | | | | | btrfs: initialize delayed inodes xarray without GFP_ATOMICFilipe Manana2024-05-071-2/+1
| * | | | | | btrfs: make try_release_extent_mapping() return a boolFilipe Manana2024-05-073-13/+13
| * | | | | | btrfs: be better releasing extent maps at try_release_extent_mapping()Filipe Manana2024-05-071-59/+61
| * | | | | | btrfs: remove i_size restriction at try_release_extent_mapping()Filipe Manana2024-05-071-2/+1
| * | | | | | btrfs: use btrfs_get_fs_generation() at try_release_extent_mapping()Filipe Manana2024-05-071-6/+1
| * | | | | | btrfs: rename some variables at try_release_extent_mapping()Filipe Manana2024-05-071-12/+12