summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.h
Commit message (Expand)AuthorAgeFilesLines
* btrfs: get fs_info from trans in btrfs_set_log_full_commitDavid Sterba2019-04-291-3/+2
* btrfs: get fs_info from trans in btrfs_need_log_full_commitDavid Sterba2019-04-291-3/+2
* Btrfs: remove no longer used io_err from btrfs_log_ctxFilipe Manana2018-12-171-2/+0
* btrfs: change btrfs_pin_log_trans to return voidzhong jiang2018-10-151-1/+1
* Btrfs: sync log after logging new nameFilipe Manana2018-08-231-1/+9
* btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba2018-04-121-16/+4
* btrfs: Remove root argument from btrfs_log_dentry_safeNikolay Borisov2018-03-261-1/+1
* btrfs: Make btrfs_del_inode_ref take btrfs_inodeNikolay Borisov2017-02-141-1/+1
* btrfs: Make btrfs_del_dir_entries_in_log take btrfs_inodeNikolay Borisov2017-02-141-1/+1
* btrfs: Make btrfs_log_new_name take btrfs_inodeNikolay Borisov2017-02-141-1/+1
* btrfs: Make btrfs_record_snapshot_destroy take btrfs_inodeNikolay Borisov2017-02-141-1/+1
* btrfs: Make btrfs_record_unlink_dir take btrfs_inodeNikolay Borisov2017-02-141-1/+1
* Btrfs: ACCESS_ONCE cleanupSeraphime Kirkovski2017-02-141-2/+2
* Btrfs: fix lockdep warning on deadlock against an inode's log mutexFilipe Manana2016-08-251-1/+4
* Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana2016-03-011-0/+2
* Btrfs: fix metadata inconsistencies after directory fsyncFilipe Manana2015-03-261-0/+2
* Btrfs: fix data corruption after fast fsync and writeback errorFilipe Manana2014-09-191-0/+2
* Btrfs: fix fsync data loss after a ranged fsyncFilipe Manana2014-09-081-0/+2
* Btrfs: use helpers for last_trans_log_full_commit instead of opencodeMiao Xie2014-06-091-0/+16
* Btrfs: just wait or commit our own log sub-transactionMiao Xie2014-03-101-0/+2
* Btrfs: fix skipped error handle when log sync failedMiao Xie2014-03-101-2/+14
* btrfs: make static code static & remove dead codeEric Sandeen2013-05-061-3/+0
* btrfs: return void in functions without error conditionsJeff Mahoney2012-03-221-1/+1
* btrfs: remove unused function prototypesDavid Sterba2011-05-041-1/+0
* Btrfs: Metadata ENOSPC handling for tree logYan, Zheng2010-05-251-0/+2
* Btrfs: avoid tree log commit when there are no changesChris Mason2009-10-131-0/+3
* Btrfs: tree logging unlink/rename fixesChris Mason2009-03-241-5/+12
* Btrfs: Add a write ahead tree log to optimize synchronous operationsChris Mason2008-09-251-0/+41