index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
lightnvm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-04
lightnvm: fix bad back free on error path
Javier González
1
-2
/
+2
2017-04-25
lightnvm: fix possible memory leak in pblk_bb_discovery()
Wei Yongjun
1
-1
/
+3
2017-04-23
lightnvm: pblk: fix erase counters on error fail
Javier González
7
-22
/
+37
2017-04-23
lightnvm: pblk: free metadata on line alloc failure
Javier González
1
-7
/
+9
2017-04-23
lightnvm: pblk: fix memory leak on error path
Javier González
1
-0
/
+3
2017-04-23
lightnvm: pblk: fix bad error check
Javier González
1
-1
/
+1
2017-04-23
lightnvm: pblk: fix race condition on line retry
Javier González
1
-3
/
+3
2017-04-21
lightnvm: don't print a warning for ADDR_EMPTY
Dan Carpenter
1
-3
/
+3
2017-04-21
lightnvm: potential underflow in pblk_read_rq()
Dan Carpenter
1
-1
/
+1
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-19
lightnvm: assume 64-bit lba numbers
Arnd Bergmann
1
-1
/
+1
2017-04-16
lightnvm: fix some error code in pblk-init.c
Dan Carpenter
1
-6
/
+14
2017-04-16
lightnvm: fix some WARN() messages
Dan Carpenter
3
-8
/
+8
2017-04-16
lightnvm: pblk-gc: fix an error pointer dereference in init
Dan Carpenter
1
-2
/
+2
2017-04-16
lightnvm: physical block device (pblk) target
Javier González
14
-0
/
+8023
2017-04-16
lightnvm: convert sprintf into strlcpy
Javier González
1
-3
/
+3
2017-04-16
lightnvm: fix type checks on rrpc
Javier González
1
-2
/
+2
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
2
-4
/
+13
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: don't check for failure from mempool_alloc()
NeilBrown
1
-9
/
+0
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
2
-23
/
+34
2017-04-16
lightnvm: Fix error handling
Christophe JAILLET
1
-2
/
+4
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
3
-11
/
+6
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
6
-1654
/
+596
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
3
-8
/
+73
2016-11-29
lightnvm: use target nvm on target-specific ops.
Javier González
3
-13
/
+18
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
3
-15
/
+34
2016-11-29
lightnvm: eliminate nvm_lun abstraction in mm
Javier González
5
-145
/
+394
2016-11-29
lightnvm: eliminate nvm_block abstraction on mm
Javier González
4
-283
/
+189
2016-11-29
lightnvm: remove debug lun statistics from gennvm
Javier González
1
-19
/
+0
2016-11-29
lightnvm: remove get_lun operation on gennvm
Javier González
2
-24
/
+12
2016-11-29
lightnvm: move block provisioning to targets
Javier González
5
-228
/
+290
2016-11-29
lightnvm: manage lun partitions internally in mm
Javier González
2
-20
/
+49
[next]