aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-2/+2
2018-12-17Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana1-0/+16
2018-12-17Btrfs: simpler and more efficient cleanup of a log tree's extent io treeFilipe Manana1-14/+2
2018-12-17Btrfs: remove no longer used logged range variables when logging extentsFilipe Manana1-8/+0
2018-11-06Btrfs: fix missing data checksums after a ranged fsync (msync)Filipe Manana1-0/+17
2018-10-19btrfs: move the dio_sem higher up the callchainJosef Bacik1-2/+0
2018-10-17Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana1-1/+2
2018-10-15Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana1-3/+27
2018-10-15Btrfs: fix warning when replaying log after fsync of a tmpfileFilipe Manana1-10/+32
2018-10-15btrfs: fix error handling in free_log_treeJeff Mahoney1-3/+6
2018-10-15btrfs: change btrfs_pin_log_trans to return voidzhong jiang1-4/+1
2018-08-23Btrfs: sync log after logging new nameFilipe Manana1-6/+42
2018-08-06btrfs: simplify IS_ERR/PTR_ERR checksAl Viro1-3/+2
2018-08-06btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro1-5/+1
2018-08-06Btrfs: fix mount failure after fsync due to hard link recreationFilipe Manana1-0/+66
2018-08-06btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extentLu Fengqi1-1/+1
2018-08-06btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba1-3/+3
2018-08-06btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo1-8/+4
2018-08-06btrfs: Remove fs_info from btrfs_alloc_logged_file_extentNikolay Borisov1-1/+0
2018-08-06btrfs: Streamline log_extent_csums a bitNikolay Borisov1-6/+4
2018-08-06btrfs: remove the logged extents infrastructureJosef Bacik1-16/+0
2018-08-06btrfs: clean up the left over logged_list usageJosef Bacik1-30/+2
2018-08-06btrfs: remove the wait ordered logic in the log_one_extent pathJosef Bacik1-108/+10
2018-05-28btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba1-22/+12
2018-05-28btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba1-2/+8
2018-05-17Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana1-25/+112
2018-05-14Btrfs: fix xattr loss after power failureFilipe Manana1-0/+7
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-04-12Btrfs: fix loss of prealloc extents past i_size after fsync log replayFilipe Manana1-5/+58
2018-04-05Btrfs: bail out on error during replay_dir_deletesLiu Bo1-1/+3
2018-04-05Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo1-2/+5
2018-03-31btrfs: Validate child tree block's level and first keyQu Wenruo1-11/+17
2018-03-31Btrfs: fix copy_items() return value when logging an inodeFilipe Manana1-0/+1
2018-03-31Btrfs: fix fsync after hole punching when using no-holes featureFilipe Manana1-0/+30
2018-03-26btrfs: Remove root argument from btrfs_log_dentry_safeNikolay Borisov1-1/+1
2018-03-26btrfs: Remove root arg from btrfs_log_inode_parentNikolay Borisov1-7/+6
2018-03-26btrfs: Remove custom crc32c init codeNikolay Borisov1-1/+1
2018-03-26btrfs: Don't pass fs_info to btrfs_run_delayed_items/_nrNikolay Borisov1-8/+4
2018-03-04Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-4/+110
2018-03-01Btrfs: fix log replay failure after unlink and link combinationFilipe Manana1-3/+109
2018-03-01Btrfs: fix log replay failure after linking special file and fsyncFilipe Manana1-1/+1
2018-02-16Merge tag 'for-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+30
2018-02-02Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo1-0/+18
2018-02-02Btrfs: fix extent state leak from tree logLiu Bo1-2/+3
2018-02-02Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo1-0/+9
2018-01-29Merge tag 'for-4.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-42/+12
2018-01-29btrfs: convert to new i_version APIJeff Layton1-1/+3
2018-01-22btrfs: btrfs_inode_log_parent should use defined inode_only values.Edmund Nadolski1-4/+3
2018-01-22btrfs: Cleanup existing name_len checksQu Wenruo1-38/+9
2017-11-27Btrfs: fix list_add corruption and soft lockups in fsyncLiu Bo1-1/+1