index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tree-log.c
Age
Commit message (
Expand
)
Author
2020-09-03
btrfs: check the right error variable in btrfs_del_dir_entries_in_log
Josef Bacik
2020-09-03
btrfs: only commit delayed items at fsync if we are logging a directory
Filipe Manana
2020-09-03
btrfs: only commit the delayed inode when doing a full fsync
Filipe Manana
2020-09-03
btrfs: factor out inode items copy loop from btrfs_log_inode()
Filipe Manana
2020-08-21
btrfs: fix memory leaks after failure to lookup checksums during inode logging
Filipe Manana
2020-08-21
btrfs: remove no longer needed use of log_writers for the log root tree
Filipe Manana
2020-08-21
btrfs: stop incremening log_batch for the log root tree when syncing log
Filipe Manana
2020-06-30
btrfs: check if a log root exists before locking the log_mutex on unlink
Filipe Manana
2020-05-06
btrfs: fix partial loss of prealloc extent past i_size after fsync
Filipe Manana
2020-02-11
Btrfs: fix infinite loop during fsync after rename operations
Filipe Manana
2020-02-11
Btrfs: fix missing hole after hole punching and fsync when using NO_HOLES
Filipe Manana
2019-12-31
btrfs: skip log replay on orphaned roots
Josef Bacik
2019-12-31
Btrfs: fix missing data checksums after replaying a log tree
Filipe Manana
2019-10-10
Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-10-01
btrfs: fix incorrect updating of log root tree
Josef Bacik
2019-09-18
Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
2019-09-12
Btrfs: fix assertion failure during fsync and use of stale transaction
Filipe Manana
2019-09-09
btrfs: tie extent buffer and it's token together
David Sterba
2019-09-09
btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extref
Nikolay Borisov
2019-09-09
btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref struct
Nikolay Borisov
2019-09-09
btrfs: move cond_wake_up functions out of ctree
David Sterba
2019-09-09
btrfs: tree-log: use symbolic name for first replay stage
David Sterba
2019-09-09
btrfs: tree-log: convert defines to enums
David Sterba
2019-09-09
btrfs: Remove unnecessary check from join_running_log_trans
Nikolay Borisov
2019-07-02
Btrfs: fix fsync not persisting dentry deletions due to inode evictions
Filipe Manana
2019-07-02
Btrfs: fix data loss after inode eviction, renaming it, and fsync it
Filipe Manana
2019-05-28
Btrfs: fix race updating log root item during fsync
Filipe Manana
2019-05-28
Btrfs: fix fsync not persisting changed attributes of a directory
Filipe Manana
2019-05-16
Btrfs: avoid fallback to transaction commit during fsync of files with holes
Filipe Manana
2019-04-29
Btrfs: improve performance on fsync of files with multiple hardlinks
Filipe Manana
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_extend_item
David Sterba
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_truncate_item
David Sterba
2019-04-29
btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()
Qu Wenruo
2019-04-29
btrfs: get fs_info from trans in btrfs_set_log_full_commit
David Sterba
2019-04-29
btrfs: get fs_info from trans in btrfs_need_log_full_commit
David Sterba
2019-04-29
btrfs: get fs_info from eb in clean_tree_block
David Sterba
2019-04-29
btrfs: get fs_info from eb in btrfs_exclude_logged_extents
David Sterba
2019-04-29
btrfs: move tree block wait and write helpers to tree-log
David Sterba
2019-03-20
Btrfs: fix assertion failure on fsync with NO_HOLES enabled
Filipe Manana
2019-03-13
btrfs: remove WARN_ON in log_dir_items
Josef Bacik
2019-03-13
Btrfs: fix incorrect file size after shrinking truncate and fsync
Filipe Manana
2019-02-25
Btrfs: add missing error handling after doing leaf/node binary search
Filipe Manana
2019-02-25
Btrfs: fix fsync after succession of renames and unlink/rmdir
Filipe Manana
2019-02-25
Btrfs: fix fsync after succession of renames of different files
Filipe Manana
2019-02-25
btrfs: open code now trivial btrfs_set_lock_blocking
David Sterba
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-12-17
Btrfs: fix fsync of files with multiple hard links in new directories
Filipe Manana
2018-12-17
Btrfs: simpler and more efficient cleanup of a log tree's extent io tree
Filipe Manana
2018-12-17
Btrfs: remove no longer used logged range variables when logging extents
Filipe Manana
2018-11-06
Btrfs: fix missing data checksums after a ranged fsync (msync)
Filipe Manana
[next]