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
/
mtd
/
ubi
/
vtbl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2018-08-15
ubi: provide a way to skip CRC checks
Quentin Schulz
1
-0
/
+3
2018-08-15
ubi: Initialize Fastmap checkmapping correctly
Richard Weinberger
1
-10
/
+10
2018-06-07
ubi: fastmap: Check each mapping only once
Richard Weinberger
1
-1
/
+15
2016-10-02
UBI: introduce the VID buffer concept
Boris Brezillon
1
-5
/
+8
2016-10-02
UBI: provide helpers to allocate and free aeb elements
Boris Brezillon
1
-2
/
+2
2015-09-29
UBI: return ENOSPC if no enough space available
shengyong
1
-0
/
+1
2015-06-02
UBI: add a helper function for updatting on-flash layout volumes
shengyong
1
-21
/
+24
2015-01-28
UBI: extend UBI layer debug/messaging capabilities - cosmetics
Tanya Brokhman
1
-4
/
+3
2014-11-07
UBI: vtbl: Use ubi_eba_atomic_leb_change()
Richard Weinberger
1
-14
/
+9
2014-11-07
UBI: Extend UBI layer debug/messaging capabilities
Tanya Brokhman
1
-23
/
+25
2014-07-19
UBI: init_volumes: Ignore volumes with no LEBs
Richard Weinberger
1
-1
/
+1
2012-12-10
UBI: introduce helpers dbg_chk_{io, gen}
Ezequiel Garcia
1
-1
/
+1
2012-10-02
Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubi
Linus Torvalds
1
-5
/
+5
2012-09-04
UBI: fix a horrible memory deallocation bug
Artem Bityutskiy
1
-2
/
+2
2012-09-04
UBI: print less
Artem Bityutskiy
1
-1
/
+1
2012-09-04
UBI: comply with coding style
Artem Bityutskiy
1
-4
/
+4
2012-05-20
UBI: amend comments after all the renamings
Artem Bityutskiy
1
-12
/
+10
2012-05-20
UBI: rename ubi_scan_get_free_peb
Artem Bityutskiy
1
-1
/
+1
2012-05-20
UBI: rename ubi_scan_rm_volume
Artem Bityutskiy
1
-2
/
+2
2012-05-20
UBI: rename ubi_scan_find_av
Artem Bityutskiy
1
-3
/
+3
2012-05-20
UBI: rename ubi_scan_add_used
Artem Bityutskiy
1
-4
/
+3
2012-05-20
UBI: rename sv to av
Artem Bityutskiy
1
-36
/
+36
2012-05-20
UBI: rename si to ai
Artem Bityutskiy
1
-43
/
+43
2012-05-20
UBI: rename seb to aeb
Artem Bityutskiy
1
-18
/
+18
2012-05-20
UBI: rename struct ubi_scan_info
Artem Bityutskiy
1
-6
/
+7
2012-05-20
UBI: rename struct ubi_scan_volume
Artem Bityutskiy
1
-5
/
+5
2012-05-20
UBI: rename struct ubi_scan_leb
Artem Bityutskiy
1
-2
/
+2
2012-05-20
UBI: get rid of dbg_err
Artem Bityutskiy
1
-3
/
+3
2012-05-20
UBI: more of clean-up terminology for self-checks
Artem Bityutskiy
1
-5
/
+5
2012-05-20
UBI: remove Kconfig debugging option
Artem Bityutskiy
1
-8
/
+0
2012-05-20
UBI: rename ubi_dbg_dump_sv
Artem Bityutskiy
1
-1
/
+1
2012-05-20
UBI: rename ubi_dbg_dump_vtbl_record
Artem Bityutskiy
1
-4
/
+4
2012-05-20
UBI: rename ubi_dbg_dump_vol_info
Artem Bityutskiy
1
-1
/
+1
2012-05-20
UBI: Kill data type hint
Richard Weinberger
1
-2
/
+2
2012-01-15
UBI: use own macros for the layout volume
Richard Weinberger
1
-2
/
+2
2012-01-10
UBI: make vid_hdr non-static
Richard Weinberger
1
-1
/
+1
2011-09-21
mtd: utilize `mtd_is_*()' functions
Brian Norris
1
-1
/
+1
2011-06-07
UBI: remove dead code
Artem Bityutskiy
1
-13
/
+3
2011-06-01
UBI: use debugfs for the extra checks knobs
Artem Bityutskiy
1
-1
/
+1
2011-03-18
Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6
Linus Torvalds
1
-3
/
+6
2011-03-16
UBI: make self-checks dynamic
Artem Bityutskiy
1
-3
/
+6
2010-12-03
mtd: use vzalloc
Joe Perches
1
-4
/
+2
2010-10-19
UBI: preserve corrupted PEBs
Artem Bityutskiy
1
-2
/
+6
2010-10-19
UBI: do not put eraseblocks to the corrupted list unnecessarily
Artem Bityutskiy
1
-1
/
+1
2010-05-07
UBI: misc comment fixes
Shinya Kuribayashi
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-01-12
UBI: initialise update marker
Peter Horton
1
-0
/
+1
2009-01-06
trivial: fix then -> than typos in comments and documentation
Frederik Schwarzer
1
-1
/
+1
2008-10-09
UBI: print reserved_peb when it is too large
Deepak Saxena
1
-2
/
+2
[next]