Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5f7aa9071e935c8c0e869306c7ef073df6c409f6
/
drivers
/
md
/
bcache
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
48a915a
bcache: Better full stripe scanning
by Kent Overstreet
· 11 years ago
17e21a9
bcache: Have btree_split() insert into parent directly
by Kent Overstreet
· 11 years ago
65d22e9
bcache: Move spinlock into struct time_stats
by Kent Overstreet
· 11 years ago
8aee122
bcache: Kill sequential_merge option
by Kent Overstreet
· 11 years ago
5031016
bcache: Kill bch_next_recurse_key()
by Kent Overstreet
· 11 years ago
bc9389e
bcache: Avoid deadlocking in garbage collection
by Kent Overstreet
· 11 years ago
a1f0358
bcache: Incremental gc
by Kent Overstreet
· 11 years ago
8835c12
bcache: Add make_btree_freeing_key()
by Kent Overstreet
· 11 years ago
f269af5
bcache: Add btree_node_write_sync()
by Kent Overstreet
· 11 years ago
0eacac2
bcache: PRECEDING_KEY()
by Kent Overstreet
· 11 years ago
d5cc66e
bcache: bch_(btree|extent)_ptr_invalid()
by Kent Overstreet
· 11 years ago
3a3b6a4
bcache: Don't bother with bucket refcount for btree node allocations
by Kent Overstreet
· 11 years ago
280481d
bcache: Debug code improvements
by Kent Overstreet
· 11 years ago
e58ff15
bcache: Fix bch_ptr_bad()
by Kent Overstreet
· 11 years ago
81ab419
bcache: Pull on disk data structures out into a separate header
by Kent Overstreet
· 11 years ago
2599b53
bcache: Move sector allocator to alloc.c
by Kent Overstreet
· 11 years ago
220bb38
bcache: Break up struct search
by Kent Overstreet
· 11 years ago
cc7b881
bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()
by Kent Overstreet
· 11 years ago
6054c6d
bcache: Don't use op->insert_collision
by Kent Overstreet
· 11 years ago
1b207d8
bcache: Kill op->replace
by Kent Overstreet
· 11 years ago
faadf0c
bcache: Drop some closure stuff
by Kent Overstreet
· 11 years ago
b54d693
bcache: Kill op->cl
by Kent Overstreet
· 11 years ago
c18536a
bcache: Prune struct btree_op
by Kent Overstreet
· 11 years ago
cc23196
bcache: Clean up cache_lookup_fn
by Kent Overstreet
· 11 years ago
2c1953e
bcache: Convert bch_btree_read_async() to bch_btree_map_keys()
by Kent Overstreet
· 11 years ago
df8e897
bcache: Move some stuff to btree.c
by Kent Overstreet
· 11 years ago
48dad8b
bcache: Add btree_map() functions
by Kent Overstreet
· 11 years ago
5e6926d
bcache: Convert writeback to a kthread
by Kent Overstreet
· 11 years ago
72a4451
bcache: Convert gc to a kthread
by Kent Overstreet
· 11 years ago
35fcd84
bcache: Convert bucket_wait to wait_queue_head_t
by Kent Overstreet
· 11 years ago
e8e1d46
bcache: Convert try_wait to wait_queue_head_t
by Kent Overstreet
· 11 years ago
0b93207
bcache: Move keylist out of btree_op
by Kent Overstreet
· 11 years ago
Next »