aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-35/+139
2024-02-29btrfs: fix double free of anonymous device after snapshot creation failureGravatar Filipe Manana 4-14/+14
2024-02-29btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenGravatar Filipe Manana 2-14/+29
2024-02-29btrfs: fix race between ordered extent completion and fiemapGravatar Filipe Manana 1-7/+96
2024-02-26Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-22/+88
2024-02-22btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveGravatar Filipe Manana 2-1/+17
2024-02-22btrfs: fix data races when accessing the reserved amount of block reservesGravatar Filipe Manana 2-13/+29
2024-02-22btrfs: send: don't issue unnecessary zero writes for trailing holeGravatar Filipe Manana 1-4/+13
2024-02-22btrfs: dev-replace: properly validate device namesGravatar David Sterba 1-4/+20
2024-02-22btrfs: zoned: don't skip block group profile checks on conventional zonesGravatar Johannes Thumshirn 1-0/+9
2024-02-21Merge tag 'for-6.8-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-18/+46
2024-02-19btrfs: fix deadlock with fiemap and extent lockingGravatar Josef Bacik 1-17/+45
2024-02-19btrfs: defrag: avoid unnecessary defrag caused by incorrect extent sizeGravatar Qu Wenruo 1-1/+1
2024-02-14Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-50/+131
2024-02-13btrfs: don't refill whole delayed refs block reserve when starting transactionGravatar Filipe Manana 1-36/+2
2024-02-13btrfs: zoned: fix chunk map leak when loading block group zone infoGravatar Filipe Manana 1-0/+1
2024-02-13btrfs: reject encoded write if inode has nodatasum flag setGravatar Filipe Manana 1-0/+7
2024-02-13btrfs: don't reserve space for checksums when writing to nocow filesGravatar Filipe Manana 1-10/+19
2024-02-09btrfs: add new unused block groups to the list of unused block groupsGravatar Filipe Manana 1-0/+31
2024-02-09btrfs: do not delete unused block group if it may be used soonGravatar Filipe Manana 1-0/+46
2024-02-09btrfs: add and use helper to check if block group is usedGravatar Filipe Manana 2-2/+8
2024-02-09btrfs: don't drop extent_map for free space inode on write errorGravatar Josef Bacik 1-2/+17
2024-02-07Merge tag 'for-6.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-3/+31
2024-01-31btrfs: do not ASSERT() if the newly created subvolume already got readGravatar Qu Wenruo 1-2/+11
2024-01-31btrfs: forbid deleting live subvol qgroupGravatar Boris Burkov 1-0/+14
2024-01-31btrfs: forbid creating subvol qgroupsGravatar Boris Burkov 1-0/+5
2024-01-31btrfs: send: return EOPNOTSUPP on unknown flagsGravatar David Sterba 1-1/+1
2024-01-22Revert "btrfs: zstd: fix and simplify the inline extent decompression"Gravatar Linus Torvalds 2-23/+54
2024-01-22Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 16-186/+176
2024-01-18btrfs: scrub: limit RST scrub to chunk boundaryGravatar Qu Wenruo 1-0/+7
2024-01-18btrfs: scrub: avoid use-after-free when chunk length is not 64K alignedGravatar Qu Wenruo 1-7/+22
2024-01-18btrfs: don't unconditionally call folio_start_writeback in subpageGravatar Josef Bacik 1-1/+2
2024-01-18btrfs: use the original mount's mount options for the legacy reconfigureGravatar Josef Bacik 1-0/+8
2024-01-18btrfs: don't warn if discard range is not aligned to sectorGravatar David Sterba 1-1/+2
2024-01-18btrfs: tree-checker: fix inline ref size in error messagesGravatar Chung-Chiang Cheng 1-1/+1
2024-01-18btrfs: zstd: fix and simplify the inline extent decompressionGravatar Qu Wenruo 2-54/+23
2024-01-18btrfs: lzo: fix and simplify the inline extent decompressionGravatar Qu Wenruo 2-26/+10
2024-01-18btrfs: zlib: fix and simplify the inline extent decompressionGravatar Qu Wenruo 3-62/+36
2024-01-12btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsGravatar Qu Wenruo 1-0/+4
2024-01-12btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Gravatar Omar Sandoval 1-9/+13
2024-01-12btrfs: don't abort filesystem when attempting to snapshot deleted subvolumeGravatar Omar Sandoval 1-0/+3
2024-01-12btrfs: zoned: fix lock ordering in btrfs_zone_activate()Gravatar Naohiro Aota 1-6/+2
2024-01-12btrfs: fix unbalanced unlock of mapping_tree_lockGravatar Naohiro Aota 1-2/+0
2024-01-12btrfs: ref-verify: free ref cache before clearing mount optGravatar Fedor Pchelkin 1-2/+4
2024-01-12btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Gravatar Dmitry Antipov 1-2/+2
2024-01-12btrfs: zoned: optimize hint byte for zoned allocatorGravatar Naohiro Aota 1-0/+18
2024-01-12btrfs: zoned: factor out prepare_allocation_zoned()Gravatar Naohiro Aota 1-13/+19
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 2-21/+4
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 59-3110/+3816
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1