summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
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-04-07btrfs: tag as unlikely if statements that check for fs in error stateFilipe Manana
2026-04-07btrfs: make btrfs_free_log() and btrfs_free_log_root_tree() return voidFilipe Manana
2026-04-07btrfs: remove atomic parameter from btrfs_buffer_uptodate()Qu Wenruo
2026-04-07btrfs: revalidate cached tree blocks on the uptodate pathZhengYuan Huang
2026-04-07btrfs: prefer IS_ERR_OR_NULL() over manual NULL checkPhilipp Hahn
2026-04-07btrfs: pass a btrfs inode to tree-log.c:fill_inode_item()Filipe Manana
2026-04-07btrfs: pass literal booleans to functions that take boolean argumentsFilipe Manana
2026-04-07btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()Qu Wenruo
2026-04-07btrfs: rename btrfs_ordered_extent::list to csum_listQu Wenruo
2026-04-07btrfs: remove max_mirrors argument from write_all_supers()Filipe Manana
2026-04-07btrfs: pass transaction handle to write_all_supers()Filipe Manana
2026-03-28Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-23btrfs: fix zero size inode with non-zero size after log replayFilipe Manana
2026-03-21Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-17btrfs: check for NULL root after calls to btrfs_csum_root()Filipe Manana
2026-03-16Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-13btrfs: log new dentries when logging parent dir of a conflicting inodeFilipe Manana
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-03btrfs: use the btrfs_extent_map_end() helper everywhereFilipe Manana
2026-01-20btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()Qiang Ma
2026-01-06btrfs: fix NULL pointer dereference in do_abort_log_replay()Suchit Karunakaran
2025-12-16btrfs: always detect conflicting inodes when logging inode refsFilipe Manana
2025-12-08btrfs: do not skip logging new dentries when logging a new nameFilipe Manana
2025-12-08btrfs: don't log conflicting inode if it's a dir moved in the current transac...Filipe Manana
2025-11-25btrfs: remove unnecessary inode key in btrfs_log_all_parents()Filipe Manana
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-11-25btrfs: reduce arguments to btrfs_del_inode_ref_in_log()Filipe Manana
2025-11-25btrfs: remove root argument from btrfs_del_dir_entries_in_log()Filipe Manana
2025-11-24btrfs: use bool type for btrfs_path members used as booleansFilipe Manana
2025-11-24btrfs: make a few more ASSERTs verboseDavid Sterba
2025-11-24btrfs: relax btrfs_inode::ordered_tree_lock IRQ locking contextQu Wenruo
2025-11-24btrfs: headers cleanup to remove unnecessary local includesQu Wenruo
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà
2025-11-24btrfs: use the key format macros when printing keysFilipe Manana
2025-11-24btrfs: fix trivial -Wshadow warningsDavid Sterba