index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-26
UBI: get device when opening volume
Artem Bityutskiy
3
-8
/
+8
2007-12-26
UBI: add some more comments
Artem Bityutskiy
1
-1
/
+7
2007-12-26
UBI: tweak volumes locking
Artem Bityutskiy
6
-23
/
+34
2007-12-26
UBI: improve internal interfaces
Artem Bityutskiy
10
-72
/
+68
2007-12-26
UBI: bugfix: dont oops with NULL module parameter
Artem Bityutskiy
1
-0
/
+3
2007-12-26
UBI: remove ubi_devices_cnt
Artem Bityutskiy
3
-21
/
+27
2007-12-26
UBI: create ubi_wl_entry slab on initialization
Artem Bityutskiy
3
-44
/
+44
2007-12-26
UBI: create ltree_entry slab on initialization
Artem Bityutskiy
3
-67
/
+67
2007-12-26
UBI: improve error messages
Artem Bityutskiy
3
-8
/
+19
2007-12-26
UBI: remove redundant field
Artem Bityutskiy
5
-16
/
+16
2007-12-26
UBI: minor tidy-ups
Artem Bityutskiy
1
-3
/
+4
2007-12-26
UBI: silence a warning
Jesper Juhl
1
-2
/
+3
2007-12-26
UBI: add ubi_leb_map interface
Artem Bityutskiy
2
-5
/
+53
2007-12-26
UBI: bugfix: allocate mandatory EBs first
Artem Bityutskiy
1
-9
/
+9
2007-12-26
UBI: fix error code in ubi_io_read()
Artem Bityutskiy
1
-0
/
+10
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
1
-1
/
+1
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
1
-2
/
+1
2007-10-14
Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6
David Woodhouse
12
-317
/
+274
2007-10-14
UBI: return correct error code
Artem Bityutskiy
1
-0
/
+1
2007-10-14
UBI: remove useless inlines
Artem Bityutskiy
1
-81
/
+38
2007-10-14
UBI: fix atomic LEB change problems
Artem Bityutskiy
2
-21
/
+33
2007-10-14
UBI: use byte hexdump
Artem Bityutskiy
2
-3
/
+3
2007-10-14
UBI: do not use vmalloc on I/O path
Artem Bityutskiy
8
-112
/
+119
2007-10-14
UBI: allocate memory with GFP_NOFS
Artem Bityutskiy
6
-19
/
+21
2007-10-14
UBI: use linux print_hex_dump(), not home-grown one
Artem Bityutskiy
3
-38
/
+3
2007-10-14
UBI: don't use array index before testing if it is negative
Jesper Juhl
1
-2
/
+7
2007-10-14
UBI: add more prints
Artem Bityutskiy
2
-1
/
+5
2007-10-14
UBI: fix sparse warnings
Artem Bityutskiy
2
-41
/
+45
2007-10-14
UBI: fix leak in ubi_scan_erase_peb
Florin Malita
1
-4
/
+4
2007-08-01
[UBI] drivers/mtd/ubi/scan.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-9
/
+8
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2
-2
/
+2
2007-07-18
UBI: fix compile warning
Paul Mundt
1
-0
/
+1
2007-07-18
UBI: fix error handling in erase worker
Artem Bityutskiy
1
-41
/
+48
2007-07-18
UBI: fix comments
Artem Bityutskiy
1
-3
/
+3
2007-07-18
UBI: remove unneeded error checks
Artem Bityutskiy
2
-13
/
+2
2007-07-18
UBI: cleanup usage of try_module_get
Fernando Luis Vázquez Cao
1
-5
/
+0
2007-07-18
UBI: fix overflow bug
Vinit Agnihotri
2
-6
/
+11
2007-07-18
UBI: bugfix in max_sqnum calculation
Artem Bityutskiy
1
-1
/
+0
2007-07-18
UBI: bugfix in sqnum calculation
Brijesh Singh
1
-3
/
+3
2007-07-18
UBI: fix signed-unsigned multiplication
Brijesh Singh
1
-1
/
+1
2007-07-18
UBI: fix bug in atomic_leb_change()
Artem Bityutskiy
1
-1
/
+1
2007-07-18
UBI: fix message
Vinit Agnihotri
1
-2
/
+1
2007-07-18
UBI: fix debugging stuff
Artem Bityutskiy
1
-4
/
+16
2007-07-18
UBI: bugfix in error path
Artem Bityutskiy
4
-10
/
+7
2007-07-18
UBI: use is_power_of_2()
Vignesh Babu
1
-2
/
+2
2007-07-18
UBI: fix freeing ubi->vtbl while unloading
Vinit Agnihotri
1
-2
/
+2
2007-07-18
UBI: bugfix in ubi_leb_change()
Artem Bityutskiy
1
-5
/
+7
2007-07-18
UBI: kill homegrown endian macros
Christoph Hellwig
7
-132
/
+132
2007-07-18
UBI: cleanup ioctl handling
Christoph Hellwig
1
-28
/
+5
2007-07-18
UBI: error path bugfix
Artem Bityutskiy
1
-1
/
+0
[prev]
[next]