index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]