summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2024-05-245-12/+45
|\
| * btrfs: re-introduce 'norecovery' mount optionQu Wenruo2024-05-211-0/+8
| * btrfs: fix end of tree detection when searching for data extent refFilipe Manana2024-05-151-1/+1
| * btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warningLu Yao2024-05-151-1/+1
| * btrfs: zoned: fix use-after-free due to race with dev replaceFilipe Manana2024-05-151-3/+10
| * btrfs: qgroup: fix qgroup id collision across mountsBoris Burkov2024-05-151-0/+20
| * btrfs: qgroup: update rescan message levels and error codesDavid Sterba2024-05-151-7/+5
* | Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-213-5/+5
|\ \
| * | use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2024-05-033-5/+5
* | | Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-212-6/+9
|\| |
| * | set_blocksize(): switch to passing struct file *Al Viro2024-05-022-3/+3
| * | btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opensAl Viro2024-05-021-4/+7
* | | 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