index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
lightnvm
/
core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove the lightnvm subsystem
Christoph Hellwig
2021-08-14
1
-1440
/
+0
*
lightnvm: convert to blk_alloc_disk/blk_cleanup_disk
Christoph Hellwig
2021-06-01
1
-18
/
+5
*
block: automatically enable GENHD_FL_EXT_DEVT
Christoph Hellwig
2021-06-01
1
-1
/
+0
*
lightnvm: deprecated OCSSD support and schedule it for removal in Linux 5.15
Christoph Hellwig
2021-04-13
1
-0
/
+2
*
lightnvm: return the correct return value
Tian Tao
2021-04-13
1
-1
/
+1
*
lightnvm: fix memory leak when submit fails
Pan Bian
2021-01-21
1
-2
/
+1
*
lightnvm: fix out-of-bounds write to array devices->info[]
Colin Ian King
2020-10-16
1
-2
/
+3
*
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-07-01
1
-6
/
+2
*
block: simplify queue allocation
Christoph Hellwig
2020-03-27
1
-2
/
+1
*
lightnvm: print error when target is not found
Minwoo Im
2019-09-05
1
-1
/
+4
*
lightnvm: introduce pr_fmt for the prefix nvm
Minwoo Im
2019-09-05
1
-24
/
+25
*
lightnvm: move metadata mapping to lower level driver
Hans Holmberg
2019-08-06
1
-7
/
+9
*
lightnvm: remove nvm_submit_io_sync_fn
Hans Holmberg
2019-08-06
1
-6
/
+29
*
lightnvm: fix uninitialized pointer in nvm_remove_tgt()
Geert Uytterhoeven
2019-06-21
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 410
Thomas Gleixner
2019-06-05
1
-15
/
+1
*
lightnvm: do not remove instance under global lock
Igor Konopko
2019-05-06
1
-18
/
+16
*
lightnvm: track inflight target creations
Igor Konopko
2019-05-06
1
-10
/
+31
*
lightnvm: prevent race condition on pblk remove
Marcin Dziegielewski
2019-05-06
1
-0
/
+2
*
lightnvm: Inherit mdts from the parent nvme device
Igor Konopko
2019-05-06
1
-2
/
+7
*
lightnvm: dynamic DMA pool entry size
Igor Konopko
2018-12-11
1
-2
/
+7
*
lightnvm: simplify geometry enumeration
Matias Bjørling
2018-12-11
1
-7
/
+5
*
lightnvm: Fix uninitialized return value in nvm_get_chunk_meta()
Geert Uytterhoeven
2018-12-11
1
-1
/
+1
*
block: remove the lock argument to blk_alloc_queue_node
Christoph Hellwig
2018-11-15
1
-1
/
+1
*
lightnvm: introduce nvm_rq_to_ppa_list
Hans Holmberg
2018-10-09
1
-10
/
+4
*
lightnvm: move bad block and chunk state logic to core
Matias Bjørling
2018-10-09
1
-58
/
+251
*
lightnvm: move device L2P detection to core
Matias Bjørling
2018-10-09
1
-0
/
+5
*
lightnvm: combine 1.2 and 2.0 command flags
Matias Bjørling
2018-10-09
1
-0
/
+20
*
lightnvm: pass flag on graceful teardown to targets
Javier González
2018-06-01
1
-5
/
+5
*
lightnvm: implement get log report chunk helpers
Javier González
2018-03-30
1
-0
/
+11
*
lightnvm: make address conversions depend on generic device
Javier González
2018-03-30
1
-2
/
+2
*
lightnvm: add support for 2.0 address format
Javier González
2018-03-30
1
-10
/
+10
*
lightnvm: normalize geometry nomenclature
Javier González
2018-03-30
1
-45
/
+44
*
lightnvm: add minor version to generic geometry
Javier González
2018-03-30
1
-2
/
+2
*
lightnvm: simplify geometry structure
Javier González
2018-03-30
1
-50
/
+20
*
lightnvm: Avoid validation of default op value
Heiner Litz
2018-03-30
1
-4
/
+2
*
lightnvm: centralize permission check for lightnvm ioctl
Johannes Thumshirn
2018-03-30
1
-18
/
+3
*
nvme: lightnvm: add late setup of block size and metadata
Matias Bjørling
2018-03-30
1
-3
/
+0
*
lightnvm: remove nvm_dev_ops->max_phys_sect
Matias Bjørling
2018-03-30
1
-21
/
+7
*
lightnvm: remove max_rq_size
Matias Bjørling
2018-03-30
1
-1
/
+0
*
lightnvm: add 2.0 geometry identification
Matias Bjørling
2018-03-30
1
-5
/
+3
*
lightnvm: flatten nvm_id_group into nvm_id
Matias Bjørling
2018-03-30
1
-13
/
+12
*
block: Add 'lock' as third argument to blk_alloc_queue_node()
Bart Van Assche
2018-02-28
1
-1
/
+1
*
lightnvm: set target over-provision on create ioctl
Javier González
2018-01-05
1
-23
/
+83
*
lightnvm: guarantee target unique name across devs.
Javier González
2018-01-05
1
-6
/
+27
*
lightnvm: refactor target type lookup
Javier González
2018-01-05
1
-13
/
+17
*
lightnvm: make geometry structures 2.0 ready
Matias Bjørling
2018-01-05
1
-47
/
+44
*
lightnvm: remove lower page tables
Matias Bjørling
2018-01-05
1
-67
/
+0
*
lightnvm: remove hybrid ocssd 1.2 support
Matias Bjørling
2018-01-05
1
-141
/
+0
*
Revert "lightnvm: prevent bd removal if busy"
Jens Axboe
2017-10-13
1
-14
/
+0
*
lightnvm: implement generic path for sync I/O
Javier González
2017-10-13
1
-8
/
+17
[next]