index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-03
UBI: fix corrupted PEB detection for NOR flash
Artem Bityutskiy
2
-12
/
+29
2010-11-19
UBI: release locks in check_corruption
Dan Carpenter
1
-7
/
+9
2010-10-22
Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6
Linus Torvalds
13
-286
/
+419
2010-10-21
UBI: tighten the corrupted PEB criteria
Artem Bityutskiy
1
-11
/
+34
2010-10-21
UBI: fix check_data_ff return code
Artem Bityutskiy
1
-2
/
+5
2010-10-21
UBI: remember copy_flag while scanning
Artem Bityutskiy
2
-11
/
+13
2010-10-19
UBI: preserve corrupted PEBs
Artem Bityutskiy
7
-47
/
+45
2010-10-19
UBI: add truly corrupted PEBs to corrupted list
Artem Bityutskiy
1
-2
/
+74
2010-10-19
UBI: introduce debugging helper function
Artem Bityutskiy
1
-0
/
+4
2010-10-19
UBI: make check_pattern function non-static
Artem Bityutskiy
3
-24
/
+26
2010-10-19
UBI: do not put eraseblocks to the corrupted list unnecessarily
Artem Bityutskiy
3
-72
/
+90
2010-10-19
UBI: separate out corrupted list
Artem Bityutskiy
1
-11
/
+34
2010-10-19
UBI: change cascade of ifs to switch statements
Artem Bityutskiy
1
-13
/
+32
2010-10-19
UBI: rename a local variable
Artem Bityutskiy
1
-7
/
+7
2010-10-19
UBI: handle bit-flips when no header found
Artem Bityutskiy
4
-27
/
+51
2010-10-19
UBI: remove duplicate IO error codes
Artem Bityutskiy
4
-48
/
+13
2010-10-19
UBI: rename IO error code
Artem Bityutskiy
5
-24
/
+30
2010-10-19
UBI: fix small 80 characters limit style issue
Artem Bityutskiy
1
-2
/
+2
2010-10-19
UBI: cleanup and simplify Kconfig
H Hartley Sweeten
2
-36
/
+10
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-08-30
UBI: do not oops when erroneous PEB is scheduled for scrubbing
Artem Bityutskiy
1
-1
/
+2
2010-08-30
UBI: fix kconfig unmet dependency
Randy Dunlap
1
-1
/
+1
2010-08-30
UBI: fix forward compatibility
Artem Bityutskiy
1
-1
/
+1
2010-08-30
UBI: eliminate update of list_for_each_entry loop cursor
Julia Lawall
1
-6
/
+6
2010-08-02
UBI: do not warn unnecessarily
Artem Bityutskiy
2
-4
/
+41
2010-08-02
UBI: do not print message about corruptes PEBs if we have none of them
Artem Bityutskiy
1
-1
/
+1
2010-06-16
UBI: improve delete-compatible volumes handling
Brijesh Singh
1
-2
/
+2
2010-06-14
UBI: fix error message and compilation warnings
Artem Bityutskiy
2
-4
/
+3
2010-06-11
UBI: generate random image_seq when formatting MTD devices
Matthieu CASTET
1
-0
/
+2
2010-06-11
UBI: improve ECC error message
Artem Bityutskiy
1
-3
/
+5
2010-06-04
UBI: improve corrupted flash handling
Artem Bityutskiy
1
-19
/
+82
2010-06-04
UBI: introduce eraseblock counter variables
Artem Bityutskiy
2
-15
/
+31
2010-06-04
UBI: introduce a new IO return code
Artem Bityutskiy
4
-23
/
+31
2010-06-04
UBI: simplify IO error codes
Artem Bityutskiy
4
-16
/
+13
2010-05-27
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-2
/
+1
2010-05-07
UBI: misc comment fixes
Shinya Kuribayashi
2
-5
/
+5
2010-05-07
UBI: fix s/then/than/ typos
Shinya Kuribayashi
5
-8
/
+8
2010-05-06
UBI: init even if MTD device cannot be attached, if built into kernel
Marc Kleine-Budde
1
-2
/
+23
2010-05-03
UBI: remove reboot notifier
Kevin Cernekee
2
-37
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
9
-0
/
+9
2010-03-07
driver-core: Add attribute argument to class_attribute show/store
Andi Kleen
1
-1
/
+2
2010-02-01
UBI: add write checking
Artem Bityutskiy
2
-0
/
+74
2010-02-01
UBI: simplify debugging return codes
Artem Bityutskiy
3
-41
/
+37
2010-02-01
UBI: fix attaching error path
Artem Bityutskiy
1
-33
/
+30
2010-02-01
UBI: support attaching by MTD character device name
Artem Bityutskiy
1
-11
/
+55
2010-02-01
UBI: mark few variables as __initdata
Artem Bityutskiy
1
-2
/
+2
2010-01-28
Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6
Linus Torvalds
1
-1
/
+0
2010-01-27
UBI: fix volume creation input checking
Mika Westerberg
1
-1
/
+0
2010-01-18
UBI: fix memory leak in update path
Artem Bityutskiy
1
-0
/
+1
2010-01-12
UBI: add more checks to chdev open
Artem Bityutskiy
1
-8
/
+7
[next]