summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2025-08-13btrfs: zoned: limit active zones to max_open_zonesNaohiro Aota
2025-08-13btrfs: zoned: fix write time activation failure for metadata block groupNaohiro Aota
2025-08-13btrfs: zoned: fix data relocation block group reservationNaohiro Aota
2025-08-13btrfs: zoned: skip ZONE FINISH of conventional zonesJohannes Thumshirn
2025-08-12Merge tag 'for-6.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-08-07btrfs: fix iteration bug in __qgroup_excl_accounting()Boris Burkov
2025-08-07btrfs: zoned: do not select metadata BG as finish targetNaohiro Aota
2025-08-07btrfs: do not allow relocation of partially dropped subvolumesQu Wenruo
2025-08-07btrfs: error on missing block group when unaccounting log tree extent buffersFilipe Manana
2025-08-07btrfs: fix wrong length parameter for btrfs_cleanup_ordered_extents()Qu Wenruo
2025-08-07btrfs: make btrfs_cleanup_ordered_extents() support large foliosQu Wenruo
2025-08-07btrfs: fix subpage deadlock in try_release_subpage_extent_buffer()Leo Martins
2025-08-06Merge tag 'for-6.17-fix-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-08-06btrfs: fix log tree replay failure due to file with 0 links and extentsFilipe Manana
2025-07-28Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-07-28Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-07-22btrfs: send: use fallocate for hole punching with send stream v2Filipe Manana
2025-07-22btrfs: unfold transaction aborts when writing dirty block groupsFilipe Manana
2025-07-22btrfs: use saner variable type and name to indicate extrefs at add_inode_ref()Filipe Manana
2025-07-22btrfs: don't skip remaining extrefs if dir not found during log replayFilipe Manana
2025-07-22btrfs: don't ignore inode missing when replaying log treeFilipe Manana
2025-07-22btrfs: enable large data folios for data reloc inodeQu Wenruo
2025-07-22btrfs: output more info when btrfs_subpage_assert() failedQu Wenruo
2025-07-22btrfs: reloc: unconditionally invalidate the page cache for each clusterQu Wenruo
2025-07-22btrfs: defrag: add flag to force no-compressionDavid Sterba
2025-07-22btrfs: fix ssd_spread overallocationBoris Burkov
2025-07-22btrfs: zoned: requeue to unused block group list if zone finish failedNaohiro Aota
2025-07-22btrfs: zoned: do not remove unwritten non-data block groupNaohiro Aota
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana
2025-07-22btrfs: use cached state when falling back from NOCoW write to CoW writeFilipe Manana
2025-07-22btrfs: set EXTENT_NORESERVE before range unlock in btrfs_truncate_block()Filipe Manana
2025-07-22btrfs: don't print relocation messages from auto reclaimJohannes Thumshirn
2025-07-22btrfs: remove redundant auto reclaim log messageJohannes Thumshirn
2025-07-22btrfs: make btrfs_check_nocow_lock() check more than one extentFilipe Manana
2025-07-22btrfs: assert we can NOCOW the range in btrfs_truncate_block()Filipe Manana
2025-07-22btrfs: update function comment for btrfs_check_nocow_lock()Filipe Manana
2025-07-22btrfs: use btrfs_inode local variable at btrfs_page_mkwrite()Filipe Manana
2025-07-22btrfs: use variable for io_tree when clearing range in btrfs_page_mkwrite()Filipe Manana
2025-07-22btrfs: fix -ENOSPC mmap write failure on NOCOW files/extentsFilipe Manana
2025-07-22btrfs: use clear_and_wake_up_bit() where open codedDavid Sterba
2025-07-22btrfs: accessors: rename variable for folio offsetDavid Sterba
2025-07-22btrfs: accessors: factor out split memcpy with two sourcesDavid Sterba
2025-07-22btrfs: accessors: set target address at initializationDavid Sterba
2025-07-22btrfs: accessors: compile-time fast path for u16David Sterba
2025-07-22btrfs: accessors: compile-time fast path for u8David Sterba
2025-07-22btrfs: accessors: inline eb bounds check and factor out the error reportDavid Sterba
2025-07-22btrfs: accessors: use type sizeof constants directlyDavid Sterba