index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
alloc_background.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Assorted fixes for clang
Kent Overstreet
2023-10-22
1
-31
/
+1
*
bcachefs: Enumerate recovery passes
Kent Overstreet
2023-10-22
1
-6
/
+6
*
bcachefs: Kill bch2_bucket_gens_read()
Kent Overstreet
2023-10-22
1
-56
/
+44
*
bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()
Kent Overstreet
2023-10-22
1
-2
/
+1
*
bcachefs: Change check for invalid key types
Kent Overstreet
2023-10-22
1
-6
/
+10
*
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Kill BTREE_INSERT_USE_RESERVE
Kent Overstreet
2023-10-22
1
-2
/
+4
*
bcachefs: Reduce stack frame size of bch2_check_alloc_info()
Kent Overstreet
2023-10-22
1
-18
/
+22
*
bcachefs: New error message helpers
Kent Overstreet
2023-10-22
1
-17
/
+16
*
bcachefs: Fix bch2_check_discard_freespace_key()
Kent Overstreet
2023-10-22
1
-12
/
+35
*
bcachefs: alloc_v4_u64s() fix
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: bch2_bkey_get_mut() improvements
Kent Overstreet
2023-10-22
1
-12
/
+2
*
bcachefs: bch2_bkey_get_iter() helpers
Kent Overstreet
2023-10-22
1
-29
/
+20
*
bcachefs: fix NULL bch_dev deref when checking bucket_gens keys
Brian Foster
2023-10-22
1
-5
/
+9
*
bcachefs: Fix a slab-out-of-bounds
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Rip out code for storing backpointers in alloc keys
Kent Overstreet
2023-10-22
1
-20
/
+14
*
bcachefs: Fix bch2_get_key_or_hole()
Kent Overstreet
2023-10-22
1
-4
/
+11
*
bcachefs: bch2_dev_freespace_init() Print out status every 10 seconds
Kent Overstreet
2023-10-22
1
-2
/
+10
*
bcachefs: use dedicated workqueue for tasks holding write refs
Brian Foster
2023-10-22
1
-2
/
+2
*
bcachefs: New erasure coding shutdown path
Kent Overstreet
2023-10-22
1
-38
/
+1
*
bcachefs: Fix next_bucket()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Single open_bucket_partial list
Kent Overstreet
2023-10-22
1
-12
/
+16
*
bcachefs: Don't invalidate open buckets
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: Fragmentation LRU
Kent Overstreet
2023-10-22
1
-3
/
+17
*
bcachefs: Use btree write buffer for LRU btree
Kent Overstreet
2023-10-22
1
-9
/
+10
*
bcachefs: let __bch2_btree_insert() pass in flags
Daniel Hill
2023-10-22
1
-3
/
+3
*
bcachefs: Improve invalidate_one_bucket() error messages
Kent Overstreet
2023-10-22
1
-16
/
+35
*
bcachefs: BKEY_INVALID_FROM_JOURNAL
Kent Overstreet
2023-10-22
1
-5
/
+3
*
bcachefs: Change bkey_invalid() rw param to flags
Kent Overstreet
2023-10-22
1
-5
/
+6
*
bcachefs: Rework lru btree
Kent Overstreet
2023-10-22
1
-47
/
+28
*
bcachefs: bucket_gens btree
Kent Overstreet
2023-10-22
1
-15
/
+391
*
bcachefs: Improve bch2_check_alloc_info()
Kent Overstreet
2023-10-22
1
-53
/
+207
*
bcachefs: Improve bch2_dev_freespace_init()
Kent Overstreet
2023-10-22
1
-18
/
+93
*
bcachefs: New on disk format: Backpointers
Kent Overstreet
2023-10-22
1
-19
/
+85
*
bcachefs: Go RW before check_alloc_info()
Kent Overstreet
2023-10-22
1
-12
/
+20
*
bcachefs: Debug mode for c->writes references
Kent Overstreet
2023-10-22
1
-6
/
+6
*
bcachefs: Fix bch_alloc_to_text()
Kent Overstreet
2023-10-22
1
-1
/
+4
*
bcachefs: Better inlining for bch2_alloc_to_v4_mut
Kent Overstreet
2023-10-22
1
-124
/
+186
*
bcachefs: bch2_trans_relock_notrace()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: New btree helpers
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: More errcode cleanup
Kent Overstreet
2023-10-22
1
-10
/
+10
*
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
2023-10-22
1
-2
/
+1
*
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Use bch2_err_str() in error messages
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Improved errcodes
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Convert alloc code to for_each_btree_key_commit()
Kent Overstreet
2023-10-22
1
-43
/
+16
*
bcachefs: Convert bch2_do_invalidates_work() to for_each_btree_key2()
Kent Overstreet
2023-10-22
1
-46
/
+34
*
bcachefs: Convert bch2_dev_freespace_init() to for_each_btree_key_commit()
Kent Overstreet
2023-10-22
1
-23
/
+11
[next]