summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik2020-08-211-4/+6
* btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana2020-08-101-6/+2
* btrfs: reduce contention on log trees when logging checksumsFilipe Manana2020-07-271-2/+11
* btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana2020-07-271-13/+0
* btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana2020-07-271-1/+0
* btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana2020-07-271-4/+5
* btrfs: only commit the delayed inode when doing a full fsyncFilipe Manana2020-07-271-5/+7
* btrfs: make __btrfs_drop_extents take btrfs_inodeNikolay Borisov2020-07-271-1/+1
* btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana2020-06-161-0/+5
* 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-181-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