summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
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
2018-03-26btrfs: Remove root argument from btrfs_log_dentry_safeNikolay Borisov
2018-03-26btrfs: Remove root arg from btrfs_log_inode_parentNikolay Borisov
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov
2018-03-26btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nrNikolay Borisov
2018-03-04Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-03-01Btrfs: fix log replay failure after unlink and link combinationFilipe Manana
2018-03-01Btrfs: fix log replay failure after linking special file and fsyncFilipe Manana
2018-02-16Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-02-02Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo
2018-02-02Btrfs: fix extent state leak from tree logLiu Bo
2018-02-02Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2018-01-29btrfs: convert to new i_version APIJeff Layton
2018-01-22btrfs: btrfs_inode_log_parent should use defined inode_only values.Edmund Nadolski
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo
2017-11-27Btrfs: fix list_add corruption and soft lockups in fsyncLiu Bo
2017-10-30btrfs: pass root to various extent ref mod functionsJosef Bacik
2017-10-30btrfs: Remove unused variableNikolay Borisov
2017-10-30Btrfs: protect conditions within root->log_mutex while waitingLiu Bo
2017-09-26btrfs: log csums for all modified extentsJosef Bacik
2017-08-21btrfs: Remove extra parentheses from condition in copy_items()Matthias Kaehlcke
2017-08-18Btrfs: fix assertion failure during fsync in no-holes modeFilipe Manana
2017-08-18btrfs: remove redundant check on ret being non-zeroColin Ian King
2017-07-19Btrfs: fix dir item validation when replaying xattr deletesFilipe Manana
2017-06-21btrfs: Check name_len in btrfs_check_ref_name_overrideSu Yue
2017-06-21btrfs: Verify dir_item in replay_xattr_deletesSu Yue
2017-06-21btrfs: Check name_len on add_inode_ref call pathSu Yue