index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
38
-153
/
+156
|
*
|
|
raid5: remove a call to get_start_sect
Christoph Hellwig
2017-08-23
1
-1
/
+3
|
*
|
|
block: pass in queue to inflight accounting
Jens Axboe
2017-08-09
2
-6
/
+7
|
*
|
|
dm-crypt: don't mess with BIP_BLOCK_INTEGRITY
Christoph Hellwig
2017-08-09
1
-3
/
+0
*
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-09-06
1
-6
/
+5
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
crypto: algapi - make crypto_xor() take separate dst and src arguments
Ard Biesheuvel
2017-08-04
1
-6
/
+5
*
|
|
|
dm mpath: do not lock up a CPU with requeuing activity
Bart Van Assche
2017-08-28
1
-1
/
+0
*
|
|
|
dm: fix printk() rate limiting code
Bart Van Assche
2017-08-28
1
-10
/
+0
*
|
|
|
dm mpath: retry BLK_STS_RESOURCE errors
Bart Van Assche
2017-08-28
1
-1
/
+0
*
|
|
|
dm: fix the second dec_pending() argument in __split_and_process_bio()
Bart Van Assche
2017-08-28
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
MD: not clear ->safemode for external metadata array
Shaohua Li
2017-08-11
1
-1
/
+1
*
|
|
md/r5cache: fix io_unit handling in r5l_log_endio()
Song Liu
2017-08-08
1
-9
/
+31
*
|
|
md/r5cache: call mddev_lock/unlock() in r5c_journal_mode_set
Song Liu
2017-08-08
1
-6
/
+15
*
|
|
md: fix test in md_write_start()
NeilBrown
2017-08-08
1
-1
/
+1
*
|
|
md: always clear ->safemode when md_check_recovery gets the mddev lock.
NeilBrown
2017-08-08
1
-0
/
+3
|
|
/
|
/
|
*
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2017-07-28
6
-126
/
+115
|
\
\
|
*
|
MD: fix warnning for UP case
Shaohua Li
2017-07-25
1
-1
/
+1
|
*
|
md/raid5: add thread_group worker async_tx_issue_pending_all
Ofer Heifetz
2017-07-24
1
-0
/
+2
|
*
|
md: simplify code with bio_io_error
Guoqing Jiang
2017-07-21
3
-12
/
+6
|
*
|
md/raid1: fix writebehind bio clone
Shaohua Li
2017-07-21
1
-21
/
+13
|
*
|
md: raid1-10: move raid1/raid10 common code into raid1-10.c
Ming Lei
2017-07-21
4
-71
/
+62
|
*
|
md: raid1/raid10: initialize bvec table via bio_add_page()
Ming Lei
2017-07-21
3
-16
/
+27
|
*
|
md: remove 'idx' from 'struct resync_pages'
Ming Lei
2017-07-21
3
-7
/
+6
*
|
|
Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-28
8
-46
/
+86
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
dm, dax: Make sure dm_dax_flush() is called if device supports it
Vivek Goyal
2017-07-26
1
-0
/
+35
|
*
|
dm verity fec: fix GFP flags used with mempool_alloc()
NeilBrown
2017-07-26
1
-16
/
+5
|
*
|
dm zoned: use GFP_NOIO in I/O path
Damien Le Moal
2017-07-26
3
-9
/
+9
|
*
|
dm zoned: remove test for impossible REQ_OP_FLUSH conditions
Mikulas Patocka
2017-07-25
1
-2
/
+2
|
*
|
dm raid: bump target version
Heinz Mauelshagen
2017-07-25
1
-1
/
+1
|
*
|
dm raid: avoid mddev->suspended access
Heinz Mauelshagen
2017-07-25
1
-5
/
+7
|
*
|
dm raid: fix activation check in validate_raid_redundancy()
Heinz Mauelshagen
2017-07-25
1
-5
/
+5
|
*
|
dm raid: remove WARN_ON() in raid10_md_layout_to_format()
Heinz Mauelshagen
2017-07-25
1
-2
/
+3
|
*
|
dm bufio: fix error code in dm_bufio_write_dirty_buffers()
Dan Carpenter
2017-07-25
1
-2
/
+1
|
*
|
dm integrity: test for corrupted disk format during table load
Mikulas Patocka
2017-07-25
1
-0
/
+5
|
*
|
dm integrity: WARN_ON if variables representing journal usage get out of sync
Mikulas Patocka
2017-07-25
1
-0
/
+2
|
*
|
dm integrity: use plugging when writing the journal
Mikulas Patocka
2017-07-19
1
-0
/
+5
|
*
|
dm integrity: fix inefficient allocation of journal space
Mikulas Patocka
2017-07-19
1
-4
/
+6
|
|
/
*
|
Merge tag 'md/4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2017-07-18
4
-6
/
+7
|
\
\
|
|
/
|
/
|
|
*
raid5-ppl: use BIOSET_NEED_BVECS when creating bioset
Artur Paszkiewicz
2017-07-12
1
-1
/
+1
|
*
Raid5 should update rdev->sectors after reshape
Xiao Ni
2017-07-10
1
-3
/
+1
|
*
md/bitmap: don't read page from device with Bitmap_sync
Guoqing Jiang
2017-07-10
2
-2
/
+5
*
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-07-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
bio-integrity: fix interface for bio_integrity_trim
Dmitry Monakhov
2017-07-03
1
-1
/
+1
*
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2017-07-08
9
-47
/
+92
|
\
\
|
*
|
MD: fix sleep in atomic
Shaohua Li
2017-07-03
1
-4
/
+8
|
*
|
MD: fix a null dereference
Shaohua Li
2017-06-23
1
-1
/
+1
|
*
|
md: use a separate bio_set for synchronous IO.
NeilBrown
2017-06-21
2
-7
/
+23
|
*
|
md: change the initialization value for a spare device spot to MD_DISK_ROLE_S...
Lidong Zhong
2017-06-16
1
-1
/
+1
|
*
|
md/raid1: remove unused bio in sync_request_write
Guoqing Jiang
2017-06-16
1
-3
/
+1
|
*
|
md/raid10: fix FailFast test for wrong device
Guoqing Jiang
2017-06-16
1
-3
/
+3
[prev]
[next]