index
:
linux-bcache.git
acall
aio
aio-attributes-upstream
aio-fix
aio-ida
aio-new-abi
bcache-3.10-stable
bcache-continue-on-btree-node-error
bcache-dev-february
bcache-dev-wip
bcache-transactions
bcache-vmalloc-fallback
bcache_uuid_debug
bcachefs-v0
blk-flush-torture-test
block_discard_fix
block_stuff
block_stuff_1
dynamic_faults
idr
idr-array-alloc
idr-performance-hacks
pagecache_iter
pagecache_iter-4.6
per-cpu-tags
percpu-ida
percpu-tag-allocator
rbtree
treebitvec
wait_events
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
gc.c
Age
Commit message (
Expand
)
Author
2015-02-12
bcache: Hook up new btree node fields
Kent Overstreet
2015-02-12
bcache: New btree node format
Kent Overstreet
2015-02-12
bcache: Bkey format field offsets
Kent Overstreet
2015-02-12
bcache: Add accounting for nr packed/unpacked keys
Kent Overstreet
2015-02-12
bcache: Packed bkeys
Kent Overstreet
2015-02-12
bcache: Kill bch_btree_count_u64s()
Kent Overstreet
2015-02-12
bcache: Rename keys -> u64s
Kent Overstreet
2015-02-12
bcache: Refactor bkey methods
Kent Overstreet
2015-02-12
bcache: use bkey_extent where appropriate
Kent Overstreet
2015-02-12
extent_for_each_online_device()
Kent Overstreet
2015-02-12
bcache: Convert other code to use bch_extent_ptr
Kent Overstreet
2015-02-12
bcache: New bkey format
Kent Overstreet
2015-02-12
bcache: fix another btree GC race when going read only
Slava Pestov
2015-02-12
bcache: don't stop GC when CACHE_SET_STOPPING is set
Slava Pestov
2015-02-12
bcache: Fix debug_check_no_locks_held() call
Kent Overstreet
2015-02-12
bcache: Variable sized buckets rework.
Jacob Malevich
2015-02-12
bcache: fix btree GC lost wakeup
Slava Pestov
2015-02-12
bcache: btree_gc_mark_node needs to special-case WIPED keys.
Bill Rozas
2015-02-12
bcache: Const correctness
Kent Overstreet
2015-02-12
bcache: split off coalescing from btree GC
Slava Pestov
2015-02-12
bcache: small btree GC cleanup
Slava Pestov
2015-02-12
bcache: small cleanup / renaming for initial GC code
Slava Pestov
2015-02-12
bcache: rename struct bucket's last_gc to oldest_gen
Slava Pestov
2015-02-12
bcache: add sysfs attributes to disable coalescing and rewriting
Slava Pestov
2015-02-12
bcache: check that no locks are held when btree GC ends
Slava Pestov
2015-02-12
bcache: split off btree GC into its own file
Slava Pestov