summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'for-6.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-55/+163
8 daysbtrfs: fix printing of mount info messages for NODATACOW/NODATASUMKyoji Ogasawara1-1/+2
8 daysbtrfs: restore mount option info messages during mountKyoji Ogasawara1-3/+5
8 daysbtrfs: fix incorrect log message for nobarrier mount optionKyoji Ogasawara1-1/+1
8 daysbtrfs: fix buffer index in wait_eb_writebacks()Naohiro Aota1-1/+1
8 daysbtrfs: subpage: keep TOWRITE tag until folio is cleanedNaohiro Aota1-1/+18
8 daysbtrfs: clear TAG_TOWRITE from buffer tree when submitting a tree blockQu Wenruo1-0/+1
8 daysbtrfs: do not set mtime/ctime to current time when unlinking for log replayFilipe Manana1-10/+19
8 daysbtrfs: clear block dirty if btrfs_writepage_cow_fixup() failedQu Wenruo1-1/+5
8 daysbtrfs: clear block dirty if submit_one_sector() failedQu Wenruo1-4/+13
8 daysbtrfs: zoned: limit active zones to max_open_zonesNaohiro Aota1-1/+7
8 daysbtrfs: zoned: fix write time activation failure for metadata block groupNaohiro Aota1-4/+9
8 daysbtrfs: zoned: fix data relocation block group reservationNaohiro Aota1-8/+47
8 daysbtrfs: zoned: skip ZONE FINISH of conventional zonesJohannes Thumshirn1-20/+35
9 daysMerge tag 'for-6.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-23/+39
2025-08-07btrfs: fix iteration bug in __qgroup_excl_accounting()Boris Burkov1-2/+1
2025-08-07btrfs: zoned: do not select metadata BG as finish targetNaohiro Aota1-1/+1
2025-08-07btrfs: do not allow relocation of partially dropped subvolumesQu Wenruo1-0/+19
2025-08-07btrfs: error on missing block group when unaccounting log tree extent buffersFilipe Manana1-12/+7
2025-08-07btrfs: fix wrong length parameter for btrfs_cleanup_ordered_extents()Qu Wenruo1-1/+1
2025-08-07btrfs: make btrfs_cleanup_ordered_extents() support large foliosQu Wenruo1-2/+4
2025-08-07btrfs: fix subpage deadlock in try_release_subpage_extent_buffer()Leo Martins1-5/+6
2025-08-06Merge tag 'for-6.17-fix-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-18/+30
2025-08-06btrfs: fix log tree replay failure due to file with 0 links and extentsFilipe Manana1-18/+30
2025-07-29Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-6/+2
2025-07-29Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-11/+27
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+5
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+4
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2025-07-22btrfs: send: use fallocate for hole punching with send stream v2Filipe Manana1-0/+33
2025-07-22btrfs: unfold transaction aborts when writing dirty block groupsFilipe Manana1-2/+4
2025-07-22btrfs: use saner variable type and name to indicate extrefs at add_inode_ref()Filipe Manana1-5/+4
2025-07-22btrfs: don't skip remaining extrefs if dir not found during log replayFilipe Manana1-4/+14
2025-07-22btrfs: don't ignore inode missing when replaying log treeFilipe Manana1-2/+12
2025-07-22btrfs: enable large data folios for data reloc inodeQu Wenruo2-15/+13
2025-07-22btrfs: output more info when btrfs_subpage_assert() failedQu Wenruo1-2/+3
2025-07-22btrfs: reloc: unconditionally invalidate the page cache for each clusterQu Wenruo1-50/+8
2025-07-22btrfs: defrag: add flag to force no-compressionDavid Sterba4-10/+26
2025-07-22btrfs: fix ssd_spread overallocationBoris Burkov1-16/+17
2025-07-22btrfs: zoned: requeue to unused block group list if zone finish failedNaohiro Aota1-1/+3
2025-07-22btrfs: zoned: do not remove unwritten non-data block groupNaohiro Aota1-2/+25
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana10-39/+33
2025-07-22btrfs: use cached state when falling back from NOCoW write to CoW writeFilipe Manana1-1/+2
2025-07-22btrfs: set EXTENT_NORESERVE before range unlock in btrfs_truncate_block()Filipe Manana1-2/+3
2025-07-22btrfs: don't print relocation messages from auto reclaimJohannes Thumshirn5-13/+21
2025-07-22btrfs: remove redundant auto reclaim log messageJohannes Thumshirn1-17/+0
2025-07-22btrfs: make btrfs_check_nocow_lock() check more than one extentFilipe Manana1-9/+30
2025-07-22btrfs: assert we can NOCOW the range in btrfs_truncate_block()Filipe Manana1-2/+5
2025-07-22btrfs: update function comment for btrfs_check_nocow_lock()Filipe Manana1-1/+3
2025-07-22btrfs: use btrfs_inode local variable at btrfs_page_mkwrite()Filipe Manana1-34/+30