index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: remove invalid sparse __acquires and __releases annotations
Mike Snitzer
2020-12-04
1
-2
/
+0
*
dm: fix double RCU unlock in dm_dax_zero_page_range() error path
Mike Snitzer
2020-12-04
1
-2
/
+0
*
dm: fix IO splitting
Mike Snitzer
2020-12-04
2
-13
/
+11
*
dm writecache: remove BUG() and fail gracefully instead
Mike Snitzer
2020-12-01
1
-1
/
+1
*
dm table: Remove BUG_ON(in_interrupt())
Thomas Gleixner
2020-12-01
1
-6
/
+0
*
dm: fix bug with RCU locking in dm_blk_report_zones
Sergei Shtepa
2020-12-01
1
-2
/
+4
*
Revert "dm cache: fix arm link errors with inline"
Nick Desaulniers
2020-12-01
1
-4
/
+0
*
dm writecache: fix the maximum number of arguments
Mikulas Patocka
2020-11-17
1
-1
/
+1
*
dm writecache: advance the number of arguments when reporting max_age
Mikulas Patocka
2020-11-17
1
-0
/
+2
*
dm integrity: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2020-11-17
1
-2
/
+2
*
Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-10-15
13
-393
/
+222
|
\
|
*
dm: fix request-based DM to not bounce through indirect dm_submit_bio
Mike Snitzer
2020-10-08
1
-13
/
+12
|
*
dm: remove special-casing of bio-based immutable singleton target on NVMe
Mike Snitzer
2020-10-08
2
-80
/
+7
|
*
dm: export dm_copy_name_and_uuid
Mike Snitzer
2020-10-01
1
-1
/
+1
|
*
dm: fix comment in __dm_suspend()
Mike Snitzer
2020-10-01
1
-5
/
+4
|
*
dm: fold dm_process_bio() into dm_submit_bio()
Mike Snitzer
2020-10-01
1
-30
/
+22
|
*
dm: fix missing imposition of queue_limits from dm_wq_work() thread
Mike Snitzer
2020-09-30
1
-25
/
+9
|
*
dm snap persistent: simplify area_io()
Qinglang Miao
2020-09-29
1
-9
/
+2
|
*
dm thin metadata: Remove unused local variable when create thin and snap
Huaisheng Ye
2020-09-29
2
-5
/
+4
|
*
dm raid: remove unnecessary discard limits for raid10
Mike Snitzer
2020-09-29
1
-11
/
+0
|
*
dm raid: fix discard limits for raid1 and raid10
Mike Snitzer
2020-09-29
1
-5
/
+7
|
*
dm crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
2020-09-29
1
-6
/
+11
|
*
dm: use dm_table_get_device_name() where appropriate in targets
Mike Snitzer
2020-09-29
2
-10
/
+8
|
*
dm table: make 'struct dm_table' definition accessible to all of DM core
Mike Snitzer
2020-09-29
5
-70
/
+61
|
*
dm: eliminate need for start_io_acct() forward declaration
Mike Snitzer
2020-09-29
1
-40
/
+38
|
*
dm: simplify __process_abnormal_io()
Mike Snitzer
2020-09-29
1
-51
/
+17
|
*
dm: push use of on-stack flush_bio down to __send_empty_flush()
Mike Snitzer
2020-09-29
1
-24
/
+13
|
*
dm: optimize max_io_len() by inlining max_io_len_target_boundary()
Mike Snitzer
2020-09-29
1
-9
/
+10
|
*
dm: push md->immutable_target optimization down to __process_bio()
Mike Snitzer
2020-09-29
1
-13
/
+9
|
*
dm: change max_io_len() to use blk_max_size_offset()
Mike Snitzer
2020-09-29
1
-12
/
+8
|
*
dm table: stack 'chunk_sectors' limit to account for target-specific splitting
Mike Snitzer
2020-09-29
1
-0
/
+5
|
*
Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10
Mike Snitzer
2020-09-29
13
-116
/
+102
|
|
\
*
|
\
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
24
-620
/
+1032
|
\
\
\
|
*
|
|
md/raid5: fix oops during stripe resizing
Song Liu
2020-10-09
1
-2
/
+2
|
*
|
|
md/bitmap: fix memory leak of temporary bitmap
Zhao Heming
2020-10-09
2
-1
/
+3
|
*
|
|
md: fix the checking of wrong work queue
Guoqing Jiang
2020-10-09
1
-1
/
+1
|
*
|
|
md/bitmap: md_bitmap_get_counter returns wrong blocks
Zhao Heming
2020-10-09
1
-1
/
+1
|
*
|
|
md/bitmap: md_bitmap_read_sb uses wrong bitmap blocks
Zhao Heming
2020-10-09
1
-2
/
+2
|
*
|
|
md/raid0: remove unused function is_io_in_chunk_boundary()
Jason Yan
2020-10-09
1
-17
/
+0
|
*
|
|
bcache: remove embedded struct cache_sb from struct cache_set
Coly Li
2020-10-02
11
-59
/
+46
|
*
|
|
bcache: check and set sync status on cache's in-memory super block
Coly Li
2020-10-02
4
-10
/
+7
|
*
|
|
bcache: remove can_attach_cache()
Coly Li
2020-10-02
1
-10
/
+0
|
*
|
|
bcache: don't check seq numbers in register_cache_set()
Coly Li
2020-10-02
1
-15
/
+0
|
*
|
|
bcache: only use bucket_bytes() on struct cache
Coly Li
2020-10-02
2
-2
/
+2
|
*
|
|
bcache: remove useless bucket_pages()
Coly Li
2020-10-02
1
-1
/
+0
|
*
|
|
bcache: remove useless alloc_bucket_pages()
Coly Li
2020-10-02
1
-3
/
+0
|
*
|
|
bcache: only use block_bytes() on struct cache
Coly Li
2020-10-02
7
-24
/
+24
|
*
|
|
bcache: add set_uuid in struct cache_set
Coly Li
2020-10-02
3
-13
/
+14
|
*
|
|
bcache: remove for_each_cache()
Coly Li
2020-10-02
6
-294
/
+237
|
*
|
|
bcache: explicitly make cache_set only have single cache
Coly Li
2020-10-02
3
-17
/
+12
[next]