index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
resource.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Optimize bucket reuse
Kent Overstreet
1
-36
/
+28
2023-10-22
bcachefs: Always check for bucket reuse after read
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: bch2_journal_noflush_seq()
Kent Overstreet
3
-3
/
+43
2023-10-22
bcachefs: Add a tracepoint for the btree cache shrinker
Kent Overstreet
2
-2
/
+37
2023-10-22
bcachefs: Run scan_old_btree_nodes after version upgrade
Kent Overstreet
1
-21
/
+20
2023-10-22
bcachefs: Update sysfs compression_stats for snapshots
Kent Overstreet
1
-28
/
+57
2023-10-22
bcachefs: Kill bch2_ec_mem_alloc()
Kent Overstreet
4
-50
/
+5
2023-10-22
bcachefs: Fix allocator + journal interaction
Kent Overstreet
2
-2
/
+2
2023-10-22
bcachefs: New in-memory array for bucket gens
Kent Overstreet
6
-5
/
+72
2023-10-22
bcachefs: Separate out gc_bucket()
Kent Overstreet
3
-51
/
+57
2023-10-22
bcachefs: Put open_buckets in a hashtable
Kent Overstreet
4
-2
/
+58
2023-10-22
bcachefs: Refactor open_bucket code
Kent Overstreet
8
-67
/
+83
2023-10-22
bcachefs: bch2_alloc_sectors_append_ptrs() now takes cached flag
Kent Overstreet
4
-14
/
+12
2023-10-22
bcachefs: Delete some obsolete journal_seq_blacklist code
Kent Overstreet
5
-101
/
+11
2023-10-22
bcachefs: Journal initialization fixes
Kent Overstreet
1
-0
/
+10
2023-10-22
bcachefs: Use BTREE_ITER_NOPRESERVE in bch2_btree_iter_verify_ret()
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fix bch2_journal_meta()
Kent Overstreet
3
-6
/
+6
2023-10-22
bcachefs: bch2_journal_key_insert() no longer transfers ownership
Kent Overstreet
4
-33
/
+34
2023-10-22
bcachefs: Kill ptr_bucket_mark()
Kent Overstreet
1
-13
/
+7
2023-10-22
bcachefs: Don't start allocator threads too early
Kent Overstreet
3
-2
/
+11
2023-10-22
bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marks
Kent Overstreet
6
-106
/
+19
2023-10-22
bcachefs: Rewrite bch2_bucket_alloc_new_fs()
Kent Overstreet
6
-14
/
+46
2023-10-22
bcachefs: Kill non-lru cache replacement policies
Kent Overstreet
7
-129
/
+2
2023-10-22
bcachefs: Fix a null ptr deref in bch2_inode_delete_keys()
Kent Overstreet
1
-1
/
+5
2023-10-22
bcachefs: Turn encoded_extent_max into a regular option
Kent Overstreet
7
-22
/
+25
2023-10-22
bcachefs: Option improvements
Kent Overstreet
17
-122
/
+205
2023-10-22
bcachefs: Fix debugfs -bfloat-failed
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: BTREE_ITER_NOPRESERVE
Kent Overstreet
5
-16
/
+16
2023-10-22
bcachefs: Fix some shutdown path bugs
Kent Overstreet
3
-9
/
+16
2023-10-22
bcachefs: Optimize memory accesses in bch2_btree_node_get()
Kent Overstreet
1
-9
/
+10
2023-10-22
bcachefs: Make sure bch2_bucket_alloc_new_fs() obeys buckets_nouse
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Kill some obsolete sysfs code
Kent Overstreet
1
-27
/
+7
2023-10-22
bcachefs: Don't call bch2_bkey_transform() unnecessarily
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Kill bch2_sort_repack_merge()
Kent Overstreet
3
-73
/
+4
2023-10-22
bcachefs: Split out CONFIG_BCACHEFS_DEBUG_TRANSACTIONS
Kent Overstreet
3
-19
/
+23
2023-10-22
bcachefs: Fix an assertion in bch2_truncate()
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix debug build in userspace
Kent Overstreet
3
-12
/
+3
2023-10-22
bcachefs: Add missing bch2_trans_iter_exit() call
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Improve alloc_mem_to_key()
Kent Overstreet
3
-40
/
+25
2023-10-22
bcachefs: bch2_alloc_write()
Kent Overstreet
4
-65
/
+49
2023-10-22
bcachefs: Add more time_stats
Kent Overstreet
10
-14
/
+52
2023-10-22
bcachefs: Print out OPT_SECTORS options in bytes
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Fix null ptr deref in fsck_inode_rm()
Kent Overstreet
1
-1
/
+4
2023-10-22
bcachefs: Don't erasure code cached ptrs
Kent Overstreet
3
-12
/
+23
2023-10-22
bcachefs: Split out struct gc_stripe from struct stripe
Kent Overstreet
7
-215
/
+176
2023-10-22
bcachefs: Convert a BUG_ON() to a warning
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: bch2_trans_update() is now __must_check
Kent Overstreet
6
-20
/
+37
2023-10-22
bcachefs: Make __bch2_journal_debug_to_text() more readable
Kent Overstreet
1
-55
/
+28
2023-10-22
bcachefs: Specify filesystem options
Kent Overstreet
2
-54
/
+55
2023-10-22
bcachefs: Fix copygc sectors_to_move calculation
Kent Overstreet
2
-12
/
+12
[next]