index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tree-log.h
Age
Commit message (
Expand
)
Author
2017-02-14
btrfs: Make btrfs_del_inode_ref take btrfs_inode
Nikolay Borisov
2017-02-14
btrfs: Make btrfs_del_dir_entries_in_log take btrfs_inode
Nikolay Borisov
2017-02-14
btrfs: Make btrfs_log_new_name take btrfs_inode
Nikolay Borisov
2017-02-14
btrfs: Make btrfs_record_snapshot_destroy take btrfs_inode
Nikolay Borisov
2017-02-14
btrfs: Make btrfs_record_unlink_dir take btrfs_inode
Nikolay Borisov
2017-02-14
Btrfs: ACCESS_ONCE cleanup
Seraphime Kirkovski
2016-08-25
Btrfs: fix lockdep warning on deadlock against an inode's log mutex
Filipe Manana
2016-03-01
Btrfs: fix unreplayable log after snapshot delete + parent dir fsync
Filipe Manana
2015-03-26
Btrfs: fix metadata inconsistencies after directory fsync
Filipe Manana
2014-09-19
Btrfs: fix data corruption after fast fsync and writeback error
Filipe Manana
2014-09-08
Btrfs: fix fsync data loss after a ranged fsync
Filipe Manana
2014-06-09
Btrfs: use helpers for last_trans_log_full_commit instead of opencode
Miao Xie
2014-03-10
Btrfs: just wait or commit our own log sub-transaction
Miao Xie
2014-03-10
Btrfs: fix skipped error handle when log sync failed
Miao Xie
2013-05-06
btrfs: make static code static & remove dead code
Eric Sandeen
2012-03-22
btrfs: return void in functions without error conditions
Jeff Mahoney
2011-05-04
btrfs: remove unused function prototypes
David Sterba
2010-05-25
Btrfs: Metadata ENOSPC handling for tree log
Yan, Zheng
2009-10-13
Btrfs: avoid tree log commit when there are no changes
Chris Mason
2009-03-24
Btrfs: tree logging unlink/rename fixes
Chris Mason
2008-09-25
Btrfs: Add a write ahead tree log to optimize synchronous operations
Chris Mason