index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: kill EBUG_ON() redefinition in bkey.c
Kent Overstreet
2023-10-22
1
-9
/
+8
*
bcachefs: Add logging to bch2_inode_peek() & related
Kent Overstreet
2023-10-22
3
-4
/
+11
*
bcachefs: Fix lock thrashing in __bchfs_fallocate()
Kent Overstreet
2023-10-22
1
-25
/
+56
*
bcachefs: Fix for bch2_copygc() spuriously returning -EEXIST
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Convert btree_err_type to normal error codes
Kent Overstreet
2023-10-22
2
-72
/
+53
*
bcachefs: Fix btree_err() macro
Kent Overstreet
2023-10-22
1
-1
/
+4
*
bcachefs: Ensure topology repair runs
Kent Overstreet
2023-10-22
4
-1
/
+5
*
bcachefs: Log a message when running an explicit recovery pass
Kent Overstreet
2023-10-22
5
-26
/
+35
*
bcachefs: Print out required recovery passes on version upgrade
Kent Overstreet
2023-10-22
1
-25
/
+37
*
bcachefs: Fix shift by 64 in set_inc_field()
Kent Overstreet
2023-10-22
1
-27
/
+24
*
bcachefs: bkey_format helper improvements
Kent Overstreet
2023-10-22
4
-22
/
+43
*
bcachefs: bcachefs_metadata_version_deleted_inodes
Kent Overstreet
2023-10-22
5
-3
/
+125
*
bcachefs: Fix folio leak in folio_hole_offset()
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Fix overlapping extent repair
Kent Overstreet
2023-10-22
2
-38
/
+131
*
bcachefs: In debug mode, run fsck again after fixing errors
Kent Overstreet
2023-10-22
1
-0
/
+23
*
bcachefs: recovery_types.h
Kent Overstreet
2023-10-22
2
-42
/
+48
*
bcachefs: Handle weird opt string from sys_fsconfig()
Kent Overstreet
2023-10-22
1
-0
/
+7
*
bcachefs: Assorted fixes for clang
Kent Overstreet
2023-10-22
14
-128
/
+86
*
bcachefs: Move fsck_inode_rm() to inode.c
Kent Overstreet
2023-10-22
3
-64
/
+66
*
bcachefs: Consolidate btree id properties
Kent Overstreet
2023-10-22
5
-124
/
+104
*
bcachefs: bch2_trans_update_extent_overwrite()
Kent Overstreet
2023-10-22
2
-103
/
+114
*
bcachefs: Fix minor memory leak on invalid bkey
Kent Overstreet
2023-10-22
1
-5
/
+7
*
bcachefs: Move some declarations to the correct header
Kent Overstreet
2023-10-22
2
-9
/
+9
*
bcachefs: Fix btree iter leak in __bch2_insert_snapshot_whiteouts()
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Fix a null ptr deref in check_xattr()
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: bch2_btree_bit_mod()
Kent Overstreet
2023-10-22
4
-28
/
+37
*
bcachefs: move inode triggers to inode.c
Kent Overstreet
2023-10-22
4
-71
/
+75
*
bcachefs: fsck: delete dead code
Kent Overstreet
2023-10-22
1
-41
/
+0
*
bcachefs: Make topology repair a normal recovery pass
Kent Overstreet
2023-10-22
7
-46
/
+33
*
bcachefs: bch2_run_explicit_recovery_pass()
Kent Overstreet
2023-10-22
5
-12
/
+22
*
bcachefs: Print version, options earlier in startup path
Kent Overstreet
2023-10-22
1
-2
/
+3
*
bcachefs: use prejournaled key updates for write buffer flushes
Brian Foster
2023-10-22
1
-2
/
+28
*
bcachefs: support btree updates of prejournaled keys
Brian Foster
2023-10-22
4
-3
/
+36
*
bcachefs: fold bch2_trans_update_by_path_trace() into callers
Brian Foster
2023-10-22
1
-19
/
+8
*
bcachefs: remove unnecessary btree_insert_key_leaf() wrapper
Brian Foster
2023-10-22
1
-7
/
+1
*
bcachefs: remove duplicate code between backpointer update paths
Brian Foster
2023-10-22
2
-21
/
+5
*
bcachefs: Suppresss various error messages in no_data_io mode
Kent Overstreet
2023-10-22
3
-6
/
+10
*
bcachefs: Fix lookup_inode_for_snapshot()
Kent Overstreet
2023-10-22
1
-1
/
+5
*
bcachefs: need_snapshot_cleanup shouldn't be a fsck error
Kent Overstreet
2023-10-22
1
-12
/
+16
*
bcachefs: Improve key_visible_in_snapshot()
Kent Overstreet
2023-10-22
1
-8
/
+16
*
bcachefs: Refactor overlapping extent checks
Kent Overstreet
2023-10-22
1
-66
/
+87
*
bcachefs: check_extent(): don't use key_visible_in_snapshot()
Kent Overstreet
2023-10-22
1
-35
/
+12
*
bcachefs: check_extent() refactoring
Kent Overstreet
2023-10-22
1
-49
/
+50
*
bcachefs: fsck: walk_inode() now takes is_whiteout
Kent Overstreet
2023-10-22
1
-12
/
+13
*
bcachefs: Simplify check_extent()
Kent Overstreet
2023-10-22
1
-20
/
+10
*
bcachefs: overlapping_extents_found()
Kent Overstreet
2023-10-22
2
-37
/
+84
*
bcachefs: fsck: inode_walker: last_pos, seen_this_pos
Kent Overstreet
2023-10-22
1
-16
/
+23
*
bcachefs: check_extents(): make sure to check i_sectors for last inode
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Inline bch2_snapshot_is_ancestor() fast path
Kent Overstreet
2023-10-22
2
-2
/
+9
*
bcachefs: Upgrade path fixes
Kent Overstreet
2023-10-22
4
-4
/
+7
[next]