summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-101-9/+27
|\
| * btrfs: fix incorrect updating of log root treeJosef Bacik2019-10-011-9/+27
* | Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-09-181-28/+27
|\|
| * btrfs: tie extent buffer and it's token togetherDavid Sterba2019-09-091-4/+3
| * btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov2019-09-091-7/+6
| * btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov2019-09-091-4/+4
| * btrfs: move cond_wake_up functions out of ctreeDavid Sterba2019-09-091-0/+1
| * btrfs: tree-log: use symbolic name for first replay stageDavid Sterba2019-09-091-1/+1
| * btrfs: tree-log: convert defines to enumsDavid Sterba2019-09-091-8/+12
| * btrfs: Remove unnecessary check from join_running_log_transNikolay Borisov2019-09-091-4/+0
* | Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana2019-09-121-8/+8
|/
* Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana2019-07-021-2/+26
* Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana2019-07-021-1/+11
* Btrfs: fix race updating log root item during fsyncFilipe Manana2019-05-281-2/+6
* Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana2019-05-281-12/+0
* Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana2019-05-161-0/+1
* Btrfs: improve performance on fsync of files with multiple hardlinksFilipe Manana2019-04-291-40/+188
* btrfs: remove unused parameter fs_info from btrfs_extend_itemDavid Sterba2019-04-291-3/+1
* btrfs: remove unused parameter fs_info from btrfs_truncate_itemDavid Sterba2019-04-291-1/+1
* btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()Qu Wenruo2019-04-291-3/+8
* btrfs: get fs_info from trans in btrfs_set_log_full_commitDavid Sterba2019-04-291-10/+9
* btrfs: get fs_info from trans in btrfs_need_log_full_commitDavid Sterba2019-04-291-3/+3
* btrfs: get fs_info from eb in clean_tree_blockDavid Sterba2019-04-291-3/+3
* btrfs: get fs_info from eb in btrfs_exclude_logged_extentsDavid Sterba2019-04-291-1/+1
* btrfs: move tree block wait and write helpers to tree-logDavid Sterba2019-04-291-0/+11
* Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2019-03-201-8/+1
* btrfs: remove WARN_ON in log_dir_itemsJosef Bacik2019-03-131-2/+9
* Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana2019-03-131-0/+13
* Btrfs: add missing error handling after doing leaf/node binary searchFilipe Manana2019-02-251-0/+2
* Btrfs: fix fsync after succession of renames and unlink/rmdirFilipe Manana2019-02-251-12/+37
* Btrfs: fix fsync after succession of renames of different filesFilipe Manana2019-02-251-44/+197
* btrfs: open code now trivial btrfs_set_lock_blockingDavid Sterba2019-02-251-3/+3
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-171-2/+2
* Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana2018-12-171-0/+16
* Btrfs: simpler and more efficient cleanup of a log tree's extent io treeFilipe Manana2018-12-171-14/+2
* Btrfs: remove no longer used logged range variables when logging extentsFilipe Manana2018-12-171-8/+0
* Btrfs: fix missing data checksums after a ranged fsync (msync)Filipe Manana2018-11-061-0/+17
* btrfs: move the dio_sem higher up the callchainJosef Bacik2018-10-191-2/+0
* Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana2018-10-171-1/+2
* Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana2018-10-151-3/+27
* Btrfs: fix warning when replaying log after fsync of a tmpfileFilipe Manana2018-10-151-10/+32
* btrfs: fix error handling in free_log_treeJeff Mahoney2018-10-151-3/+6
* btrfs: change btrfs_pin_log_trans to return voidzhong jiang2018-10-151-4/+1
* Btrfs: sync log after logging new nameFilipe Manana2018-08-231-6/+42
* btrfs: simplify IS_ERR/PTR_ERR checksAl Viro2018-08-061-3/+2
* btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro2018-08-061-5/+1
* Btrfs: fix mount failure after fsync due to hard link recreationFilipe Manana2018-08-061-0/+66
* btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extentLu Fengqi2018-08-061-1/+1
* btrfs: simplify pointer chasing of local fs_info variablesDavid Sterba2018-08-061-3/+3
* btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo2018-08-061-8/+4