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
*
block: remove the request_queue argument from blk_queue_split
Christoph Hellwig
2020-07-01
2
-2
/
+2
*
dm: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-2
/
+1
*
bcache: stop setting ->queuedata
Christoph Hellwig
2020-07-01
1
-1
/
+0
*
dm: use bio_uninit instead of bio_disassociate_blkg
Christoph Hellwig
2020-06-29
1
-3
/
+2
*
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
2020-06-24
1
-1
/
+2
*
bcache: pr_info() format clean up in bcache_device_init()
Coly Li
2020-06-15
1
-2
/
+1
*
bcache: use delayed kworker fo asynchronous devices registration
Coly Li
2020-06-15
1
-6
/
+8
*
bcache: check and adjust logical block size for backing devices
Mauricio Faria de Oliveira
2020-06-15
1
-3
/
+19
*
bcache: fix potential deadlock problem in btree_gc_coalesce
Zhiqiang Liu
2020-06-15
1
-2
/
+6
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-13
2
-42
/
+42
*
Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-06-06
25
-636
/
+2650
|
\
|
*
dm crypt: avoid truncating the logical block size
Eric Biggers
2020-06-05
1
-1
/
+1
|
*
dm mpath: add DM device name to Failing/Reinstating path log messages
Mike Snitzer
2020-06-05
1
-2
/
+6
|
*
dm mpath: enhance queue_if_no_path debugging
Mike Snitzer
2020-06-05
1
-7
/
+23
|
*
dm mpath: restrict queue_if_no_path state machine
Mike Snitzer
2020-06-05
1
-10
/
+28
|
*
dm mpath: simplify __must_push_back
Mike Snitzer
2020-06-05
1
-23
/
+5
|
*
dm zoned: check superblock location
Hannes Reinecke
2020-06-05
1
-1
/
+9
|
*
dm zoned: prefer full zones for reclaim
Hannes Reinecke
2020-06-05
1
-1
/
+8
|
*
dm zoned: select reclaim zone based on device index
Hannes Reinecke
2020-06-05
4
-32
/
+27
|
*
dm zoned: allocate zone by device index
Hannes Reinecke
2020-06-05
3
-8
/
+15
|
*
dm zoned: support arbitrary number of devices
Hannes Reinecke
2020-06-05
2
-45
/
+74
|
*
dm zoned: move random and sequential zones into struct dmz_dev
Hannes Reinecke
2020-06-05
4
-78
/
+119
|
*
dm zoned: per-device reclaim
Hannes Reinecke
2020-06-05
3
-57
/
+88
|
*
dm zoned: add metadata pointer to struct dmz_dev
Hannes Reinecke
2020-06-05
2
-8
/
+13
|
*
dm zoned: add device pointer to struct dm_zone
Hannes Reinecke
2020-06-05
4
-39
/
+19
|
*
dm zoned: allocate temporary superblock for tertiary devices
Hannes Reinecke
2020-06-05
1
-48
/
+61
|
*
dm zoned: convert to xarray
Hannes Reinecke
2020-06-05
1
-32
/
+90
|
*
dm zoned: add a 'reserved' zone flag
Hannes Reinecke
2020-06-05
2
-2
/
+4
|
*
dm zoned: improve logging messages for reclaim
Hannes Reinecke
2020-06-05
1
-3
/
+10
|
*
dm zoned: avoid unnecessary device recalulation for secondary superblock
Hannes Reinecke
2020-06-05
1
-3
/
+2
|
*
dm zoned: add debugging message for reading superblocks
Hannes Reinecke
2020-06-05
1
-0
/
+4
|
*
dm ebs: use dm_bufio_forget_buffers
Mikulas Patocka
2020-06-05
1
-2
/
+2
|
*
dm bufio: introduce forget_buffer_locked
Mikulas Patocka
2020-06-05
1
-4
/
+56
|
*
dm bufio: clean up rbtree block ordering
Mikulas Patocka
2020-06-05
1
-3
/
+3
|
*
dm bufio: delete unused and inefficient dm_bufio_discard_buffers
Mikulas Patocka
2020-06-05
1
-26
/
+0
|
*
dm zoned: remove leftover hunk for switching to sequential zones
Hannes Reinecke
2020-05-22
1
-8
/
+0
|
*
dm zoned: terminate reclaim on congestion
Hannes Reinecke
2020-05-20
3
-2
/
+9
|
*
dm zoned: start reclaim with sequential zones
Hannes Reinecke
2020-05-20
1
-5
/
+6
|
*
dm zoned: reclaim random zones when idle
Hannes Reinecke
2020-05-20
3
-16
/
+29
|
*
dm zoned: separate random and cache zones
Hannes Reinecke
2020-05-20
4
-67
/
+159
|
*
dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zone
Hannes Reinecke
2020-05-20
2
-4
/
+4
|
*
dm zoned: Avoid 64-bit division error in dmz_fixup_devices
Nathan Chancellor
2020-05-20
1
-2
/
+3
|
*
dm: use DMDEBUG macros now that they use pr_debug variants
Mike Snitzer
2020-05-20
2
-7
/
+7
|
*
dm zoned: remove spurious newlines from debugging messages
Hannes Reinecke
2020-05-20
2
-4
/
+4
|
*
dm: replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-20
9
-9
/
+9
|
*
dm zoned: metadata version 2
Hannes Reinecke
2020-05-20
3
-102
/
+400
|
*
dm zoned: ignore metadata zone in dmz_alloc_zone()
Hannes Reinecke
2020-05-20
1
-0
/
+6
|
*
dm zoned: Reduce logging output on startup
Hannes Reinecke
2020-05-20
1
-12
/
+12
|
*
dm zoned: add metadata logging functions
Hannes Reinecke
2020-05-20
1
-39
/
+57
|
*
dm zoned: use dmz_zone_to_dev() when handling metadata I/O
Hannes Reinecke
2020-05-19
1
-5
/
+7
[next]