index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
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-09-30
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-1
/
+2
2021-09-18
btrfs: tree-log: check btrfs_lookup_data_extent return value
Marcos Paulo de Souza
1
-1
/
+3
2021-08-08
btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...
Filipe Manana
1
-2
/
+2
2021-08-08
btrfs: fix race causing unnecessary inode logging during link and rename
Filipe Manana
1
-3
/
+2
2021-07-14
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
2021-05-19
btrfs: fix race leading to unpersisted data and metadata on fsync
Filipe Manana
1
-1
/
+2
2021-01-17
btrfs: skip unnecessary searches for xattrs when logging an inode
Filipe Manana
1
-0
/
+8
2020-10-07
btrfs: reschedule if necessary when logging directory items
Filipe Manana
1
-0
/
+8
2020-10-07
btrfs: make fast fsyncs wait only for writeback
Filipe Manana
1
-70
/
+106
2020-10-07
btrfs: do not commit logs and transactions during link and rename operations
Filipe Manana
1
-57
/
+43
2020-10-07
btrfs: do not take the log_mutex of the subvolume when pinning the log
Filipe Manana
1
-2
/
+0
2020-10-07
btrfs: delete duplicated words + other fixes in comments
Randy Dunlap
1
-2
/
+2
2020-08-21
btrfs: check the right error variable in btrfs_del_dir_entries_in_log
Josef Bacik
1
-4
/
+6
2020-08-10
btrfs: fix memory leaks after failure to lookup checksums during inode logging
Filipe Manana
1
-6
/
+2
2020-07-27
btrfs: reduce contention on log trees when logging checksums
Filipe Manana
1
-2
/
+11
2020-07-27
btrfs: remove no longer needed use of log_writers for the log root tree
Filipe Manana
1
-13
/
+0
2020-07-27
btrfs: stop incremening log_batch for the log root tree when syncing log
Filipe Manana
1
-1
/
+0
2020-07-27
btrfs: only commit delayed items at fsync if we are logging a directory
Filipe Manana
1
-4
/
+5
2020-07-27
btrfs: only commit the delayed inode when doing a full fsync
Filipe Manana
1
-5
/
+7
2020-07-27
btrfs: make __btrfs_drop_extents take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2020-06-16
btrfs: check if a log root exists before locking the log_mutex on unlink
Filipe Manana
1
-0
/
+5
2020-05-25
btrfs: fix corrupt log due to concurrent fsync of inodes with shared extents
Filipe Manana
1
-3
/
+19
2020-05-25
btrfs: simplify iget helpers
David Sterba
1
-14
/
+10
2020-05-25
btrfs: simplify root lookup by id
David Sterba
1
-6
/
+2
2020-05-25
btrfs: don't use set/get token for single assignment in overwrite_item
David Sterba
1
-7
/
+2
2020-05-25
btrfs: drop eb parameter from set/get token helpers
David Sterba
1
-68
/
+57
2020-05-25
btrfs: remove useless check for copy_items() return value
Filipe Manana
1
-4
/
+1
2020-05-25
btrfs: remove the redundant parameter level in btrfs_bin_search()
Qu Wenruo
1
-2
/
+1
2020-04-27
btrfs: fix partial loss of prealloc extent past i_size after fsync
Filipe Manana
1
-3
/
+40
2020-04-08
btrfs: make full fsyncs always operate on the entire file again
Filipe Manana
1
-79
/
+14
2020-03-23
btrfs: move the root freeing stuff into btrfs_put_root
Josef Bacik
1
-6
/
+0
2020-03-23
btrfs: make ranged full fsyncs more efficient
Filipe Manana
1
-14
/
+79
2020-03-23
btrfs: factor out inode items copy loop from btrfs_log_inode()
Filipe Manana
1
-136
/
+138
2020-03-23
btrfs: add helper to get the end offset of a file extent item
Filipe Manana
1
-14
/
+1
2020-03-23
btrfs: Make btrfs_pin_extent_for_log_replay take transaction handle
Nikolay Borisov
1
-2
/
+2
2020-03-23
btrfs: Make btrfs_pin_reserved_extent take transaction handle
Nikolay Borisov
1
-3
/
+3
2020-03-23
btrfs: Call btrfs_pin_reserved_extent only during active transaction
Nikolay Borisov
1
-34
/
+20
2020-03-23
btrfs: Introduce unaccount_log_buffer
Nikolay Borisov
1
-0
/
+25
2020-03-23
btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root
Josef Bacik
1
-5
/
+5
2020-03-23
btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root
Josef Bacik
1
-4
/
+0
2020-03-23
btrfs: use btrfs_put_fs_root to free roots always
Josef Bacik
1
-4
/
+4
2020-03-23
btrfs: hold a ref on the root in btrfs_recover_log_trees
Josef Bacik
1
-0
/
+5
2020-03-23
btrfs: open code btrfs_read_fs_root_no_name
Josef Bacik
1
-1
/
+1
2020-03-23
btrfs: export and use btrfs_read_tree_root for tree-log
Josef Bacik
1
-1
/
+1
[next]