| Commit message (Expand) | Author | Age | Files | Lines |
* | UBI: avoid workqueue format string leak | Kees Cook | 2014-05-05 | 1 | -1/+1 |
* | UBI: fix ubi free PEBs count calculation | Tanya Brokhman | 2014-05-05 | 1 | -0/+3 |
* | UBI: fix error path in __wl_get_peb | Tanya Brokhman | 2014-05-05 | 1 | -0/+3 |
* | Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2014-04-07 | 1 | -1/+0 |
|\ |
|
| * | mtd: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-03-11 | 1 | -1/+0 |
* | | UBI: block: Remove __initdata from ubiblock_param_ops | Richard Weinberger | 2014-03-21 | 1 | -1/+1 |
* | | UBI: rename block device ioctls | Artem Bityutskiy | 2014-03-05 | 2 | -5/+5 |
* | | UBI: block: Use ENOSYS as return value when CONFIG_UBIBLOCK=n | Ezequiel Garcia | 2014-03-05 | 1 | -2/+2 |
* | | UBI: block: Add CONFIG_BLOCK dependency | Ezequiel Garcia | 2014-03-04 | 1 | -0/+1 |
* | | UBI: block: Use 'u64' for the 64-bit dividend | Ezequiel Garcia | 2014-03-04 | 1 | -1/+1 |
* | | UBI: block: Mark init-only symbol as __initdata | Ezequiel Garcia | 2014-03-04 | 1 | -1/+1 |
* | | UBI: block: do not use term "attach" | Artem Bityutskiy | 2014-03-04 | 3 | -25/+32 |
* | | UBI: R/O block driver on top of UBI volumes | Ezequiel Garcia | 2014-02-28 | 6 | -0/+707 |
|/ |
|
* | UBI: fix some use after free bugs | Dan Carpenter | 2014-02-04 | 1 | -4/+4 |
* | UBI: avoid program operation on NOR flash after erasure interrupted | Qi Wang 王起 (qiwang) | 2014-01-09 | 1 | -32/+22 |
* | UBI: fix error return code | Julia Lawall | 2014-01-02 | 2 | -2/+6 |
* | Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2013-11-14 | 1 | -0/+1 |
|\ |
|
| * | mtd: Move major number definitions to major.h | Ezequiel Garcia | 2013-11-07 | 1 | -0/+1 |
* | | UBI: Add some asserts to ubi_attach_fastmap() | Richard Weinberger | 2013-10-03 | 1 | -0/+4 |
* | | UBI: Fix memory leak in ubi_attach_fastmap() error path | Richard Weinberger | 2013-10-03 | 1 | -0/+13 |
* | | UBI: simplify image sequence test | Richard Genoud | 2013-10-03 | 1 | -3/+2 |
* | | UBI: fastmap: fix backward compatibility with image_seq | Richard Genoud | 2013-10-03 | 1 | -3/+19 |
* | | UBI: Call scan_all() with correct offset in error case | Richard Weinberger | 2013-10-03 | 1 | -2/+4 |
* | | UBI: Fix error path in scan_pool() | Richard Weinberger | 2013-10-03 | 1 | -1/+1 |
* | | UBI: fix refill_wl_user_pool() | Richard Weinberger | 2013-10-03 | 1 | -4/+0 |
|/ |
|
* | UBI: Fix invalidate_fastmap() | Richard Weinberger | 2013-08-20 | 1 | -4/+1 |
* | UBI: Fix PEB leak in wear_leveling_worker() | Richard Weinberger | 2013-08-19 | 1 | -0/+3 |
* | Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubi | Linus Torvalds | 2013-07-05 | 2 | -20/+43 |
|\ |
|
| * | UBI: support ubi_num on mtd.ubi command line | Mike Frysinger | 2013-07-01 | 1 | -11/+28 |
| * | UBI: fastmap break out of used PEB search | Brian Pomerantz | 2013-05-29 | 1 | -1/+3 |
| * | UBI: do not abort init when ubi.mtd devices cannot be found | Mike Frysinger | 2013-05-16 | 1 | -1/+5 |
| * | UBI: drop redundant "UBI error" string | Mike Frysinger | 2013-05-16 | 1 | -7/+7 |
* | | drivers: avoid parsing names as kthread_run() format strings | Kees Cook | 2013-07-04 | 1 | -1/+1 |
* | | ubi/cdev: switch to fixed_size_llseek() | Al Viro | 2013-06-29 | 1 | -25/+1 |
|/ |
|
* | Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2013-03-03 | 1 | -3/+3 |
|\ |
|
| * | mtd: rename random32() to prandom_u32() | Akinobu Mita | 2013-02-04 | 1 | -3/+3 |
* | | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubi | Linus Torvalds | 2012-12-20 | 12 | -135/+98 |
|\ |
|
| * | UBI: embed ubi_debug_info field in ubi_device struct | Ezequiel Garcia | 2012-12-10 | 4 | -85/+50 |
| * | UBI: introduce helpers dbg_chk_{io, gen} | Ezequiel Garcia | 2012-12-10 | 6 | -14/+23 |
| * | UBI: replace memcpy with struct assignment | Ezequiel Garcia | 2012-12-03 | 3 | -7/+4 |
| * | UBI: remove spurious comment | Ezequiel Garcia | 2012-11-30 | 1 | -1/+0 |
| * | UBI: gluebi: rename misleading variables | Ezequiel Garcia | 2012-11-30 | 1 | -14/+14 |
| * | UBI: do not allocate the memory unnecessarily | Artem Bityutskiy | 2012-10-26 | 1 | -12/+7 |
| * | UBI: use list_move_tail instead of list_del/list_add_tail | Wei Yongjun | 2012-10-26 | 1 | -4/+2 |
* | | UBI: dont call ubi_self_check_all_ff() in __wl_get_peb() | Richard Weinberger | 2012-12-04 | 1 | -9/+9 |
* | | UBI: remove PEB from free tree in get_peb_for_wl() | Richard Weinberger | 2012-12-04 | 1 | -1/+7 |
|/ |
|
* | Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubi | Linus Torvalds | 2012-10-08 | 9 | -211/+2784 |
|\ |
|
| * | UBI: Wire-up fastmap | Richard Weinberger | 2012-10-03 | 2 | -0/+22 |
| * | UBI: Add fastmap core | Richard Weinberger | 2012-10-03 | 1 | -0/+1537 |