summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2026-06-09btrfs: migrate btrfs_bio_ctrl::submit_bitmap to support larger bitmapsQu Wenruo
2026-06-09btrfs: prepare subpage operations to support more than BITS_PER_LONG sub-bitmapsQu Wenruo
2026-06-09btrfs: update the out-of-date comments on subpageQu Wenruo
2026-06-09btrfs: simplify how first hit is passed to __btrfs_abort_transaction()David Sterba
2026-06-09btrfs: validate negative error number passed to btrfs_abort_transaction()David Sterba
2026-06-09btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs()Filipe Manana
2026-06-09btrfs: protect sb_write_pointer() with invalidate lockKangNing Liao
2026-06-09btrfs: tracepoints: add trace event for btrfs_sync_log()Filipe Manana
2026-06-09btrfs: tracepoints: add trace event for btrfs_log_new_name()Filipe Manana
2026-06-09btrfs: tracepoints: add trace event for btrfs_record_new_subvolume()Filipe Manana
2026-06-09btrfs: tracepoints: add trace event for btrfs_record_snapshot_destroy()Filipe Manana
2026-06-09btrfs: tracepoints: add trace event for btrfs_record_unlink_dir()Filipe Manana
2026-06-09btrfs: tracepoints: add trace event for log_new_delayed_dentries()Filipe Manana
2026-06-09btrfs: use simple assertions where enough during inode logging and replayFilipe Manana
2026-06-09btrfs: tracepoints: add trace event for log_conflicting_inodes()Filipe Manana
2026-06-09btrfs: tracepoints: add trace event for add_conflicting_inode()Filipe Manana
2026-06-08btrfs: tracepoints: add trace event for log_new_dir_dentries()Filipe Manana
2026-06-08btrfs: tracepoints: add trace event for log_all_new_ancestors()Filipe Manana
2026-06-08btrfs: tracepoints: add trace event for btrfs_log_all_parents()Filipe Manana
2026-06-08btrfs: tracepoints: add trace event for btrfs_log_inode()Filipe Manana
2026-06-08btrfs: use a named enum for the log mode in inode log functionsFilipe Manana
2026-06-08btrfs: tracepoints: add trace event for btrfs_log_inode_parent()Filipe Manana
2026-06-08btrfs: tracepoints: add trace event for when fsync finishesFilipe Manana
2026-06-08btrfs: remove redundant writeback error check during fsyncFilipe Manana
2026-06-08btrfs: stop checking for greater then zero return values in btrfs_sync_file()Filipe Manana
2026-06-08btrfs: tracepoints: trace transaction states during commit phaseFilipe Manana
2026-06-08btrfs: tracepoints: add trace event for the start of a new transactionFilipe Manana
2026-06-08btrfs: tracepoints: add trace event for transaction abortsFilipe Manana
2026-06-08btrfs: tracepoints: pass a transaction handle to transaction commit eventFilipe Manana
2026-06-08btrfs: remove call to transaction commit trace in btrfs_cleanup_transaction()Filipe Manana
2026-06-08btrfs: remove call to transaction commit trace in warn_about_uncommitted_trans()Filipe Manana
2026-06-08btrfs: tree-checker: add more cross checks for free space treeQu Wenruo
2026-06-08btrfs: tree-checker: ensure free space tree entries won't overflowQu Wenruo
2026-06-08btrfs: tree-checker: extract the shared key check for free space entriesQu Wenruo
2026-06-08btrfs: remove folio ordered flag and subpage bitmapQu Wenruo
2026-06-08btrfs: remove folio_test_ordered() usageQu Wenruo
2026-06-08btrfs: use dirty flag to check if an ordered extent needs to be truncatedQu Wenruo
2026-06-08btrfs: unify folio dirty flag clearingQu Wenruo
2026-06-08btrfs: detect dirty blocks without an ordered extent more reliablyQu Wenruo
2026-06-08btrfs: remove locked subpage bitmapQu Wenruo
2026-06-08btrfs: tree-checker: validate names in ROOT_REF and ROOT_BACKREFZhang Cen
2026-06-08btrfs: free-space-tree: reject mismatched extent and bitmap itemsZhang Cen
2026-06-08btrfs: use on stack backref iterator in build_backref_tree()David Sterba
2026-06-08btrfs: remove fs_info from struct btrfs_backref_iterDavid Sterba
2026-06-08btrfs: simplify the btree folio wait during invalidationQu Wenruo
2026-06-08btrfs: unexport and move extent_invalidate_folio()Qu Wenruo
2026-06-08btrfs: optimize fill_holes() to merge a new hole with both adjacent itemsDave Chen
2026-06-08btrfs: warn about extent buffer that can not be releasedQu Wenruo
2026-06-08btrfs: make sure report_eb_range() is not inlinedFilipe Manana
2026-06-08btrfs: move transaction abort message to __btrfs_abort_transaction()David Sterba