summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
9 daysbtrfs: use saner variable type and name to indicate extrefs at add_inode_ref()Filipe Manana
9 daysbtrfs: don't skip remaining extrefs if dir not found during log replayFilipe Manana
9 daysbtrfs: don't ignore inode missing when replaying log treeFilipe Manana
9 daysbtrfs: populate otime when logging an inode itemQu Wenruo
9 daysbtrfs: tree-log: don't use token set/get accessors in fill_inode_item()David Sterba
9 daysbtrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana
9 daysbtrfs: split inode extref processing from __add_inode_ref() into a helperFilipe Manana
9 daysbtrfs: split inode ref processing from __add_inode_ref() into a helperFilipe Manana
9 daysbtrfs: remove unused parameters from btrfs_lookup_inode_extref()Sun YangKai
9 daysbtrfs: tree-log: add and rename extent bits for dirty_log_pages treeDavid Sterba
9 daysbtrfs: use refcount_t type for the extent buffer reference counterFilipe Manana
9 daysbtrfs: switch del_all argument of replay_dir_deletes() from int to boolFilipe Manana
9 daysbtrfs: pass NULL index to btrfs_del_inode_ref() where not neededFilipe Manana
9 daysbtrfs: allocate scratch eb earlier at btrfs_log_new_name()Filipe Manana
9 daysbtrfs: allocate path earlier at btrfs_log_new_name()Filipe Manana
9 daysbtrfs: allocate path earlier at btrfs_del_dir_entries_in_log()Filipe Manana
9 daysbtrfs: assert we join log transaction at btrfs_del_dir_entries_in_log()Filipe Manana
9 daysbtrfs: use btrfs_del_item() at del_logged_dentry()Filipe Manana
9 daysbtrfs: assert we join log transaction at btrfs_del_inode_ref_in_log()Filipe Manana
9 daysbtrfs: simplify error detection flow during log replayFilipe Manana
9 daysbtrfs: remove redundant path release when replaying a log treeFilipe Manana
9 daysbtrfs: abort transaction during log replay if walk_log_tree() failedFilipe Manana
9 daysbtrfs: unfold transaction aborts when replaying log treesFilipe Manana
2025-06-27btrfs: record new subvolume in parent dir earlier to avoid dir logging racesFilipe Manana
2025-06-27btrfs: fix inode lookup error handling during log replayFilipe Manana
2025-06-27btrfs: fix iteration of extrefs during log replayFilipe Manana
2025-06-27btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana
2025-06-19btrfs: don't silently ignore unexpected extent type when replaying logFilipe Manana
2025-06-19btrfs: fix invalid inode pointer dereferences during log replayFilipe Manana
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana
2025-05-15btrfs: rename functions to allocate and free extent mapsFilipe Manana
2025-05-15btrfs: rename extent map functions to get block start, end and check if in treeFilipe Manana
2025-05-15btrfs: rename exported extent map compression functionsFilipe Manana
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana
2025-05-15btrfs: fix fsync of files with no hard links not persisting deletionFilipe Manana
2025-03-18btrfs: remove end_no_trans label from btrfs_log_inode_parent()Filipe Manana
2025-03-18btrfs: simplify condition for logging new dentries at btrfs_log_inode_parent()Filipe Manana
2025-03-18btrfs: remove redundant else statement from btrfs_log_inode_parent()Filipe Manana
2025-03-18btrfs: use memcmp_extent_buffer() at replay_one_extent()Filipe Manana
2025-03-18btrfs: update outdated comment for overwrite_item()Filipe Manana
2025-03-18btrfs: use variables to store extent buffer and slot at overwrite_item()Filipe Manana
2025-03-18btrfs: avoid unnecessary memory allocation and copy at overwrite_item()Filipe Manana
2025-03-18btrfs: make btrfs_iget() return a btrfs inode insteadFilipe Manana
2025-03-18btrfs: pass a btrfs_inode to fixup_inode_link_count()Filipe Manana
2025-03-18btrfs: return a btrfs_inode from read_one_inode()Filipe Manana
2025-03-18btrfs: return a btrfs_inode from btrfs_iget_logging()Filipe Manana
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba
2025-01-13btrfs: tree-log: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana