Commit Graph

454 Commits (2b6d598bc9043f51d2092d10392a6e3c161cdff7)

Author SHA1 Message Date
Richard Weinberger 8930fa500f UBI: Fix invalidate_fastmap() 12 years ago
Richard Weinberger 5ef4414f4b UBI: Fix PEB leak in wear_leveling_worker() 12 years ago
Kees Cook f170168b9a drivers: avoid parsing names as kthread_run() format strings 12 years ago
Mike Frysinger 83ff59a066 UBI: support ubi_num on mtd.ubi command line 12 years ago
Al Viro 4a1f2f386b ubi/cdev: switch to fixed_size_llseek() 12 years ago
Brian Pomerantz 584d462335 UBI: fastmap break out of used PEB search 12 years ago
Mike Frysinger 1557b9e1cb UBI: do not abort init when ubi.mtd devices cannot be found 12 years ago
Mike Frysinger 6fde0f307c UBI: drop redundant "UBI error" string 12 years ago
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Akinobu Mita aca662a3b1 mtd: rename random32() to prandom_u32() 12 years ago
Ezequiel Garcia eab737722e UBI: embed ubi_debug_info field in ubi_device struct 12 years ago
Ezequiel Garcia 64575574f2 UBI: introduce helpers dbg_chk_{io, gen} 12 years ago
Richard Weinberger 894aef2157 UBI: dont call ubi_self_check_all_ff() in __wl_get_peb() 12 years ago
Richard Weinberger ed4b7021cb UBI: remove PEB from free tree in get_peb_for_wl() 12 years ago
Ezequiel Garcia d856c13c11 UBI: replace memcpy with struct assignment 12 years ago
Ezequiel Garcia 38f92cca8a UBI: remove spurious comment 12 years ago
Ezequiel Garcia 41c043842f UBI: gluebi: rename misleading variables 12 years ago
Artem Bityutskiy d125a75342 UBI: do not allocate the memory unnecessarily 12 years ago
Wei Yongjun 6a059abdba UBI: use list_move_tail instead of list_del/list_add_tail 12 years ago
Richard Weinberger 76ac66e469 UBI: Wire-up fastmap 13 years ago
Richard Weinberger dbb7d2a88d UBI: Add fastmap core 13 years ago
Richard Weinberger 8199b901a3 UBI: Add fastmap support to the WL sub-system 13 years ago
Richard Weinberger dac6e2087a UBI: Add fastmap stuff to attach.c 13 years ago
Richard Weinberger 8974b15c6e UBI: Wire-up ->fm_sem 13 years ago
Richard Weinberger 77e6c2f04d UBI: Add fastmap bits to build.c 13 years ago
Richard Weinberger 00abf30415 UBI: Add self_check_eba() 13 years ago
Richard Weinberger a730665370 UBI: Export next_sqnum() 13 years ago
Richard Weinberger 5638b33abf UBI: Add fastmap stuff to ubi.h 13 years ago
Richard Weinberger 1c86574999 UBI: Add fastmap on-flash data structures 13 years ago
Brian Norris 55393ba1bd UBI: fix trivial typo 'it' => 'is' 13 years ago
Jiang Lu cf38aca520 UBI: load after mtd device drivers 13 years ago
Artem Bityutskiy 78b495c39a UBI: fix a horrible memory deallocation bug 13 years ago
Artem Bityutskiy 719bb84017 UBI: print less 13 years ago
Artem Bityutskiy e28453bbb7 UBI: use pr_ helper instead of printk 13 years ago
Artem Bityutskiy 049333cecb UBI: comply with coding style 13 years ago
Matthieu CASTET 193819cf2e UBI: erase free PEB with bitflip in EC header 13 years ago
Artem Bityutskiy abb3e01103 UBI: fix autoresize handling in R/O mode 13 years ago
Richard Genoud db7e21c21f UBI: add max_beb_per1024 to attach ioctl 13 years ago
Richard Genoud edac493dfb UBI: allow specifying bad PEBs limit using module parameter 13 years ago
Richard Genoud d2f588f934 UBI: check max_beb_per1024 value in ubi_attach_mtd_dev 13 years ago
Richard Genoud 256334c319 UBI: prepare for max_beb_per1024 module parameter addition 13 years ago
Richard Genoud 5993f9b738 UBI: introduce MTD_PARAM_MAX_COUNT 13 years ago
Richard Genoud 95e6fb027e UBI: separate bad_peb_limit in a function 13 years ago
Richard Genoud ba4087e956 UBI: use the whole MTD device size to get bad_peb_limit 13 years ago
Shmulik Ladkani 1b2a579061 UBI: kill CONFIG_MTD_UBI_BEB_RESERVE 13 years ago
Shmulik Ladkani 37f758a036 UBI: limit amount of reserved eraseblocks for bad PEB handling 13 years ago
Shmulik Ladkani 8beeb3bb9d UBI: introduce new bad PEB limit 13 years ago
Artem Bityutskiy 183ae6cf8b UBI: print PID in debug messages 13 years ago
Artem Bityutskiy 5739dd7213 UBI: print image sequence number as unsigned integer 13 years ago
Shmulik Ladkani 87e773c95e UBI: harmonize the update of ubi->beb_rsvd_pebs 13 years ago