aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-25btrfs: don't use set/get token for single assignment in overwrite_itemDavid Sterba1-7/+2
2020-05-25btrfs: drop eb parameter from set/get token helpersDavid Sterba1-68/+57
2020-05-25btrfs: remove useless check for copy_items() return valueFilipe Manana1-4/+1
2020-05-25btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo1-2/+1
2020-04-27btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana1-3/+40
2020-04-08btrfs: make full fsyncs always operate on the entire file againFilipe Manana1-79/+14
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik1-6/+0
2020-03-23btrfs: make ranged full fsyncs more efficientFilipe Manana1-14/+79
2020-03-23btrfs: factor out inode items copy loop from btrfs_log_inode()Filipe Manana1-136/+138
2020-03-23btrfs: add helper to get the end offset of a file extent itemFilipe Manana1-14/+1
2020-03-23btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleNikolay Borisov1-2/+2
2020-03-23btrfs: Make btrfs_pin_reserved_extent take transaction handleNikolay Borisov1-3/+3
2020-03-23btrfs: Call btrfs_pin_reserved_extent only during active transactionNikolay Borisov1-34/+20
2020-03-23btrfs: Introduce unaccount_log_bufferNikolay Borisov1-0/+25
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik1-5/+5
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik1-4/+0
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik1-4/+4
2020-03-23btrfs: hold a ref on the root in btrfs_recover_log_treesJosef Bacik1-0/+5
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik1-1/+1
2020-03-23btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik1-1/+1
2020-03-23btrfs: use the file extent tree infrastructureJosef Bacik1-0/+5
2020-01-23Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana1-0/+44
2020-01-20btrfs: Remove redundant WARN_ON in walk_down_log_treeNikolay Borisov1-9/+0
2020-01-20btrfs: Remove WARN_ON in walk_log_treeNikolay Borisov1-2/+0
2020-01-20btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extentNikolay Borisov1-7/+5
2020-01-20Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana1-288/+100
2019-12-13btrfs: skip log replay on orphaned rootsJosef Bacik1-2/+21
2019-12-13Btrfs: fix missing data checksums after replaying a log treeFilipe Manana1-3/+26
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba1-1/+1
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba1-8/+6
2019-11-18btrfs: Open-code name_in_log_ref in replay_one_nameNikolay Borisov1-29/+25
2019-11-18btrfs: Properly handle backref_in_log retvalNikolay Borisov1-11/+21
2019-11-18btrfs: Don't opencode btrfs_find_name_in_backref in backref_in_logNikolay Borisov1-36/+12
2019-10-10Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-9/+27
2019-10-01btrfs: fix incorrect updating of log root treeJosef Bacik1-9/+27
2019-09-18Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-28/+27
2019-09-12Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana1-8/+8
2019-09-09btrfs: tie extent buffer and it's token togetherDavid Sterba1-4/+3
2019-09-09btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov1-7/+6
2019-09-09btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov1-4/+4
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba1-0/+1
2019-09-09btrfs: tree-log: use symbolic name for first replay stageDavid Sterba1-1/+1
2019-09-09btrfs: tree-log: convert defines to enumsDavid Sterba1-8/+12
2019-09-09btrfs: Remove unnecessary check from join_running_log_transNikolay Borisov1-4/+0
2019-07-02Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana1-2/+26
2019-07-02Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana1-1/+11
2019-05-28Btrfs: fix race updating log root item during fsyncFilipe Manana1-2/+6
2019-05-28Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana1-12/+0
2019-05-16Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana1-0/+1
2019-04-29Btrfs: improve performance on fsync of files with multiple hardlinksFilipe Manana1-40/+188