summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2024-05-24Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds5-12/+45
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-5/+5
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+9
2024-05-21btrfs: re-introduce 'norecovery' mount optionQu Wenruo1-0/+8
2024-05-15btrfs: fix end of tree detection when searching for data extent refFilipe Manana1-1/+1
2024-05-15btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warningLu Yao1-1/+1
2024-05-15btrfs: zoned: fix use-after-free due to race with dev replaceFilipe Manana1-3/+10
2024-05-15btrfs: qgroup: fix qgroup id collision across mountsBoris Burkov1-0/+20
2024-05-15btrfs: qgroup: update rescan message levels and error codesDavid Sterba1-7/+5
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-4/+4
2024-05-15Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds50-2309/+2517
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-2/+1
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-2/+5
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-31/+58
2024-05-07btrfs: qgroup: fix initialization of auto inherit arrayDan Carpenter1-1/+1
2024-05-07btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)3-28/+29
2024-05-07btrfs: use the folio iterator in btrfs_end_super_write()Matthew Wilcox (Oracle)1-13/+6
2024-05-07btrfs: convert super block writes to folio in write_dev_supers()Matthew Wilcox (Oracle)1-10/+13
2024-05-07btrfs: convert super block writes to folio in wait_dev_supers()Matthew Wilcox (Oracle)1-11/+12
2024-05-07btrfs: remove duplicate included header from fs.hThorsten Blum1-1/+0
2024-05-07btrfs: add a cached state to extent_clear_unlock_delallocJosef Bacik3-19/+28
2024-05-07btrfs: push extent lock down in submit_one_async_extentJosef Bacik1-1/+2
2024-05-07btrfs: push lock_extent down in cow_file_range()Josef Bacik1-2/+14
2024-05-07btrfs: move can_cow_file_range_inline() outside of the extent lockJosef Bacik1-4/+8
2024-05-07btrfs: push lock_extent into cow_file_range_inlineJosef Bacik1-5/+8
2024-05-07btrfs: push extent lock into cow_file_rangeJosef Bacik1-8/+7
2024-05-07btrfs: push extent lock into run_delalloc_cowJosef Bacik1-8/+7
2024-05-07btrfs: remove unlock_extent from run_delalloc_compressedJosef Bacik1-6/+5
2024-05-07btrfs: push extent lock down in run_delalloc_nocowJosef Bacik1-3/+18
2024-05-07btrfs: adjust while loop condition in run_delalloc_nocowJosef Bacik1-3/+1
2024-05-07btrfs: push extent lock into run_delalloc_nocowJosef Bacik1-5/+7
2024-05-07btrfs: push the extent lock into btrfs_run_delalloc_rangeJosef Bacik2-3/+7
2024-05-07btrfs: lock extent when doing inline extent in compressionJosef Bacik1-10/+7
2024-05-07btrfs: move extent bit and page cleanup into cow_file_range_inlineJosef Bacik1-53/+51
2024-05-07btrfs: unlock all the pages with successful inline extent creationJosef Bacik1-14/+1
2024-05-07btrfs: push all inline logic into cow_file_rangeJosef Bacik1-62/+81
2024-05-07btrfs: handle errors in btrfs_reloc_clone_csums properlyJosef Bacik4-4/+12
2024-05-07btrfs: add extra sanity checks for create_io_em()Qu Wenruo1-1/+39
2024-05-07btrfs: simplify the inline extent map creationQu Wenruo1-10/+10
2024-05-07btrfs: add extra comments on extent_map membersQu Wenruo1-1/+54
2024-05-07btrfs: drop unused argument of calcu_metadata_size()Naohiro Aota1-6/+5
2024-05-07btrfs: simplify return variables in btrfs_drop_subtree()Anand Jain1-9/+7
2024-05-07btrfs: simplify return variables in lookup_extent_data_ref()Anand Jain1-15/+14
2024-05-07btrfs: rename return variables in btrfs_qgroup_rescan_worker()Anand Jain1-19/+19
2024-05-07btrfs: drop variable err in quick_update_accounting()Anand Jain1-6/+3
2024-05-07btrfs: reuse ret instead of err in relocate_tree_blocks()Anand Jain1-11/+8
2024-05-07btrfs: rename err and ret to ret in build_backref_tree()Anand Jain1-11/+7
2024-05-07btrfs: rename werr and err to ret in __btrfs_wait_marked_extents()Anand Jain1-13/+8
2024-05-07btrfs: rename werr and err to ret in btrfs_write_marked_extents()Anand Jain1-13/+10
2024-05-07btrfs: report filemap_fdata<write|wait>_range() errorAnand Jain1-0/+4