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 thin metadata: Fix use-after-free in dm_bm_set_read_only
Ye Bin
2020-09-02
2
-7
/
+9
*
dm thin metadata: Avoid returning cmd->bm wild pointer on error
Ye Bin
2020-09-02
1
-2
/
+6
*
dm cache metadata: Avoid returning cmd->bm wild pointer on error
Ye Bin
2020-09-02
1
-2
/
+6
*
dm integrity: fix error reporting in bitmap mode after creation
Mikulas Patocka
2020-09-01
1
-0
/
+12
*
dm crypt: Initialize crypto wait structures
Damien Le Moal
2020-09-01
1
-2
/
+2
*
dm mpath: fix racey management of PG initialization
Mike Snitzer
2020-09-01
1
-7
/
+15
*
dm writecache: handle DAX to partitions on persistent memory correctly
Mikulas Patocka
2020-09-01
1
-2
/
+10
*
Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-29
1
-2
/
+5
|
\
|
*
md/raid5: make sure stripe_size as power of two
Yufen Yu
2020-08-28
1
-2
/
+5
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
8
-16
/
+16
|
/
*
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-16
2
-7
/
+11
|
\
|
*
Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...
Jens Axboe
2020-08-07
2
-7
/
+11
|
|
\
|
|
*
md-cluster: Fix potential error pointer dereference in resize_bitmaps()
Dan Carpenter
2020-08-06
1
-0
/
+1
|
|
*
md: get sysfs entry after redundancy attr group create
Junxiao Bi
2020-08-06
1
-7
/
+10
*
|
|
Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-08-11
2
-2
/
+2
|
\
\
\
|
*
\
\
Merge branch 'WIP.locking/seqlocks' into locking/urgent
Ingo Molnar
2020-08-06
2
-2
/
+2
|
|
\
\
\
|
|
*
|
|
raid5: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-29
2
-2
/
+2
*
|
|
|
|
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-08-07
13
-111
/
+326
|
\
\
\
\
\
|
*
|
|
|
|
dm: don't call report zones for more than the user requested
Johannes Thumshirn
2020-08-04
1
-1
/
+2
|
*
|
|
|
|
dm ebs: Fix incorrect checking for REQ_OP_FLUSH
John Dorminy
2020-08-04
1
-1
/
+1
|
*
|
|
|
|
dm init: Set file local variable static
Damien Le Moal
2020-08-04
1
-1
/
+1
|
*
|
|
|
|
dm ioctl: Fix compilation warning
Damien Le Moal
2020-08-04
1
-1
/
+1
|
*
|
|
|
|
dm raid: Remove empty if statement
Damien Le Moal
2020-08-04
1
-2
/
+0
|
*
|
|
|
|
dm verity: Fix compilation warning
Damien Le Moal
2020-08-04
1
-7
/
+7
|
*
|
|
|
|
dm crypt: Enable zoned block device support
Damien Le Moal
2020-07-20
1
-7
/
+76
|
*
|
|
|
|
dm crypt: add flags to optionally bypass kcryptd workqueues
Ignat Korchagin
2020-07-20
1
-8
/
+42
|
*
|
|
|
|
dm bufio: do buffer cleanup from a workqueue
Mikulas Patocka
2020-07-20
1
-19
/
+41
|
*
|
|
|
|
dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()
Ming Lei
2020-07-20
1
-3
/
+0
|
*
|
|
|
|
dm dust: add interface to list all badblocks
yangerkun
2020-07-20
1
-0
/
+27
|
*
|
|
|
|
dm dust: report some message results directly back to user
yangerkun
2020-07-20
1
-13
/
+18
|
*
|
|
|
|
dm verity: add "panic_on_corruption" error handling mode
JeongHyeon Lee
2020-07-13
2
-2
/
+14
|
*
|
|
|
|
dm mpath: use double checked locking in fast path
Mike Snitzer
2020-07-13
1
-9
/
+23
|
*
|
|
|
|
dm mpath: rename current_pgpath to pgpath in multipath_prepare_ioctl
Mike Snitzer
2020-07-13
1
-6
/
+6
|
*
|
|
|
|
dm mpath: rework __map_bio()
Mike Snitzer
2020-07-13
1
-14
/
+19
|
*
|
|
|
|
dm mpath: factor out multipath_queue_bio
Mike Snitzer
2020-07-13
1
-12
/
+14
|
*
|
|
|
|
dm mpath: push locking down to must_push_back_rq()
Mike Snitzer
2020-07-13
1
-11
/
+14
|
*
|
|
|
|
dm mpath: take m->lock spinlock when testing QUEUE_IF_NO_PATH
Mike Snitzer
2020-07-13
1
-18
/
+34
|
*
|
|
|
|
dm mpath: changes from initial m->flags locking audit
Mike Snitzer
2020-07-13
1
-3
/
+13
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-07
2
-19
/
+19
|
\
\
\
\
\
|
*
|
|
|
|
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
2
-19
/
+19
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-08-07
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier
Aneesh Kumar K.V
2020-07-16
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-07
4
-27
/
+317
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
init: add an init_stat helper
Christoph Hellwig
2020-07-31
1
-1
/
+2
|
*
|
|
|
|
md: rewrite md_setup_drive to avoid ioctls
Christoph Hellwig
2020-07-16
3
-85
/
+81
|
*
|
|
|
|
md: simplify md_setup_drive
Christoph Hellwig
2020-07-16
1
-102
/
+101
|
*
|
|
|
|
md: remove the kernel version of md_u.h
Christoph Hellwig
2020-07-16
1
-0
/
+1
|
*
|
|
|
|
md: remove the autoscan partition re-read
Christoph Hellwig
2020-07-16
1
-10
/
+0
|
*
|
|
|
|
md: replace the RAID_AUTORUN ioctl with a direct function call
Christoph Hellwig
2020-07-16
3
-21
/
+6
|
*
|
|
|
|
md: move the early init autodetect code to drivers/md/
Christoph Hellwig
2020-07-16
2
-0
/
+318
|
|
|
/
/
/
|
|
/
|
|
|
[next]