summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix race updating log root item during fsyncFilipe Manana2019-06-111-2/+6
* btrfs: remove WARN_ON in log_dir_itemsJosef Bacik2019-04-031-2/+9
* Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana2018-11-211-3/+27
* btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba2018-08-061-2/+8
* Btrfs: fix copy_items() return value when logging an inodeFilipe Manana2018-05-301-0/+1
* Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo2018-05-301-2/+5
* Btrfs: bail out on error during replay_dir_deletesLiu Bo2018-05-301-1/+3
* Btrfs: fix xattr loss after power failureFilipe Manana2018-05-261-0/+7
* Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo2018-02-221-0/+18
* Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo2018-02-221-0/+9
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-01-061-2/+1
* btrfs: fix races on root_log_ctx listsChris Mason2016-11-101-14/+6
* Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason2016-09-241-0/+1
* Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana2016-04-201-0/+137
* Btrfs: fix regression running delayed references when using qgroupsFilipe Manana2015-10-251-1/+1
* Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason2015-10-121-2/+12
|\
| * btrfs: remove extra barrier before waitqueue_activeDavid Sterba2015-10-101-2/+6
| * btrfs: comment waitqueue_active implied by locksDavid Sterba2015-10-101-0/+6
* | Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain2015-09-291-4/+4
|/
* Btrfs: fix file read corruption after extent cloning and fsyncFilipe Manana2015-08-191-0/+54
* btrfs: Remove unused arguments in tree-log.cZhaolei2015-08-191-14/+11
* btrfs: Remove useless condition in start_log_trans()Zhaolei2015-08-191-26/+17
* Btrfs: fix stale dir entries after removing a link and fsyncFilipe Manana2015-08-091-20/+138
* Btrfs: fix stale directory entries after fsync log replayFilipe Manana2015-08-091-4/+60
* Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana2015-07-011-0/+108
* Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana2015-06-301-0/+104
* Btrfs: fix fsync data loss after append writeFilipe Manana2015-06-301-5/+9
* Btrfs: remove csum_bytes_leftLiu Bo2015-06-031-6/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-7/+7
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-7/+7
* | btrfs: actively run the delayed refs while deleting large filesChris Mason2015-04-101-2/+6
* | Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana2015-03-261-7/+236
* | Btrfs: remove deleted xattrs on fsync log replayFilipe Manana2015-03-261-14/+109
* | Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason2015-03-251-3/+5
|\ \ | |/ |/|
| * Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler2015-02-161-3/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-03-061-1/+1
|\ \
| * | Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas2015-03-051-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2015-02-191-50/+184
|\|
| * Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana2015-02-141-12/+27
| * Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana2015-02-141-9/+73
| * Btrfs: fix scheduler warning when syncing logFilipe Manana2015-02-141-1/+1
| * btrfs: kill btrfs_inode_*time helpersDavid Sterba2015-02-021-6/+6
| * Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana2015-01-211-3/+36
| * Btrfs: fix fsync when extend references are added to an inodeFilipe Manana2015-01-211-11/+16
| * Btrfs: fix directory inconsistency after fsync log replayFilipe Manana2015-01-211-2/+18
| * Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason2015-01-211-1/+1
| |\
| | * btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba2014-12-121-1/+1
| * | btrfs: simplify insert_orphan_itemDavid Sterba2015-01-141-12/+4
| * | btrfs: fix leak of path in btrfs_find_itemDavid Sterba2015-01-141-1/+10
| |/
* / Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu2015-02-041-0/+1
|/