summaryrefslogtreecommitdiff
path: root/fs/btrfs/tree-log.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix lost error handling when replaying directory deletesFilipe Manana2021-11-261-1/+3
* btrfs: fixup error handling in fixup_inode_link_countsJosef Bacik2021-06-101-6/+7
* btrfs: do not BUG_ON in link_to_fixup_dirJosef Bacik2021-06-031-2/+0
* btrfs: reschedule if necessary when logging directory itemsFilipe Manana2020-11-101-0/+8
* btrfs: check the right error variable in btrfs_del_dir_entries_in_logJosef Bacik2020-09-031-4/+6
* btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana2020-08-211-6/+2
* Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2020-02-141-6/+1
* btrfs: skip log replay on orphaned rootsJosef Bacik2020-01-041-2/+21
* Btrfs: fix assertion failure during fsync and use of stale transactionFilipe Manana2019-09-211-4/+4
* 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-131-3/+27
* btrfs: fix error handling in free_log_treeJeff Mahoney2018-11-131-3/+6
* btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeupsDavid Sterba2018-08-031-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-221-0/+7
* btrfs: Remove extra parentheses from condition in copy_items()Matthias Kaehlcke2018-04-081-1/+1
* Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo2018-02-221-0/+18
* Btrfs: fix extent state leak from tree logLiu Bo2018-02-221-2/+3
* Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo2018-02-221-0/+9
* Btrfs: fix lockdep warning about log_mutexLiu Bo2017-08-061-3/+10
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-01-061-2/+1
* Btrfs: fix deadlock caused by fsync when logging directory entriesRobbie Ko2017-01-061-2/+2
* Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-281-14/+6
|\
| * btrfs: fix races on root_log_ctx listsChris Mason2016-10-271-14/+6
* | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-6/+6
|\ \ | |/
| * btrfs: unsplit printed stringsJeff Mahoney2016-09-261-4/+4
| * Btrfs: add a flags field to btrfs_fs_infoJosef Bacik2016-09-261-2/+2
* | btrfs: use filemap_check_errors()Miklos Szeredi2016-09-161-2/+2
|/
* Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason2016-09-061-0/+1
* Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana2016-08-251-2/+3
* btrfs: qgroup: Fix qgroup incorrectness caused by log replayQu Wenruo2016-08-251-0/+16
* Merge branch 'integration-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Chris Mason2016-08-051-8/+77
|\
| * Btrfs: improve performance on fsync against new inode after rename/unlinkFilipe Manana2016-08-011-8/+77
* | btrfs: btrfs_abort_transaction, drop root parameterJeff Mahoney2016-07-261-7/+7
* | btrfs: btrfs_test_opt and friends should take a btrfs_fs_infoJeff Mahoney2016-07-261-2/+2
* | Btrfs: fix read_node_slot to return errorsLiu Bo2016-07-261-0/+4
|/
* Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-06-181-2/+2
|\
| * Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo2016-06-171-2/+2
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-271-5/+5
|\ \ | |/
| * Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-251-5/+5
| |\
| | * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-251-4/+4
| | * btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-291-1/+1
* | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-211-47/+27
|\ \ \ | |/ /
| * | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-171-43/+23
| |\ \
| | * | Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana2016-05-131-37/+14
| | * | Btrfs: fix empty symlink after creating symlink and fsync parent dirFilipe Manana2016-05-131-1/+1
| | * | Btrfs: fix for incorrect directory entries after fsync log replayFilipe Manana2016-05-131-5/+8
| | |/