index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
lightnvm
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-06-26
lightnvm: re-convert ppa format on I/O failure
Javier González
1
-1
/
+7
2017-05-04
lightnvm: fix bad back free on error path
Javier González
1
-2
/
+2
2017-04-21
lightnvm: propagate pblk_init return to userspace
Rakesh Pandit
1
-6
/
+18
2017-04-20
ligtnvm: fix double blk_put_queue on same queue
Rakesh Pandit
1
-0
/
+1
2017-04-16
lightnvm: convert sprintf into strlcpy
Javier González
1
-3
/
+3
2017-04-16
lightnvm: clean unused variable
Javier González
1
-3
/
+0
2017-04-16
lightnvm: make nvm_free static
Javier González
1
-1
/
+1
2017-04-16
lightnvm: allow to init targets on factory mode
Javier González
1
-3
/
+11
2017-04-16
lightnvm: fix cleanup order of disk on init error
Javier González
1
-7
/
+7
2017-04-16
lightnvm: double-clear of dev->lun_map on target init error
Javier González
1
-7
/
+10
2017-04-16
lightnvm: free reverse device map
Javier González
1
-1
/
+13
2017-04-16
lightnvm: submit erases using the I/O path
Javier González
1
-21
/
+33
2017-02-15
lightnvm: set default lun range when no luns are specified
Matias Bjørling
1
-0
/
+5
2017-02-15
lightnvm: fix off-by-one error on target initialization
Matias Bjørling
1
-2
/
+2
2017-01-31
lightnvm: allow targets to use sysfs
Javier González
1
-0
/
+9
2017-01-31
lightnvm: free properly on target creation error
Javier González
1
-1
/
+1
2017-01-31
lightnvm: use end_io callback instead of instance
Matias Bjørling
1
-4
/
+3
2017-01-31
lightnvm: reduce number of nvm_id groups to one
Matias Bjørling
1
-9
/
+3
2017-01-31
lightnvm: cleanup nvm transformation functions
Matias Bjørling
1
-81
/
+34
2017-01-31
lightnvm: make nvm_map_* return void
Matias Bjørling
1
-32
/
+9
2017-01-31
lightnvm: remove nvm_get_bb_tbl and nvm_set_bb_tbl
Matias Bjørling
1
-36
/
+4
2017-01-31
lightnvm: remove nvm_submit_ppa* functions
Matias Bjørling
1
-109
/
+0
2017-01-31
lightnvm: collapse nvm_erase_ppa and nvm_erase_blk
Matias Bjørling
1
-31
/
+26
2017-01-31
lightnvm: merge gennvm with core
Matias Bjørling
1
-191
/
+595
2016-12-13
Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-8
/
+2
2016-11-29
lightnvm: transform target get/set bad block
Javier González
1
-0
/
+58
2016-11-29
lightnvm: use target nvm on target-specific ops.
Javier González
1
-5
/
+10
2016-11-29
lightnvm: introduce max_phys_sects helper function
Javier González
1
-0
/
+8
2016-11-29
lightnvm: introduce helpers for generic ops in rrpc
Javier González
1
-0
/
+22
2016-11-29
lightnvm: eliminate nvm_lun abstraction in mm
Javier González
1
-5
/
+9
2016-11-29
lightnvm: eliminate nvm_block abstraction on mm
Javier González
1
-8
/
+2
2016-11-29
lightnvm: move block provisioning to targets
Javier González
1
-52
/
+45
2016-11-29
lightnvm: remove sysfs configuration interface
Javier González
1
-134
/
+0
2016-11-29
lightnvm: export set bad block table
Javier González
1
-0
/
+27
2016-11-29
lightnvm: enable to send hint to erase command
Javier González
1
-3
/
+6
[next]