summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-06-19btrfs: remove level argument from btrfs_set_block_flagsJosef Bacik3-9/+5
2023-06-19btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.cJosef Bacik4-21/+21
2023-06-19btrfs: scrub: use recovered data stripes as cache to avoid unnecessary readQu Wenruo3-0/+55
2023-06-19btrfs: assert tree lock is held when removing free space entriesFilipe Manana1-10/+24
2023-06-19btrfs: assert tree lock is held when linking free spaceFilipe Manana1-0/+2
2023-06-19btrfs: assert tree lock is held when searching for free space entriesFilipe Manana1-0/+2
2023-06-19btrfs: assert proper locks are held at tree_insert_offset()Filipe Manana1-6/+19
2023-06-19btrfs: simplify arguments to tree_insert_offset()Filipe Manana1-21/+16
2023-06-19btrfs: use precomputed end offsets at do_trimming()Filipe Manana1-1/+1
2023-06-19btrfs: avoid searching twice for previous node when merging free space entriesFilipe Manana1-3/+6
2023-06-19btrfs: avoid extra memory allocation when copying free space cacheFilipe Manana1-2/+4
2023-06-19btrfs: simplify transid initialization in btrfs_ioctl_wait_syncTom Rix1-5/+4
2023-06-19btrfs: output affected files when relocation failsQu Wenruo3-0/+208
2023-06-19btrfs: remove hipri_workers workqueueChristoph Hellwig4-11/+2
2023-06-19btrfs: determine synchronous writers from bio or writeback controlChristoph Hellwig5-19/+3
2023-06-19btrfs: submit IO synchronously for fast checksum implementationsChristoph Hellwig1-13/+7
2023-06-19btrfs: use SECTOR_SHIFT to convert LBA to physical offsetAnand Jain4-6/+6
2023-06-19btrfs: use SECTOR_SHIFT to convert physical offset to LBAAnand Jain5-6/+8
2023-06-19btrfs: improve leaf dump and error handlingQu Wenruo2-68/+59
2023-06-19btrfs: print-tree: pass const extent buffer pointerQu Wenruo5-14/+14
2023-06-19btrfs: export bitmap_test_range_all_{set,zero}Naohiro Aota3-28/+26
2023-06-19btrfs: tag as unlikely the key comparison when checking sibling keysFilipe Manana1-1/+1
2023-06-19btrfs: make btrfs_free_device() staticFilipe Manana2-2/+1
2023-06-19btrfs: don't commit transaction for every subvol createSweet Tea Dorminy1-4/+3
2023-06-19btrfs: unexport btrfs_prev_leaf()Filipe Manana2-81/+81
2023-06-16Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+22
2023-06-14btrfs: scrub: fix a return value overwrite in scrub_stripe()Qu Wenruo1-1/+1
2023-06-13btrfs: do not ASSERT() on duplicated global rootsQu Wenruo1-2/+8
2023-06-13btrfs: can_nocow_file_extent should pass down args->strict from callersChris Mason1-1/+1
2023-06-13btrfs: fix iomap_begin length for nocow writesChristoph Hellwig1-6/+12
2023-06-12Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-11/+30
2023-06-08btrfs: scrub: also report errors hit during the initial readQu Wenruo1-6/+18
2023-06-08btrfs: scrub: respect the read-only flag during repairQu Wenruo1-1/+1
2023-06-06btrfs: properly enable async discard when switching from RO->RWChris Mason1-0/+6
2023-06-05btrfs: subpage: fix a crash in metadata repair pathQu Wenruo1-4/+5
2023-06-03Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-20/+32
2023-06-01btrfs: zoned: fix dev-replace after the scrub reworkQu Wenruo2-20/+32
2023-05-31Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2023-05-27btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...pengfuyuan1-1/+1
2023-05-27btrfs: fix an uninitialized variable warning in btrfs_log_inodeShida Zhang1-1/+1
2023-05-27btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_workChristoph Hellwig1-1/+1
2023-05-26Merge tag 'for-6.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+32
2023-05-17btrfs: use nofs when cleaning up aborted transactionsJosef Bacik1-0/+9
2023-05-17btrfs: handle memory allocation failure in btrfs_csum_one_bioJohannes Thumshirn1-1/+3
2023-05-17btrfs: scrub: try harder to mark RAID56 block groups read-onlyQu Wenruo2-3/+20
2023-05-13Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-33/+102
2023-05-10btrfs: make clear_cache mount option to rebuild FST without disabling itQu Wenruo4-11/+70
2023-05-10btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_addChristoph Hellwig1-2/+2
2023-05-10btrfs: zoned: fix full zone super block reading on ZNSNaohiro Aota1-4/+3
2023-05-10btrfs: zoned: zone finish data relocation BG with last IONaohiro Aota1-0/+3