aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2020-09-03btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana
2020-05-05btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana
2020-02-14Btrfs: fix missing hole after hole punching and fsync when using NO_HOLESFilipe Manana
2020-02-14Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana
2020-02-14btrfs: Get rid of the confusing btrfs_file_extent_inline_lenQu Wenruo
2019-12-31btrfs: skip log replay on orphaned rootsJosef Bacik
2019-10-17btrfs: fix incorrect updating of log root treeJosef Bacik
2019-09-19Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana
2019-07-31Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana
2019-07-31Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana
2019-06-09Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana
2019-06-09Btrfs: fix race updating log root item during fsyncFilipe Manana
2019-05-31Btrfs: avoid fallback to transaction commit during fsync of files with holesFilipe Manana
2019-04-03btrfs: remove WARN_ON in log_dir_itemsJosef Bacik
2019-04-03Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana
2019-01-09Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana
2018-11-13Btrfs: fix fsync after hole punching when using no-holes featureFilipe Manana
2018-11-13btrfs: move the dio_sem higher up the callchainJosef Bacik
2018-11-13Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana
2018-11-13Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana
2018-11-13Btrfs: fix warning when replaying log after fsync of a tmpfileFilipe Manana
2018-11-13btrfs: fix error handling in free_log_treeJeff Mahoney
2018-08-03btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba
2018-07-22Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana
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-30Btrfs: fix loss of prealloc extents past i_size after fsync log replayFilipe Manana
2018-05-30Btrfs: fix log replay failure after linking special file and fsyncFilipe Manana
2018-05-22Btrfs: fix xattr loss after power failureFilipe Manana
2018-02-22Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo
2018-02-22Btrfs: fix extent state leak from tree logLiu Bo
2018-02-22Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo
2018-02-03Btrfs: fix list_add corruption and soft lockups in fsyncLiu Bo
2017-09-26btrfs: log csums for all modified extentsJosef Bacik
2017-08-21btrfs: Remove extra parentheses from condition in copy_items()Matthias Kaehlcke
2017-08-18Btrfs: fix assertion failure during fsync in no-holes modeFilipe Manana
2017-08-18btrfs: remove redundant check on ret being non-zeroColin Ian King
2017-07-19Btrfs: fix dir item validation when replaying xattr deletesFilipe Manana
2017-06-21btrfs: Check name_len in btrfs_check_ref_name_overrideSu Yue
2017-06-21btrfs: Verify dir_item in replay_xattr_deletesSu Yue
2017-06-21btrfs: Check name_len on add_inode_ref call pathSu Yue
2017-06-21btrfs: Check name_len with boundary in verify dir_itemSu Yue
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2017-02-28btrfs: Make btrfs_add_link take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_log_inode_parent take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make check_parent_dirs_for_sync take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov