aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2022-05-12btrfs: always log symlinks in full modeFilipe Manana
2022-03-08btrfs: add missing run of delayed items after unlink during log replayFilipe Manana
2022-03-08btrfs: fix lost prealloc extents beyond eof after full fsyncFilipe Manana
2021-11-17btrfs: fix lost error handling when replaying directory deletesFilipe Manana
2021-10-27btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana
2021-10-20btrfs: check for error when looking up inode during dir entry replayFilipe Manana
2021-10-20btrfs: deal with errors when adding inode reference during log replayFilipe Manana
2021-10-20btrfs: deal with errors when replaying dir entry during log replayFilipe Manana
2021-09-22btrfs: tree-log: check btrfs_lookup_data_extent return valueMarcos Paulo de Souza
2021-08-08btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana
2021-08-08btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana
2021-08-08btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana
2021-08-08btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2021-07-14btrfs: clear log tree recovering status if starting transaction failsDavid Sterba
2021-06-10btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik
2021-06-03btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik
2020-11-05btrfs: reschedule if necessary when logging directory itemsFilipe Manana
2020-09-03btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik
2020-09-03btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana
2020-09-03btrfs: only commit the delayed inode when doing a full fsyncFilipe Manana
2020-09-03btrfs: factor out inode items copy loop from btrfs_log_inode()Filipe Manana
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana
2020-08-21btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana
2020-08-21btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana
2020-06-30btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana
2020-05-06btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana
2020-02-11Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana
2020-02-11Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana
2019-12-31btrfs: skip log replay on orphaned rootsJosef Bacik
2019-12-31Btrfs: fix missing data checksums after replaying a log treeFilipe Manana
2019-10-10Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-10-01btrfs: fix incorrect updating of log root treeJosef Bacik
2019-09-18Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-09-12Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana
2019-09-09btrfs: tie extent buffer and it's token togetherDavid Sterba
2019-09-09btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov
2019-09-09btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba
2019-09-09btrfs: tree-log: use symbolic name for first replay stageDavid Sterba
2019-09-09btrfs: tree-log: convert defines to enumsDavid Sterba
2019-09-09btrfs: Remove unnecessary check from join_running_log_transNikolay Borisov
2019-07-02Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana
2019-07-02Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana
2019-05-28Btrfs: fix race updating log root item during fsyncFilipe Manana
2019-05-28Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana
2019-05-16Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana
2019-04-29Btrfs: improve performance on fsync of files with multiple hardlinksFilipe Manana
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo