index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
tree-log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-25
btrfs: fix lost error handling when looking up extended ref on log replay
Filipe Manana
1
-1
/
+3
2022-05-12
btrfs: always log symlinks in full mode
Filipe Manana
1
-1
/
+13
2022-03-08
btrfs: add missing run of delayed items after unlink during log replay
Filipe Manana
1
-0
/
+18
2021-11-26
btrfs: fix lost error handling when replaying directory deletes
Filipe Manana
1
-1
/
+3
2021-10-27
btrfs: deal with errors when checking if a dir entry exists during log replay
Filipe Manana
1
-18
/
+29
2021-10-20
btrfs: check for error when looking up inode during dir entry replay
Filipe Manana
1
-7
/
+7
2021-10-20
btrfs: deal with errors when adding inode reference during log replay
Filipe Manana
1
-2
/
+7
2021-10-20
btrfs: deal with errors when replaying dir entry during log replay
Filipe Manana
1
-1
/
+8
2021-07-20
btrfs: clear log tree recovering status if starting transaction fails
David Sterba
1
-0
/
+1
2021-06-10
btrfs: fixup error handling in fixup_inode_link_counts
Josef Bacik
1
-6
/
+7
2021-06-03
btrfs: do not BUG_ON in link_to_fixup_dir
Josef Bacik
1
-2
/
+0
2020-11-05
btrfs: reschedule if necessary when logging directory items
Filipe Manana
1
-0
/
+8
2020-09-03
btrfs: check the right error variable in btrfs_del_dir_entries_in_log
Josef Bacik
1
-4
/
+6
2020-08-21
btrfs: fix memory leaks after failure to lookup checksums during inode logging
Filipe Manana
1
-6
/
+2
2020-05-06
btrfs: fix partial loss of prealloc extent past i_size after fsync
Filipe Manana
1
-3
/
+40
2020-02-11
Btrfs: fix missing hole after hole punching and fsync when using NO_HOLES
Filipe Manana
1
-288
/
+100
2019-12-31
btrfs: skip log replay on orphaned roots
Josef Bacik
1
-2
/
+21
2019-12-31
Btrfs: fix missing data checksums after replaying a log tree
Filipe Manana
1
-3
/
+26
2019-10-17
btrfs: fix incorrect updating of log root tree
Josef Bacik
1
-9
/
+27
2019-09-19
Btrfs: fix assertion failure during fsync and use of stale transaction
Filipe Manana
1
-4
/
+4
2019-07-26
Btrfs: fix fsync not persisting dentry deletions due to inode evictions
Filipe Manana
1
-2
/
+26
2019-07-26
Btrfs: fix data loss after inode eviction, renaming it, and fsync it
Filipe Manana
1
-1
/
+11
2019-06-09
Btrfs: fix fsync not persisting changed attributes of a directory
Filipe Manana
1
-12
/
+0
2019-06-09
Btrfs: fix race updating log root item during fsync
Filipe Manana
1
-2
/
+6
2019-05-31
Btrfs: avoid fallback to transaction commit during fsync of files with holes
Filipe Manana
1
-0
/
+1
2019-04-03
Btrfs: fix assertion failure on fsync with NO_HOLES enabled
Filipe Manana
1
-8
/
+1
2019-04-03
btrfs: remove WARN_ON in log_dir_items
Josef Bacik
1
-2
/
+9
2019-04-03
Btrfs: fix incorrect file size after shrinking truncate and fsync
Filipe Manana
1
-0
/
+13
2019-01-09
Btrfs: fix fsync of files with multiple hard links in new directories
Filipe Manana
1
-0
/
+16
2018-11-21
Btrfs: fix missing data checksums after a ranged fsync (msync)
Filipe Manana
1
-0
/
+17
2018-11-13
btrfs: move the dio_sem higher up the callchain
Josef Bacik
1
-2
/
+0
2018-11-13
Btrfs: fix assertion on fsync of regular file when using no-holes feature
Filipe Manana
1
-1
/
+2
2018-11-13
Btrfs: fix wrong dentries after fsync of file that got its parent replaced
Filipe Manana
1
-3
/
+27
2018-11-13
Btrfs: fix warning when replaying log after fsync of a tmpfile
Filipe Manana
1
-10
/
+32
2018-11-13
btrfs: fix error handling in free_log_tree
Jeff Mahoney
1
-3
/
+6
2018-08-23
Btrfs: sync log after logging new name
Filipe Manana
1
-6
/
+42
2018-08-06
btrfs: simplify IS_ERR/PTR_ERR checks
Al Viro
1
-3
/
+2
2018-08-06
btrfs: btrfs_iget never returns an is_bad_inode inode
Al Viro
1
-5
/
+1
2018-08-06
Btrfs: fix mount failure after fsync due to hard link recreation
Filipe Manana
1
-0
/
+66
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extent
Lu Fengqi
1
-1
/
+1
2018-08-06
btrfs: simplify pointer chasing of local fs_info variables
David Sterba
1
-3
/
+3
2018-08-06
btrfs: Get rid of the confusing btrfs_file_extent_inline_len
Qu Wenruo
1
-8
/
+4
2018-08-06
btrfs: Remove fs_info from btrfs_alloc_logged_file_extent
Nikolay Borisov
1
-1
/
+0
2018-08-06
btrfs: Streamline log_extent_csums a bit
Nikolay Borisov
1
-6
/
+4
2018-08-06
btrfs: remove the logged extents infrastructure
Josef Bacik
1
-16
/
+0
2018-08-06
btrfs: clean up the left over logged_list usage
Josef Bacik
1
-30
/
+2
2018-08-06
btrfs: remove the wait ordered logic in the log_one_extent path
Josef Bacik
1
-108
/
+10
2018-05-28
btrfs: replace waitqueue_actvie with cond_wake_up
David Sterba
1
-22
/
+12
2018-05-28
btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups
David Sterba
1
-2
/
+8
2018-05-17
Btrfs: fix duplicate extents after fsync of file with prealloc extents
Filipe Manana
1
-25
/
+112
[next]