aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'for-7.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-39/+92
10 daysMerge tag 'vfs-7.2-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10
13 daysfs: push nr_cached_objects memcg gating into individual filesystemsUsama Arif1-0/+10
2026-07-21Merge tag 'for-7.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-21/+79
2026-07-21btrfs: raid56: fix scrub read assembly submitting no readsMykola Lysenko1-6/+5
2026-07-21btrfs: zoned: skip fully truncated ordered extents at zone finishJohannes Thumshirn1-0/+10
2026-07-21btrfs: initialize 'args' to avoid compiler warning in btrfs_ioctl_get_csums()Paul E. McKenney1-1/+1
2026-07-21btrfs: zoned: fix missing chunk metadata reservationGuanghui Yang1-15/+19
2026-07-21btrfs: raid56: fix an incorrect csum skip during scrubQu Wenruo1-1/+3
2026-07-21btrfs: report missing raid stripe tree root during lookupDongjiang Zhu1-0/+6
2026-07-21btrfs: skip global block reserve accounting for rescue mountsDongjiang Zhu3-12/+27
2026-07-21btrfs: zoned: reset meta_write_pointer on zone resetJohannes Thumshirn1-0/+11
2026-07-21btrfs: zoned: fix deadlock between metadata writeback and transaction commitJohannes Thumshirn1-1/+5
2026-07-21btrfs: fix leaking BTRFS_FS_STATE_REMOUNTING flagQu Wenruo1-3/+5
2026-07-14Merge tag 'for-7.2-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-25/+82
2026-07-14btrfs: fix GET_SUBVOL_INFO after compat refactorDaan De Meyer1-0/+1
2026-07-14btrfs: free mapping node on duplicate reloc root insertGuanghui Yang1-0/+1
2026-07-14btrfs: fix a regression where PAGECACHE_TAG_DIRTY is never clearedQu Wenruo1-3/+23
2026-07-14btrfs: don't propagate EXTENT_FLAG_LOGGING to split extent mapsLeo Martins1-2/+2
2026-07-14btrfs: fix u32 to s64 type conversion in dirty_metadata_bytes accountingDave Chen1-2/+2
2026-07-14btrfs: fix NULL pointer deref during assertion in btrfs_backref_free_node()Filipe Manana1-1/+4
2026-07-14btrfs: only account delalloc bytes for regular file inodes in btrfs_getattr()Dave Chen1-1/+2
2026-07-14btrfs: reject inline file extents item in get_new_location()Qu Wenruo1-0/+7
2026-07-14btrfs: do not try compression for data reloc inodesQu Wenruo1-0/+2
2026-07-14btrfs: fix reloc root cleanup in merge_reloc_roots()Filipe Manana1-3/+2
2026-07-14btrfs: fix use-after-free on reloc root after error in insert_dirty_subvol()Filipe Manana1-9/+33
2026-06-30btrfs: print-tree: print header owner as signedQu Wenruo1-4/+4
2026-06-30btrfs: decentralize transaction aborts in create_reloc_root()Johannes Thumshirn1-8/+6
2026-06-30btrfs: tree-checker: validate INODE_REF's namelenWeiming Shi1-0/+6
2026-06-30btrfs: lzo: add error message for invalid headersQu Wenruo1-3/+12
2026-06-30btrfs: fallback to transaction csum tree on a commit root csum missBoris Burkov1-1/+25
2026-06-30btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots()Filipe Manana1-0/+1
2026-06-30btrfs: reject free space cache with more entries than pagesXiang Mei1-0/+3
2026-06-30btrfs: fix transaction abort logic in btrfs_fileattr_set()Filipe Manana1-6/+12
2026-06-30btrfs: validate properties before setting themFilipe Manana1-3/+13
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+4
2026-06-17Merge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2026-06-16Merge tag 'for-7.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds56-1884/+2574
2026-06-14btrfs: Drop WQ_PERCPU from ordered_flags in btrfs_init_workqueues()Nathan Chancellor1-1/+1
2026-06-15Merge tag 'vfs-7.2-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-06-09btrfs: fix use-after-free after relocation failure with concurrent COWFilipe Manana3-102/+160
2026-06-09btrfs: move WARN_ON on unexpected error in __add_tree_block()Filipe Manana1-2/+1
2026-06-09btrfs: move locking into btrfs_get_reloc_bg_bytenr()Filipe Manana3-6/+5
2026-06-09btrfs: lzo: reject compressed segment that overflows the compressed inputWeiming Shi1-0/+11
2026-06-09btrfs: retry faulting in the pages after a zero sized short direct writeQu Wenruo1-1/+1
2026-06-09btrfs: fix incorrect buffered IO fallback for append direct writesQu Wenruo1-1/+42
2026-06-09btrfs: fix false IO failure after falling back to buffered writeQu Wenruo4-8/+29
2026-06-09btrfs: use verbose assertions in backref.cFilipe Manana1-11/+19
2026-06-09btrfs: print a message when a missing device re-appearsQu Wenruo1-0/+5