index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
lightnvm
/
core.c
Age
Commit message (
Expand
)
Author
2020-10-16
lightnvm: fix out-of-bounds write to array devices->info[]
Colin Ian King
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-03-27
block: simplify queue allocation
Christoph Hellwig
2019-09-05
lightnvm: print error when target is not found
Minwoo Im
2019-09-05
lightnvm: introduce pr_fmt for the prefix nvm
Minwoo Im
2019-08-06
lightnvm: move metadata mapping to lower level driver
Hans Holmberg
2019-08-06
lightnvm: remove nvm_submit_io_sync_fn
Hans Holmberg
2019-06-21
lightnvm: fix uninitialized pointer in nvm_remove_tgt()
Geert Uytterhoeven
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 410
Thomas Gleixner
2019-05-06
lightnvm: do not remove instance under global lock
Igor Konopko
2019-05-06
lightnvm: track inflight target creations
Igor Konopko
2019-05-06
lightnvm: prevent race condition on pblk remove
Marcin Dziegielewski
2019-05-06
lightnvm: Inherit mdts from the parent nvme device
Igor Konopko
2018-12-11
lightnvm: dynamic DMA pool entry size
Igor Konopko
2018-12-11
lightnvm: simplify geometry enumeration
Matias Bjørling
2018-12-11
lightnvm: Fix uninitialized return value in nvm_get_chunk_meta()
Geert Uytterhoeven
2018-11-15
block: remove the lock argument to blk_alloc_queue_node
Christoph Hellwig
2018-10-09
lightnvm: introduce nvm_rq_to_ppa_list
Hans Holmberg
2018-10-09
lightnvm: move bad block and chunk state logic to core
Matias Bjørling
2018-10-09
lightnvm: move device L2P detection to core
Matias Bjørling
2018-10-09
lightnvm: combine 1.2 and 2.0 command flags
Matias Bjørling
2018-06-01
lightnvm: pass flag on graceful teardown to targets
Javier González
2018-03-29
lightnvm: implement get log report chunk helpers
Javier González
2018-03-29
lightnvm: make address conversions depend on generic device
Javier González
2018-03-29
lightnvm: add support for 2.0 address format
Javier González
2018-03-29
lightnvm: normalize geometry nomenclature
Javier González
2018-03-29
lightnvm: add minor version to generic geometry
Javier González
2018-03-29
lightnvm: simplify geometry structure
Javier González
2018-03-29
lightnvm: Avoid validation of default op value
Heiner Litz
2018-03-29
lightnvm: centralize permission check for lightnvm ioctl
Johannes Thumshirn
2018-03-29
nvme: lightnvm: add late setup of block size and metadata
Matias Bjørling
2018-03-29
lightnvm: remove nvm_dev_ops->max_phys_sect
Matias Bjørling
2018-03-29
lightnvm: remove max_rq_size
Matias Bjørling
2018-03-29
lightnvm: add 2.0 geometry identification
Matias Bjørling
2018-03-29
lightnvm: flatten nvm_id_group into nvm_id
Matias Bjørling
2018-02-28
block: Add 'lock' as third argument to blk_alloc_queue_node()
Bart Van Assche
2018-01-05
lightnvm: set target over-provision on create ioctl
Javier González
2018-01-05
lightnvm: guarantee target unique name across devs.
Javier González
2018-01-05
lightnvm: refactor target type lookup
Javier González
2018-01-05
lightnvm: make geometry structures 2.0 ready
Matias Bjørling
2018-01-05
lightnvm: remove lower page tables
Matias Bjørling
2018-01-05
lightnvm: remove hybrid ocssd 1.2 support
Matias Bjørling
2017-10-13
Revert "lightnvm: prevent bd removal if busy"
Jens Axboe
2017-10-13
lightnvm: implement generic path for sync I/O
Javier González
2017-10-13
lightnvm: remove stale extern and unused exported symbols
Rakesh Pandit
2017-10-13
lightnvm: remove unused argument from nvm_set_tgt_bb_tbl
Rakesh Pandit
2017-10-13
lightnvm: remove already calculated nr_chnls
Rakesh Pandit
2017-10-13
lightnvm: protect target type list with correct locks
Rakesh Pandit
2017-10-13
lightnvm: prevent bd removal if busy
Rakesh Pandit
2017-10-13
lightnvm: prevent target type module removal when in use
Rakesh Pandit
[next]