summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana1-1/+3
2022-05-12btrfs: always log symlinks in full modeFilipe Manana1-1/+13
2022-03-08btrfs: add missing run of delayed items after unlink during log replayFilipe Manana1-0/+18
2021-11-26btrfs: fix lost error handling when replaying directory deletesFilipe Manana1-1/+3
2021-10-27btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana1-18/+29
2021-10-20btrfs: check for error when looking up inode during dir entry replayFilipe Manana1-7/+7
2021-10-20btrfs: deal with errors when adding inode reference during log replayFilipe Manana1-2/+7
2021-10-20btrfs: deal with errors when replaying dir entry during log replayFilipe Manana1-1/+8
2021-07-20btrfs: clear log tree recovering status if starting transaction failsDavid Sterba1-0/+1
2021-06-10btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik1-6/+7
2021-06-03btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik1-2/+0
2020-11-05btrfs: reschedule if necessary when logging directory itemsFilipe Manana1-0/+8
2020-09-03btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik1-4/+6
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana1-6/+2
2020-05-06btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana1-3/+40
2020-02-11Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana1-288/+100
2019-12-31btrfs: skip log replay on orphaned rootsJosef Bacik1-2/+21
2019-12-31Btrfs: fix missing data checksums after replaying a log treeFilipe Manana1-3/+26
2019-10-17btrfs: fix incorrect updating of log root treeJosef Bacik1-9/+27
2019-09-19Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana1-4/+4
2019-07-26Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana1-2/+26
2019-07-26Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana1-1/+11
2019-06-09Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana1-12/+0
2019-06-09Btrfs: fix race updating log root item during fsyncFilipe Manana1-2/+6
2019-05-31Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana1-0/+1
2019-04-03Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana1-8/+1
2019-04-03btrfs: remove WARN_ON in log_dir_itemsJosef Bacik1-2/+9
2019-04-03Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana1-0/+13
2019-01-09Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana1-0/+16
2018-11-21Btrfs: fix missing data checksums after a ranged fsync (msync)Filipe Manana1-0/+17
2018-11-13btrfs: move the dio_sem higher up the callchainJosef Bacik1-2/+0
2018-11-13Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana1-1/+2
2018-11-13Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana1-3/+27
2018-11-13Btrfs: fix warning when replaying log after fsync of a tmpfileFilipe Manana1-10/+32
2018-11-13btrfs: fix error handling in free_log_treeJeff Mahoney1-3/+6
2018-08-23Btrfs: sync log after logging new nameFilipe Manana1-6/+42
2018-08-06btrfs: simplify IS_ERR/PTR_ERR checksAl Viro1-3/+2
2018-08-06btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro1-5/+1
2018-08-06Btrfs: fix mount failure after fsync due to hard link recreationFilipe Manana1-0/+66
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extentLu Fengqi1-1/+1
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba1-3/+3
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo1-8/+4
2018-08-06btrfs: Remove fs_info from btrfs_alloc_logged_file_extentNikolay Borisov1-1/+0
2018-08-06btrfs: Streamline log_extent_csums a bitNikolay Borisov1-6/+4
2018-08-06btrfs: remove the logged extents infrastructureJosef Bacik1-16/+0
2018-08-06btrfs: clean up the left over logged_list usageJosef Bacik1-30/+2
2018-08-06btrfs: remove the wait ordered logic in the log_one_extent pathJosef Bacik1-108/+10
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba1-22/+12
2018-05-28btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba1-2/+8
2018-05-17Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana1-25/+112