summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2019-04-29Btrfs: improve performance on fsync of files with multiple hardlinksFilipe Manana
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo
2019-04-29btrfs: get fs_info from trans in btrfs_set_log_full_commitDavid Sterba
2019-04-29btrfs: get fs_info from trans in btrfs_need_log_full_commitDavid Sterba
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba
2019-04-29btrfs: get fs_info from eb in btrfs_exclude_logged_extentsDavid Sterba
2019-04-29btrfs: move tree block wait and write helpers to tree-logDavid Sterba
2019-03-20Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana
2019-03-13btrfs: remove WARN_ON in log_dir_itemsJosef Bacik
2019-03-13Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana
2019-02-25Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana
2019-02-25Btrfs: fix fsync after succession of renames and unlink/rmdirFilipe Manana
2019-02-25Btrfs: fix fsync after succession of renames of different filesFilipe Manana
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-12-17Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana
2018-12-17Btrfs: simpler and more efficient cleanup of a log tree's extent io treeFilipe Manana
2018-12-17Btrfs: remove no longer used logged range variables when logging extentsFilipe Manana
2018-11-06Btrfs: fix missing data checksums after a ranged fsync (msync)Filipe Manana
2018-10-19btrfs: move the dio_sem higher up the callchainJosef Bacik
2018-10-17Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana
2018-10-15Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana
2018-10-15Btrfs: fix warning when replaying log after fsync of a tmpfileFilipe Manana
2018-10-15btrfs: fix error handling in free_log_treeJeff Mahoney
2018-10-15btrfs: change btrfs_pin_log_trans to return voidzhong jiang
2018-08-23Btrfs: sync log after logging new nameFilipe Manana
2018-08-06btrfs: simplify IS_ERR/PTR_ERR checksAl Viro
2018-08-06btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro
2018-08-06Btrfs: fix mount failure after fsync due to hard link recreationFilipe Manana
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extentLu Fengqi
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo
2018-08-06btrfs: Remove fs_info from btrfs_alloc_logged_file_extentNikolay Borisov
2018-08-06btrfs: Streamline log_extent_csums a bitNikolay Borisov
2018-08-06btrfs: remove the logged extents infrastructureJosef Bacik
2018-08-06btrfs: clean up the left over logged_list usageJosef Bacik
2018-08-06btrfs: remove the wait ordered logic in the log_one_extent pathJosef Bacik
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba
2018-05-28btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba
2018-05-17Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana
2018-05-14Btrfs: fix xattr loss after power failureFilipe Manana
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-04-12Btrfs: fix loss of prealloc extents past i_size after fsync log replayFilipe Manana
2018-04-05Btrfs: bail out on error during replay_dir_deletesLiu Bo
2018-04-05Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo
2018-03-31Btrfs: fix copy_items() return value when logging an inodeFilipe Manana
2018-03-31Btrfs: fix fsync after hole punching when using no-holes featureFilipe Manana