index
:
binx/bcachefs.git
bcachefs-garbage
master
Unnamed repository; edit this file 'description' to name the repository.
Hunter Shaffer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
alloc_background.c
Age
Commit message (
Expand
)
Author
2023-08-14
bcachefs: Assorted fixes for clang
Kent Overstreet
2023-08-14
bcachefs: Enumerate recovery passes
Kent Overstreet
2023-08-14
bcachefs: Kill bch2_bucket_gens_read()
Kent Overstreet
2023-08-14
bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()
Kent Overstreet
2023-08-14
bcachefs: Change check for invalid key types
Kent Overstreet
2023-08-14
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-08-14
bcachefs: Kill BTREE_INSERT_USE_RESERVE
Kent Overstreet
2023-08-14
bcachefs: Reduce stack frame size of bch2_check_alloc_info()
Kent Overstreet
2023-08-14
bcachefs: New error message helpers
Kent Overstreet
2023-08-14
bcachefs: Fix bch2_check_discard_freespace_key()
Kent Overstreet
2023-08-14
bcachefs: alloc_v4_u64s() fix
Kent Overstreet
2023-08-14
bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()
Kent Overstreet
2023-08-14
bcachefs: bch2_bkey_get_mut() improvements
Kent Overstreet
2023-08-14
bcachefs: bch2_bkey_get_iter() helpers
Kent Overstreet
2023-08-14
bcachefs: fix NULL bch_dev deref when checking bucket_gens keys
Brian Foster
2023-08-14
bcachefs: Fix a slab-out-of-bounds
Kent Overstreet
2023-08-14
bcachefs: Rip out code for storing backpointers in alloc keys
Kent Overstreet
2023-08-14
bcachefs: Fix bch2_get_key_or_hole()
Kent Overstreet
2023-08-14
bcachefs: bch2_dev_freespace_init() Print out status every 10 seconds
Kent Overstreet
2023-08-14
bcachefs: use dedicated workqueue for tasks holding write refs
Brian Foster
2023-08-14
bcachefs: New erasure coding shutdown path
Kent Overstreet
2023-08-14
bcachefs: Fix next_bucket()
Kent Overstreet
2023-08-14
bcachefs: Single open_bucket_partial list
Kent Overstreet
2023-08-14
bcachefs: Don't invalidate open buckets
Kent Overstreet
2023-08-14
bcachefs: Fragmentation LRU
Kent Overstreet
2023-08-14
bcachefs: Use btree write buffer for LRU btree
Kent Overstreet
2023-08-14
bcachefs: let __bch2_btree_insert() pass in flags
Daniel Hill
2023-08-14
bcachefs: Improve invalidate_one_bucket() error messages
Kent Overstreet
2023-08-14
bcachefs: BKEY_INVALID_FROM_JOURNAL
Kent Overstreet
2023-08-14
bcachefs: Change bkey_invalid() rw param to flags
Kent Overstreet
2023-08-14
bcachefs: Rework lru btree
Kent Overstreet
2023-08-14
bcachefs: bucket_gens btree
Kent Overstreet
2023-08-14
bcachefs: Improve bch2_check_alloc_info()
Kent Overstreet
2023-08-14
bcachefs: Improve bch2_dev_freespace_init()
Kent Overstreet
2023-08-14
bcachefs: New on disk format: Backpointers
Kent Overstreet
2023-08-14
bcachefs: Go RW before check_alloc_info()
Kent Overstreet
2023-08-14
bcachefs: Debug mode for c->writes references
Kent Overstreet
2023-08-14
bcachefs: Fix bch_alloc_to_text()
Kent Overstreet
2023-08-14
bcachefs: Better inlining for bch2_alloc_to_v4_mut
Kent Overstreet
2023-08-14
bcachefs: bch2_trans_relock_notrace()
Kent Overstreet
2023-08-14
bcachefs: New btree helpers
Kent Overstreet
2023-08-14
bcachefs: More errcode cleanup
Kent Overstreet
2023-08-14
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-08-14
bcachefs: Add persistent counters for all tracepoints
Kent Overstreet
2023-08-14
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
2023-08-14
bcachefs: Use bch2_err_str() in error messages
Kent Overstreet
2023-08-14
bcachefs: Improved errcodes
Kent Overstreet
2023-08-14
bcachefs: Convert alloc code to for_each_btree_key_commit()
Kent Overstreet
2023-08-14
bcachefs: Convert bch2_do_invalidates_work() to for_each_btree_key2()
Kent Overstreet
2023-08-14
bcachefs: Convert bch2_dev_freespace_init() to for_each_btree_key_commit()
Kent Overstreet
[next]