aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-05UBI: avoid workqueue format string leakKees Cook1-1/+1
2014-05-05UBI: fix ubi free PEBs count calculationTanya Brokhman1-0/+3
2014-05-05UBI: fix error path in __wl_get_pebTanya Brokhman1-0/+3
2014-04-07Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+0
2014-03-21UBI: block: Remove __initdata from ubiblock_param_opsRichard Weinberger1-1/+1
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-03-05UBI: rename block device ioctlsArtem Bityutskiy2-5/+5
2014-03-05UBI: block: Use ENOSYS as return value when CONFIG_UBIBLOCK=nEzequiel Garcia1-2/+2
2014-03-04UBI: block: Add CONFIG_BLOCK dependencyEzequiel Garcia1-0/+1
2014-03-04UBI: block: Use 'u64' for the 64-bit dividendEzequiel Garcia1-1/+1
2014-03-04UBI: block: Mark init-only symbol as __initdataEzequiel Garcia1-1/+1
2014-03-04UBI: block: do not use term "attach"Artem Bityutskiy3-25/+32
2014-02-28UBI: R/O block driver on top of UBI volumesEzequiel Garcia6-0/+707
2014-02-04UBI: fix some use after free bugsDan Carpenter1-4/+4
2014-01-09UBI: avoid program operation on NOR flash after erasure interruptedQi Wang 王起 (qiwang)1-32/+22
2014-01-02UBI: fix error return codeJulia Lawall2-2/+6
2013-11-14Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+1
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia1-0/+1
2013-10-03UBI: Add some asserts to ubi_attach_fastmap()Richard Weinberger1-0/+4
2013-10-03UBI: Fix memory leak in ubi_attach_fastmap() error pathRichard Weinberger1-0/+13
2013-10-03UBI: simplify image sequence testRichard Genoud1-3/+2
2013-10-03UBI: fastmap: fix backward compatibility with image_seqRichard Genoud1-3/+19
2013-10-03UBI: Call scan_all() with correct offset in error caseRichard Weinberger1-2/+4
2013-10-03UBI: Fix error path in scan_pool()Richard Weinberger1-1/+1
2013-10-03UBI: fix refill_wl_user_pool()Richard Weinberger1-4/+0
2013-08-20UBI: Fix invalidate_fastmap()Richard Weinberger1-4/+1
2013-08-19UBI: Fix PEB leak in wear_leveling_worker()Richard Weinberger1-0/+3
2013-07-05Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2-20/+43
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-07-01UBI: support ubi_num on mtd.ubi command lineMike Frysinger1-11/+28
2013-06-29ubi/cdev: switch to fixed_size_llseek()Al Viro1-25/+1
2013-05-29UBI: fastmap break out of used PEB searchBrian Pomerantz1-1/+3
2013-05-16UBI: do not abort init when ubi.mtd devices cannot be foundMike Frysinger1-1/+5
2013-05-16UBI: drop redundant "UBI error" stringMike Frysinger1-7/+7
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds1-3/+3
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita1-3/+3
2012-12-20Merge tag 'upstream-3.8-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds12-135/+98
2012-12-10UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia4-85/+50
2012-12-10UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia6-14/+23
2012-12-04UBI: dont call ubi_self_check_all_ff() in __wl_get_peb()Richard Weinberger1-9/+9
2012-12-04UBI: remove PEB from free tree in get_peb_for_wl()Richard Weinberger1-1/+7
2012-12-03UBI: replace memcpy with struct assignmentEzequiel Garcia3-7/+4
2012-11-30UBI: remove spurious commentEzequiel Garcia1-1/+0
2012-11-30UBI: gluebi: rename misleading variablesEzequiel Garcia1-14/+14
2012-10-26UBI: do not allocate the memory unnecessarilyArtem Bityutskiy1-12/+7
2012-10-26UBI: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-4/+2
2012-10-08Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubiLinus Torvalds9-211/+2784
2012-10-03UBI: Wire-up fastmapRichard Weinberger2-0/+22
2012-10-03UBI: Add fastmap coreRichard Weinberger1-0/+1537