summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2026-06-09btrfs: protect sb_write_pointer() with invalidate lockKangNing Liao1-0/+2
2026-06-09btrfs: tracepoints: add trace event for btrfs_sync_log()Filipe Manana1-0/+15
2026-06-09btrfs: tracepoints: add trace event for btrfs_log_new_name()Filipe Manana1-2/+5
2026-06-09btrfs: tracepoints: add trace event for btrfs_record_new_subvolume()Filipe Manana1-0/+2
2026-06-09btrfs: tracepoints: add trace event for btrfs_record_snapshot_destroy()Filipe Manana1-0/+2
2026-06-09btrfs: tracepoints: add trace event for btrfs_record_unlink_dir()Filipe Manana1-0/+2
2026-06-09btrfs: tracepoints: add trace event for log_new_delayed_dentries()Filipe Manana1-0/+10
2026-06-09btrfs: use simple assertions where enough during inode logging and replayFilipe Manana1-3/+2
2026-06-09btrfs: tracepoints: add trace event for log_conflicting_inodes()Filipe Manana1-0/+9
2026-06-09btrfs: tracepoints: add trace event for add_conflicting_inode()Filipe Manana1-15/+27
2026-06-08btrfs: tracepoints: add trace event for log_new_dir_dentries()Filipe Manana1-2/+8
2026-06-08btrfs: tracepoints: add trace event for log_all_new_ancestors()Filipe Manana1-11/+23
2026-06-08btrfs: tracepoints: add trace event for btrfs_log_all_parents()Filipe Manana1-9/+20
2026-06-08btrfs: tracepoints: add trace event for btrfs_log_inode()Filipe Manana2-5/+12
2026-06-08btrfs: use a named enum for the log mode in inode log functionsFilipe Manana2-37/+32
2026-06-08btrfs: tracepoints: add trace event for btrfs_log_inode_parent()Filipe Manana1-9/+22
2026-06-08btrfs: tracepoints: add trace event for when fsync finishesFilipe Manana1-1/+3
2026-06-08btrfs: remove redundant writeback error check during fsyncFilipe Manana1-8/+4
2026-06-08btrfs: stop checking for greater then zero return values in btrfs_sync_file()Filipe Manana1-1/+2
2026-06-08btrfs: tracepoints: trace transaction states during commit phaseFilipe Manana1-2/+6
2026-06-08btrfs: tracepoints: add trace event for the start of a new transactionFilipe Manana1-0/+1
2026-06-08btrfs: tracepoints: add trace event for transaction abortsFilipe Manana1-0/+1
2026-06-08btrfs: tracepoints: pass a transaction handle to transaction commit eventFilipe Manana1-2/+2
2026-06-08btrfs: remove call to transaction commit trace in btrfs_cleanup_transaction()Filipe Manana1-1/+0
2026-06-08btrfs: remove call to transaction commit trace in warn_about_uncommitted_trans()Filipe Manana1-1/+0
2026-06-08btrfs: tree-checker: add more cross checks for free space treeQu Wenruo1-7/+60
2026-06-08btrfs: tree-checker: ensure free space tree entries won't overflowQu Wenruo1-0/+14
2026-06-08btrfs: tree-checker: extract the shared key check for free space entriesQu Wenruo1-23/+23
2026-06-08btrfs: remove folio ordered flag and subpage bitmapQu Wenruo6-91/+7
2026-06-08btrfs: remove folio_test_ordered() usageQu Wenruo2-13/+0
2026-06-08btrfs: use dirty flag to check if an ordered extent needs to be truncatedQu Wenruo1-8/+13
2026-06-08btrfs: unify folio dirty flag clearingQu Wenruo3-13/+26
2026-06-08btrfs: detect dirty blocks without an ordered extent more reliablyQu Wenruo1-31/+54
2026-06-08btrfs: remove locked subpage bitmapQu Wenruo2-45/+10
2026-06-08btrfs: tree-checker: validate names in ROOT_REF and ROOT_BACKREFZhang Cen2-6/+40
2026-06-08btrfs: free-space-tree: reject mismatched extent and bitmap itemsZhang Cen2-5/+33
2026-06-08btrfs: use on stack backref iterator in build_backref_tree()David Sterba3-24/+15
2026-06-08btrfs: remove fs_info from struct btrfs_backref_iterDavid Sterba3-16/+12
2026-06-08btrfs: simplify the btree folio wait during invalidationQu Wenruo1-22/+15
2026-06-08btrfs: unexport and move extent_invalidate_folio()Qu Wenruo3-34/+31
2026-06-08btrfs: optimize fill_holes() to merge a new hole with both adjacent itemsDave Chen1-17/+32
2026-06-08btrfs: warn about extent buffer that can not be releasedQu Wenruo3-8/+57
2026-06-08btrfs: make sure report_eb_range() is not inlinedFilipe Manana1-6/+7
2026-06-08btrfs: move transaction abort message to __btrfs_abort_transaction()David Sterba2-12/+7
2026-06-08btrfs: don't force DIO writes to be serializedMark Harmstone1-0/+1
2026-06-08btrfs: move large data folios out of experimental featuresQu Wenruo3-21/+1
2026-06-08btrfs: refresh add_ra_bio_pages() to indicate it's using foliosQu Wenruo1-19/+17
2026-06-08btrfs: enable cross-folio readahead for bs < ps and large folio casesQu Wenruo1-27/+8
2026-06-08btrfs: remove 32bit compat code for VFS inode numberDavid Sterba2-33/+2
2026-06-08btrfs: limit size of bios submitted from writebackJan Kara5-0/+50