index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-14
bcache: pr_info() format clean up in bcache_device_init()
Coly Li
1
-2
/
+1
2020-06-14
bcache: use delayed kworker fo asynchronous devices registration
Coly Li
1
-6
/
+8
2020-06-14
bcache: check and adjust logical block size for backing devices
Mauricio Faria de Oliveira
1
-3
/
+19
2020-06-14
bcache: fix potential deadlock problem in btree_gc_coalesce
Zhiqiang Liu
1
-2
/
+6
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2
-42
/
+42
2020-06-05
Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
25
-636
/
+2650
2020-06-05
dm crypt: avoid truncating the logical block size
Eric Biggers
1
-1
/
+1
2020-06-05
dm mpath: add DM device name to Failing/Reinstating path log messages
Mike Snitzer
1
-2
/
+6
2020-06-05
dm mpath: enhance queue_if_no_path debugging
Mike Snitzer
1
-7
/
+23
2020-06-05
dm mpath: restrict queue_if_no_path state machine
Mike Snitzer
1
-10
/
+28
2020-06-05
dm mpath: simplify __must_push_back
Mike Snitzer
1
-23
/
+5
2020-06-05
dm zoned: check superblock location
Hannes Reinecke
1
-1
/
+9
2020-06-05
dm zoned: prefer full zones for reclaim
Hannes Reinecke
1
-1
/
+8
2020-06-05
dm zoned: select reclaim zone based on device index
Hannes Reinecke
4
-32
/
+27
2020-06-05
dm zoned: allocate zone by device index
Hannes Reinecke
3
-8
/
+15
2020-06-05
dm zoned: support arbitrary number of devices
Hannes Reinecke
2
-45
/
+74
2020-06-05
dm zoned: move random and sequential zones into struct dmz_dev
Hannes Reinecke
4
-78
/
+119
2020-06-05
dm zoned: per-device reclaim
Hannes Reinecke
3
-57
/
+88
2020-06-05
dm zoned: add metadata pointer to struct dmz_dev
Hannes Reinecke
2
-8
/
+13
2020-06-05
dm zoned: add device pointer to struct dm_zone
Hannes Reinecke
4
-39
/
+19
2020-06-05
dm zoned: allocate temporary superblock for tertiary devices
Hannes Reinecke
1
-48
/
+61
2020-06-05
dm zoned: convert to xarray
Hannes Reinecke
1
-32
/
+90
2020-06-05
dm zoned: add a 'reserved' zone flag
Hannes Reinecke
2
-2
/
+4
2020-06-05
dm zoned: improve logging messages for reclaim
Hannes Reinecke
1
-3
/
+10
2020-06-05
dm zoned: avoid unnecessary device recalulation for secondary superblock
Hannes Reinecke
1
-3
/
+2
2020-06-05
dm zoned: add debugging message for reading superblocks
Hannes Reinecke
1
-0
/
+4
2020-06-05
dm ebs: use dm_bufio_forget_buffers
Mikulas Patocka
1
-2
/
+2
2020-06-05
dm bufio: introduce forget_buffer_locked
Mikulas Patocka
1
-4
/
+56
2020-06-05
dm bufio: clean up rbtree block ordering
Mikulas Patocka
1
-3
/
+3
2020-06-04
dm bufio: delete unused and inefficient dm_bufio_discard_buffers
Mikulas Patocka
1
-26
/
+0
2020-06-02
Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
18
-153
/
+299
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-45
/
+27
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
1
-2
/
+2
2020-06-02
md: remove __clear_page_buffers and use attach/detach_page_private
Guoqing Jiang
1
-10
/
+2
2020-05-29
blk-mq: drain I/O when all CPUs in a hctx are offline
Ming Lei
1
-1
/
+1
2020-05-27
dm: use bio_{start,end}_io_acct
Christoph Hellwig
1
-7
/
+2
2020-05-27
bcache: use bio_{start,end}_io_acct
Christoph Hellwig
1
-14
/
+4
2020-05-27
bcache: configure the asynchronous registertion to be experimental
Coly Li
2
-0
/
+11
2020-05-27
bcache: asynchronous devices registration
Coly Li
1
-0
/
+100
2020-05-27
bcache: fix refcount underflow in bcache_device_free()
Coly Li
1
-2
/
+5
2020-05-27
bcache: Convert pr_<level> uses to a more typical style
Joe Perches
10
-109
/
+110
2020-05-27
bcache: remove redundant variables i and n
Colin Ian King
1
-2
/
+0
2020-05-22
dm zoned: remove leftover hunk for switching to sequential zones
Hannes Reinecke
1
-8
/
+0
2020-05-22
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
3
-5
/
+5
2020-05-20
dm zoned: terminate reclaim on congestion
Hannes Reinecke
3
-2
/
+9
2020-05-20
dm zoned: start reclaim with sequential zones
Hannes Reinecke
1
-5
/
+6
2020-05-20
dm zoned: reclaim random zones when idle
Hannes Reinecke
3
-16
/
+29
2020-05-20
dm zoned: separate random and cache zones
Hannes Reinecke
4
-67
/
+159
2020-05-20
dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zone
Hannes Reinecke
2
-4
/
+4
2020-05-20
dm zoned: Avoid 64-bit division error in dmz_fixup_devices
Nathan Chancellor
1
-2
/
+3
[next]