index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-15
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
4
-16
/
+35
2019-02-15
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
1
-1
/
+1
2019-02-15
block: kill QUEUE_FLAG_NO_SG_MERGE
Ming Lei
1
-13
/
+0
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
3
-3
/
+6
2019-02-15
bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
Ming Lei
1
-1
/
+5
2019-02-09
bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
Coly Li
1
-3
/
+4
2019-02-09
bcache: fix input overflow to cache set sysfs file io_error_halflife
Coly Li
1
-2
/
+11
2019-02-09
bcache: fix input overflow to cache set io_error_limit
Coly Li
1
-2
/
+1
2019-02-09
bcache: fix input overflow to journal_delay_ms
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix input overflow to writeback_rate_minimum
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix potential div-zero error of writeback_rate_p_term_inverse
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix potential div-zero error of writeback_rate_i_term_inverse
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix input overflow to writeback_delay
Coly Li
1
-1
/
+1
2019-02-09
bcache: use sysfs_strtoul_bool() to set bit-field variables
Coly Li
1
-8
/
+8
2019-02-09
bcache: add sysfs_strtoul_bool() for setting bit-field variables
Coly Li
1
-0
/
+10
2019-02-09
bcache: fix input overflow to sequential_cutoff
Coly Li
1
-1
/
+3
2019-02-09
bcache: fix input integer overflow of congested threshold
Coly Li
1
-4
/
+6
2019-02-09
bcache: improve sysfs_strtoul_clamp()
Coly Li
1
-3
/
+10
2019-02-09
bcache: treat stale && dirty keys as bad keys
Tang Junhui
1
-6
/
+7
2019-02-09
bcache: fix indentation issue, remove tabs on a hunk of code
Colin Ian King
1
-15
/
+15
2019-02-09
bcache: export backing_dev_uuid via sysfs
Coly Li
1
-0
/
+9
2019-02-09
bcache: export backing_dev_name via sysfs
Coly Li
1
-0
/
+8
2019-02-09
bcache: not use hard coded memset size in bch_cache_accounting_clear()
Coly Li
1
-1
/
+1
2019-02-09
bcache: never writeback a discard operation
Daniel Axtens
1
-0
/
+3
2019-02-06
dm: don't use bio_trim() afterall
Mike Snitzer
1
-1
/
+5
2019-02-06
dm: add memory barrier before waitqueue_active
Mikulas Patocka
2
-2
/
+2
2019-02-04
raid1: simplify raid1_error function
Yufen Yu
1
-4
/
+2
2019-02-04
md-linear: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-01-28
md/raid5: fix 'out of memory' during raid cache recovery
Alexei Naberezhnov
2
-13
/
+28
2019-01-25
Merge tag 'for-5.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-28
/
+56
2019-01-22
dm: add missing trace_block_split() to __split_and_process_bio()
Mike Snitzer
1
-0
/
+1
2019-01-22
dm: fix dm_wq_work() to only use __split_and_process_bio() if appropriate
Mike Snitzer
1
-6
/
+12
2019-01-21
dm: fix redundant IO accounting for bios that need splitting
Mike Snitzer
1
-0
/
+16
2019-01-21
dm: fix clone_bio() to trigger blk_recount_segments()
Mike Snitzer
1
-6
/
+2
2019-01-15
dm thin: fix passdown_double_checking_shared_status()
Joe Thornber
3
-8
/
+8
2019-01-14
md: Make bio_alloc_mddev use bio_alloc_bioset
Marcos Paulo de Souza
1
-6
/
+1
2019-01-10
dm crypt: fix parsing of extended IV arguments
Milan Broz
1
-8
/
+17
2019-01-03
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...
Jens Axboe
2
-57
/
+33
2018-12-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-4
/
+4
2018-12-28
Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
17
-82
/
+121
2018-12-28
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-78
/
+231
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
4
-4
/
+4
2018-12-27
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-2
/
+2
2018-12-20
md: fix raid10 hang issue caused by barrier
Guoqing Jiang
1
-0
/
+4
2018-12-20
raid10: refactor common wait code from regular read/write request
Guoqing Jiang
1
-47
/
+25
2018-12-20
md: remvoe redundant condition check
Chengguang Xu
1
-8
/
+4
2018-12-20
md: remove set but not used variable 'bi_rdev'
Yue Haibing
1
-2
/
+0
2018-12-19
dm: don't reuse bio for flushes
Jens Axboe
2
-13
/
+25
2018-12-18
dm: do not allow readahead to limit IO size
Jaegeuk Kim
1
-0
/
+3
2018-12-18
dm raid: fix false -EBUSY when handling check/repair message
Heinz Mauelshagen
1
-2
/
+1
[next]