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