summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+4
14 daysMerge 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-15btrfs: 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
2026-06-09btrfs: do not trim a device which is not writeableQu Wenruo1-4/+8
2026-06-09btrfs: return real error after lookup failure in btrfs_ioctl_default_subvol()Filipe Manana1-2/+6
2026-06-09btrfs: use mapping shared locking for reading super blockFilipe Manana2-4/+4
2026-06-09btrfs: use lockless read in nr_cached_objects shrinker callbackBen Maurer1-1/+1
2026-06-09btrfs: switch local indicator variables to boolsDavid Sterba18-104/+104
2026-06-09btrfs: send: pass bool for pending_move and refs_processed parametersDavid Sterba1-9/+8
2026-06-09btrfs: use shifts for sectorsize and nodesizeDavid Sterba5-7/+7
2026-06-09btrfs: fix deadlock cloning inline extent when using flushoncommitFilipe Manana1-44/+57
2026-06-09btrfs: allocate eb-attached btree pages as movableRik van Riel7-31/+32
2026-06-09btrfs: add 32-bit compat ioctl for BTRFS_IOC_GET_SUBVOL_INFODaan De Meyer1-13/+94
2026-06-09btrfs: derive f_fsid from on-disk fsid and dev_tAnand Jain1-8/+33
2026-06-09btrfs: use on-disk uuid for s_uuid in temp_fsid mountsAnand Jain1-1/+10
2026-06-09btrfs: avoid unnecessary dev stats updatesQu Wenruo1-2/+2
2026-06-09btrfs: always update/create the dev stats item when adding a new deviceQu Wenruo2-0/+8
2026-06-09btrfs: remove the dev stats item when removing a deviceQu Wenruo1-0/+6
2026-06-09btrfs: remove the dev stats item for replace target deviceQu Wenruo3-1/+41
2026-06-09btrfs: validate data reloc tree file extent item membersTeng Liu2-4/+45
2026-06-09btrfs: annotate lockless read of defrag_bytes in should_nocow()Cen Zhang1-1/+1
2026-06-09btrfs: send: switch struct fs_path to auto freeingDavid Sterba1-70/+43
2026-06-09btrfs: add message format for qgroupidDavid Sterba2-15/+14
2026-06-09btrfs: zoned: always set max_active_zones for zoned devicesJohannes Thumshirn1-25/+39
2026-06-09btrfs: use bvec_phys() in compressed_bio_last_folio()Matthew Wilcox (Oracle)1-1/+1
2026-06-09btrfs: replace __free_page with folio_put() in attach_eb_folio_to_filemap()Matthew Wilcox (Oracle)1-3/+3
2026-06-09Revert "btrfs: fix the file offset calculation inside btrfs_decompress_buf2pa...Matthew Wilcox (Oracle)1-17/+1
2026-06-09btrfs: zoned: fix deadlock waiting for ticket during data relocationJohannes Thumshirn3-0/+15
2026-06-09btrfs: zoned: don't account data relocation space-info in statfs free spaceJohannes Thumshirn1-1/+2
2026-06-09btrfs: zoned: always set data_relocation_bgJohannes Thumshirn1-10/+1
2026-06-09btrfs: zoned: document RECLAIM_ZONES flush stateJohannes Thumshirn1-0/+7
2026-06-09btrfs: introduce support for huge foliosQu Wenruo5-17/+42
2026-06-09btrfs: migrate btrfs_bio_ctrl::submit_bitmap to support larger bitmapsQu Wenruo3-33/+66
2026-06-09btrfs: prepare subpage operations to support more than BITS_PER_LONG sub-bitmapsQu Wenruo3-43/+87
2026-06-09btrfs: update the out-of-date comments on subpageQu Wenruo1-34/+5
2026-06-09btrfs: simplify how first hit is passed to __btrfs_abort_transaction()David Sterba2-8/+22
2026-06-09btrfs: validate negative error number passed to btrfs_abort_transaction()David Sterba1-0/+24
2026-06-09btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs()Filipe Manana1-2/+3