index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
lightnvm
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
1
-6
/
+2
2020-03-27
block: simplify queue allocation
Christoph Hellwig
1
-2
/
+1
2019-09-05
lightnvm: print error when target is not found
Minwoo Im
1
-1
/
+4
2019-09-05
lightnvm: introduce pr_fmt for the prefix nvm
Minwoo Im
1
-24
/
+25
2019-08-06
lightnvm: move metadata mapping to lower level driver
Hans Holmberg
1
-7
/
+9
2019-08-06
lightnvm: remove nvm_submit_io_sync_fn
Hans Holmberg
1
-6
/
+29
2019-06-21
lightnvm: fix uninitialized pointer in nvm_remove_tgt()
Geert Uytterhoeven
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 410
Thomas Gleixner
1
-15
/
+1
2019-05-06
lightnvm: do not remove instance under global lock
Igor Konopko
1
-18
/
+16
2019-05-06
lightnvm: track inflight target creations
Igor Konopko
1
-10
/
+31
2019-05-06
lightnvm: prevent race condition on pblk remove
Marcin Dziegielewski
1
-0
/
+2
2019-05-06
lightnvm: Inherit mdts from the parent nvme device
Igor Konopko
1
-2
/
+7
2018-12-11
lightnvm: dynamic DMA pool entry size
Igor Konopko
1
-2
/
+7
2018-12-11
lightnvm: simplify geometry enumeration
Matias Bjørling
1
-7
/
+5
2018-12-11
lightnvm: Fix uninitialized return value in nvm_get_chunk_meta()
Geert Uytterhoeven
1
-1
/
+1
2018-11-15
block: remove the lock argument to blk_alloc_queue_node
Christoph Hellwig
1
-1
/
+1
2018-10-09
lightnvm: introduce nvm_rq_to_ppa_list
Hans Holmberg
1
-10
/
+4
2018-10-09
lightnvm: move bad block and chunk state logic to core
Matias Bjørling
1
-58
/
+251
2018-10-09
lightnvm: move device L2P detection to core
Matias Bjørling
1
-0
/
+5
2018-10-09
lightnvm: combine 1.2 and 2.0 command flags
Matias Bjørling
1
-0
/
+20
2018-06-01
lightnvm: pass flag on graceful teardown to targets
Javier González
1
-5
/
+5
2018-03-30
lightnvm: implement get log report chunk helpers
Javier González
1
-0
/
+11
2018-03-30
lightnvm: make address conversions depend on generic device
Javier González
1
-2
/
+2
2018-03-30
lightnvm: add support for 2.0 address format
Javier González
1
-10
/
+10
2018-03-30
lightnvm: normalize geometry nomenclature
Javier González
1
-45
/
+44
2018-03-30
lightnvm: add minor version to generic geometry
Javier González
1
-2
/
+2
2018-03-30
lightnvm: simplify geometry structure
Javier González
1
-50
/
+20
2018-03-30
lightnvm: Avoid validation of default op value
Heiner Litz
1
-4
/
+2
2018-03-30
lightnvm: centralize permission check for lightnvm ioctl
Johannes Thumshirn
1
-18
/
+3
2018-03-30
nvme: lightnvm: add late setup of block size and metadata
Matias Bjørling
1
-3
/
+0
2018-03-30
lightnvm: remove nvm_dev_ops->max_phys_sect
Matias Bjørling
1
-21
/
+7
2018-03-30
lightnvm: remove max_rq_size
Matias Bjørling
1
-1
/
+0
2018-03-30
lightnvm: add 2.0 geometry identification
Matias Bjørling
1
-5
/
+3
2018-03-30
lightnvm: flatten nvm_id_group into nvm_id
Matias Bjørling
1
-13
/
+12
2018-02-28
block: Add 'lock' as third argument to blk_alloc_queue_node()
Bart Van Assche
1
-1
/
+1
2018-01-05
lightnvm: set target over-provision on create ioctl
Javier González
1
-23
/
+83
2018-01-05
lightnvm: guarantee target unique name across devs.
Javier González
1
-6
/
+27
2018-01-05
lightnvm: refactor target type lookup
Javier González
1
-13
/
+17
2018-01-05
lightnvm: make geometry structures 2.0 ready
Matias Bjørling
1
-47
/
+44
2018-01-05
lightnvm: remove lower page tables
Matias Bjørling
1
-67
/
+0
2018-01-05
lightnvm: remove hybrid ocssd 1.2 support
Matias Bjørling
1
-141
/
+0
2017-10-13
Revert "lightnvm: prevent bd removal if busy"
Jens Axboe
1
-14
/
+0
2017-10-13
lightnvm: implement generic path for sync I/O
Javier González
1
-8
/
+17
2017-10-13
lightnvm: remove stale extern and unused exported symbols
Rakesh Pandit
1
-65
/
+64
2017-10-13
lightnvm: remove unused argument from nvm_set_tgt_bb_tbl
Rakesh Pandit
1
-17
/
+12
2017-10-13
lightnvm: remove already calculated nr_chnls
Rakesh Pandit
1
-1
/
+0
2017-10-13
lightnvm: protect target type list with correct locks
Rakesh Pandit
1
-4
/
+4
2017-10-13
lightnvm: prevent bd removal if busy
Rakesh Pandit
1
-0
/
+14
2017-10-13
lightnvm: prevent target type module removal when in use
Rakesh Pandit
1
-0
/
+4
2017-06-27
lightnvm: if LUNs are already allocated fix return
Rakesh Pandit
1
-2
/
+3
[next]