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
Commit message (
Expand
)
Author
Age
Files
Lines
*
lightnvm: remove open/close statistics for gennvm
Matias Bjørling
2016-07-07
3
-41
/
+8
*
lightnvm: fix checkpatch terse errors
Matias Bjørling
2016-07-07
1
-2
/
+5
*
lightnvm: remove checkpatch warning for unsigned ints
Matias Bjørling
2016-07-07
2
-3
/
+3
*
lightnvm: Make functions not used by ouside static
Johannes Thumshirn
2016-07-07
2
-4
/
+6
*
nvme: lightnvm: make MLC num_pairs little endian
Johannes Thumshirn
2016-07-07
1
-1
/
+1
*
lightnvm: initialize ppa_addr in dev_to_generic_addr()
Javier González
2016-07-07
1
-0
/
+1
*
lightnvm: add media manager mark_blk helper
Javier González
2016-07-07
2
-0
/
+8
*
lightnvm: break the loop when rqd is not null
Wenwei Tao
2016-07-07
1
-2
/
+5
*
nvmet: fix an error code
Dan Carpenter
2016-07-07
1
-2
/
+2
*
nvme-loop: add configfs dependency
Arnd Bergmann
2016-07-07
1
-0
/
+1
*
bcache: Remove redundant block_size assignment
Yijing Wang
2016-07-05
1
-1
/
+0
*
bcache: update document info
Yijing Wang
2016-07-05
2
-2
/
+3
*
bcache: Remove redundant parameter for cache_alloc()
Yijing Wang
2016-07-05
1
-2
/
+2
*
nvme-loop: add a NVMe loopback host driver
Christoph Hellwig
2016-07-05
3
-0
/
+766
*
nvmet: add a generic NVMe target
Christoph Hellwig
2016-07-05
12
-0
/
+3383
*
block: Export blk_poll
Sagi Grimberg
2016-07-05
1
-0
/
+1
*
nvme: add keep-alive support
Sagi Grimberg
2016-07-05
4
-1
/
+119
*
nvme.h: Add keep-alive opcode and identify controller attribute
Sagi Grimberg
2016-07-05
1
-1
/
+5
*
nvme-fabrics: add a generic NVMe over Fabrics library
Christoph Hellwig
2016-07-05
6
-1
/
+1098
*
nvme.h: add NVMe over Fabrics definitions
Christoph Hellwig
2016-07-05
3
-23
/
+322
*
nvme: add fabrics sysfs attributes
Ming Lin
2016-07-05
3
-3
/
+78
*
nvme: Modify and export sync command submission for fabrics
Christoph Hellwig
2016-07-05
3
-13
/
+23
*
nvme: allow transitioning from NEW to LIVE state
Christoph Hellwig
2016-07-05
1
-0
/
+1
*
blk-mq: add blk_mq_alloc_request_hctx
Ming Lin
2016-07-05
2
-0
/
+41
*
mg_disk: fix error path in mg_probe()
Bartlomiej Zolnierkiewicz
2016-06-28
1
-1
/
+1
*
drbd: correctly handle failed crypto_alloc_hash
Lars Ellenberg
2016-06-13
2
-2
/
+3
*
drbd: al_write_transaction: skip re-scanning of bitmap page pointer array
Lars Ellenberg
2016-06-13
3
-15
/
+54
*
drbd: finally report ms, not jiffies, in log message
Lars Ellenberg
2016-06-13
1
-4
/
+8
*
drbd: get rid of empty statement in is_valid_state
Roland Kammerer
2016-06-13
1
-1
/
+2
*
drbd: code cleanups without semantic changes
Fabian Frederick
2016-06-13
14
-54
/
+59
*
drbd: bump current uuid when resuming IO with diskless peer
Lars Ellenberg
2016-06-13
1
-6
/
+28
*
drbd: disallow promotion during resync handshake, avoid deadlock and hard reset
Lars Ellenberg
2016-06-13
1
-0
/
+9
*
drbd: sync_handshake: handle identical uuids with current (frozen) Primary
Lars Ellenberg
2016-06-13
1
-3
/
+44
*
drbd: introduce WRITE_SAME support
Lars Ellenberg
2016-06-13
10
-80
/
+360
*
drbd: report sizes if rejecting too small peer disk
Lars Ellenberg
2016-06-13
1
-3
/
+6
*
drbd: discard_zeroes_if_aligned allows "thin" resync for discard_zeroes_data=0
Lars Ellenberg
2016-06-13
1
-3
/
+6
*
drbd: only restart frozen disk io when D_UP_TO_DATE
Lars Ellenberg
2016-06-13
1
-1
/
+1
*
drbd: if there is no good data accessible, writes should be IO errors
Lars Ellenberg
2016-06-13
1
-0
/
+22
*
drbd: don't forget error completion when "unsuspending" IO
Lars Ellenberg
2016-06-13
1
-16
/
+32
*
drbd: introduce unfence-peer handler
Lars Ellenberg
2016-06-13
3
-3
/
+28
*
drbd: finish resync on sync source only by notification from sync target
Lars Ellenberg
2016-06-13
2
-9
/
+26
*
drbd: allow larger max_discard_sectors
Lars Ellenberg
2016-06-13
3
-7
/
+6
*
drbd: zero-out partial unaligned discards on local backend
Lars Ellenberg
2016-06-13
2
-6
/
+25
*
drbd: possibly disable discard support, if backend has discard_zeroes_data=0
Lars Ellenberg
2016-06-13
1
-25
/
+55
*
drbd: when receiving P_TRIM, zero-out partial unaligned chunks
Lars Ellenberg
2016-06-13
5
-30
/
+134
*
drbd: allow parallel flushes for multi-volume resources
Lars Ellenberg
2016-06-13
1
-25
/
+89
*
drbd: fix for truncated minor number in callback command line
Lars Ellenberg
2016-06-13
1
-2
/
+2
*
drbd: fix regression: protocol A sometimes synchronous, C sometimes double-la...
Lars Ellenberg
2016-06-13
1
-7
/
+11
*
drbd: adjust assert in w_bitmap_io to account for BM_LOCKED_CHANGE_ALLOWED
Lars Ellenberg
2016-06-13
1
-1
/
+6
*
drbd: Create the protocol feature THIN_RESYNC
Philipp Reisner
2016-06-13
3
-2
/
+17
[next]