Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / drivers / mtd / ubi /
2018-06-24 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2018-05-31 Clay McClureubi: Fix race condition between ubi volume creation...
2017-09-16 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2017-08-20 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2017-07-18 Sebastian Siewiorubi/upd: Always flush after prepared for an update
2016-12-21 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-11-20 Iosif Harutyunovubi: Fix race condition between ubi device creation...
2016-10-23 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-08-22 Richard Weinbergerubi: Make recover_peb power cut aware
2016-07-03 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-05-15 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-04-01 Richard Weinbergerubi: Fix out of bounds write in volume update code
2016-02-28 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2015-12-13 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2015-11-17 shengyongUBI: return ENOSPC if no enough space available
2015-11-17 Richard WeinbergerUBI: Validate data_size
2015-08-06 hujianyangUBI: fix soft lockup in ubi_check_volume()
2015-08-06 Brian NorrisUBI: fix check for "too many bytes"
2015-08-06 Brian NorrisUBI: initialize LEB number variable
2015-08-06 Brian NorrisUBI: fix out of bounds write
2015-08-06 Brian NorrisUBI: account for bitflips in both the VID header and...
2015-07-02 Richard GenoudUBI: Change the default percentage of reserved PEB
2015-06-07 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2015-02-20 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2015-02-20 Richard WeinbergerUBI: Fix invalid vfree()
2014-11-08 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2014-09-14 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2014-07-11 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2014-05-02 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2014-04-13 notazMerge branch 'stable-3.2' into pandora-3.2
2013-12-09 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2013-10-26 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2013-05-23 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2013-03-02 Artem BityutskiyUBI: print less
2013-03-02 Artem BityutskiyUBI: use pr_ helper instead of printk
2013-03-02 Artem BityutskiyUBI: comply with coding style
2013-03-02 Artem BityutskiyUBI: print PID in debug messages
2013-03-02 Artem BityutskiyUBI: print image sequence number as unsigned integer
2013-03-02 Brian NorrisUBI: correct usage of IS_ENABLED()
2013-03-02 Artem BityutskiyUBI: fix debugfs-less systems support
2013-02-20 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2012-10-17 Matthieu CASTETUBI: erase free PEB with bitflip in EC header
2012-10-17 Artem BityutskiyUBI: fix autoresize handling in R/O mode
2012-09-22 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2012-09-19 Artem BityutskiyUBI: fix a horrible memory deallocation bug
2012-08-06 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2012-06-21 Artem BityutskiyUBI: correct ubi_wl_flush locking
2012-06-21 Joel ReardonUBI: modify ubi_wl_flush function to clear work queue...
2012-06-21 Artem BityutskiyUBI: introduce UBI_ALL constant
2012-06-21 Joel ReardonUBI: add lnum and vol_id to struct ubi_work
2012-06-21 Joel ReardonUBI: add volume id struct ubi_ainf_peb
2012-06-21 Joel ReardonUBI: add in hex the value for UBI_INTERNAL_VOL_START...
2012-06-21 Artem BityutskiyUBI: rename scan.c to attach.c
2012-06-21 Artem BityutskiyUBI: remove scan.h
2012-06-21 Artem BityutskiyUBI: rename UBI_SCAN_UNKNOWN_EC
2012-06-21 Artem BityutskiyUBI: move and rename attach_by_scanning
2012-06-21 Artem BityutskiyUBI: rename _init_scan functions
2012-06-21 Artem BityutskiyUBI: amend comments after all the renamings
2012-06-21 Artem BityutskiyUBI: rename ubi_scan_leb_slab
2012-06-21 Artem BityutskiyUBI: rename ubi_scan_move_to_list
2012-06-21 Artem BityutskiyUBI: rename ubi_scan_destroy_ai
2012-06-21 Artem BityutskiyUBI: rename ubi_scan_get_free_peb
2012-06-21 Artem BityutskiyUBI: rename ubi_scan_rm_volume
2012-06-21 Artem BityutskiyUBI: rename ubi_scan_find_av
2012-06-21 Artem BityutskiyUBI: rename ubi_scan_add_used
2012-06-21 Artem BityutskiyUBI: remove unused function
2012-06-21 Artem BityutskiyUBI: make ubi_scan_erase_peb static and rename
2012-06-21 Artem BityutskiyUBI: rename sv to av
2012-06-21 Artem BityutskiyUBI: rename si to ai
2012-06-21 Artem BityutskiyUBI: rename seb to aeb
2012-06-21 Artem BityutskiyUBI: amend comments after renaming in scan.c
2012-06-21 Artem BityutskiyUBI: rename struct ubi_scan_info
2012-06-21 Artem BityutskiyUBI: rename struct ubi_scan_volume
2012-06-21 Artem BityutskiyUBI: rename struct ubi_scan_leb
2012-06-21 Artem BityutskiyUBI: rename few functions for consistency
2012-06-21 Artem BityutskiyUBI: get rid of dbg_err
2012-06-21 Artem BityutskiyUBI: more of clean-up terminology for self-checks
2012-06-21 Artem BityutskiyUBI: clean-up terminology for self-checks in io.c
2012-06-21 Artem BityutskiyUBI: remove Kconfig debugging option
2012-06-21 Artem BityutskiyUBI: rename ubi_dbg_dump_mkvol_req
2012-06-21 Artem BityutskiyUBI: rename ubi_dbg_dump_seb
2012-06-21 Artem BityutskiyUBI: rename ubi_dbg_dump_sv
2012-06-21 Artem BityutskiyUBI: rename ubi_dbg_dump_vtbl_record
2012-06-21 Artem BityutskiyUBI: rename ubi_dbg_dump_vol_info
2012-06-21 Artem BityutskiyUBI: amend commentaries WRT dtype
2012-06-21 Richard WeinbergerUBI: Kill data type hint
2012-06-21 Richard WeinbergerUBI: remove superfluous "!!" operation
2012-06-21 Artem BityutskiyUBI: always warn if case of I/O errors
2012-06-21 Artem BityutskiyUBI: always dump VID and EC headers in case of errors
2012-06-21 Artem BityutskiyUBI: always dump flash contents in case of errors
2012-06-21 Artem BityutskiyUBI: always dump the stack on error
2012-06-21 Artem BityutskiyUBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPS
2012-06-21 Artem BityutskiyUBI: rename peb_buf1 to peb_buf
2012-06-21 Josselin CostanziUBI: reduce memory consumption
2012-06-21 Artem BityutskiyUBI: fix documentation and improve readability
2012-06-21 Richard WeinbergerUBI: use own macros for the layout volume
2012-04-03 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2-stable
2012-04-02 Artem BityutskiyUBI: fix eraseblock picking criteria
2012-04-02 Richard WeinbergerUBI: fix error handling in ubi_scan()
2012-01-26 Richard WeinbergerUBI: make vid_hdr non-static
next