summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+1Star
* 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/+9Star
* 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/+1Star
* 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/+2Star
* Btrfs: remove no longer used logged range variables when logging extentsFilipe Manana2018-12-171-8/+0Star
* 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/+0Star
* 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/+1Star
* Btrfs: sync log after logging new nameFilipe Manana2018-08-231-6/+42
* btrfs: simplify IS_ERR/PTR_ERR checksAl Viro2018-08-061-3/+2Star
* btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro2018-08-061-5/+1Star
* 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/+4Star
* btrfs: Remove fs_info from btrfs_alloc_logged_file_extentNikolay Borisov2018-08-061-1/+0Star
* btrfs: Streamline log_extent_csums a bitNikolay Borisov2018-08-061-6/+4Star
* btrfs: remove the logged extents infrastructureJosef Bacik2018-08-061-16/+0Star
* btrfs: clean up the left over logged_list usageJosef Bacik2018-08-061-30/+2Star
* btrfs: remove the wait ordered logic in the log_one_extent pathJosef Bacik2018-08-061-108/+10Star
* btrfs: replace waitqueue_actvie with cond_wake_upDavid Sterba2018-05-281-22/+12Star
* btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba2018-05-281-2/+8
* Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana2018-05-171-25/+112
* Btrfs: fix xattr loss after power failureFilipe Manana2018-05-141-0/+7
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1Star
* Btrfs: fix loss of prealloc extents past i_size after fsync log replayFilipe Manana2018-04-121-5/+58