index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-18
UBI: harmonize the update of ubi->beb_rsvd_pebs
Shmulik Ladkani
3
-18
/
+26
2012-07-18
UBI: trivial: fix comment of ubi_calculate_reserved function
Shmulik Ladkani
1
-1
/
+1
2012-07-18
UBI: fix spelling of detach in debug output
Peter Meerwald
1
-1
/
+1
2012-07-18
UBI: Change the default percentage of reserved PEB
Richard Genoud
1
-1
/
+1
2012-06-27
UBI: correct usage of IS_ENABLED()
Brian Norris
1
-4
/
+4
2012-06-07
UBI: correct ubi_wl_flush locking
Artem Bityutskiy
1
-4
/
+13
2012-06-07
UBI: fix debugfs-less systems support
Artem Bityutskiy
1
-2
/
+10
2012-05-21
UBI: modify ubi_wl_flush function to clear work queue for a lnum
Joel Reardon
6
-31
/
+69
2012-05-21
UBI: introduce UBI_ALL constant
Artem Bityutskiy
1
-5
/
+5
2012-05-21
UBI: add lnum and vol_id to struct ubi_work
Joel Reardon
3
-18
/
+33
2012-05-21
UBI: add volume id struct ubi_ainf_peb
Joel Reardon
2
-16
/
+35
2012-05-20
UBI: add in hex the value for UBI_INTERNAL_VOL_START to comment
Joel Reardon
1
-2
/
+2
2012-05-20
UBI: rename scan.c to attach.c
Artem Bityutskiy
2
-1
/
+1
2012-05-20
UBI: remove scan.h
Artem Bityutskiy
2
-174
/
+147
2012-05-20
UBI: rename UBI_SCAN_UNKNOWN_EC
Artem Bityutskiy
2
-12
/
+15
2012-05-20
UBI: move and rename attach_by_scanning
Artem Bityutskiy
4
-62
/
+58
2012-05-20
UBI: rename _init_scan functions
Artem Bityutskiy
4
-9
/
+9
2012-05-20
UBI: amend comments after all the renamings
Artem Bityutskiy
6
-81
/
+73
2012-05-20
UBI: rename ubi_scan_leb_slab
Artem Bityutskiy
2
-16
/
+16
2012-05-20
UBI: rename ubi_scan_move_to_list
Artem Bityutskiy
2
-3
/
+3
2012-05-20
UBI: rename ubi_scan_destroy_ai
Artem Bityutskiy
3
-6
/
+6
2012-05-20
UBI: rename ubi_scan_get_free_peb
Artem Bityutskiy
3
-6
/
+6
2012-05-20
UBI: rename ubi_scan_rm_volume
Artem Bityutskiy
3
-5
/
+5
2012-05-20
UBI: rename ubi_scan_find_av
Artem Bityutskiy
4
-9
/
+9
2012-05-20
UBI: rename ubi_scan_add_used
Artem Bityutskiy
3
-12
/
+9
2012-05-20
UBI: remove unused function
Artem Bityutskiy
2
-31
/
+0
2012-05-20
UBI: make ubi_scan_erase_peb static and rename
Artem Bityutskiy
2
-6
/
+4
2012-05-20
UBI: rename sv to av
Artem Bityutskiy
7
-182
/
+182
2012-05-20
UBI: rename si to ai
Artem Bityutskiy
8
-260
/
+260
2012-05-20
UBI: rename seb to aeb
Artem Bityutskiy
7
-196
/
+196
2012-05-20
UBI: amend comments after renaming in scan.c
Artem Bityutskiy
1
-10
/
+11
2012-05-20
UBI: rename struct ubi_scan_info
Artem Bityutskiy
7
-42
/
+44
2012-05-20
UBI: rename struct ubi_scan_volume
Artem Bityutskiy
7
-34
/
+34
2012-05-20
UBI: rename struct ubi_scan_leb
Artem Bityutskiy
8
-37
/
+37
2012-05-20
UBI: rename few functions for consistency
Artem Bityutskiy
3
-14
/
+15
2012-05-20
UBI: get rid of dbg_err
Artem Bityutskiy
8
-54
/
+52
2012-05-20
UBI: more of clean-up terminology for self-checks
Artem Bityutskiy
4
-54
/
+49
2012-05-20
UBI: clean-up terminology for self-checks in io.c
Artem Bityutskiy
1
-39
/
+37
2012-05-20
UBI: remove Kconfig debugging option
Artem Bityutskiy
8
-120
/
+0
2012-05-20
UBI: rename ubi_dbg_dump_mkvol_req
Artem Bityutskiy
3
-5
/
+5
2012-05-20
UBI: rename ubi_dbg_dump_seb
Artem Bityutskiy
3
-7
/
+7
2012-05-20
UBI: rename ubi_dbg_dump_sv
Artem Bityutskiy
4
-9
/
+9
2012-05-20
UBI: rename ubi_dbg_dump_vtbl_record
Artem Bityutskiy
4
-9
/
+9
2012-05-20
UBI: rename ubi_dbg_dump_vol_info
Artem Bityutskiy
4
-6
/
+6
2012-05-20
UBI: amend commentaries WRT dtype
Artem Bityutskiy
1
-8
/
+1
2012-05-20
UBI: Kill data type hint
Richard Weinberger
8
-102
/
+36
2012-05-20
UBI: remove superfluous "!!" operation
Richard Weinberger
1
-1
/
+1
2012-05-20
UBI: always warn if case of I/O errors
Artem Bityutskiy
1
-6
/
+6
2012-05-20
UBI: always dump VID and EC headers in case of errors
Artem Bityutskiy
4
-28
/
+24
2012-05-20
UBI: always dump flash contents in case of errors
Artem Bityutskiy
4
-47
/
+40
[next]