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
2017-08-28
dm mpath: do not lock up a CPU with requeuing activity
Bart Van Assche
1
-1
/
+0
2017-08-28
dm: fix printk() rate limiting code
Bart Van Assche
1
-10
/
+0
2017-08-28
dm mpath: retry BLK_STS_RESOURCE errors
Bart Van Assche
1
-1
/
+0
2017-08-28
dm: fix the second dec_pending() argument in __split_and_process_bio()
Bart Van Assche
1
-1
/
+1
2017-08-25
md/raid0: attach correct cgroup info in bio
Shaohua Li
1
-0
/
+1
2017-08-25
raid5: remove raid5_build_block
Guoqing Jiang
1
-10
/
+1
2017-08-25
md/r5cache: call mddev_lock/unlock() in r5c_journal_mode_show
Song Liu
1
-2
/
+10
2017-08-25
md: replace seq_release_private with seq_release
Cihangir Akturk
1
-1
/
+1
2017-08-25
md: notify about new spare disk in the container
Alexey Obitotskiy
1
-0
/
+2
2017-08-25
md/raid1/10: reset bio allocated from mempool
Shaohua Li
2
-4
/
+50
2017-08-24
md/raid5: release/flush io in raid5_do_work()
Song Liu
1
-0
/
+4
2017-08-24
md/bitmap: copy correct data for bitmap super
Shaohua Li
1
-2
/
+2
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
38
-153
/
+156
2017-08-23
raid5: remove a call to get_start_sect
Christoph Hellwig
1
-1
/
+3
2017-08-11
MD: not clear ->safemode for external metadata array
Shaohua Li
1
-1
/
+1
2017-08-09
block: pass in queue to inflight accounting
Jens Axboe
2
-6
/
+7
2017-08-09
dm-crypt: don't mess with BIP_BLOCK_INTEGRITY
Christoph Hellwig
1
-3
/
+0
2017-08-08
md/r5cache: fix io_unit handling in r5l_log_endio()
Song Liu
1
-9
/
+31
2017-08-08
md/r5cache: call mddev_lock/unlock() in r5c_journal_mode_set
Song Liu
1
-6
/
+15
2017-08-08
md: fix test in md_write_start()
NeilBrown
1
-1
/
+1
2017-08-08
md: always clear ->safemode when md_check_recovery gets the mddev lock.
NeilBrown
1
-0
/
+3
2017-08-04
crypto: algapi - make crypto_xor() take separate dst and src arguments
Ard Biesheuvel
1
-6
/
+5
2017-07-28
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
6
-126
/
+115
2017-07-28
Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-46
/
+86
2017-07-26
dm, dax: Make sure dm_dax_flush() is called if device supports it
Vivek Goyal
1
-0
/
+35
2017-07-26
dm verity fec: fix GFP flags used with mempool_alloc()
NeilBrown
1
-16
/
+5
2017-07-26
dm zoned: use GFP_NOIO in I/O path
Damien Le Moal
3
-9
/
+9
2017-07-25
MD: fix warnning for UP case
Shaohua Li
1
-1
/
+1
2017-07-25
dm zoned: remove test for impossible REQ_OP_FLUSH conditions
Mikulas Patocka
1
-2
/
+2
2017-07-25
dm raid: bump target version
Heinz Mauelshagen
1
-1
/
+1
2017-07-25
dm raid: avoid mddev->suspended access
Heinz Mauelshagen
1
-5
/
+7
2017-07-25
dm raid: fix activation check in validate_raid_redundancy()
Heinz Mauelshagen
1
-5
/
+5
2017-07-25
dm raid: remove WARN_ON() in raid10_md_layout_to_format()
Heinz Mauelshagen
1
-2
/
+3
2017-07-25
dm bufio: fix error code in dm_bufio_write_dirty_buffers()
Dan Carpenter
1
-2
/
+1
2017-07-25
dm integrity: test for corrupted disk format during table load
Mikulas Patocka
1
-0
/
+5
2017-07-25
dm integrity: WARN_ON if variables representing journal usage get out of sync
Mikulas Patocka
1
-0
/
+2
2017-07-24
md/raid5: add thread_group worker async_tx_issue_pending_all
Ofer Heifetz
1
-0
/
+2
2017-07-21
md: simplify code with bio_io_error
Guoqing Jiang
3
-12
/
+6
2017-07-21
md/raid1: fix writebehind bio clone
Shaohua Li
1
-21
/
+13
2017-07-21
md: raid1-10: move raid1/raid10 common code into raid1-10.c
Ming Lei
4
-71
/
+62
2017-07-21
md: raid1/raid10: initialize bvec table via bio_add_page()
Ming Lei
3
-16
/
+27
2017-07-21
md: remove 'idx' from 'struct resync_pages'
Ming Lei
3
-7
/
+6
2017-07-19
dm integrity: use plugging when writing the journal
Mikulas Patocka
1
-0
/
+5
2017-07-19
dm integrity: fix inefficient allocation of journal space
Mikulas Patocka
1
-4
/
+6
2017-07-18
Merge tag 'md/4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
4
-6
/
+7
2017-07-12
raid5-ppl: use BIOSET_NEED_BVECS when creating bioset
Artur Paszkiewicz
1
-1
/
+1
2017-07-11
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2017-07-10
Raid5 should update rdev->sectors after reshape
Xiao Ni
1
-3
/
+1
2017-07-10
md/bitmap: don't read page from device with Bitmap_sync
Guoqing Jiang
2
-2
/
+5
2017-07-08
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
9
-47
/
+92
[prev]
[next]