summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-07btrfs: skip hole detection during full fsync for files without holesFilipe Manana1-0/+9
2026-08-07btrfs: add struct btrfs_eb_preallocBoris Burkov1-1/+2
2026-08-07btrfs: use simple booleans for log_commit field in struct btrfs_rootFilipe Manana1-8/+8
2026-08-07btrfs: check for exit condition after waking in wait_log_commit()Filipe Manana1-4/+4
2026-08-07btrfs: move condition for log commit wait into wait_log_commit()Filipe Manana1-26/+17
2026-08-07btrfs: remove log batch counter use for fsyncFilipe Manana1-7/+1
2026-08-07btrfs: stop sleeping for one jiffy in non-ssd mounts during log commitFilipe Manana1-17/+1
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 Manana1-5/+11
2026-06-08btrfs: use a named enum for the log mode in inode log functionsFilipe Manana1-37/+25
2026-06-08btrfs: tracepoints: add trace event for btrfs_log_inode_parent()Filipe Manana1-9/+22
2026-04-07btrfs: tag as unlikely if statements that check for fs in error stateFilipe Manana1-1/+1
2026-04-07btrfs: make btrfs_free_log() and btrfs_free_log_root_tree() return voidFilipe Manana1-5/+2
2026-04-07btrfs: remove atomic parameter from btrfs_buffer_uptodate()Qu Wenruo1-1/+1
2026-04-07btrfs: revalidate cached tree blocks on the uptodate pathZhengYuan Huang1-1/+1
2026-04-07btrfs: prefer IS_ERR_OR_NULL() over manual NULL checkPhilipp Hahn1-1/+1
2026-04-07btrfs: pass a btrfs inode to tree-log.c:fill_inode_item()Filipe Manana1-25/+23
2026-04-07btrfs: pass literal booleans to functions that take boolean argumentsFilipe Manana1-2/+2
2026-04-07btrfs: rename btrfs_csum_file_blocks() to btrfs_insert_data_csums()Qu Wenruo1-3/+3
2026-04-07btrfs: rename btrfs_ordered_extent::list to csum_listQu Wenruo1-1/+1
2026-04-07btrfs: remove max_mirrors argument from write_all_supers()Filipe Manana1-1/+1
2026-04-07btrfs: pass transaction handle to write_all_supers()Filipe Manana1-1/+1
2026-03-28Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-33/+65
2026-03-23btrfs: fix zero size inode with non-zero size after log replayFilipe Manana1-33/+65
2026-03-21Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+21
2026-03-17btrfs: check for NULL root after calls to btrfs_csum_root()Filipe Manana1-0/+21
2026-03-16Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2026-03-13btrfs: log new dentries when logging parent dir of a conflicting inodeFilipe Manana1-0/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-02-03btrfs: use the btrfs_extent_map_end() helper everywhereFilipe Manana1-1/+1
2026-01-20btrfs: fix Wmaybe-uninitialized warning in replay_one_buffer()Qiang Ma1-1/+1
2026-01-06btrfs: fix NULL pointer dereference in do_abort_log_replay()Suchit Karunakaran1-1/+1
2025-12-16btrfs: always detect conflicting inodes when logging inode refsFilipe Manana1-4/+2
2025-12-08btrfs: do not skip logging new dentries when logging a new nameFilipe Manana1-8/+0
2025-12-08btrfs: don't log conflicting inode if it's a dir moved in the current transac...Filipe Manana1-0/+38
2025-11-25btrfs: remove unnecessary inode key in btrfs_log_all_parents()Filipe Manana1-8/+4
2025-11-25btrfs: remaining BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-3/+1
2025-11-25btrfs: reduce arguments to btrfs_del_inode_ref_in_log()Filipe Manana1-5/+5
2025-11-25btrfs: remove root argument from btrfs_del_dir_entries_in_log()Filipe Manana1-1/+1