index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-30
22
-1755
/
+2213
|
\
|
*
bcache: Fix auxiliary search trees for key size > cacheline size
Kent Overstreet
2014-01-08
1
-14
/
+14
|
*
bcache: Don't return -EINTR when insert finished
Kent Overstreet
2014-01-08
1
-2
/
+4
|
*
bcache: Improve bucket_prio() calculation
Kent Overstreet
2014-01-08
2
-3
/
+16
|
*
bcache: Add bch_bkey_equal_header()
Nicholas Swenson
2014-01-08
3
-8
/
+11
|
*
bcache: update bch_bkey_try_merge
Nicholas Swenson
2014-01-08
3
-16
/
+28
|
*
bcache: Move insert_fixup() to btree_keys_ops
Kent Overstreet
2014-01-08
4
-229
/
+257
|
*
bcache: Convert sorting to btree_keys
Kent Overstreet
2014-01-08
3
-36
/
+33
|
*
bcache: Convert debug code to btree_keys
Kent Overstreet
2014-01-08
9
-217
/
+264
|
*
bcache: Convert btree_iter to struct btree_keys
Kent Overstreet
2014-01-08
6
-38
/
+41
|
*
bcache: Refactor bset_tree sysfs stats
Kent Overstreet
2014-01-08
3
-47
/
+54
|
*
bcache: Add bch_btree_keys_u64s_remaining()
Kent Overstreet
2014-01-08
2
-13
/
+30
|
*
bcache: Add struct btree_keys
Kent Overstreet
2014-01-08
8
-263
/
+322
|
*
bcache: Abstract out stuff needed for sorting
Kent Overstreet
2014-01-08
9
-289
/
+423
|
*
bcache: Rename/shuffle various code around
Kent Overstreet
2014-01-08
8
-276
/
+341
|
*
bcache: Add struct bset_sort_state
Kent Overstreet
2014-01-08
6
-49
/
+87
|
*
bcache: Split out sort_extent_cmp()
Kent Overstreet
2014-01-08
4
-32
/
+73
|
*
bcache: Bkey indexing renaming
Kent Overstreet
2014-01-08
6
-52
/
+62
|
*
bcache: Make bch_keylist_realloc() take u64s, not nptrs
Kent Overstreet
2014-01-08
4
-16
/
+26
|
*
bcache: Remove/fix some header dependencies
Kent Overstreet
2014-01-08
3
-24
/
+26
|
*
bcache: Use a mempool for mergesort temporary space
Kent Overstreet
2014-01-08
3
-16
/
+8
|
*
bcache: Btree verify code improvements
Kent Overstreet
2014-01-08
6
-40
/
+83
|
*
bcache: kill index()
Kent Overstreet
2014-01-08
4
-8
/
+24
|
*
bcache: Trivial error handling fix
Kent Overstreet
2014-01-08
1
-1
/
+2
|
*
bcache/md: Use raid stripe size
Kent Overstreet
2014-01-08
2
-0
/
+7
|
*
bcache: Do bkey_put() in btree_split() error path
Kent Overstreet
2014-01-08
1
-1
/
+4
|
*
bcache: Rework allocator reserves
Kent Overstreet
2014-01-08
7
-79
/
+101
|
*
bcache: kill closure locking code
Kent Overstreet
2014-01-08
2
-313
/
+123
|
*
bcache: kill closure locking usage
Kent Overstreet
2014-01-08
7
-55
/
+98
|
*
bcache: Zero less memory
Kent Overstreet
2014-01-08
3
-40
/
+41
|
*
bcache: Don't touch bucket gen for dirty ptrs
Kent Overstreet
2014-01-08
2
-2
/
+7
|
*
bcache: Minor btree cache fix
Kent Overstreet
2014-01-08
1
-7
/
+3
|
*
bcache: Performance fix for when journal entry is full
Kent Overstreet
2014-01-08
1
-5
/
+9
|
*
bcache: Minor journal fix
Kent Overstreet
2014-01-08
1
-5
/
+14
|
*
bcache: Data corruption fix
Kent Overstreet
2014-01-08
1
-4
/
+22
*
|
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-30
36
-936
/
+569
|
\
|
|
*
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
2013-12-31
26
-142
/
+308
|
|
\
|
*
|
dm cache: increment bi_remaining when bi_end_io is restored
Mike Snitzer
2013-12-03
1
-6
/
+6
|
*
|
block: Introduce new bio_split()
Kent Overstreet
2013-11-23
6
-250
/
+131
|
*
|
block: Rename bio_split() -> bio_pair_split()
Kent Overstreet
2013-11-23
3
-5
/
+5
|
*
|
block: Generic bio chaining
Kent Overstreet
2013-11-23
5
-4
/
+15
|
*
|
block: Remove bi_idx hacks
Kent Overstreet
2013-11-23
1
-45
/
+2
|
*
|
dm: Refactor for new bio cloning/splitting
Kent Overstreet
2013-11-23
2
-179
/
+20
|
*
|
block: Add bio_clone_fast()
Kent Overstreet
2013-11-23
1
-6
/
+2
|
*
|
block: Convert drivers to immutable biovecs
Kent Overstreet
2013-11-23
4
-87
/
+53
|
*
|
block: Kill bio_segments()/bi_vcnt usage
Kent Overstreet
2013-11-23
3
-32
/
+25
|
*
|
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
2013-11-23
5
-70
/
+60
|
*
|
block: Convert bio_iovec() to bvec_iter
Kent Overstreet
2013-11-23
2
-7
/
+8
|
*
|
dm: Use bvec_iter for dm_bio_record()
Kent Overstreet
2013-11-23
1
-9
/
+3
|
*
|
block: Abstract out bvec iterator
Kent Overstreet
2013-11-23
35
-300
/
+333
[next]