summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2025-06-23Merge tag 'for-6.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-82/+219
2025-06-19btrfs: zoned: fix alloc_offset calculation for partly conventional block groupsJohannes Thumshirn1-14/+72
2025-06-19btrfs: handle csum tree error with rescue=ibadroots correctlyQu Wenruo1-2/+1
2025-06-19btrfs: fix race between async reclaim worker and close_ctree()Filipe Manana1-4/+18
2025-06-19btrfs: fix assertion when building free space treeFilipe Manana1-4/+12
2025-06-19btrfs: don't silently ignore unexpected extent type when replaying logFilipe Manana1-1/+4
2025-06-19btrfs: fix invalid inode pointer dereferences during log replayFilipe Manana1-8/+6
2025-06-19btrfs: fix double unlock of buffer_tree xarray when releasing subpage ebFilipe Manana1-1/+1
2025-06-19btrfs: update superblock's device bytes_used when dropping chunkMark Harmstone1-0/+6
2025-06-19btrfs: fix a race between renames and directory loggingFilipe Manana1-17/+64
2025-06-19btrfs: scrub: add prefix for the error messagesAnand Jain2-28/+27
2025-06-19btrfs: warn if leaking delayed_nodes in btrfs_put_root()Leo Martins1-0/+2
2025-06-19btrfs: fix delayed ref refcount leak in debug assertionLeo Martins1-1/+4
2025-06-19btrfs: include root in error message when unlinking inodeFilipe Manana1-3/+3
2025-05-28Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-1/+0
2025-05-27btrfs: don't drop a reference if btrfs_check_write_meta_pointer() failsJosef Bacik1-1/+0
2025-05-27btrfs: don't drop a reference if btrfs_check_write_meta_pointer() failsJosef Bacik1-1/+0
2025-05-26Merge tag 'for-6.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds72-3219/+3737
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-8/+2
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+3
2025-05-17btrfs: move misplaced comment of btrfs_path::keep_locksSun YangKai1-1/+1
2025-05-16btrfs: remove standalone "nologreplay" mount optionQu Wenruo1-8/+0
2025-05-15btrfs: use a single variable to track return value at btrfs_page_mkwrite()Filipe Manana1-21/+16
2025-05-15btrfs: don't return VM_FAULT_SIGBUS on failure to set delalloc for mmap writeFilipe Manana1-1/+1
2025-05-15btrfs: simplify early error checking in btrfs_page_mkwrite()Filipe Manana1-8/+7
2025-05-15btrfs: pass true to btrfs_delalloc_release_space() at btrfs_page_mkwrite()Filipe Manana1-1/+1
2025-05-15btrfs: fix wrong start offset for delalloc space release during mmap writeFilipe Manana1-1/+1
2025-05-15btrfs: fix harmless race getting delayed ref head count when running delayed ...Filipe Manana1-1/+6
2025-05-15btrfs: log error codes during failures when writing super blocksFilipe Manana1-4/+4
2025-05-15btrfs: simplify error return logic when getting folio at prepare_one_folio()Filipe Manana1-7/+3
2025-05-15btrfs: return real error from __filemap_get_folio() callsFilipe Manana3-3/+3
2025-05-15btrfs: remove superfluous return value check at btrfs_dio_iomap_begin()Filipe Manana1-2/+2
2025-05-15btrfs: fix invalid data space release when truncating block in NOCOW modeFilipe Manana1-2/+5
2025-05-15btrfs: update Kconfig option descriptionsDavid Sterba1-9/+14
2025-05-15btrfs: update list of features built under experimental configDavid Sterba1-1/+8
2025-05-15btrfs: send: remove btrfs_debug() callsDavid Sterba1-50/+1
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()Filipe Manana4-13/+12
2025-05-15btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes()Filipe Manana3-9/+9
2025-05-15btrfs: fold error checks when allocating ordered extent and update commentsFilipe Manana1-12/+14
2025-05-15btrfs: check we grabbed inode reference when allocating an ordered extentFilipe Manana1-8/+15
2025-05-15btrfs: fix qgroup reservation leak on failure to allocate ordered extentFilipe Manana1-3/+9
2025-05-15btrfs: scrub: reduce memory usage of struct scrub_sector_verificationQu Wenruo1-8/+9
2025-05-15btrfs: handle aligned EOF truncation correctly for subpage casesQu Wenruo1-1/+54
2025-05-15btrfs: handle unaligned EOF truncation correctly for subpage casesQu Wenruo3-45/+98
2025-05-15btrfs: fix broken drop_caches on extent buffer foliosBoris Burkov1-45/+71
2025-05-15btrfs: use verbose assert at peek_discard_list()Filipe Manana1-1/+3
2025-05-15btrfs: scrub: aggregate small bitmaps into a larger oneQu Wenruo1-91/+196
2025-05-15btrfs: scrub: fix a wrong error type when metadata bytenr mismatchesQu Wenruo1-1/+1
2025-05-15btrfs: defrag: use list_last_entry() at defrag_collect_targets()Filipe Manana1-4/+4
2025-05-15btrfs: simplify csum list release at btrfs_put_ordered_extent()Filipe Manana1-8/+4