summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-29btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana
2024-02-29btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana
2024-02-29btrfs: fix race between ordered extent completion and fiemapFilipe Manana
2024-02-26Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-22btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana
2024-02-22btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana
2024-02-22btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana
2024-02-22btrfs: dev-replace: properly validate device namesDavid Sterba
2024-02-22btrfs: zoned: don't skip block group profile checks on conventional zonesJohannes Thumshirn
2024-02-21Merge tag 'for-6.8-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-19btrfs: fix deadlock with fiemap and extent lockingJosef Bacik
2024-02-19btrfs: defrag: avoid unnecessary defrag caused by incorrect extent sizeQu Wenruo
2024-02-14Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-02-13btrfs: don't refill whole delayed refs block reserve when starting transactionFilipe Manana
2024-02-13btrfs: zoned: fix chunk map leak when loading block group zone infoFilipe Manana
2024-02-13btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana
2024-02-13btrfs: don't reserve space for checksums when writing to nocow filesFilipe Manana
2024-02-09btrfs: add new unused block groups to the list of unused block groupsFilipe Manana
2024-02-09btrfs: do not delete unused block group if it may be used soonFilipe Manana
2024-02-09btrfs: add and use helper to check if block group is usedFilipe Manana
2024-02-09btrfs: don't drop extent_map for free space inode on write errorJosef Bacik
2024-02-07Merge tag 'for-6.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-31btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo
2024-01-31btrfs: forbid deleting live subvol qgroupBoris Burkov
2024-01-31btrfs: forbid creating subvol qgroupsBoris Burkov
2024-01-31btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba
2024-01-22Revert "btrfs: zstd: fix and simplify the inline extent decompression"Linus Torvalds
2024-01-22Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-18btrfs: scrub: limit RST scrub to chunk boundaryQu Wenruo
2024-01-18btrfs: scrub: avoid use-after-free when chunk length is not 64K alignedQu Wenruo
2024-01-18btrfs: don't unconditionally call folio_start_writeback in subpageJosef Bacik
2024-01-18btrfs: use the original mount's mount options for the legacy reconfigureJosef Bacik
2024-01-18btrfs: don't warn if discard range is not aligned to sectorDavid Sterba
2024-01-18btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng
2024-01-18btrfs: zstd: fix and simplify the inline extent decompressionQu Wenruo
2024-01-18btrfs: lzo: fix and simplify the inline extent decompressionQu Wenruo
2024-01-18btrfs: zlib: fix and simplify the inline extent decompressionQu Wenruo
2024-01-12btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo
2024-01-12btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval
2024-01-12btrfs: don't abort filesystem when attempting to snapshot deleted subvolumeOmar Sandoval
2024-01-12btrfs: zoned: fix lock ordering in btrfs_zone_activate()Naohiro Aota
2024-01-12btrfs: fix unbalanced unlock of mapping_tree_lockNaohiro Aota
2024-01-12btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin
2024-01-12btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Dmitry Antipov
2024-01-12btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota
2024-01-12btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds