aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-21btrfs: check the right error variable in btrfs_del_dir_entries_in_logGravatar Josef Bacik 1-4/+6
2020-08-10btrfs: fix memory leaks after failure to lookup checksums during inode loggingGravatar Filipe Manana 1-6/+2
2020-07-27btrfs: reduce contention on log trees when logging checksumsGravatar Filipe Manana 1-2/+11
2020-07-27btrfs: remove no longer needed use of log_writers for the log root treeGravatar Filipe Manana 1-13/+0
2020-07-27btrfs: stop incremening log_batch for the log root tree when syncing logGravatar Filipe Manana 1-1/+0
2020-07-27btrfs: only commit delayed items at fsync if we are logging a directoryGravatar Filipe Manana 1-4/+5
2020-07-27btrfs: only commit the delayed inode when doing a full fsyncGravatar Filipe Manana 1-5/+7
2020-07-27btrfs: make __btrfs_drop_extents take btrfs_inodeGravatar Nikolay Borisov 1-1/+1
2020-06-16btrfs: check if a log root exists before locking the log_mutex on unlinkGravatar Filipe Manana 1-0/+5
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsGravatar Filipe Manana 1-3/+19
2020-05-25btrfs: simplify iget helpersGravatar David Sterba 1-14/+10
2020-05-25btrfs: simplify root lookup by idGravatar David Sterba 1-6/+2
2020-05-25btrfs: don't use set/get token for single assignment in overwrite_itemGravatar David Sterba 1-7/+2
2020-05-25btrfs: drop eb parameter from set/get token helpersGravatar David Sterba 1-68/+57
2020-05-25btrfs: remove useless check for copy_items() return valueGravatar Filipe Manana 1-4/+1
2020-05-25btrfs: remove the redundant parameter level in btrfs_bin_search()Gravatar Qu Wenruo 1-2/+1
2020-04-27btrfs: fix partial loss of prealloc extent past i_size after fsyncGravatar Filipe Manana 1-3/+40
2020-04-08btrfs: make full fsyncs always operate on the entire file againGravatar Filipe Manana 1-79/+14
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootGravatar Josef Bacik 1-6/+0
2020-03-23btrfs: make ranged full fsyncs more efficientGravatar Filipe Manana 1-14/+79
2020-03-23btrfs: factor out inode items copy loop from btrfs_log_inode()Gravatar Filipe Manana 1-136/+138
2020-03-23btrfs: add helper to get the end offset of a file extent itemGravatar Filipe Manana 1-14/+1
2020-03-23btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleGravatar Nikolay Borisov 1-2/+2
2020-03-23btrfs: Make btrfs_pin_reserved_extent take transaction handleGravatar Nikolay Borisov 1-3/+3
2020-03-23btrfs: Call btrfs_pin_reserved_extent only during active transactionGravatar Nikolay Borisov 1-34/+20
2020-03-23btrfs: Introduce unaccount_log_bufferGravatar Nikolay Borisov 1-0/+25
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootGravatar Josef Bacik 1-5/+5
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootGravatar Josef Bacik 1-4/+0
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysGravatar Josef Bacik 1-4/+4
2020-03-23btrfs: hold a ref on the root in btrfs_recover_log_treesGravatar Josef Bacik 1-0/+5
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameGravatar Josef Bacik 1-1/+1
2020-03-23btrfs: export and use btrfs_read_tree_root for tree-logGravatar Josef Bacik 1-1/+1
2020-03-23btrfs: use the file extent tree infrastructureGravatar Josef Bacik 1-0/+5
2020-01-23Btrfs: fix infinite loop during fsync after rename operationsGravatar Filipe Manana 1-0/+44
2020-01-20btrfs: Remove redundant WARN_ON in walk_down_log_treeGravatar Nikolay Borisov 1-9/+0
2020-01-20btrfs: Remove WARN_ON in walk_log_treeGravatar Nikolay Borisov 1-2/+0
2020-01-20btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extentGravatar Nikolay Borisov 1-7/+5
2020-01-20Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESGravatar Filipe Manana 1-288/+100
2019-12-13btrfs: skip log replay on orphaned rootsGravatar Josef Bacik 1-2/+21
2019-12-13Btrfs: fix missing data checksums after replaying a log treeGravatar Filipe Manana 1-3/+26
2019-11-18btrfs: opencode extent_buffer_getGravatar David Sterba 1-1/+1
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetGravatar David Sterba 1-8/+6
2019-11-18btrfs: Open-code name_in_log_ref in replay_one_nameGravatar Nikolay Borisov 1-29/+25
2019-11-18btrfs: Properly handle backref_in_log retvalGravatar Nikolay Borisov 1-11/+21
2019-11-18btrfs: Don't opencode btrfs_find_name_in_backref in backref_in_logGravatar Nikolay Borisov 1-36/+12
2019-10-10Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-9/+27
2019-10-01btrfs: fix incorrect updating of log root treeGravatar Josef Bacik 1-9/+27
2019-09-18Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-28/+27
2019-09-12Btrfs: fix assertion failure during fsync and use of stale transactionGravatar Filipe Manana 1-8/+8
2019-09-09btrfs: tie extent buffer and it's token togetherGravatar David Sterba 1-4/+3