| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-26 | block: switch numa_node to int in blk_mq_hw_ctx and init_request | Mateusz Nowicki | 1 | -1/+1 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -4/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 11 | -19/+19 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 14 | -33/+30 |
| 2025-11-28 | ubi: fastmap: fix ubi->fm memory leak | Liyuan Pang | 3 | -8/+16 |
| 2025-11-28 | mtd: ubi: skip programming unused bits in ubi headers | Cheng Ming Lin | 1 | -0/+10 |
| 2025-08-13 | block: switch ->getgeo() to struct gendisk | Al Viro | 1 | -2/+2 |
| 2025-07-24 | mtd: ubi: Remove unused ubi_flush | Dr. David Alan Gilbert | 1 | -27/+0 |
| 2025-03-13 | block: remove unused parameter 'q' parameter in __blk_rq_map_sg() | Anuj Gupta | 1 | -1/+1 |
| 2025-01-30 | Merge tag 'ubifs-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -24/+71 |
| 2025-01-20 | ubi: ubi_get_ec_info: Fix compiling error 'cast specifies array type' | Zhihao Cheng | 1 | -1/+2 |
| 2025-01-18 | ubi: Implement ioctl for detailed erase counters | Rickard Andersson | 1 | -0/+69 |
| 2025-01-18 | ubi: Revert "ubi: wl: Close down wear-leveling before nand is suspended" | Zhihao Cheng | 2 | -23/+0 |
| 2025-01-18 | ubi: Add a check for ubi_num | Denis Arefev | 1 | -1/+1 |
| 2024-12-23 | block: remove BLK_MQ_F_SHOULD_MERGE | Christoph Hellwig | 1 | -1/+1 |
| 2024-11-14 | mtd: ubi: remove redundant check on bytes_left at end of function | Colin Ian King | 1 | -1/+1 |
| 2024-11-14 | mtd: ubi: fix unreleased fwnode_handle in find_volume_fwnode() | Javier Carrasco | 1 | -0/+2 |
| 2024-11-14 | ubi: fastmap: Fix duplicate slab cache names while attaching | Zhihao Cheng | 1 | -6/+6 |
| 2024-11-14 | ubi: wl: Close down wear-leveling before nand is suspended | Mårten Lindahl | 2 | -0/+23 |
| 2024-11-14 | mtd: ubi: Rmove unused declaration in header file | Zhang Zekun | 1 | -1/+0 |
| 2024-11-14 | ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is empty | Zhihao Cheng | 3 | -5/+19 |
| 2024-11-14 | ubi: wl: Put source PEB into correct list if trying locking LEB failed | Zhihao Cheng | 1 | -1/+8 |
| 2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 2 | -3/+0 |
| 2024-07-28 | ubi: Fix ubi_init() ubiblock_exit() section mismatch | Richard Weinberger | 1 | -1/+1 |
| 2024-07-12 | ubi: block: fix null-pointer-dereference in ubiblock_create() | Li Nan | 1 | -3/+4 |
| 2024-07-12 | ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarity | ZhaoLong Wang | 2 | -3/+3 |
| 2024-07-12 | mtd: ubi: Restore missing cleanup on ubi_init() failure path | Ben Hutchings | 1 | -1/+4 |
| 2024-07-12 | mtd: ubi: avoid expensive do_div() on 32-bit machines | Arnd Bergmann | 1 | -3/+3 |
| 2024-07-12 | mtd: ubi: make ubi_class constant | Ricardo B. Marliere | 2 | -2/+2 |
| 2024-07-12 | ubi: eba: properly rollback inside self_check_eba | Fedor Pchelkin | 1 | -1/+2 |
| 2024-03-21 | Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 11 | -146/+503 |
| 2024-03-10 | mtd: ubi: fix NVMEM over UBI volumes on 32-bit systems | Daniel Golle | 1 | -1/+4 |
| 2024-02-25 | mtd: ubi: provide NVMEM layer over UBI volumes | Daniel Golle | 3 | -0/+202 |
| 2024-02-25 | mtd: ubi: populate ubi volume fwnode | Daniel Golle | 1 | -0/+27 |
| 2024-02-25 | mtd: ubi: introduce pre-removal notification for UBI volumes | Daniel Golle | 4 | -8/+32 |
| 2024-02-25 | mtd: ubi: attach from device tree | Daniel Golle | 1 | -39/+96 |
| 2024-02-25 | mtd: ubi: block: use notifier to create ubiblock from parameter | Daniel Golle | 3 | -85/+106 |
| 2024-02-25 | ubi: Correct the number of PEBs after a volume resize failure | ZhaoLong Wang | 1 | -5/+4 |
| 2024-02-25 | ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130 | Guo Xuenan | 2 | -7/+24 |
| 2024-02-25 | ubi: correct the calculation of fastmap size | Zhang Yi | 1 | -3/+4 |
| 2024-02-25 | ubi: Check for too small LEB size in VTBL code | Richard Weinberger | 1 | -0/+6 |
| 2024-02-19 | ubiblock: pass queue_limits to blk_mq_alloc_disk | Christoph Hellwig | 1 | -2/+4 |
| 2024-02-13 | block: pass a queue_limits argument to blk_mq_alloc_disk | Christoph Hellwig | 1 | -1/+1 |
| 2024-01-06 | ubi: block: fix memleak in ubiblock_create() | Li Nan | 1 | -1/+1 |
| 2024-01-06 | ubi: Reserve sufficient buffer length for the input mask | ZhaoLong Wang | 1 | -2/+2 |
| 2024-01-06 | ubi: Add six fault injection type for testing | ZhaoLong Wang | 4 | -21/+287 |
| 2024-01-06 | ubi: Split io_failures into write_failure and erase_failure | ZhaoLong Wang | 2 | -10/+17 |
| 2024-01-06 | ubi: Use the fault injection framework to enhance the fault injection capability | ZhaoLong Wang | 5 | -42/+203 |
| 2023-10-28 | ubi: block: Fix use-after-free in ubiblock_cleanup | ZhaoLong Wang | 1 | -1/+3 |
| 2023-10-28 | ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling p... | Zhihao Cheng | 1 | -1/+1 |
| 2023-10-28 | ubi: fastmap: Add module parameter to control reserving filling pool PEBs | Zhihao Cheng | 3 | -6/+25 |
| 2023-10-28 | ubi: fastmap: Fix lapsed wear leveling for first 64 PEBs | Zhihao Cheng | 4 | -3/+8 |
| 2023-10-28 | ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run out | Zhihao Cheng | 2 | -16/+44 |
| 2023-10-28 | ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor exists | Zhihao Cheng | 2 | -4/+7 |
| 2023-10-28 | ubi: fastmap: Remove unneeded break condition while filling pools | Zhihao Cheng | 1 | -3/+2 |
| 2023-10-28 | ubi: fastmap: Wait until there are enough free PEBs before filling pools | Zhihao Cheng | 5 | -16/+65 |
| 2023-10-28 | ubi: fastmap: Use free pebs reserved for bad block handling | Zhihao Cheng | 1 | -11/+5 |
| 2023-10-28 | ubi: Replace erase_block() with sync_erase() | Zhihao Cheng | 3 | -51/+7 |
| 2023-10-28 | ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmap | Zhihao Cheng | 1 | -5/+5 |
| 2023-10-28 | ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flash | Zhihao Cheng | 1 | -18/+9 |
| 2023-10-28 | ubi: fastmap: Fix missed ec updating after erasing old fastmap data block | Zhihao Cheng | 1 | -10/+15 |
| 2023-09-07 | ubi: Refuse attaching if mtd's erasesize is 0 | Zhihao Cheng | 1 | -0/+7 |
| 2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig | 1 | -3/+2 |
| 2023-06-12 | block: remove the unused mode argument to ->release | Christoph Hellwig | 1 | -1/+1 |
| 2023-06-12 | block: pass a gendisk to ->open | Christoph Hellwig | 1 | -2/+2 |
| 2023-05-03 | Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -6/+15 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+1 |
| 2023-04-21 | ubi: Fix return value overwrite issue in try_write_vid_and_data() | Wang YanQing | 1 | -5/+14 |
| 2023-04-21 | ubi: Simplify bool conversion | Yang Li | 1 | -1/+1 |
| 2023-04-15 | Merge tag 'ubifs-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -8/+17 |
| 2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+4 |
| 2023-03-29 | ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size | Zhihao Cheng | 1 | -6/+15 |
| 2023-03-29 | driver core: class: mark the struct class for sysfs callbacks as constant | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman | 1 | -1/+0 |
| 2023-03-11 | ubi: block: Fix missing blk_mq_end_request | Richard Weinberger | 1 | -1/+4 |
| 2023-03-04 | ubi: Fix deadlock caused by recursively holding work_sem | ZhaoLong Wang | 1 | -2/+2 |
| 2023-02-14 | ubi: block: Fix a possible use-after-free bug in ubiblock_create() | Harshit Mogalapalli | 1 | -0/+1 |
| 2023-02-13 | mtd: ubi: block: wire-up device parent | Daniel Golle | 2 | -1/+2 |
| 2023-02-13 | mtd: ubi: wire-up parent MTD device | Daniel Golle | 1 | -0/+1 |
| 2023-02-05 | ubi: use correct names in function kernel-doc comments | Randy Dunlap | 3 | -3/+3 |
| 2023-02-05 | ubi: block: set BLK_MQ_F_BLOCKING | Christoph Hellwig | 1 | -69/+28 |
| 2023-02-02 | UBI: Fastmap: Fix kernel-doc | Jiapeng Chong | 1 | -1/+1 |
| 2023-02-02 | ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work failed | Zhihao Cheng | 1 | -2/+14 |
| 2023-02-02 | ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show() | Zhihao Cheng | 1 | -1/+8 |
| 2023-02-02 | ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after disabling fastmap | Zhihao Cheng | 1 | -5/+7 |
| 2023-02-02 | ubi: Fix permission display of the debugfs files | ZhaoLong Wang | 1 | -9/+10 |
| 2023-02-02 | ubi: Fix possible null-ptr-deref in ubi_free_volume() | Yang Yingliang | 2 | -6/+7 |
| 2023-02-02 | ubi: fastmap: Add fastmap control support for module parameter | ZhaoLong Wang | 1 | -4/+20 |
| 2023-02-02 | ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume() | Li Zetao | 1 | -1/+1 |
| 2023-02-02 | ubi: Fix use-after-free when volume resizing failed | Li Zetao | 1 | -1/+3 |
| 2023-02-02 | ubi: block: Reduce warning print to info for static volumes | Mårten Lindahl | 1 | -3/+6 |
| 2023-02-02 | ubi: ensure that VID header offset + VID header size <= alloc, size | George Kennedy | 1 | -0/+6 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2 | -4/+4 |
| 2022-10-16 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -4/+4 |
| 2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2 | -4/+4 |
| 2022-09-21 | ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctl | Zhihao Cheng | 3 | -6/+13 |
| 2022-09-21 | ubi: fastmap: Use the bitmap API to allocate bitmaps | Christophe JAILLET | 1 | -6/+4 |
| 2022-09-21 | mtd: ubi: drop unexpected word 'a' in comments | Jiang Jian | 1 | -2/+2 |
| 2022-09-21 | ubi: block: Fix typos in comments | Julia Lawall | 1 | -1/+1 |
| 2022-09-21 | ubi: fastmap: Fix typo in comments | Zhang Jiaming | 1 | -1/+1 |
| 2022-09-21 | ubi: Fix repeated words in comments | Jilin Yuan | 5 | -9/+9 |
| 2022-09-21 | ubi: ubi-media.h: Fix comment typo | Jason Wang | 1 | -1/+1 |
| 2022-09-21 | ubi: block: Remove in vain semicolon | Li zeming | 1 | -1/+1 |
| 2022-06-28 | block: remove blk_cleanup_disk | Christoph Hellwig | 1 | -2/+2 |
| 2022-05-27 | ubi: ubi_create_volume: Fix use-after-free when volume creation failed | Zhihao Cheng | 1 | -1/+0 |
| 2022-05-27 | ubi: fastmap: Check wl_pool for free peb before wear leveling | Zhihao Cheng | 3 | -2/+66 |
| 2022-05-27 | ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not empty | Zhihao Cheng | 4 | -46/+57 |
| 2022-03-31 | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -24/+21 |
| 2022-01-12 | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+6 |
| 2022-01-10 | ubi: fastmap: Return error code if memory allocation fails in add_aeb() | Zhihao Cheng | 1 | -9/+19 |
| 2022-01-09 | ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl | Baokun Li | 2 | -15/+2 |
| 2021-12-23 | ubi: Fix a mistake in comment | Kai Song | 1 | -1/+1 |
| 2021-11-29 | block: remove GENHD_FL_EXT_DEVT | Christoph Hellwig | 1 | -0/+1 |
| 2021-11-29 | block: remove rq_flush_dcache_pages | Christoph Hellwig | 1 | -1/+5 |
| 2021-11-04 | mtd/ubi/block: add error handling support for add_disk() | Luis Chamberlain | 1 | -1/+7 |
| 2021-07-09 | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2021-06-18 | ubifs: fix snprintf() checking | Dan Carpenter | 1 | -1/+1 |
| 2021-06-11 | ubi: use blk_mq_alloc_disk and blk_cleanup_disk | Christoph Hellwig | 1 | -39/+29 |
| 2021-04-15 | ubi: Remove unnecessary struct declaration | Wan Jiabing | 1 | -2/+0 |
| 2021-04-15 | ubi: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2021-02-12 | ubi: eba: Delete useless kfree code | Zheng Yongjun | 1 | -1/+0 |
| 2021-02-12 | ubi: remove dead code in validate_vid_hdr() | Jubin Zhong | 1 | -6/+1 |
| 2020-12-17 | Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -6/+9 |
| 2020-12-13 | ubi: Do not zero out EC and VID on ECC-ed NOR flashes | Pratyush Yadav | 2 | -4/+9 |
| 2020-12-13 | ubi: Remove useless code in bytes_str_to_int | k00524021 | 1 | -2/+0 |
| 2020-11-20 | mtd: ubi: gluebi: Fix misnamed function parameter documentation | Lee Jones | 1 | -1/+1 |
| 2020-11-20 | mtd: ubi: wl: Fix a couple of kernel-doc issues | Lee Jones | 1 | -2/+1 |
| 2020-11-20 | mtd: ubi: eba: Fix a couple of misdocumentation issues | Lee Jones | 1 | -1/+2 |
| 2020-11-20 | mtd: ubi: kapi: Correct documentation for 'ubi_leb_read_sg's 'sgl' parameter | Lee Jones | 1 | -1/+1 |
| 2020-11-20 | mtd: ubi: build: Document 'ubi_num' in struct mtd_dev_param | Lee Jones | 1 | -0/+1 |
| 2020-09-17 | ubi: check kthread_should_stop() after the setting of task state | Zhihao Cheng | 1 | -0/+13 |
| 2020-08-10 | Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -1/+7 |
| 2020-08-02 | ubi: fastmap: Free fastmap next anchor peb during detach | Zhihao Cheng | 1 | -0/+5 |
| 2020-08-02 | ubi: fastmap: Don't produce the initial next anchor PEB when fastmap is disabled | Zhihao Cheng | 1 | -1/+2 |
| 2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
| 2020-06-10 | Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -25/+57 |
| 2020-06-10 | Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/... | Linus Torvalds | 1 | -1/+4 |
| 2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
| 2020-06-02 | ubi: Select fastmap anchor PEBs considering wear level rules | Arne Edholm | 4 | -25/+57 |
| 2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig | 1 | -2/+2 |
| 2020-06-01 | Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Richard Weinberger | 1 | -1/+4 |
| 2020-05-17 | ubi: Fix seq_file usage in detailed_erase_block_info debugfs file | Richard Weinberger | 1 | -10/+2 |
| 2020-05-11 | ubi: Relax the 'no MLC' rule and allow MLCs operating in SLC mode | Boris Brezillon | 1 | -1/+4 |
| 2020-04-07 | Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -4/+16 |
| 2020-03-30 | ubi: ubi-media.h: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-03-30 | ubi: fastmap: Only produce the initial anchor PEB when fastmap is used | Hou Tao | 1 | -1/+2 |
| 2020-03-30 | ubi: fastmap: Free unused fastmap anchor peb during detach | Hou Tao | 1 | -2/+13 |
| 2020-03-30 | mtd: Convert fallthrough comments into statements | Miquel Raynal | 2 | -3/+3 |
| 2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 1 | -1/+1 |
| 2020-01-19 | ubi: Fix an error pointer dereference in error handling code | Dan Carpenter | 1 | -9/+12 |
| 2020-01-16 | ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev() | Hou Tao | 4 | -14/+30 |
| 2020-01-16 | ubi: Check the presence of volume before call ubi_fastmap_destroy_checkmap() | Hou Tao | 1 | -0/+2 |
| 2020-01-16 | ubi: wl: Remove set but not used variable 'prev_e' | YueHaibing | 1 | -2/+1 |
| 2020-01-16 | ubi: fastmap: Fix inverted logic in seen selfcheck | Sascha Hauer | 1 | -1/+1 |
| 2019-12-02 | Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 6 | -44/+43 |
| 2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -33/+3 |
| 2019-11-17 | ubi: Fix producing anchor PEBs | Sascha Hauer | 5 | -43/+41 |
| 2019-11-17 | ubi: Fix warning static is not at beginning of declaration | Rishi Gupta | 1 | -1/+1 |
| 2019-11-17 | ubi: Print skip_check in ubi_dump_vol_info() | Stefan Roese | 1 | -0/+1 |
| 2019-11-14 | mtd: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -78/+33 |
| 2019-10-23 | compat_ioctl: move drivers to compat_ptr_ioctl | Arnd Bergmann | 1 | -33/+3 |
| 2019-09-15 | ubi: block: Warn if volume size is not multiple of 512 | Richard Weinberger | 1 | -8/+35 |
| 2019-09-15 | ubi: ubi_wl_get_peb: Increase the number of attempts while getting PEB | Zhihao Cheng | 1 | -3/+3 |
| 2019-09-15 | ubi: Don't do anchor move within fastmap area | Richard Weinberger | 1 | -0/+6 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 | Thomas Gleixner | 3 | -29/+3 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 15 | -210/+15 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-07 | ubi: wl: Fix uninitialized variable | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-03-05 | ubi: wl: Silence uninitialized variable warning | Dan Carpenter | 1 | -1/+1 |
| 2019-02-24 | ubi: Expose the bitrot interface | Richard Weinberger | 3 | -0/+175 |
| 2019-02-24 | ubi: Introduce in_pq() | Richard Weinberger | 1 | -7/+23 |
| 2018-12-13 | ubi: Do not drop UBI device reference before using | Pan Bian | 1 | -1/+1 |
| 2018-12-13 | ubi: Put MTD device after it is not used | Pan Bian | 1 | -1/+1 |
| 2018-10-23 | ubi: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -0/+3 |
| 2018-08-15 | ubi: expose the volume CRC check skip flag | Quentin Schulz | 2 | -0/+14 |
| 2018-08-15 | ubi: provide a way to skip CRC checks | Quentin Schulz | 5 | -1/+23 |
| 2018-08-15 | ubi: Initialize Fastmap checkmapping correctly | Richard Weinberger | 1 | -10/+10 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -6/+8 |
| 2018-06-07 | mtd: ubi: Update ubi-media.h to dual license | Lionel Debieve | 1 | -19/+3 |
| 2018-06-07 | ubi: fastmap: Detect EBA mismatches on-the-fly | Richard Weinberger | 1 | -0/+17 |
| 2018-06-07 | ubi: fastmap: Check each mapping only once | Richard Weinberger | 6 | -1/+52 |
| 2018-06-07 | ubi: fastmap: Correctly handle interrupted erasures in EBA | Richard Weinberger | 1 | -1/+89 |
| 2018-06-07 | ubi: fastmap: Cancel work upon detach | Richard Weinberger | 2 | -3/+4 |
| 2018-04-11 | Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 3 | -2/+12 |
| 2018-04-04 | ubi: Reject MLC NAND | Richard Weinberger | 1 | -0/+11 |
| 2018-04-04 | ubi: Fix error for write access | Romain Izard | 1 | -1/+1 |
| 2018-04-04 | ubi: fastmap: Don't flush fastmap work on detach | Richard Weinberger | 1 | -1/+0 |
| 2018-03-21 | mtd: Stop updating erase_info->state and calling mtd_erase_callback() | Boris Brezillon | 1 | -3/+0 |
| 2018-03-15 | mtd: Unconditionally update ->fail_addr and ->addr in part_erase() | Boris Brezillon | 1 | -1/+0 |
| 2018-03-15 | mtd: Stop assuming mtd_erase() is asynchronous | Boris Brezillon | 1 | -35/+0 |
| 2018-01-18 | ubi: block: Fix locking for idr_alloc/idr_remove | Bradley Bolen | 1 | -16/+26 |
| 2018-01-18 | mtd: ubi: wl: Fix error return code in ubi_wl_init() | Wei Yongjun | 1 | -2/+6 |
| 2018-01-18 | ubi: Fix copy/paste error in function documentation | Sascha Hauer | 1 | -1/+1 |
| 2018-01-18 | ubi: Fastmap: Fix typo | Sascha Hauer | 3 | -3/+3 |
| 2018-01-17 | ubi: fastmap: Erase outdated anchor PEBs during attach | Sascha Hauer | 1 | -20/+57 |
| 2018-01-17 | ubi: fastmap: Clean up the initialization of pointer p | Colin Ian King | 1 | -2/+1 |
| 2018-01-17 | ubi: fastmap: Use kmem_cache_free to deallocate memory | Pan Bian | 1 | -1/+1 |
| 2018-01-17 | ubi: Fix race condition between ubi volume creation and udev | Clay McClure | 1 | -5/+10 |
| 2018-01-17 | mtd: ubi: Use 'max_bad_blocks' to compute bad_peb_limit if available | Jeff Westfahl | 1 | -2/+11 |