index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
fb
/
fbcon.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-08
bcachefs: bch2_btree_root_alloc_fake_trans()
Kent Overstreet
3
-5
/
+7
2024-05-08
bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()
Kent Overstreet
10
-4
/
+29
2024-05-08
bcachefs: Use bch2_btree_path_upgrade() in key cache traverse
Kent Overstreet
1
-16
/
+3
2024-05-08
bcachefs: bch2_btree_path_upgrade() checks nodes_locked, not uptodate
Kent Overstreet
2
-9
/
+8
2024-05-08
bcachefs: maintain lock invariants in btree_iter_next_node()
Kent Overstreet
1
-0
/
+3
2024-05-08
bcachefs: bch2_trans_commit_flags_to_text()
Kent Overstreet
4
-5
/
+29
2024-05-08
bcachefs: prefer drop_locks_do()
Kent Overstreet
1
-3
/
+2
2024-05-08
bcachefs: get_unlocked_mut_path -> bch2_path_get_unlocked_mut
Kent Overstreet
3
-23
/
+26
2024-05-08
bcachefs: fix typo in reference to BCACHEFS_DEBUG
Lukas Bulwahn
1
-1
/
+1
2024-05-08
bcachefs: chardev: make bch_chardev_class constant
Ricardo B. Marliere
1
-13
/
+22
2024-05-08
bcachefs: member helper cleanups
Kent Overstreet
26
-126
/
+133
2024-05-08
bcachefs: bucket_valid()
Kent Overstreet
7
-25
/
+35
2024-05-08
bcachefs: bch2_trans_relock_fail() - factor out slowpath
Kent Overstreet
1
-46
/
+52
2024-05-08
bcachefs: bch2_dir_emit() - drop_locks_do() conversion
Kent Overstreet
1
-20
/
+26
2024-05-08
bcachefs: bch2_btree_insert_trans() no longer specifies BTREE_ITER_cached
Kent Overstreet
1
-6
/
+3
2024-05-08
bcachefs: iter/update/trigger/str_hash flag cleanup
Kent Overstreet
56
-644
/
+652
2024-05-08
bcachefs: __BTREE_ITER_ALL_SNAPSHOTS -> BTREE_ITER_SNAPSHOT_FIELD
Kent Overstreet
3
-4
/
+4
2024-05-08
bcachefs: mark_superblock cleanup
Kent Overstreet
5
-139
/
+97
2024-05-08
bcachefs: gc_btree_init_recurse() uses gc_mark_node()
Kent Overstreet
1
-42
/
+22
2024-05-08
bcachefs: move root node topo checks to node_check_topology()
Kent Overstreet
2
-23
/
+19
2024-05-08
bcachefs: move topology repair kick to gc_btrees()
Kent Overstreet
1
-39
/
+9
2024-05-08
bcachefs: kill metadata only gc
Kent Overstreet
1
-129
/
+59
2024-05-08
bcachefs: Finish converting reconstruct_alloc to errors_silent
Kent Overstreet
2
-3
/
+12
2024-05-08
bcachefs: bch2_gc() is now private to btree_gc.c
Kent Overstreet
4
-25
/
+8
2024-05-08
bcachefs: for_each_btree_key_continue()
Kent Overstreet
2
-29
/
+20
2024-05-08
bcachefs: kill for_each_btree_key_old()
Kent Overstreet
1
-8
/
+0
2024-05-08
bcachefs: Optimize eytzinger0_sort() with bottom-up heapsort
Kuan-Wei Chiu
1
-17
/
+88
2024-05-08
bcachefs: When traversing to interior nodes, propagate result to paths to sam...
Kent Overstreet
1
-0
/
+11
2024-05-08
bcachefs: Don't read journal just for fsck
Kent Overstreet
1
-1
/
+1
2024-05-08
bcachefs: allow for custom action in fsck error messages
Kent Overstreet
3
-13
/
+50
2024-05-08
bcachefs: New assertion for writing to the journal after shutdown
Kent Overstreet
6
-7
/
+10
2024-05-08
bcachefs: bch2_btree_path_to_text()
Kent Overstreet
3
-5
/
+53
2024-05-08
bcachefs: add btree_node_merging_disabled debug param
Kent Overstreet
2
-0
/
+5
2024-05-08
bcachefs: bch2_hash_lookup() now returns bkey_s_c
Kent Overstreet
6
-88
/
+49
2024-05-08
bcachefs: bch2_journal_keys_dump()
Kent Overstreet
2
-0
/
+19
2024-05-08
bcachefs: bch2_btree_node_header_to_text()
Kent Overstreet
1
-7
/
+20
2024-05-08
bcachefs: prt_printf() now respects \r\n\t
Kent Overstreet
23
-589
/
+226
2024-05-08
bcachefs: printbufs: prt_printf() now handles \t\r\n
Kent Overstreet
1
-63
/
+106
2024-05-08
bcachefs: printbuf improvements
Kent Overstreet
2
-63
/
+55
2024-05-08
bcachefs: Run upgrade/downgrade even in -o nochanges mode
Kent Overstreet
1
-43
/
+41
2024-05-08
bcachefs: Better write_super() error messages
Kent Overstreet
1
-6
/
+15
2024-05-08
bcachefs: Fix xattr_to_text() unsafety
Kent Overstreet
1
-4
/
+10
2024-05-08
bcachefs: bch2_bkey_format_field_overflows()
Kent Overstreet
3
-26
/
+30
2024-05-08
bcachefs: Fix needs_whiteout BUG_ON() in bkey_sort()
Kent Overstreet
3
-45
/
+56
2024-05-08
bcachefs: Fix sb_clean_validate endianness conversion
Kent Overstreet
1
-1
/
+1
2024-05-07
bcachefs: Add missing sched_annotate_sleep() in bch2_journal_flush_seq_async()
Kent Overstreet
1
-0
/
+6
2024-05-07
bcachefs: Fix race in bch2_write_super()
Kent Overstreet
1
-15
/
+32
2024-05-06
bcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAX
Kent Overstreet
2
-1
/
+3
2024-05-06
bcachefs: Add missing skcipher_request_set_callback() call
Kent Overstreet
1
-0
/
+1
2024-05-06
bcachefs: Fix snapshot_t() usage in bch2_fs_quota_read_inode()
Kent Overstreet
1
-5
/
+3
[next]