aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-29btrfs: get fs_info from trans in btrfs_set_log_full_commitDavid Sterba1-3/+2
2019-04-29btrfs: get fs_info from trans in btrfs_need_log_full_commitDavid Sterba1-3/+2
2018-12-17Btrfs: remove no longer used io_err from btrfs_log_ctxFilipe Manana1-2/+0
2018-10-15btrfs: change btrfs_pin_log_trans to return voidzhong jiang1-1/+1
2018-08-23Btrfs: sync log after logging new nameFilipe Manana1-1/+9
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba1-16/+4
2018-03-26btrfs: Remove root argument from btrfs_log_dentry_safeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_del_inode_ref take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_del_dir_entries_in_log take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_log_new_name take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_record_snapshot_destroy take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14btrfs: Make btrfs_record_unlink_dir take btrfs_inodeNikolay Borisov1-1/+1
2017-02-14Btrfs: ACCESS_ONCE cleanupSeraphime Kirkovski1-2/+2
2016-08-25Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana1-1/+4
2016-03-01Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana1-0/+2
2015-03-26Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana1-0/+2
2014-09-19Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana1-0/+2
2014-09-08Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana1-0/+2
2014-06-09Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie1-0/+16
2014-03-10Btrfs: just wait or commit our own log sub-transactionMiao Xie1-0/+2
2014-03-10Btrfs: fix skipped error handle when log sync failedMiao Xie1-2/+14
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-3/+0
2012-03-22btrfs: return void in functions without error conditionsJeff Mahoney1-1/+1
2011-05-04btrfs: remove unused function prototypesDavid Sterba1-1/+0
2010-05-25Btrfs: Metadata ENOSPC handling for tree logYan, Zheng1-0/+2
2009-10-13Btrfs: avoid tree log commit when there are no changesChris Mason1-0/+3
2009-03-24Btrfs: tree logging unlink/rename fixesChris Mason1-5/+12
2008-09-25Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason1-0/+41