summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi
Commit message (Expand)AuthorAgeFilesLines
* ubi: Make recover_peb power cut awareRichard Weinberger2016-06-231-7/+15
* ubi: Don't bypass ->getattr()Richard Weinberger2016-06-142-13/+20
* Revert "mtd: switch open_mtd_by_chdev() to use of vfs_stat()"Richard Weinberger2016-06-141-5/+8
* Revert "mtd: switch ubi_open_volume_path() to vfs_stat()"Richard Weinberger2016-06-141-8/+11
* Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-05-278-32/+32
|\
| * UBI: Fix static volume checks when Fastmap is usedRichard Weinberger2016-05-243-2/+22
| * UBI: Set free_count to zero before walking through erase listHeiko Schocher2016-05-241-1/+1
| * UBI: Silence an unintialized variable warningDan Carpenter2016-05-241-1/+2
| * UBI: Clean up return in ubi_remove_volume()Dan Carpenter2016-05-241-1/+1
| * UBI: Modify wrong comment in ubi_leb_map function.z001895122016-05-241-1/+1
| * UBI: Don't read back all data in ubi_eba_copy_leb()Richard Weinberger2016-05-241-26/+0
| * UBI: Add ro-mode sysfs attributeEzequiel Garcia2016-05-241-0/+5
* | mtd: switch ubi_open_volume_path() to vfs_stat()Al Viro2016-03-271-11/+8
* | mtd: switch open_mtd_by_chdev() to use of vfs_stat()Al Viro2016-03-271-8/+5
|/
* mtd: ubi: Add logging functions ubi_msg, ubi_warn and ubi_errJoe Perches2016-03-202-6/+59
* ubi: Fix out of bounds write in volume update codeRichard Weinberger2016-03-051-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* mtd: ubi: wl: avoid erasing a PEB which is emptySebastian Siewior2016-01-101-3/+18
* mtd: ubi: don't leak e if schedule_erase() failsSebastian Siewior2015-12-161-0/+1
* mtd: ubi: fixup error correction in do_sync_erase()Sebastian Siewior2015-12-161-24/+28
* UBI: fix use of "VID" vs. "EC" in header self-checkBrian Norris2015-12-161-1/+1
* UBI: fix return error codeSudip Mukherjee2015-12-161-1/+1
* Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-11-106-8/+35
|\
| * UBI: Remove in vain semicolonRichard Weinberger2015-11-061-1/+1
| * UBI: Fastmap: Fix PEB array typeEzequiel GarcĂ­a2015-11-061-1/+1
| * ubi: fastmap: Implement produce_free_peb()Richard Weinberger2015-10-031-0/+29
| * UBI: drop null test before destroy functionsJulia Lawall2015-10-031-3/+1
| * UBI: Update comments to reflect UBI_METAONLY flagAndrew Murray2015-10-031-2/+2
| * UBI: Fix debug messageRichard Weinberger2015-10-031-1/+1
| * UBI: Fix typo in commentRichard Weinberger2015-10-031-1/+1
| * UBI: Fastmap: Simplify expressionRichard Weinberger2015-10-031-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-2/+2
|\ \
| * | UBI: Update comments to reflect UBI_METAONLY flagAndrew Murray2015-09-291-2/+2
| |/
* | UBI: return ENOSPC if no enough space availableshengyong2015-09-292-0/+2
* | UBI: Validate data_sizeRichard Weinberger2015-09-291-0/+5
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* | UBI: Remove unnecessary `\'shengyong2015-06-032-2/+2
* | UBI: Use static class and attribute groupsTakashi Iwai2015-06-023-142/+57
* | UBI: add a helper function for updatting on-flash layout volumesshengyong2015-06-021-21/+24
* | UBI: Fastmap: Do not add vol if it already existsshengyong2015-06-021-1/+8
* | UBI: Init vol->reserved_pebs by assignmentshengyong2015-06-021-2/+2
* | UBI: Fastmap: Rename variables to make them meaningfulshengyong2015-06-021-29/+29
* | UBI: Fastmap: Remove unnecessary `\'shengyong2015-06-021-7/+7
* | UBI: Fastmap: Use max() to get the larger valueshengyong2015-06-021-2/+2
* | UBI: block: Dynamically allocate minor numbersDan Ehrenberg2015-06-021-2/+14
|/
* UBI: block: Add missing cache flushesKevin Cernekee2015-05-061-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-262-4/+4
|\
| * VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-152-4/+4
* | UBI: power cut emulation for testingdavid.oberhollenzer@sigma-star.at2015-04-134-2/+120
OpenPOWER on IntegriCloud