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-07-25
bcache: add more accurate error information in read_super_common()
Coly Li
1
-5
/
+14
2020-07-25
bcache: add read_super_common() to read major part of super block
Coly Li
1
-48
/
+63
2020-07-25
bcache: fix overflow in offset_to_stripe()
Coly Li
3
-8
/
+27
2020-07-25
bcache: avoid nr_stripes overflow in bcache_device_init()
Coly Li
1
-6
/
+6
2020-07-25
bcache: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-4
/
+2
2020-07-25
bcache: movinggc: Use struct_size() helper in kzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2020-07-25
bcache: writeback: Remove unneeded variable i
Xu Wang
1
-2
/
+0
2020-07-25
bcache: journel: use for_each_clear_bit() to simplify the code
Xu Wang
1
-4
/
+1
2020-07-25
bcache: allocate meta data pages as compound pages
Coly Li
4
-5
/
+5
2020-07-25
bcache: Fix typo in Kconfig name
Jean Delvare
2
-2
/
+2
2020-07-23
dm integrity: fix integrity recalculation that is improperly skipped
Mikulas Patocka
2
-2
/
+19
2020-07-22
md/raid5: use do_div() for 64 bit divisions in raid5_sync_request
Yufen Yu
1
-1
/
+1
2020-07-22
md/raid10: avoid deadlock on recovery.
Vitaly Mayatskikh
1
-3
/
+11
2020-07-21
md-cluster: fix rmmod issue when md_cluster convert bitmap to none
Zhao Heming
1
-0
/
+1
2020-07-21
md-cluster: fix safemode_delay value when converting to clustered bitmap
Zhao Heming
1
-2
/
+9
2020-07-21
md/raid5: support config stripe_size by sysfs entry
Yufen Yu
1
-0
/
+72
2020-07-21
md/raid5: set default stripe_size as 4096
Yufen Yu
2
-3
/
+24
2020-07-21
md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*
Yufen Yu
4
-128
/
+153
2020-07-20
block: remove bdev_stack_limits
Christoph Hellwig
1
-1
/
+2
2020-07-20
block: inherit the zoned characteristics in blk_stack_limits
Christoph Hellwig
1
-19
/
+0
2020-07-20
Merge branch 'for-5.9/drivers' into for-5.9/block-merge
Jens Axboe
7
-36
/
+101
2020-07-20
Merge branch 'for-5.9/block' into for-5.9/block-merge
Jens Axboe
33
-486
/
+122
2020-07-20
dm crypt: Enable zoned block device support
Damien Le Moal
1
-7
/
+76
2020-07-20
dm crypt: add flags to optionally bypass kcryptd workqueues
Ignat Korchagin
1
-8
/
+42
2020-07-20
dm bufio: do buffer cleanup from a workqueue
Mikulas Patocka
1
-19
/
+41
2020-07-20
dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()
Ming Lei
1
-3
/
+0
2020-07-20
dm dust: add interface to list all badblocks
yangerkun
1
-0
/
+27
2020-07-20
dm dust: report some message results directly back to user
yangerkun
1
-13
/
+18
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
6
-6
/
+6
2020-07-16
raid5: remove the meaningless check in raid5_make_request
Guoqing Jiang
1
-2
/
+1
2020-07-16
raid5: put the comment of clear_batch_ready to the right place
Guoqing Jiang
1
-4
/
+4
2020-07-16
raid5: call clear_batch_ready before set STRIPE_ACTIVE
Guoqing Jiang
1
-5
/
+10
2020-07-16
md: rewrite md_setup_drive to avoid ioctls
Christoph Hellwig
3
-85
/
+81
2020-07-16
md: simplify md_setup_drive
Christoph Hellwig
1
-102
/
+101
2020-07-16
md: remove the kernel version of md_u.h
Christoph Hellwig
1
-0
/
+1
2020-07-16
md: remove the autoscan partition re-read
Christoph Hellwig
1
-10
/
+0
2020-07-16
md: replace the RAID_AUTORUN ioctl with a direct function call
Christoph Hellwig
3
-21
/
+6
2020-07-16
md: move the early init autodetect code to drivers/md/
Christoph Hellwig
2
-0
/
+318
2020-07-15
md: raid10: Fix compilation warning
Damien Le Moal
1
-2
/
+2
2020-07-15
md: raid5: Fix compilation warning
Damien Le Moal
1
-6
/
+6
2020-07-15
md: raid5-cache: Remove set but unused variable
Damien Le Moal
1
-3
/
+1
2020-07-15
md: Fix compilation warning
Damien Le Moal
1
-6
/
+6
2020-07-16
libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier
Aneesh Kumar K.V
1
-1
/
+1
2020-07-14
md-cluster: fix wild pointer of unlock_all_bitmaps()
Zhao Heming
1
-0
/
+1
2020-07-14
md/raid5-cache: clear MD_SB_CHANGE_PENDING before flushing stripes
Song Liu
1
-0
/
+7
2020-07-14
md: fix deadlock causing by sysfs_notify
Junxiao Bi
5
-20
/
+42
2020-07-13
md: improve io stats accounting
Artur Paszkiewicz
2
-12
/
+46
2020-07-13
md: raid0/linear: fix dereference before null check on pointer mddev
Colin Ian King
1
-4
/
+5
2020-07-13
dm verity: add "panic_on_corruption" error handling mode
JeongHyeon Lee
2
-2
/
+14
2020-07-13
dm mpath: use double checked locking in fast path
Mike Snitzer
1
-9
/
+23
[prev]
[next]