index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Fix 'journal not marked as containing replicas'
Kent Overstreet
1
-8
/
+11
2023-10-22
bcachefs: btree_journal_iter.c
Kent Overstreet
11
-574
/
+597
2023-10-22
bcachefs: sb-clean.c
Kent Overstreet
8
-396
/
+424
2023-10-22
bcachefs: Move bch_sb_field_crypt code to checksum.c
Kent Overstreet
3
-42
/
+44
2023-10-22
bcachefs: sb-members.c
Kent Overstreet
9
-383
/
+401
2023-10-22
bcachefs: Split up btree_update_leaf.c
Kent Overstreet
5
-954
/
+964
2023-10-22
bcachefs: Split up fs-io.[ch]
Kent Overstreet
11
-2802
/
+2955
2023-10-22
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
22
-39
/
+55
2023-10-22
bcachefs: Fix for sb buffer being misaligned
Kent Overstreet
1
-6
/
+7
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
[next]