summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2018-11-21Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana
2018-08-06btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba
2018-05-30Btrfs: fix copy_items() return value when logging an inodeFilipe Manana
2018-05-30Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo
2018-05-30Btrfs: bail out on error during replay_dir_deletesLiu Bo
2018-05-26Btrfs: fix xattr loss after power failureFilipe Manana
2018-02-22Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo
2018-02-22Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo
2017-01-06Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko
2016-11-10btrfs: fix races on root_log_ctx listsChris Mason
2016-09-24Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason
2016-04-20Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana
2015-10-12Merge branch 'fix/waitqueue-barriers' of git://git.kernel.org/pub/scm/linux/k...Chris Mason
2015-10-10btrfs: remove extra barrier before waitqueue_activeDavid Sterba
2015-10-10btrfs: comment waitqueue_active implied by locksDavid Sterba
2015-09-29Btrfs: consolidate btrfs_error() to btrfs_std_error()Anand Jain
2015-08-19Btrfs: fix file read corruption after extent cloning and fsyncFilipe Manana
2015-08-19btrfs: Remove unused arguments in tree-log.cZhaolei
2015-08-19btrfs: Remove useless condition in start_log_trans()Zhaolei
2015-08-09Btrfs: fix stale dir entries after removing a link and fsyncFilipe Manana
2015-08-09Btrfs: fix stale directory entries after fsync log replayFilipe Manana
2015-07-01Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana
2015-06-30Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana
2015-06-30Btrfs: fix fsync data loss after append writeFilipe Manana
2015-06-03Btrfs: remove csum_bytes_leftLiu Bo
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-10btrfs: actively run the delayed refs while deleting large filesChris Mason
2015-03-26Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana
2015-03-26Btrfs: remove deleted xattrs on fsync log replayFilipe Manana
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...Chris Mason
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-03-05Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2015-02-16Btrfs: disk-io: replace root args iff only fs_info usedDaniel Dressler
2015-02-14Btrfs: don't remove extents and xattrs when logging new namesFilipe Manana
2015-02-14Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana
2015-02-14Btrfs: fix scheduler warning when syncing logFilipe Manana
2015-02-04Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu
2015-02-02btrfs: kill btrfs_inode_*time helpersDavid Sterba
2015-01-21Btrfs: fix fsync log replay for inodes with a mix of regular refs and extrefsFilipe Manana
2015-01-21Btrfs: fix fsync when extend references are added to an inodeFilipe Manana
2015-01-21Btrfs: fix directory inconsistency after fsync log replayFilipe Manana
2015-01-21Merge branch 'cleanup/blocksize-diet-part2' of git://git.kernel.org/pub/scm/l...Chris Mason
2015-01-14btrfs: simplify insert_orphan_itemDavid Sterba
2015-01-14btrfs: fix leak of path in btrfs_find_itemDavid Sterba
2014-12-12btrfs: sink blocksize parameter to btrfs_find_create_tree_blockDavid Sterba
2014-11-21Btrfs: ensure ordered extent errors aren't missed on fsyncFilipe Manana
2014-11-21Btrfs: collect only the necessary ordered extents on ranged fsyncFilipe Manana