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
*
dm integrity: fix deadlock with overlapping I/O
Mikulas Patocka
2019-04-05
1
-3
/
+1
*
dm: disable DISCARD if the underlying storage no longer supports it
Mike Snitzer
2019-04-04
3
-8
/
+24
*
dm table: propagate BDI_CAP_STABLE_WRITES to fix sporadic checksum errors
Ilya Dryomov
2019-04-01
1
-0
/
+39
*
dm: revert 8f50e358153d ("dm: limit the max bio size as BIO_MAX_PAGES * PAGE_...
Mikulas Patocka
2019-04-01
1
-9
/
+1
*
dm init: fix const confusion for dm_allowed_targets array
Andi Kleen
2019-04-01
1
-1
/
+1
*
dm integrity: make dm_integrity_init and dm_integrity_exit static
YueHaibing
2019-04-01
1
-2
/
+2
*
dm integrity: change memcmp to strncmp in dm_integrity_ctr
Mikulas Patocka
2019-04-01
1
-4
/
+4
*
Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-03-16
4
-1
/
+69
|
\
|
*
md: Fix failed allocation of md_register_thread
Aditya Pakki
2019-03-12
2
-0
/
+4
|
*
It's wrong to add len to sector_nr in raid10 reshape twice
Xiao Ni
2019-03-12
1
-1
/
+0
|
*
raid5: set write hint for PPL
Mariusz Dabrowski
2019-03-12
3
-0
/
+65
*
|
md: convert to kvmalloc
Kent Overstreet
2019-03-12
3
-56
/
+46
*
|
Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-03-09
17
-139
/
+647
|
\
\
|
*
|
dm integrity: limit the rate of error messages
Mikulas Patocka
2019-03-06
1
-4
/
+4
|
*
|
dm snapshot: don't define direct_access if we don't support it
Mikulas Patocka
2019-03-05
1
-8
/
+0
|
*
|
dm cache: add support for discard passdown to the origin device
Mike Snitzer
2019-03-05
1
-26
/
+100
|
*
|
dm writecache: fix typo in name for writeback_wq
Huaisheng Ye
2019-03-05
1
-1
/
+1
|
*
|
dm: add support to directly boot to a mapped device
Helen Koike
2019-03-05
4
-0
/
+422
|
*
|
dm thin: add sanity checks to thin-pool and external snapshot creation
Jason Cai (Xiang Feng)
2019-03-05
1
-0
/
+13
|
*
|
dm block manager: remove redundant unlikely annotation
Chengguang Xu
2019-03-05
1
-4
/
+4
|
*
|
dm verity fec: remove redundant unlikely annotation
Chengguang Xu
2019-03-05
1
-3
/
+3
|
*
|
dm integrity: remove redundant unlikely annotation
Chengguang Xu
2019-03-05
1
-1
/
+1
|
*
|
dm: always call blk_queue_split() in dm_process_bio()
Mike Snitzer
2019-03-05
1
-3
/
+2
|
*
|
dm switch: use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-03-05
1
-2
/
+1
|
*
|
dm: remove unused _rq_tio_cache and _rq_cache
Mike Snitzer
2019-03-05
3
-36
/
+18
|
*
|
dm: eliminate 'split_discard_bios' flag from DM target interface
Mike Snitzer
2019-02-20
5
-27
/
+15
|
*
|
dm: update dm_process_bio() to split bio if in ->make_request_fn()
Mike Snitzer
2019-02-19
1
-27
/
+66
*
|
|
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-03-08
14
-74
/
+124
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
2019-02-15
4
-16
/
+35
|
|
\
\
|
*
|
|
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
2019-02-15
1
-1
/
+1
|
*
|
|
block: kill QUEUE_FLAG_NO_SG_MERGE
Ming Lei
2019-02-15
1
-13
/
+0
|
*
|
|
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-02-15
3
-3
/
+6
|
*
|
|
bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
Ming Lei
2019-02-15
1
-1
/
+5
|
*
|
|
bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
Coly Li
2019-02-09
1
-3
/
+4
|
*
|
|
bcache: fix input overflow to cache set sysfs file io_error_halflife
Coly Li
2019-02-09
1
-2
/
+11
|
*
|
|
bcache: fix input overflow to cache set io_error_limit
Coly Li
2019-02-09
1
-2
/
+1
|
*
|
|
bcache: fix input overflow to journal_delay_ms
Coly Li
2019-02-09
1
-1
/
+3
|
*
|
|
bcache: fix input overflow to writeback_rate_minimum
Coly Li
2019-02-09
1
-1
/
+3
|
*
|
|
bcache: fix potential div-zero error of writeback_rate_p_term_inverse
Coly Li
2019-02-09
1
-1
/
+3
|
*
|
|
bcache: fix potential div-zero error of writeback_rate_i_term_inverse
Coly Li
2019-02-09
1
-1
/
+3
|
*
|
|
bcache: fix input overflow to writeback_delay
Coly Li
2019-02-09
1
-1
/
+1
|
*
|
|
bcache: use sysfs_strtoul_bool() to set bit-field variables
Coly Li
2019-02-09
1
-8
/
+8
|
*
|
|
bcache: add sysfs_strtoul_bool() for setting bit-field variables
Coly Li
2019-02-09
1
-0
/
+10
|
*
|
|
bcache: fix input overflow to sequential_cutoff
Coly Li
2019-02-09
1
-1
/
+3
|
*
|
|
bcache: fix input integer overflow of congested threshold
Coly Li
2019-02-09
1
-4
/
+6
|
*
|
|
bcache: improve sysfs_strtoul_clamp()
Coly Li
2019-02-09
1
-3
/
+10
|
*
|
|
bcache: treat stale && dirty keys as bad keys
Tang Junhui
2019-02-09
1
-6
/
+7
|
*
|
|
bcache: fix indentation issue, remove tabs on a hunk of code
Colin Ian King
2019-02-09
1
-15
/
+15
|
*
|
|
bcache: export backing_dev_uuid via sysfs
Coly Li
2019-02-09
1
-0
/
+9
|
*
|
|
bcache: export backing_dev_name via sysfs
Coly Li
2019-02-09
1
-0
/
+8
[next]