index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitattributes
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2023-10-22
bcachefs: fsck: inode_walker: last_pos, seen_this_pos
Kent Overstreet
1
-16
/
+23
2023-10-22
bcachefs: check_extents(): make sure to check i_sectors for last inode
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Inline bch2_snapshot_is_ancestor() fast path
Kent Overstreet
2
-2
/
+9
2023-10-22
bcachefs: Upgrade path fixes
Kent Overstreet
4
-4
/
+7
2023-10-22
bcachefs: is_ancestor bitmap
Kent Overstreet
2
-8
/
+18
2023-10-22
bcachefs: mark bch_inode_info and bkey_cached as reclaimable
Mikulas Patocka
2
-2
/
+2
2023-10-22
bcachefs: Compression levels
Kent Overstreet
10
-57
/
+174
2023-10-22
bcachefs: Extent sb compression type fields to 8 bits
Kent Overstreet
1
-3
/
+28
2023-10-22
bcachefs: bcachefs_format.h should be using __u64
Kent Overstreet
1
-10
/
+10
2023-10-22
bcachefs: fix_errors option is now a proper enum
Kent Overstreet
6
-47
/
+95
2023-10-22
bcachefs: bch_opt_fn
Kent Overstreet
4
-19
/
+33
2023-10-22
bcachefs: Convert snapshot table to RCU array
Kent Overstreet
7
-47
/
+207
2023-10-22
bcachefs: Add a race_fault() for write buffer slowpath
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Add buffered IO fallback for userspace
Kent Overstreet
1
-2
/
+15
2023-10-22
bcachefs: Fallocate now checks page cache
Kent Overstreet
1
-22
/
+61
2023-10-22
bcachefs: Don't start copygc until recovery is finished
Kent Overstreet
1
-6
/
+13
2023-10-22
bcachefs: Fix build error on weird gcc
Kent Overstreet
1
-3
/
+1
2023-10-22
bcachefs: Snapshot depth, skiplist fields
Kent Overstreet
6
-56
/
+267
2023-10-22
bcachefs: Version table now lists required recovery passes
Kent Overstreet
6
-46
/
+110
2023-10-22
bcachefs: bch2_sb_maybe_downgrade(), bch2_sb_upgrade()
Kent Overstreet
3
-14
/
+33
2023-10-22
bcachefs: Fix a write buffer flush deadlock
Kent Overstreet
2
-0
/
+15
[next]