summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-07btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval1-6/+11
2025-12-07btrfs: add helper to truncate inode items when logging inodeFilipe Manana1-13/+19
2025-12-07btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana1-1/+0
2025-08-28btrfs: populate otime when logging an inode itemQu Wenruo1-0/+5
2025-08-28btrfs: fix log tree replay failure due to file with 0 links and extentsFilipe Manana1-18/+30
2025-07-10btrfs: fix missing error handling when searching for inode refs during log re...Filipe Manana1-1/+3
2023-10-25btrfs: initialize start_slot in btrfs_log_prealloc_extentsJosef Bacik1-1/+1
2023-01-24btrfs: do not abort transaction on failure to write log tree when syncing logFilipe Manana1-2/+0
2022-09-05btrfs: fix warning during log replay when bumping inode link countFilipe Manana1-2/+2
2022-09-05btrfs: add and use helper for unlinking inode during log replayFilipe Manana1-48/+29
2022-09-05btrfs: remove no longer needed logic for replaying directory deletesFilipe Manana1-89/+69
2022-09-05btrfs: remove root argument from btrfs_unlink_inode()Filipe Manana1-7/+7
2022-08-31btrfs: pass the dentry to btrfs_log_new_name() instead of the inodeFilipe Manana1-4/+15
2022-08-25btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana1-1/+3
2022-07-12btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov1-1/+1
2022-05-12btrfs: always log symlinks in full modeFilipe Manana1-1/+13
2022-05-09btrfs: fix leaked plug after failure syncing log on zoned filesystemsFilipe Manana1-0/+1
2022-03-23btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana1-0/+23
2022-03-08btrfs: add missing run of delayed items after unlink during log replayFilipe Manana1-0/+18
2022-03-08btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana1-12/+31
2021-12-22btrfs: fix memory leak in __add_inode_ref()Jianglei Nie1-0/+1
2021-12-14btrfs: fix re-dirty process of tree-log nodesNaohiro Aota1-2/+3
2021-11-18btrfs: fix lost error handling when replaying directory deletesFilipe Manana1-1/+3
2021-10-07btrfs: check for error when looking up inode during dir entry replayFilipe Manana1-7/+7
2021-10-07btrfs: unify lookup return value when dir entry is missingFilipe Manana1-10/+4
2021-10-07btrfs: deal with errors when adding inode reference during log replayFilipe Manana1-2/+7
2021-10-07btrfs: deal with errors when replaying dir entry during log replayFilipe Manana1-1/+8
2021-10-07btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana1-18/+29
2021-08-23btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza1-1/+3
2021-08-23btrfs: avoid unnecessarily logging directories that had no changesFilipe Manana1-0/+7
2021-08-23btrfs: update comment at log_conflicting_inodes()Filipe Manana1-2/+2
2021-08-23btrfs: remove no longer needed full sync flag check at inode_logged()Filipe Manana1-7/+5
2021-08-23btrfs: add ro compat flags to inodesBoris Burkov1-1/+4
2021-08-23btrfs: eliminate some false positives when checking if inode was loggedFilipe Manana1-9/+16
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba1-1/+1
2021-08-23btrfs: avoid unnecessary lock and leaf splits when updating inode in the logFilipe Manana1-5/+34
2021-08-23btrfs: remove unnecessary list head initialization when syncing logFilipe Manana1-2/+0
2021-08-23btrfs: avoid unnecessary log mutex contention when syncing logFilipe Manana1-4/+10
2021-07-28btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana1-2/+2
2021-07-22btrfs: fix unpersisted i_size on fsync after expanding truncateFilipe Manana1-9/+22
2021-07-07btrfs: zoned: fix wrong mutex unlock on failure to allocate log root treeFilipe Manana1-1/+1
2021-06-21btrfs: avoid unnecessary logging of xattrs during fast fsyncsFilipe Manana1-3/+13
2021-06-21btrfs: clear log tree recovering status if starting transaction failsDavid Sterba1-0/+1
2021-06-21btrfs: don't set the full sync flag when truncation does not touch extentsFilipe Manana1-2/+3
2021-06-09Merge tag 'for-5.13-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+16
2021-06-04btrfs: do not write supers if we have an fs errorJosef Bacik1-0/+16
2021-06-03Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+13
2021-05-28btrfs: check error value from btrfs_update_inode in tree logJosef Bacik1-2/+6
2021-05-28btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik1-6/+7
2021-05-22Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0