summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2020-10-07btrfs: reschedule if necessary when logging directory itemsFilipe Manana
2020-10-07btrfs: make fast fsyncs wait only for writebackFilipe Manana
2020-10-07btrfs: do not commit logs and transactions during link and rename operationsFilipe Manana
2020-10-07btrfs: do not take the log_mutex of the subvolume when pinning the logFilipe Manana
2020-10-07btrfs: delete duplicated words + other fixes in commentsRandy Dunlap
2020-08-21btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik
2020-08-10btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana
2020-07-27btrfs: reduce contention on log trees when logging checksumsFilipe Manana
2020-07-27btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana
2020-07-27btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana
2020-07-27btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana
2020-07-27btrfs: only commit the delayed inode when doing a full fsyncFilipe Manana
2020-07-27btrfs: make __btrfs_drop_extents take btrfs_inodeNikolay Borisov
2020-06-16btrfs: check if a log root exists before locking the log_mutex on unlinkFilipe Manana
2020-05-25btrfs: fix corrupt log due to concurrent fsync of inodes with shared extentsFilipe Manana
2020-05-25btrfs: simplify iget helpersDavid Sterba
2020-05-25btrfs: simplify root lookup by idDavid Sterba
2020-05-25btrfs: don't use set/get token for single assignment in overwrite_itemDavid Sterba
2020-05-25btrfs: drop eb parameter from set/get token helpersDavid Sterba
2020-05-25btrfs: remove useless check for copy_items() return valueFilipe Manana
2020-05-25btrfs: remove the redundant parameter level in btrfs_bin_search()Qu Wenruo
2020-04-27btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana
2020-04-08btrfs: make full fsyncs always operate on the entire file againFilipe Manana
2020-03-23btrfs: move the root freeing stuff into btrfs_put_rootJosef Bacik
2020-03-23btrfs: make ranged full fsyncs more efficientFilipe Manana
2020-03-23btrfs: factor out inode items copy loop from btrfs_log_inode()Filipe Manana
2020-03-23btrfs: add helper to get the end offset of a file extent itemFilipe Manana
2020-03-23btrfs: Make btrfs_pin_extent_for_log_replay take transaction handleNikolay Borisov
2020-03-23btrfs: Make btrfs_pin_reserved_extent take transaction handleNikolay Borisov
2020-03-23btrfs: Call btrfs_pin_reserved_extent only during active transactionNikolay Borisov
2020-03-23btrfs: Introduce unaccount_log_bufferNikolay Borisov
2020-03-23btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_rootJosef Bacik
2020-03-23btrfs: push btrfs_grab_fs_root into btrfs_get_fs_rootJosef Bacik
2020-03-23btrfs: use btrfs_put_fs_root to free roots alwaysJosef Bacik
2020-03-23btrfs: hold a ref on the root in btrfs_recover_log_treesJosef Bacik
2020-03-23btrfs: open code btrfs_read_fs_root_no_nameJosef Bacik
2020-03-23btrfs: export and use btrfs_read_tree_root for tree-logJosef Bacik
2020-03-23btrfs: use the file extent tree infrastructureJosef Bacik
2020-01-23Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana
2020-01-20btrfs: Remove redundant WARN_ON in walk_down_log_treeNikolay Borisov
2020-01-20btrfs: Remove WARN_ON in walk_log_treeNikolay Borisov
2020-01-20btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extentNikolay Borisov
2020-01-20Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana
2019-12-13btrfs: skip log replay on orphaned rootsJosef Bacik
2019-12-13Btrfs: fix missing data checksums after replaying a log treeFilipe Manana
2019-11-18btrfs: opencode extent_buffer_getDavid Sterba
2019-11-18btrfs: drop unused parameter is_new from btrfs_igetDavid Sterba
2019-11-18btrfs: Open-code name_in_log_ref in replay_one_nameNikolay Borisov
2019-11-18btrfs: Properly handle backref_in_log retvalNikolay Borisov
2019-11-18btrfs: Don't opencode btrfs_find_name_in_backref in backref_in_logNikolay Borisov