Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c5aa4a3157b55bdca18dd2a9d9f43314470b6d32
/
drivers
/
md
/
bcache
c5aa4a3
bcache: wait for buckets when allocating new btree root
by Slava Pestov
· 11 years ago
a664d0f
bcache: fix crash on shutdown in passthrough mode
by Slava Pestov
· 11 years ago
e511220
bcache: fix lockdep warnings on shutdown
by Slava Pestov
· 11 years ago
8b326d3
bcache allocator: send discards with correct size
by Slava Pestov
· 11 years ago
dbd810a
bcache: Fix to remove the rcu_sched stalls.
by Surbhi Palande
· 11 years ago
9aa61a9
bcache: Fix a journal replay bug
by Kent Overstreet
· 11 years ago
5b1016e
bcache: Fix a bug when detaching
by Kent Overstreet
· 11 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
cb85114
bcache: remove nested function usage
by John Sheu
· 11 years ago
3a2fd9d
bcache: Kill bucket->gc_gen
by Kent Overstreet
· 11 years ago
2531d9ee
bcache: Kill unused freelist
by Kent Overstreet
· 11 years ago
0a63b66
bcache: Rework btree cache reserve handling
by Kent Overstreet
· 11 years ago
56b3077
bcache: Kill btree_io_wq
by Kent Overstreet
· 11 years ago
2a28568
bcache: btree locking rework
by Kent Overstreet
· 11 years ago
05335cf
bcache: Fix a race when freeing btree nodes
by Kent Overstreet
· 11 years ago
4fe6a81
bcache: Add a real GC_MARK_RECLAIMABLE
by Kent Overstreet
· 11 years ago
c13f3af
bcache: Add bch_keylist_init_single()
by Kent Overstreet
· 11 years ago
1575402
bcache: Improve priority_stats
by Kent Overstreet
· 11 years ago
7159b1a
bcache: Better alloc tracepoints
by Kent Overstreet
· 11 years ago
3f5e0a3
bcache: Kill dead cgroup code
by Kent Overstreet
· 11 years ago
3f6ef38
bcache: stop moving_gc marking buckets that can't be moved.
by Nicholas Swenson
· 11 years ago
10d9dcf
bcache: Fix moving_pred()
by Kent Overstreet
· 11 years ago
da415a0
bcache: Fix moving_gc deadlocking with a foreground write
by Nicholas Swenson
· 11 years ago
90db691
bcache: Fix discard granularity
by Kent Overstreet
· 11 years ago
487dded
bcache: Fix another bug recovering from unclean shutdown
by Kent Overstreet
· 11 years ago
0bd143f
bcache: Fix a bug recovering from unclean shutdown
by Kent Overstreet
· 11 years ago
27201cfd
bcache: Fix a journalling reclaim after recovery bug
by Kent Overstreet
· 11 years ago
65ddf45
bcache: Fix a null ptr deref in journal replay
by Kent Overstreet
· 11 years ago
4fa0340
bcache: Fix a lockdep splat in an error path
by Kent Overstreet
· 11 years ago
dabb443
bcache: Fix a shutdown bug
by Kent Overstreet
· 11 years ago
1b4eaf3
bcache: Fix flash_dev_cache_miss() for real this time
by Kent Overstreet
· 11 years ago
85cbe1f
bcache: Fix another compiler warning on m68k
by Kent Overstreet
· 11 years ago
96d2e8b
Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache into for-linus
by Jens Axboe
· 11 years ago
53d8ab2
Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
f568849
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
e3b4825
bcache: bugfix - gc thread now gets woken when cache is full
by Nicholas Swenson
· 11 years ago
3572324
bcache: Minor fixes from kbuild robot
by Kent Overstreet
· 11 years ago
9471744
bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USED
by Darrick J. Wong
· 11 years ago
f075e0f
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
b3ff8a2
cgroup: remove stray references to css_id
by Hugh Dickins
· 11 years ago
9dd6358
bcache: Fix auxiliary search trees for key size > cacheline size
by Kent Overstreet
· 11 years ago
3b3e9e5
bcache: Don't return -EINTR when insert finished
by Kent Overstreet
· 11 years ago
e0a985a
bcache: Improve bucket_prio() calculation
by Kent Overstreet
· 11 years ago
3bdad1e
bcache: Add bch_bkey_equal_header()
by Nicholas Swenson
· 11 years ago
0f49cf3
bcache: update bch_bkey_try_merge
by Nicholas Swenson
· 11 years ago
829a60b
bcache: Move insert_fixup() to btree_keys_ops
by Kent Overstreet
· 11 years ago
89ebb4a
bcache: Convert sorting to btree_keys
by Kent Overstreet
· 11 years ago
dc9d98d
bcache: Convert debug code to btree_keys
by Kent Overstreet
· 11 years ago
c052dd9
bcache: Convert btree_iter to struct btree_keys
by Kent Overstreet
· 11 years ago
f67342d
bcache: Refactor bset_tree sysfs stats
by Kent Overstreet
· 11 years ago
59158fd
bcache: Add bch_btree_keys_u64s_remaining()
by Kent Overstreet
· 11 years ago
a85e968
bcache: Add struct btree_keys
by Kent Overstreet
· 11 years ago
65d4523
bcache: Abstract out stuff needed for sorting
by Kent Overstreet
· 11 years ago
ee81128
bcache: Rename/shuffle various code around
by Kent Overstreet
· 11 years ago
67539e8
bcache: Add struct bset_sort_state
by Kent Overstreet
· 11 years ago
911c961
bcache: Split out sort_extent_cmp()
by Kent Overstreet
· 11 years ago
fafff81
bcache: Bkey indexing renaming
by Kent Overstreet
· 11 years ago
085d2a3
bcache: Make bch_keylist_realloc() take u64s, not nptrs
by Kent Overstreet
· 11 years ago
9a02b7e
bcache: Remove/fix some header dependencies
by Kent Overstreet
· 11 years ago
0a45114
bcache: Use a mempool for mergesort temporary space
by Kent Overstreet
· 11 years ago
78b77bf
bcache: Btree verify code improvements
by Kent Overstreet
· 11 years ago
88b9f8c
bcache: kill index()
by Kent Overstreet
· 11 years ago
5c41c8a
bcache: Trivial error handling fix
by Kent Overstreet
· 11 years ago
c78afc6
bcache/md: Use raid stripe size
by Kent Overstreet
· 11 years ago
5f5837d
bcache: Do bkey_put() in btree_split() error path
by Kent Overstreet
· 11 years ago
7836541
bcache: Rework allocator reserves
by Kent Overstreet
· 11 years ago
1dd13c8
bcache: kill closure locking code
by Kent Overstreet
· 11 years ago
cb7a583
bcache: kill closure locking usage
by Kent Overstreet
· 11 years ago
a5ae430
bcache: Zero less memory
by Kent Overstreet
· 11 years ago
d56d000
bcache: Don't touch bucket gen for dirty ptrs
by Kent Overstreet
· 11 years ago
b0f32a5
bcache: Minor btree cache fix
by Kent Overstreet
· 11 years ago
5775e21
bcache: Performance fix for when journal entry is full
by Kent Overstreet
· 11 years ago
b3fa7e7
bcache: Minor journal fix
by Kent Overstreet
· 11 years ago
ef71ec0
bcache: Data corruption fix
by Kent Overstreet
· 11 years ago
b28bc9b
Merge tag 'v3.13-rc6' into for-3.14/core
by Jens Axboe
· 11 years ago
16749c2
bcache: New writeback PD controller
by Kent Overstreet
· 11 years ago
6d3d1a9
bcache: bugfix for race between moving_gc and bucket_invalidate
by Kent Overstreet
· 11 years ago
bf0a628
bcache: fix for gc and writeback race
by Nicholas Swenson
· 11 years ago
981aa8c
bcache: bugfix - moving_gc now moves only correct buckets
by Nicholas Swenson
· 11 years ago
bee63f4
bcache: fix for gc crashing when no sectors are used
by Nicholas Swenson
· 11 years ago
97d11a6
bcache: Fix heap_peek() macro
by Nicholas Swenson
· 11 years ago
9eb8ebe
bcache: Fix for can_attach_cache()
by Nicholas Swenson
· 11 years ago
d24a6e1
bcache: Fix dirty_data accounting
by Kent Overstreet
· 11 years ago
ce2b3f5
bcache: Use uninterruptible sleep in writeback
by Kent Overstreet
· 11 years ago
f665c0f
bcache: kthread don't set writeback task to INTERUPTIBLE
by Stefan Priebe
· 11 years ago
08239ca
bcache: fix sparse non static symbol warning
by Wei Yongjun
· 11 years ago
20d0189
block: Introduce new bio_split()
by Kent Overstreet
· 11 years ago
196d38b
block: Generic bio chaining
by Kent Overstreet
· 11 years ago
e90abc8
block: Remove bi_idx hacks
by Kent Overstreet
· 11 years ago
59d276f
block: Add bio_clone_fast()
by Kent Overstreet
· 11 years ago
458b76e
block: Kill bio_segments()/bi_vcnt usage
by Kent Overstreet
· 11 years ago
7988613
block: Convert bio_for_each_segment() to bvec_iter
by Kent Overstreet
· 11 years ago
a4ad39b1
block: Convert bio_iovec() to bvec_iter
by Kent Overstreet
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
ed9c47b
bcache: Kill unaligned bvec hack
by Kent Overstreet
· 11 years ago
c869494
bcache: defensively handle format strings
by Kees Cook
· 11 years ago
5ceaaad
bcache: Bypass torture test
by Kent Overstreet
· 11 years ago
098fb25
bcache: Delete some slower inline asm
by Kent Overstreet
· 11 years ago
28935ab
bcache: Use ida for bcache block dev minor
by Kent Overstreet
· 11 years ago
c4d951d
bcache: Fix sysfs splat on shutdown with flash only devs
by Kent Overstreet
· 11 years ago
Next »