index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-14
md-cluster: Fix a memleak in an error handling path
Christophe JAILLET
1
-1
/
+1
2017-04-12
md: support disabling of create-on-open semantics.
NeilBrown
1
-1
/
+13
2017-04-12
md: allow creation of mdNNN arrays via md_mod/parameters/new_array
NeilBrown
1
-6
/
+30
2017-04-12
raid5-ppl: use a single mempool for ppl_io_unit and header_page
Artur Paszkiewicz
1
-16
/
+37
2017-04-11
md/raid0: fix up bio splitting.
NeilBrown
1
-36
/
+37
2017-04-11
md/linear: improve bio splitting.
NeilBrown
1
-39
/
+34
2017-04-11
md/raid5: make chunk_aligned_read() split bios more cleanly.
NeilBrown
2
-16
/
+18
2017-04-11
md/raid10: simplify handle_read_error()
NeilBrown
1
-75
/
+47
2017-04-11
md/raid10: simplify the splitting of requests.
NeilBrown
2
-114
/
+51
2017-04-11
md/raid1: factor out flush_bio_list()
NeilBrown
1
-40
/
+26
2017-04-11
md/raid1: simplify handle_read_error().
NeilBrown
1
-80
/
+60
2017-04-11
md/raid1: simplify alloc_behind_master_bio()
NeilBrown
1
-7
/
+4
2017-04-11
md/raid1: simplify the splitting of requests.
NeilBrown
2
-91
/
+52
2017-04-10
raid5-ppl: partial parity calculation optimization
Artur Paszkiewicz
2
-13
/
+13
2017-04-10
raid5-ppl: use resize_stripes() when enabling or disabling ppl
Artur Paszkiewicz
3
-53
/
+43
2017-04-10
raid5-ppl: move no_mem_stripes to struct ppl_conf
Artur Paszkiewicz
1
-13
/
+23
2017-04-10
md/raid1: avoid reusing a resync bio after error handling.
NeilBrown
1
-0
/
+2
2017-04-10
md.c:didn't unlock the mddev before return EINVAL in array_size_store
Zhilong Liu
1
-1
/
+3
2017-04-10
md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stop
NeilBrown
1
-0
/
+5
2017-04-10
md/raid10: reset the 'first' at the end of loop
Guoqing Jiang
1
-0
/
+2
2017-04-10
md/raid6: Fix anomily when recovering a single device in RAID6.
NeilBrown
1
-1
/
+12
2017-04-10
md: update slab_cache before releasing new stripes when stripes resizing
Dennis Yang
1
-2
/
+4
2017-03-28
md: raid1: kill warning on powerpc_pseries
Ming Lei
1
-1
/
+1
2017-03-27
md/raid5: use consistency_policy to remove journal feature
Song Liu
1
-10
/
+36
2017-03-25
md/raid5-cache: fix payload endianness problem in raid5-cache
Jason Yan
1
-9
/
+9
2017-03-25
md/raid1: skip data copy for behind io for discard request
Shaohua Li
1
-1
/
+5
2017-03-24
md: raid10: avoid direct access to bvec table in handle_reshape_read_error
Ming Lei
1
-2
/
+5
2017-03-24
md: raid10: retrieve page from preallocated resync page array
Ming Lei
1
-4
/
+9
2017-03-24
md: raid10: don't use bio's vec table to manage resync pages
Ming Lei
1
-52
/
+82
2017-03-24
md: raid10: refactor code of read reshape's .bi_end_io
Ming Lei
1
-10
/
+18
2017-03-24
md: raid1: improve write behind
Ming Lei
2
-67
/
+61
2017-03-24
md: raid1: move 'offset' out of loop
Ming Lei
1
-2
/
+3
2017-03-24
md: raid1: use bio helper in process_checks()
Ming Lei
1
-4
/
+8
2017-03-24
md: raid1: retrieve page from pre-allocated resync page array
Ming Lei
1
-8
/
+8
2017-03-24
md: raid1: don't use bio's vec table to manage resync pages
Ming Lei
1
-29
/
+64
2017-03-24
md: raid1: simplify r1buf_pool_free()
Ming Lei
1
-9
/
+8
2017-03-24
md: prepare for managing resync I/O pages in clean way
Ming Lei
1
-0
/
+50
2017-03-24
md: move two macros into md.h
Ming Lei
3
-5
/
+5
2017-03-24
md: raid1/raid10: don't handle failure of bio_add_page()
Ming Lei
2
-47
/
+16
2017-03-24
md: fix several trivial typos in comments
Zhilong Liu
2
-4
/
+4
2017-03-24
md/raid10: refactor some codes from raid10_write_request
Guoqing Jiang
1
-100
/
+75
2017-03-24
raid5-ppl: silence a misleading warning message
Dan Carpenter
1
-1
/
+1
2017-03-23
MD: use per-cpu counter for writes_pending
NeilBrown
2
-24
/
+49
2017-03-23
md: close a race with setting mddev->in_sync
NeilBrown
1
-0
/
+7
2017-03-23
md: factor out set_in_sync()
NeilBrown
1
-34
/
+20
2017-03-23
md/raid5: don't test ->writes_pending in raid5_remove_disk
NeilBrown
1
-1
/
+4
2017-03-23
md/raid1: stop using bi_phys_segment
NeilBrown
1
-66
/
+23
2017-03-23
md/raid10: stop using bi_phys_segments
NeilBrown
1
-51
/
+25
2017-03-23
md/raid1, raid10: move rXbio accounting closer to allocation.
NeilBrown
2
-26
/
+20
2017-03-23
Revert "md/raid5: limit request size according to implementation limits"
NeilBrown
1
-9
/
+0
[next]