summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
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
2019-04-29btrfs: get fs_info from trans in btrfs_set_log_full_commitDavid Sterba
2019-04-29btrfs: get fs_info from trans in btrfs_need_log_full_commitDavid Sterba
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_exclude_logged_extentsDavid Sterba
2019-04-29btrfs: move tree block wait and write helpers to tree-logDavid Sterba
2019-03-20Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana
2019-03-13btrfs: remove WARN_ON in log_dir_itemsJosef Bacik
2019-03-13Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana
2019-02-25Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana
2019-02-25Btrfs: fix fsync after succession of renames and unlink/rmdirFilipe Manana
2019-02-25Btrfs: fix fsync after succession of renames of different filesFilipe Manana
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana
2018-12-17Btrfs: simpler and more efficient cleanup of a log tree's extent io treeFilipe Manana
2018-12-17Btrfs: remove no longer used logged range variables when logging extentsFilipe Manana