Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
295ca6d3ed5611577e7b057c0d191e9f72d9daea
/
drivers
/
mtd
/
ubi
8168b9b
UBI: block: Fix checking for NULL instead of IS_ERR()
by Dan Carpenter
· 10 years ago
1440061
UBI: block: Continue creating ubiblocks after an initialization error
by Dan Ehrenberg
· 10 years ago
832b52a
UBI: Block: Explain usage of blk_rq_map_sg()
by Richard Weinberger
· 10 years ago
9aa272b
UBI: fix soft lockup in ubi_check_volume()
by hujianyang
· 10 years ago
4f5e3b6
UBI: Fastmap: Care about the protection queue
by Richard Weinberger
· 10 years ago
0e707ae
UBI: do propagate positive error codes up
by Artem Bityutskiy
· 10 years ago
39990c6
UBI: clean-up printing helpers
by Artem Bityutskiy
· 10 years ago
45fc5c8
UBI: extend UBI layer debug/messaging capabilities - cosmetics
by Tanya Brokhman
· 10 years ago
ff1f48e
UBI: Block: Add blk-mq support
by Richard Weinberger
· 10 years ago
9ff0897
UBI: Add initial support for scatter gather
by Richard Weinberger
· 10 years ago
892abde
UBI: rename_volumes: Use UBI_METAONLY
by Richard Weinberger
· 10 years ago
fafdd2b
UBI: Implement UBI_METAONLY
by Richard Weinberger
· 10 years ago
f38aed9
UBI: Fix invalid vfree()
by Richard Weinberger
· 10 years ago
aa5ad3b
UBI: Fix double free after do_sync_erase()
by Richard Weinberger
· 10 years ago
b81000b
UBI: vtbl: Use ubi_eba_atomic_leb_change()
by Richard Weinberger
· 10 years ago
32608703
UBI: Extend UBI layer debug/messaging capabilities
by Tanya Brokhman
· 10 years ago
91401a34
UBI: Fastmap: Calc fastmap size correctly
by Richard Weinberger
· 10 years ago
e3e0044
UBI: Fix trivial typo in __schedule_ubi_work
by Richard Weinberger
· 10 years ago
849271a
UBI: wl: Rename cancel flag to shutdown
by Richard Weinberger
· 10 years ago
170505f
UBI: ubi_eba_read_leb: Remove in vain variable assignment
by Richard Weinberger
· 10 years ago
b91671b
UBI: Fix livelock in produce_free_peb()
by Richard Weinberger
· 10 years ago
7fbbd05
UBI: return on error in rename_volumes()
by Dan Carpenter
· 10 years ago
adfe83b
UBI: Improve comment on work_sem
by Richard Weinberger
· 10 years ago
fda322a
UBI: Dispatch update notification if the volume is updated
by Ezequiel Garcia
· 10 years ago
06d9c29
UBI: block: Add support for the UBI_VOLUME_UPDATED notification
by Ezequiel Garcia
· 10 years ago
978d649
UBI: block: Fix block device size setting
by Ezequiel Garcia
· 10 years ago
3df7707
UBI: block: fix dereference on uninitialized dev
by Colin Ian King
· 10 years ago
1bf1890
UBI: add missing kmem_cache_free() in process_pool_aeb error path
by Richard Genoud
· 10 years ago
49e236b
UBI: bugfix in ubi_wl_flush()
by Richard Weinberger
· 10 years ago
4df3892
UBI: block: Avoid disk size integer overflow
by Richard Weinberger
· 11 years ago
0a3d571
UBI: block: Set disk_capacity out of the mutex
by Ezequiel Garcia
· 11 years ago
495f2bf
UBI: block: Make ubiblock_resize return something
by Ezequiel Garcia
· 11 years ago
e8c235b
UBI: init_volumes: Ignore volumes with no LEBs
by Richard Weinberger
· 10 years ago
44305eb
UBI: fastmap: do not miss bit-flips
by Brian Norris
· 10 years ago
e911036
UBI: fix the volumes tree sorting criteria
by Heiko Schocher
· 10 years ago
d53b47c
Merge tag 'upstream-3.16-rc1-v2' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 10 years ago
681a289
Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into next
by Linus Torvalds
· 10 years ago
151d6b2
UBI: block: Fix error path on alloc_workqueue failure
by Helmut Schaa
· 10 years ago
604b592
UBI: fix rb_tree node comparison in add_map
by Mike Snitzer
· 11 years ago
778c7eb
UBI: weaken the 'exclusive' constraint when opening volumes to rename
by Ezequiel Garcia
· 11 years ago
bebfef1
UBI: avoid workqueue format string leak
by Kees Cook
· 11 years ago
3d21bb7
UBI: fix ubi free PEBs count calculation
by Tanya Brokhman
· 11 years ago
87ed89d
UBI: fix error path in __wl_get_peb
by Tanya Brokhman
· 11 years ago
b4f42e2
block: remove struct request buffer member
by Jens Axboe
· 11 years ago
c29aa15
Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 11 years ago
d56030a
UBI: block: Remove __initdata from ubiblock_param_ops
by Richard Weinberger
· 11 years ago
3ea5b03
mtd: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
8af8718
UBI: rename block device ioctls
by Artem Bityutskiy
· 11 years ago
80744cc
UBI: block: Use ENOSYS as return value when CONFIG_UBIBLOCK=n
by Ezequiel Garcia
· 11 years ago
22d3ee5
UBI: block: Add CONFIG_BLOCK dependency
by Ezequiel Garcia
· 11 years ago
9981e14
UBI: block: Use 'u64' for the 64-bit dividend
by Ezequiel Garcia
· 11 years ago
ca2b722
UBI: block: Mark init-only symbol as __initdata
by Ezequiel Garcia
· 11 years ago
4d283ee
UBI: block: do not use term "attach"
by Artem Bityutskiy
· 11 years ago
9d54c8a
UBI: R/O block driver on top of UBI volumes
by Ezequiel Garcia
· 11 years ago
5547fec
UBI: fix some use after free bugs
by Dan Carpenter
· 11 years ago
2c7ca5c
UBI: avoid program operation on NOR flash after erasure interrupted
by Qi Wang 王起 (qiwang)
· 11 years ago
4d52514
UBI: fix error return code
by Julia Lawall
· 11 years ago
82cb6ac
Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 11 years ago
f83c383
mtd: Move major number definitions to major.h
by Ezequiel Garcia
· 11 years ago
ae0d146
UBI: Add some asserts to ubi_attach_fastmap()
by Richard Weinberger
· 11 years ago
fe24c6e
UBI: Fix memory leak in ubi_attach_fastmap() error path
by Richard Weinberger
· 11 years ago
55b80c4
UBI: simplify image sequence test
by Richard Genoud
· 11 years ago
c22301a
UBI: fastmap: fix backward compatibility with image_seq
by Richard Genoud
· 11 years ago
4b3e0a2
UBI: Call scan_all() with correct offset in error case
by Richard Weinberger
· 11 years ago
f240dca
UBI: Fix error path in scan_pool()
by Richard Weinberger
· 11 years ago
fb10e4d
UBI: fix refill_wl_user_pool()
by Richard Weinberger
· 11 years ago
8930fa5
UBI: Fix invalidate_fastmap()
by Richard Weinberger
· 11 years ago
5ef4414
UBI: Fix PEB leak in wear_leveling_worker()
by Richard Weinberger
· 11 years ago
4517547
Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubi
by Linus Torvalds
· 11 years ago
f170168
drivers: avoid parsing names as kthread_run() format strings
by Kees Cook
· 11 years ago
83ff59a
UBI: support ubi_num on mtd.ubi command line
by Mike Frysinger
· 12 years ago
4a1f2f3
ubi/cdev: switch to fixed_size_llseek()
by Al Viro
· 11 years ago
584d462
UBI: fastmap break out of used PEB search
by Brian Pomerantz
· 12 years ago
1557b9e
UBI: do not abort init when ubi.mtd devices cannot be found
by Mike Frysinger
· 12 years ago
6fde0f3
UBI: drop redundant "UBI error" string
by Mike Frysinger
· 12 years ago
48476df
Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
aca662a
mtd: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
85d5b70
Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubi
by Linus Torvalds
· 12 years ago
eab7377
UBI: embed ubi_debug_info field in ubi_device struct
by Ezequiel Garcia
· 12 years ago
6457557
UBI: introduce helpers dbg_chk_{io, gen}
by Ezequiel Garcia
· 12 years ago
894aef2
UBI: dont call ubi_self_check_all_ff() in __wl_get_peb()
by Richard Weinberger
· 12 years ago
ed4b702
UBI: remove PEB from free tree in get_peb_for_wl()
by Richard Weinberger
· 12 years ago
d856c13
UBI: replace memcpy with struct assignment
by Ezequiel Garcia
· 12 years ago
38f92cc
UBI: remove spurious comment
by Ezequiel Garcia
· 12 years ago
41c0438
UBI: gluebi: rename misleading variables
by Ezequiel Garcia
· 12 years ago
d125a75
UBI: do not allocate the memory unnecessarily
by Artem Bityutskiy
· 12 years ago
6a059ab
UBI: use list_move_tail instead of list_del/list_add_tail
by Wei Yongjun
· 12 years ago
e9eca4d
Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubi
by Linus Torvalds
· 12 years ago
76ac66e
UBI: Wire-up fastmap
by Richard Weinberger
· 12 years ago
dbb7d2a
UBI: Add fastmap core
by Richard Weinberger
· 12 years ago
8199b90
UBI: Add fastmap support to the WL sub-system
by Richard Weinberger
· 12 years ago
dac6e20
UBI: Add fastmap stuff to attach.c
by Richard Weinberger
· 12 years ago
8974b15
UBI: Wire-up ->fm_sem
by Richard Weinberger
· 12 years ago
77e6c2f
UBI: Add fastmap bits to build.c
by Richard Weinberger
· 12 years ago
00abf30
UBI: Add self_check_eba()
by Richard Weinberger
· 12 years ago
a730665
UBI: Export next_sqnum()
by Richard Weinberger
· 12 years ago
5638b33
UBI: Add fastmap stuff to ubi.h
by Richard Weinberger
· 12 years ago
1c86574
UBI: Add fastmap on-flash data structures
by Richard Weinberger
· 12 years ago
65b99c7
Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubi
by Linus Torvalds
· 12 years ago
Next »