aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-10Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-9/+27
2019-10-01btrfs: fix incorrect updating of log root treeJosef Bacik1-9/+27
2019-09-18Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-28/+27
2019-09-12Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana1-8/+8
2019-09-09btrfs: tie extent buffer and it's token togetherDavid Sterba1-4/+3
2019-09-09btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov1-7/+6
2019-09-09btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov1-4/+4
2019-09-09btrfs: move cond_wake_up functions out of ctreeDavid Sterba1-0/+1
2019-09-09btrfs: tree-log: use symbolic name for first replay stageDavid Sterba1-1/+1
2019-09-09btrfs: tree-log: convert defines to enumsDavid Sterba1-8/+12
2019-09-09btrfs: Remove unnecessary check from join_running_log_transNikolay Borisov1-4/+0
2019-07-02Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana1-2/+26
2019-07-02Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana1-1/+11
2019-05-28Btrfs: fix race updating log root item during fsyncFilipe Manana1-2/+6
2019-05-28Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana1-12/+0
2019-05-16Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana1-0/+1
2019-04-29Btrfs: improve performance on fsync of files with multiple hardlinksFilipe Manana1-40/+188
2019-04-29btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba1-3/+1
2019-04-29btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba1-1/+1
2019-04-29btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo1-3/+8
2019-04-29btrfs: get fs_info from trans in btrfs_set_log_full_commitDavid Sterba1-10/+9
2019-04-29btrfs: get fs_info from trans in btrfs_need_log_full_commitDavid Sterba1-3/+3
2019-04-29btrfs: get fs_info from eb in clean_tree_blockDavid Sterba1-3/+3
2019-04-29btrfs: get fs_info from eb in btrfs_exclude_logged_extentsDavid Sterba1-1/+1
2019-04-29btrfs: move tree block wait and write helpers to tree-logDavid Sterba1-0/+11
2019-03-20Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana1-8/+1
2019-03-13btrfs: remove WARN_ON in log_dir_itemsJosef Bacik1-2/+9
2019-03-13Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana1-0/+13
2019-02-25Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana1-0/+2
2019-02-25Btrfs: fix fsync after succession of renames and unlink/rmdirFilipe Manana1-12/+37
2019-02-25Btrfs: fix fsync after succession of renames of different filesFilipe Manana1-44/+197
2019-02-25btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba1-3/+3
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