summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana2020-05-251-3/+19
* btrfs: simplify iget helpersDavid Sterba2020-05-251-14/+10
* btrfs: simplify root lookup by idDavid Sterba2020-05-251-6/+2
* btrfs: don't use set/get token for single assignment in overwrite_itemDavid Sterba2020-05-251-7/+2
* btrfs: drop eb parameter from set/get token helpersDavid Sterba2020-05-251-68/+57
* btrfs: remove useless check for copy_items() return valueFilipe Manana2020-05-251-4/+1
* btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo2020-05-251-2/+1
* btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana2020-04-271-3/+40
* btrfs: make full fsyncs always operate on the entire file againFilipe Manana2020-04-081-79/+14
* btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik2020-03-231-6/+0
* btrfs: make ranged full fsyncs more efficientFilipe Manana2020-03-231-14/+79
* btrfs: factor out inode items copy loop from btrfs_log_inode()Filipe Manana2020-03-231-136/+138
* btrfs: add helper to get the end offset of a file extent itemFilipe Manana2020-03-231-14/+1
* btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleNikolay Borisov2020-03-231-2/+2
* btrfs: Make btrfs_pin_reserved_extent take transaction handleNikolay Borisov2020-03-231-3/+3
* btrfs: Call btrfs_pin_reserved_extent only during active transactionNikolay Borisov2020-03-231-34/+20
* btrfs: Introduce unaccount_log_bufferNikolay Borisov2020-03-231-0/+25
* btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik2020-03-231-5/+5
* btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik2020-03-231-4/+0
* btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik2020-03-231-4/+4
* btrfs: hold a ref on the root in btrfs_recover_log_treesJosef Bacik2020-03-231-0/+5
* btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik2020-03-231-1/+1
* btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik2020-03-231-1/+1
* btrfs: use the file extent tree infrastructureJosef Bacik2020-03-231-0/+5
* Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana2020-01-231-0/+44
* btrfs: Remove redundant WARN_ON in walk_down_log_treeNikolay Borisov2020-01-201-9/+0
* btrfs: Remove WARN_ON in walk_log_treeNikolay Borisov2020-01-201-2/+0
* btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extentNikolay Borisov2020-01-201-7/+5
* Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana2020-01-201-288/+100
* btrfs: skip log replay on orphaned rootsJosef Bacik2019-12-131-2/+21
* Btrfs: fix missing data checksums after replaying a log treeFilipe Manana2019-12-131-3/+26
* btrfs: opencode extent_buffer_getDavid Sterba2019-11-181-1/+1
* btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba2019-11-181-8/+6
* btrfs: Open-code name_in_log_ref in replay_one_nameNikolay Borisov2019-11-181-29/+25
* btrfs: Properly handle backref_in_log retvalNikolay Borisov2019-11-181-11/+21
* btrfs: Don't opencode btrfs_find_name_in_backref in backref_in_logNikolay Borisov2019-11-181-36/+12
* Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-101-9/+27
|\
| * btrfs: fix incorrect updating of log root treeJosef Bacik2019-10-011-9/+27
* | Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-09-191-28/+27
|\|
| * btrfs: tie extent buffer and it's token togetherDavid Sterba2019-09-091-4/+3
| * btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov2019-09-091-7/+6
| * btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov2019-09-091-4/+4
| * btrfs: move cond_wake_up functions out of ctreeDavid Sterba2019-09-091-0/+1
| * btrfs: tree-log: use symbolic name for first replay stageDavid Sterba2019-09-091-1/+1
| * btrfs: tree-log: convert defines to enumsDavid Sterba2019-09-091-8/+12
| * btrfs: Remove unnecessary check from join_running_log_transNikolay Borisov2019-09-091-4/+0
* | Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana2019-09-121-8/+8
|/
* Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana2019-07-021-2/+26
* Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana2019-07-021-1/+11
* Btrfs: fix race updating log root item during fsyncFilipe Manana2019-05-281-2/+6