summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
43 hoursbtrfs: use kvmalloc() for overwrite_item()Qu Wenruo
3 daysbtrfs: pre-allocate delayed dir index for non-overwrite renameJeff Layton
3 daysbtrfs: fix unnecessary transaction commit fallback from btrfs_log_all_parents()Filipe Manana
2026-08-07btrfs: skip hole detection during full fsync for files without holesFilipe Manana
2026-08-07btrfs: add struct btrfs_eb_preallocBoris Burkov
2026-08-07btrfs: use simple booleans for log_commit field in struct btrfs_rootFilipe Manana
2026-08-07btrfs: check for exit condition after waking in wait_log_commit()Filipe Manana
2026-08-07btrfs: move condition for log commit wait into wait_log_commit()Filipe Manana
2026-08-07btrfs: remove log batch counter use for fsyncFilipe Manana
2026-08-07btrfs: stop sleeping for one jiffy in non-ssd mounts during log commitFilipe Manana
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