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
...
|
*
nvme: add a common helper to read Identify Controller data
Christoph Hellwig
2015-12-01
3
-38
/
+71
|
*
nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
Christoph Hellwig
2015-12-01
3
-109
/
+141
|
*
nvme: move remaining CC setup into nvme_enable_ctrl
Christoph Hellwig
2015-12-01
1
-23
/
+21
|
*
nvme: add explicit quirk handling
Christoph Hellwig
2015-12-01
2
-3
/
+18
|
*
nvme: move block_device_operations and ns/ctrl freeing to common code
Christoph Hellwig
2015-12-01
3
-400
/
+439
|
*
nvme: use the block layer for userspace passthrough metadata
Keith Busch
2015-12-01
3
-43
/
+83
|
*
nvme: split __nvme_submit_sync_cmd
Christoph Hellwig
2015-12-01
4
-31
/
+68
|
*
nvme: move nvme_setup_flush and nvme_setup_rw to common code
Christoph Hellwig
2015-12-01
2
-49
/
+51
|
*
nvme: move nvme_error_status to common code
Christoph Hellwig
2015-12-01
2
-12
/
+12
|
*
nvme: factor out a nvme_unmap_data helper
Christoph Hellwig
2015-12-01
1
-18
/
+25
|
*
nvme: refactor nvme_queue_rq
Christoph Hellwig
2015-12-01
1
-122
/
+97
|
*
nvme: simplify nvme_setup_prps calling convention
Christoph Hellwig
2015-12-01
1
-12
/
+10
|
*
nvme: split a new struct nvme_ctrl out of struct nvme_dev
Christoph Hellwig
2015-12-01
4
-157
/
+193
|
*
nvme: use vendor it from identify
Christoph Hellwig
2015-12-01
1
-2
/
+11
|
*
nvme: split nvme_trans_device_id_page
Christoph Hellwig
2015-12-01
1
-56
/
+79
|
*
nvme: use offset instead of a struct for registers
Christoph Hellwig
2015-12-01
4
-46
/
+49
|
*
nvme: split command submission helpers out of pci.c
Christoph Hellwig
2015-12-01
4
-155
/
+178
|
*
nvme: move struct nvme_iod to pci.c
Christoph Hellwig
2015-12-01
2
-17
/
+17
*
|
Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-01-21
10
-226
/
+1476
|
\
\
|
*
|
lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM
Jens Axboe
2016-01-13
1
-57
/
+64
|
*
|
lightnvm: introduce factory reset
Matias Bjørling
2016-01-12
4
-0
/
+234
|
*
|
lightnvm: use system block for mm initialization
Matias Bjørling
2016-01-12
2
-2
/
+26
|
*
|
lightnvm: introduce ioctl to initialize device
Matias Bjørling
2016-01-12
2
-0
/
+61
|
*
|
lightnvm: core on-disk initialization
Matias Bjørling
2016-01-12
5
-1
/
+600
|
*
|
lightnvm: introduce mlc lower page table mappings
Matias Bjørling
2016-01-12
3
-2
/
+101
|
*
|
lightnvm: add mccap support
Matias Bjørling
2016-01-12
2
-0
/
+8
|
*
|
lightnvm: manage open and closed blocks separately
Javier González
2016-01-12
5
-46
/
+142
|
*
|
lightnvm: fix missing grown bad block type
Matias Bjørling
2016-01-12
1
-2
/
+3
|
*
|
lightnvm: reference rrpc lun in rrpc block
Javier González
2016-01-12
2
-0
/
+2
|
*
|
lightnvm: introduce nvm_submit_ppa
Matias Bjørling
2016-01-12
2
-1
/
+46
|
*
|
lightnvm: move rq->error to nvm_rq->error
Matias Bjørling
2016-01-12
4
-6
/
+9
|
*
|
lightnvm: support multiple ppas in nvm_erase_ppa
Matias Bjørling
2016-01-12
3
-4
/
+4
|
*
|
lightnvm: move the pages per block check out of the loop
Wenwei Tao
2016-01-12
1
-6
/
+5
|
*
|
lightnvm: sectors first in ppa list
Matias Bjørling
2016-01-12
1
-3
/
+3
|
*
|
lightnvm: fix locking and mempool in rrpc_lun_gc
Wenwei Tao
2016-01-12
1
-6
/
+6
|
*
|
lightnvm: put block back to gc list on its reclaim fail
Wenwei Tao
2016-01-12
1
-4
/
+14
|
*
|
lightnvm: check bi_error in gc
Wenwei Tao
2016-01-12
1
-0
/
+6
|
*
|
lightnvm: return the get_bb_tbl return value
Matias Bjørling
2016-01-12
1
-5
/
+0
|
*
|
lightnvm: refactor end_io functions for sync
Matias Bjørling
2016-01-12
6
-34
/
+42
|
*
|
lightnvm: refactor rqd ppa list into set/free
Matias Bjørling
2016-01-12
2
-21
/
+53
|
*
|
lightnvm: move ppa erase logic to core
Matias Bjørling
2016-01-12
3
-64
/
+74
|
*
|
lightnvm: unlock rq and free ppa_list on submission fail
Wenwei Tao
2016-01-12
1
-0
/
+6
|
*
|
lightnvm: add check after mempool allocation
Javier Gonzalez
2016-01-12
1
-0
/
+2
|
*
|
lightnvm: fix incorrect nr_free_blocks stat
Chao Yu
2016-01-12
1
-0
/
+1
|
*
|
lightnvm: fix bio submission issue
Wenwei Tao
2016-01-12
2
-2
/
+4
*
|
|
Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-01-21
33
-1326
/
+3893
|
\
\
\
|
*
|
|
null_blk: use sector_div instead of do_div
Arnd Bergmann
2016-01-13
1
-4
/
+4
|
*
|
|
Merge branch 'stable/for-jens-4.5' of git://git.kernel.org/pub/scm/linux/kern...
Jens Axboe
2016-01-13
5
-710
/
+1292
|
|
\
\
\
|
|
*
|
|
xen/blkfront: Fix crash if backend doesn't follow the right states.
Konrad Rzeszutek Wilk
2016-01-04
1
-4
/
+8
|
|
*
|
|
xen/blkback: Fix two memory leaks.
Bob Liu
2016-01-04
1
-6
/
+11
[prev]
[next]