index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
*
md/md0: optimize raid0 discard handling
Shaohua Li
2017-05-08
1
-14
/
+102
*
md: don't return -EAGAIN in md_allow_write for external metadata arrays
Artur Paszkiewicz
2017-05-08
4
-28
/
+15
*
md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lock
Julia Cartwright
2017-05-04
1
-10
/
+7
*
Merge tag 'for-4.12/dm-post-merge-changes' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2017-05-03
3
-48
/
+37
|
\
|
*
dm: introduce a new DM_MAPIO_KILL return value
Christoph Hellwig
2017-05-01
2
-8
/
+6
|
*
dm rq: change ->rq_end_io calling conventions
Christoph Hellwig
2017-05-01
2
-11
/
+19
|
*
dm mpath: merge do_end_io into multipath_end_io
Christoph Hellwig
2017-05-01
1
-34
/
+17
|
*
Merge branch 'dm-4.12' into dm-4.12-post-merge
Mike Snitzer
2017-05-01
41
-2983
/
+7330
|
|
\
*
|
\
Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-05-03
41
-2983
/
+7330
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
dm bufio: check new buffer allocation watermark every 30 seconds
Mikulas Patocka
2017-05-01
1
-0
/
+10
|
*
|
dm bufio: avoid a possible ABBA deadlock
Mikulas Patocka
2017-05-01
1
-4
/
+5
|
*
|
dm mpath: make it easier to detect unintended I/O request flushes
Bart Van Assche
2017-04-27
2
-4
/
+23
|
*
|
dm mpath: cleanup QUEUE_IF_NO_PATH bit manipulation by introducing assign_bit()
Bart Van Assche
2017-04-27
1
-21
/
+15
|
*
|
dm mpath: micro-optimize the hot path relative to MPATHF_QUEUE_IF_NO_PATH
Bart Van Assche
2017-04-27
1
-59
/
+11
|
*
|
dm: introduce enum dm_queue_mode to cleanup related code
Bart Van Assche
2017-04-27
6
-18
/
+24
|
*
|
dm mpath: verify __pg_init_all_paths locking assumptions at runtime
Bart Van Assche
2017-04-27
1
-0
/
+2
|
*
|
dm: verify suspend_locking assumptions at runtime
Bart Van Assche
2017-04-27
2
-2
/
+8
|
*
|
dm block manager: remove an unused argument from dm_block_manager_create()
Bart Van Assche
2017-04-27
5
-9
/
+1
|
*
|
dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()
Bart Van Assche
2017-04-27
1
-1
/
+5
|
*
|
dm mpath: delay requeuing while path initialization is in progress
Bart Van Assche
2017-04-27
1
-3
/
+7
|
*
|
dm mpath: avoid that path removal can trigger an infinite loop
Bart Van Assche
2017-04-27
1
-4
/
+11
|
*
|
dm mpath: split and rename activate_path() to prepare for its expanded use
Bart Van Assche
2017-04-27
1
-5
/
+12
|
*
|
dm ioctl: prevent stack leak in dm ioctl call
Adrian Salido
2017-04-27
1
-1
/
+1
|
*
|
dm integrity: use previously calculated log2 of sectors_per_block
Mikulas Patocka
2017-04-27
1
-2
/
+1
|
*
|
dm integrity: use hex2bin instead of open-coded variant
Mikulas Patocka
2017-04-27
1
-12
/
+2
|
*
|
dm crypt: replace custom implementation of hex2bin()
Andy Shevchenko
2017-04-27
1
-25
/
+2
|
*
|
dm crypt: remove obsolete references to per-CPU state
Eric Biggers
2017-04-25
1
-8
/
+8
|
*
|
dm verity: switch to using asynchronous hash crypto API
Gilad Ben-Yossef
2017-04-24
3
-71
/
+157
|
*
|
dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues
Tim Murray
2017-04-24
1
-3
/
+4
|
*
|
dm crypt: rewrite (wipe) key in crypto layer using random data
Ondrej Kozina
2017-04-24
1
-2
/
+6
|
*
|
dm mpath: requeue after a small delay if blk_get_request() fails
Bart Van Assche
2017-04-24
2
-4
/
+3
|
*
|
dm era: save spacemap metadata root after the pre-commit
Somasundaram Krishnasamy
2017-04-24
1
-4
/
+4
|
*
|
dm thin: fix a memory leak when passing discard bio down
Dennis Yang
2017-04-24
1
-0
/
+1
|
*
|
dm btree: fix for dm_btree_find_lowest_key()
Vinothkumar Raja
2017-04-24
1
-2
/
+6
|
*
|
dm ioctl: remove double parentheses
Matthias Kaehlcke
2017-04-24
1
-2
/
+2
|
*
|
dm: remove dummy dm_table definition
Mikulas Patocka
2017-04-24
1
-8
/
+0
|
*
|
dm crypt: fix large block integrity support
Mikulas Patocka
2017-04-24
1
-6
/
+12
|
*
|
dm integrity: support larger block sizes
Mikulas Patocka
2017-04-24
1
-45
/
+174
|
*
|
dm integrity: various small changes and cleanups
Mikulas Patocka
2017-04-24
1
-54
/
+62
|
*
|
dm: mark targets that pass integrity data
Mikulas Patocka
2017-04-24
5
-3
/
+23
|
*
|
dm table: replace while loops with for loops
Mikulas Patocka
2017-04-24
1
-31
/
+32
|
*
|
dm cache policy smq: make the cleaner policy write-back more aggressively
Joe Thornber
2017-03-31
1
-1
/
+1
|
*
|
dm cache: set/clear the cache core's dirty_bitset when loading mappings
Joe Thornber
2017-03-31
1
-0
/
+6
|
*
|
dm raid: select the Kconfig option CONFIG_MD_RAID0
Mikulas Patocka
2017-03-30
1
-0
/
+1
|
*
|
dm raid: add raid4/5/6 journal write-back support via journal_mode option
Heinz Mauelshagen
2017-03-27
1
-13
/
+91
|
*
|
dm raid: fix table line argument order in status
Heinz Mauelshagen
2017-03-27
1
-30
/
+32
|
*
|
md: add raid4/5/6 journal mode switching API
Heinz Mauelshagen
2017-03-27
2
-28
/
+45
|
*
|
dm crypt: use shifts instead of sector_div
Mikulas Patocka
2017-03-24
1
-7
/
+10
|
*
|
dm integrity: add recovery mode
Mikulas Patocka
2017-03-24
1
-13
/
+27
|
*
|
dm integrity: factor out create_journal() from dm_integrity_ctr()
Mike Snitzer
2017-03-24
1
-183
/
+196
[next]