aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-5/+5
2 daysMerge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-6/+9
9 daysMerge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-4/+4
9 daysMerge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 50-2309/+2517
10 daysMerge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-2/+1
10 daysMerge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 2-2/+5
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 6-31/+58
2024-05-07btrfs: qgroup: fix initialization of auto inherit arrayGravatar Dan Carpenter 1-1/+1
2024-05-07btrfs: count super block write errors in device instead of tracking folio err...Gravatar Matthew Wilcox (Oracle) 3-28/+29
2024-05-07btrfs: use the folio iterator in btrfs_end_super_write()Gravatar Matthew Wilcox (Oracle) 1-13/+6
2024-05-07btrfs: convert super block writes to folio in write_dev_supers()Gravatar Matthew Wilcox (Oracle) 1-10/+13
2024-05-07btrfs: convert super block writes to folio in wait_dev_supers()Gravatar Matthew Wilcox (Oracle) 1-11/+12
2024-05-07btrfs: remove duplicate included header from fs.hGravatar Thorsten Blum 1-1/+0
2024-05-07btrfs: add a cached state to extent_clear_unlock_delallocGravatar Josef Bacik 3-19/+28
2024-05-07btrfs: push extent lock down in submit_one_async_extentGravatar Josef Bacik 1-1/+2
2024-05-07btrfs: push lock_extent down in cow_file_range()Gravatar Josef Bacik 1-2/+14
2024-05-07btrfs: move can_cow_file_range_inline() outside of the extent lockGravatar Josef Bacik 1-4/+8
2024-05-07btrfs: push lock_extent into cow_file_range_inlineGravatar Josef Bacik 1-5/+8
2024-05-07btrfs: push extent lock into cow_file_rangeGravatar Josef Bacik 1-8/+7
2024-05-07btrfs: push extent lock into run_delalloc_cowGravatar Josef Bacik 1-8/+7
2024-05-07btrfs: remove unlock_extent from run_delalloc_compressedGravatar Josef Bacik 1-6/+5
2024-05-07btrfs: push extent lock down in run_delalloc_nocowGravatar Josef Bacik 1-3/+18
2024-05-07btrfs: adjust while loop condition in run_delalloc_nocowGravatar Josef Bacik 1-3/+1
2024-05-07btrfs: push extent lock into run_delalloc_nocowGravatar Josef Bacik 1-5/+7
2024-05-07btrfs: push the extent lock into btrfs_run_delalloc_rangeGravatar Josef Bacik 2-3/+7
2024-05-07btrfs: lock extent when doing inline extent in compressionGravatar Josef Bacik 1-10/+7
2024-05-07btrfs: move extent bit and page cleanup into cow_file_range_inlineGravatar Josef Bacik 1-53/+51
2024-05-07btrfs: unlock all the pages with successful inline extent creationGravatar Josef Bacik 1-14/+1
2024-05-07btrfs: push all inline logic into cow_file_rangeGravatar Josef Bacik 1-62/+81
2024-05-07btrfs: handle errors in btrfs_reloc_clone_csums properlyGravatar Josef Bacik 4-4/+12
2024-05-07btrfs: add extra sanity checks for create_io_em()Gravatar Qu Wenruo 1-1/+39
2024-05-07btrfs: simplify the inline extent map creationGravatar Qu Wenruo 1-10/+10
2024-05-07btrfs: add extra comments on extent_map membersGravatar Qu Wenruo 1-1/+54
2024-05-07btrfs: drop unused argument of calcu_metadata_size()Gravatar Naohiro Aota 1-6/+5
2024-05-07btrfs: simplify return variables in btrfs_drop_subtree()Gravatar Anand Jain 1-9/+7
2024-05-07btrfs: simplify return variables in lookup_extent_data_ref()Gravatar Anand Jain 1-15/+14
2024-05-07btrfs: rename return variables in btrfs_qgroup_rescan_worker()Gravatar Anand Jain 1-19/+19
2024-05-07btrfs: drop variable err in quick_update_accounting()Gravatar Anand Jain 1-6/+3
2024-05-07btrfs: reuse ret instead of err in relocate_tree_blocks()Gravatar Anand Jain 1-11/+8
2024-05-07btrfs: rename err and ret to ret in build_backref_tree()Gravatar Anand Jain 1-11/+7
2024-05-07btrfs: rename werr and err to ret in __btrfs_wait_marked_extents()Gravatar Anand Jain 1-13/+8
2024-05-07btrfs: rename werr and err to ret in btrfs_write_marked_extents()Gravatar Anand Jain 1-13/+10
2024-05-07btrfs: report filemap_fdata<write|wait>_range() errorGravatar Anand Jain 1-0/+4
2024-05-07btrfs: use btrfs_is_testing() everywhereGravatar David Sterba 4-9/+8
2024-05-07btrfs: initialize delayed inodes xarray without GFP_ATOMICGravatar Filipe Manana 1-2/+1
2024-05-07btrfs: make try_release_extent_mapping() return a boolGravatar Filipe Manana 3-13/+13
2024-05-07btrfs: be better releasing extent maps at try_release_extent_mapping()Gravatar Filipe Manana 1-59/+61
2024-05-07btrfs: remove i_size restriction at try_release_extent_mapping()Gravatar Filipe Manana 1-2/+1
2024-05-07btrfs: use btrfs_get_fs_generation() at try_release_extent_mapping()Gravatar Filipe Manana 1-6/+1
2024-05-07btrfs: rename some variables at try_release_extent_mapping()Gravatar Filipe Manana 1-12/+12