index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
/
wl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-19
UBI: preserve corrupted PEBs
Artem Bityutskiy
1
-16
/
+3
2010-10-19
UBI: handle bit-flips when no header found
Artem Bityutskiy
1
-0
/
+10
2010-10-19
UBI: remove duplicate IO error codes
Artem Bityutskiy
1
-1
/
+1
2010-08-30
UBI: do not oops when erroneous PEB is scheduled for scrubbing
Artem Bityutskiy
1
-1
/
+2
2010-05-07
UBI: fix s/then/than/ typos
Shinya Kuribayashi
1
-1
/
+1
2010-02-01
UBI: simplify debugging return codes
Artem Bityutskiy
1
-9
/
+8
2009-07-05
UBI: remove bogus debugging checks
Artem Bityutskiy
1
-1
/
+1
2009-07-05
UBI: add empty eraseblocks verification
Artem Bityutskiy
1
-0
/
+8
2009-06-10
UBI: fix multiple spelling typos
Artem Bityutskiy
1
-7
/
+7
2009-06-10
UBI: fix kmem_cache_free on error patch
Artem Bityutskiy
1
-1
/
+2
2009-06-09
UBI: print amount of reserved PEBs
Artem Bityutskiy
1
-3
/
+4
2009-06-08
UBI: improve messages in the WL worker
Artem Bityutskiy
1
-9
/
+24
2009-06-02
UBI: do not switch to R/O mode on read errors
Artem Bityutskiy
1
-7
/
+38
2009-06-02
UBI: fix and clean-up error paths in WL worker
Artem Bityutskiy
1
-54
/
+46
2009-06-02
UBI: introduce new constants
Artem Bityutskiy
1
-7
/
+6
2009-01-06
trivial: fix then -> than typos in comments and documentation
Frederik Schwarzer
1
-2
/
+2
2008-12-16
UBI: simplify PEB protection code
Xiaochuan-Xu
1
-224
/
+140
2008-12-15
UBI: prepare for protection tree improvements
Xiaochuan-Xu
1
-22
/
+23
2008-12-05
UBI: handle write errors in WL worker
Artem Bityutskiy
1
-12
/
+20
2008-12-05
UBI: fix error path
Artem Bityutskiy
1
-9
/
+18
2008-12-05
UBI: some code re-structuring
Artem Bityutskiy
1
-16
/
+23
2008-11-06
UBI: Don't exit from ubi_thread until kthread_should_stop() is true
Vitaliy Gusev
1
-1
/
+2
2008-07-24
UBI: fix kernel-doc errors and warnings
Artem Bityutskiy
1
-8
/
+5
2008-07-24
UBI: fix checkpatch.pl errors and warnings
Artem Bityutskiy
1
-48
/
+44
2008-07-24
UBI: rework scrubbing messages
Artem Bityutskiy
1
-1
/
+5
2008-07-24
UBI: amend commentaries
Artem Bityutskiy
1
-47
/
+47
2008-07-24
UBI: avoid unnecessary division operations
Kyungmin Park
1
-2
/
+1
2008-01-25
UBI: fix warnings
Artem Bityutskiy
1
-1
/
+1
2008-01-25
UBI: add auto-resize feature
Artem Bityutskiy
1
-1
/
+0
2007-12-26
UBI: prepare attach and detach functions
Artem Bityutskiy
1
-14
/
+2
2007-12-26
UBI: add UBI devices reference counting
Artem Bityutskiy
1
-0
/
+1
2007-12-26
UBI: fix comment
Artem Bityutskiy
1
-6
/
+3
2007-12-26
UBI: fix ubi_wl_flush
Artem Bityutskiy
1
-7
/
+32
2007-12-26
UBI: bugfix: protect from volume removal
Artem Bityutskiy
1
-86
/
+133
2007-12-26
UBI: improve comment
Artem Bityutskiy
1
-3
/
+6
2007-12-26
UBI: create ubi_wl_entry slab on initialization
Artem Bityutskiy
1
-44
/
+14
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
1
-1
/
+1
2007-10-14
UBI: remove useless inlines
Artem Bityutskiy
1
-81
/
+38
2007-10-14
UBI: do not use vmalloc on I/O path
Artem Bityutskiy
1
-2
/
+2
2007-10-14
UBI: allocate memory with GFP_NOFS
Artem Bityutskiy
1
-6
/
+6
2007-10-14
UBI: add more prints
Artem Bityutskiy
1
-0
/
+1
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-07-18
UBI: fix error handling in erase worker
Artem Bityutskiy
1
-41
/
+48
2007-07-18
UBI: kill homegrown endian macros
Christoph Hellwig
1
-2
/
+2
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+1
2007-04-27
UBI: Unsorted Block Images
Artem B. Bityutskiy
1
-0
/
+1671