summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
AgeCommit message (Expand)Author
2018-08-03btrfs: 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-22Btrfs: fix xattr loss after power failureFilipe Manana
2018-04-08btrfs: Remove extra parentheses from condition in copy_items()Matthias Kaehlcke
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
2017-08-06Btrfs: fix lockdep warning about log_mutexLiu Bo
2017-01-06Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko
2017-01-06Btrfs: fix deadlock caused by fsync when logging directory entriesRobbie Ko
2016-10-28Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-27btrfs: fix races on root_log_ctx listsChris Mason
2016-10-11Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-26btrfs: unsplit printed stringsJeff Mahoney
2016-09-26Btrfs: add a flags field to btrfs_fs_infoJosef Bacik
2016-09-16btrfs: use filemap_check_errors()Miklos Szeredi
2016-09-06Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason
2016-08-25Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana
2016-08-25btrfs: qgroup: Fix qgroup incorrectness caused by log replayQu Wenruo
2016-08-05Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason
2016-08-01Btrfs: improve performance on fsync against new inode after rename/unlinkFilipe Manana
2016-07-26btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney
2016-07-26btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney
2016-07-26Btrfs: fix read_node_slot to return errorsLiu Bo
2016-06-18Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo
2016-05-27Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-25Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-05-17Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason
2016-05-13Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana
2016-05-13Btrfs: fix empty symlink after creating symlink and fsync parent dirFilipe Manana
2016-05-13Btrfs: fix for incorrect directory entries after fsync log replayFilipe Manana
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-29btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba
2016-04-28btrfs: rename btrfs_std_error to btrfs_handle_fs_errorAnand Jain
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-04-06Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana
2016-03-14btrfs: Fix misspellings in comments.Adam Buchbinder
2016-03-11btrfs: move btrfs_compression_type to compression.hAnand Jain
2016-03-01Btrfs: do not collect ordered extents when logging that inode existsFilipe Manana
2016-03-01Btrfs: fix file loss on log replay after renaming a file and fsyncFilipe Manana
2016-03-01Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana
2016-01-25Btrfs: fix race between fsync and lockless direct IO writesFilipe 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