Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
3fe0344faf7fdcb158bd5c1a9aec960a8d70c8e8
/
drivers
/
mtd
/
ubi
/
build.c
d9dd088
UBI: add reboot notifier
by Kevin Cernekee
· 15 years ago
0e0ee1c
UBI: add notification API
by Dmitry Pervushin
· 16 years ago
b86a2c5
UBI: do not switch to R/O mode on read errors
by Artem Bityutskiy
· 15 years ago
ddbd3b6
UBI: fix race condition
by Artem Bityutskiy
· 15 years ago
2cb81e2
UBI: small debugging code optimization
by Artem Bityutskiy
· 16 years ago
f089c0b
UBI: re-name volumes_mutex to device_mutex
by Artem Bityutskiy
· 16 years ago
383d08e
UBI: remove redundant mutex
by Artem Bityutskiy
· 16 years ago
36b477d
UBI: fix resource de-allocation
by Artem Bityutskiy
· 16 years ago
8c4c19f
UBI: remove unused variable
by Artem Bityutskiy
· 16 years ago
353816f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Woodhouse
· 16 years ago
160bbab
[MTD] struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
69423d9
[MTD] update internal API to support 64-bit device size
by Adrian Hunter
· 16 years ago
ad5942b
UBI: return -ENOMEM upon failing vmalloc
by Stefan Roese
· 16 years ago
d37e6bf
UBI: always start the background thread
by Artem Bityutskiy
· 16 years ago
ebaaf1a
UBI: fix kernel-doc errors and warnings
by Artem Bityutskiy
· 16 years ago
9c9ec14
UBI: fix checkpatch.pl errors and warnings
by Artem Bityutskiy
· 16 years ago
f40ac9c
UBI: implement multiple volumes rename
by Artem Bityutskiy
· 16 years ago
c856635
UBI: fix and re-work debugging stuff
by Artem Bityutskiy
· 16 years ago
85c6e6e
UBI: amend commentaries
by Artem Bityutskiy
· 16 years ago
472018f
UBI: fix memory leak on error path
by Artem Bityutskiy
· 16 years ago
505d1ca
UBI: do not forget to free internal volumes
by Artem Bityutskiy
· 16 years ago
abc5e92
UBI: fix memory leak
by Artem Bityutskiy
· 16 years ago
cadb40c
UBI: avoid unnecessary division operations
by Kyungmin Park
· 16 years ago
697fa97
UBI: add a message
by Artem Bityutskiy
· 17 years ago
434b825
UBI: print media information earlier
by Artem Bityutskiy
· 17 years ago
c450609
UBI: fix error printing
by Artem Bityutskiy
· 17 years ago
19cd7b7
UBI: fix error message
by Artem Bityutskiy
· 17 years ago
d536058
UBI: bugfix: calculate data offset properly
by Artem Bityutskiy
· 17 years ago
ddc4939
UBI: amend array size
by Artem Bityutskiy
· 17 years ago
4ccf8cf
UBI: add auto-resize feature
by Artem Bityutskiy
· 17 years ago
b9a0662
UBI: get rid of ubi_ltree_slab
by Artem Bityutskiy
· 17 years ago
4b3cc34
UBI: bugfix: do not forget to increment vol_count
by Artem Bityutskiy
· 17 years ago
aeddb87
UBI: do not support kiB
by Artem Bityutskiy
· 17 years ago
b6b76ba
UBI: add mtd_num sysfs attribute
by Artem Bityutskiy
· 17 years ago
d1f3dd6
UBI: fix mtd device string parsing
by Artem Bityutskiy
· 17 years ago
783b273
UBI: use separate mutex for volumes checking
by Artem Bityutskiy
· 17 years ago
897a316
UBI: handle attach ioctl
by Artem Bityutskiy
· 17 years ago
dd38fcc
UBI: remove data_offset
by Artem Bityutskiy
· 17 years ago
cdfa788
UBI: prepare attach and detach functions
by Artem Bityutskiy
· 17 years ago
e73f445
UBI: add UBI devices reference counting
by Artem Bityutskiy
· 17 years ago
9f961b5
UBI: add UBI control device
by Artem Bityutskiy
· 17 years ago
458dbb3
UBI: fix printk
by Artem Bityutskiy
· 17 years ago
db6e577
UBI: simplify error handling
by Artem Bityutskiy
· 17 years ago
cae0a77
UBI: tweak volumes locking
by Artem Bityutskiy
· 17 years ago
89b96b6
UBI: improve internal interfaces
by Artem Bityutskiy
· 17 years ago
77c722d
UBI: bugfix: dont oops with NULL module parameter
by Artem Bityutskiy
· 17 years ago
b96bf4c
UBI: remove ubi_devices_cnt
by Artem Bityutskiy
· 17 years ago
06b68ba
UBI: create ubi_wl_entry slab on initialization
by Artem Bityutskiy
· 17 years ago
3a8d464
UBI: create ltree_entry slab on initialization
by Artem Bityutskiy
· 17 years ago
01f7b30
UBI: improve error messages
by Artem Bityutskiy
· 17 years ago
49dfc29
UBI: remove redundant field
by Artem Bityutskiy
· 17 years ago
e88d6e10
UBI: do not use vmalloc on I/O path
by Artem Bityutskiy
· 17 years ago
503990e
UBI: remove unneeded error checks
by Artem Bityutskiy
· 17 years ago
a6ded48
UBI: fix message
by Vinit Agnihotri
· 17 years ago
7753f16
UBI: use is_power_of_2()
by Vignesh Babu
· 17 years ago
d7f0c4d
UBI: fix freeing ubi->vtbl while unloading
by Vinit Agnihotri
· 17 years ago
92ad8f3
UBI: use vmalloc for large buffers
by Artem Bityutskiy
· 18 years ago
801c135
UBI: Unsorted Block Images
by Artem B. Bityutskiy
· 18 years ago