| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'ubifs-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2024-01-17 | 7 | -60/+499 |
|\ |
|
| * | ubi: block: fix memleak in ubiblock_create() | Li Nan | 2024-01-06 | 1 | -1/+1 |
| * | mtd: Add several functions to the fail_function list | ZhaoLong Wang | 2024-01-06 | 1 | -0/+5 |
| * | ubi: Reserve sufficient buffer length for the input mask | ZhaoLong Wang | 2024-01-06 | 1 | -2/+2 |
| * | ubi: Add six fault injection type for testing | ZhaoLong Wang | 2024-01-06 | 4 | -21/+287 |
| * | ubi: Split io_failures into write_failure and erase_failure | ZhaoLong Wang | 2024-01-06 | 2 | -10/+17 |
| * | ubi: Use the fault injection framework to enhance the fault injection capability | ZhaoLong Wang | 2024-01-06 | 5 | -42/+203 |
* | | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds | 2024-01-11 | 1 | -3/+1 |
|\ \ |
|
| * | | mtd_blkdevs: use the default discard granularity | Christoph Hellwig | 2023-12-29 | 1 | -3/+1 |
| |/ |
|
* | | Merge tag 'mtd/for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/... | Linus Torvalds | 2024-01-10 | 29 | -398/+516 |
|\ \ |
|
| * \ | Merge tag 'nand/for-6.8' into mtd/next | Miquel Raynal | 2023-12-22 | 15 | -262/+212 |
| |\ \ |
|
| | * | | mtd: rawnand: s3c2410: fix Excess struct member description kernel-doc warnings | Randy Dunlap | 2023-12-20 | 1 | -2/+0 |
| | * | | mtd: rawnand: diskonchip: fix a potential double free in doc_probe | Dinghao Liu | 2023-12-14 | 1 | -4/+6 |
| | * | | mtd: rawnand: rockchip: Add missing title to a kernel doc comment | Miquel Raynal | 2023-12-14 | 1 | -0/+1 |
| | * | | mtd: rawnand: rockchip: Rename a structure | Miquel Raynal | 2023-12-14 | 1 | -3/+3 |
| | * | | mtd: rawnand: pl353: Fix kernel doc | Miquel Raynal | 2023-12-14 | 1 | -1/+1 |
| | * | | mtd: rawnand: brcmnand: exec_op implementation | David Regan | 2023-12-04 | 1 | -223/+168 |
| | * | | mtd: rawnand: brcmnand: pass host struct to bcmnand_ctrl_poll_status | David Regan | 2023-12-04 | 1 | -6/+7 |
| | * | | mtd: rawnand: NAND controller write protect | David Regan | 2023-12-04 | 1 | -0/+4 |
| | * | | mtd: rawnand: Add destructive operation | Boris Brezillon | 2023-12-04 | 1 | -2/+4 |
| | * | | mtd: rawnand: meson: handle OOB buffer according OOB layout | Arseniy Krasnov | 2023-11-30 | 1 | -2/+2 |
| | * | | mtd: rawnand: meson: initialize clock register | Arseniy Krasnov | 2023-11-20 | 1 | -1/+3 |
| | * | | mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller response | Ronald Monthero | 2023-11-20 | 1 | -1/+1 |
| | * | | mtd: rawnand: txx9ndfmc: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-13 | 1 | -3/+2 |
| | * | | mtd: rawnand: txx9ndfmc: Drop if block with always false condition | Uwe Kleine-König | 2023-11-13 | 1 | -2/+0 |
| | * | | mtd: rawnand: txx9ndfmc: Switch to module_platform_driver() | Uwe Kleine-König | 2023-11-13 | 1 | -5/+5 |
| | * | | mtd: rawnand: brcmnand: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-11-13 | 7 | -9/+7 |
| | |/ |
|
| * | | Merge tag 'spi-nor/for-6.8' into mtd/next | Miquel Raynal | 2023-12-22 | 11 | -119/+227 |
| |\ \ |
|
| | * | | mtd: spi-nor: sfdp: get the 1-1-8 and 1-8-8 protocol from SFDP | JaimeLiao | 2023-12-20 | 2 | -0/+36 |
| | * | | mtd: spi-nor: drop superfluous debug prints | Tudor Ambarus | 2023-12-19 | 1 | -18/+0 |
| | * | | mtd: spi-nor: sysfs: hide the flash name if not set | JaimeLiao | 2023-12-19 | 1 | -0/+2 |
| | * | | mtd: spi-nor: mark the flash name as obsolete | Tudor Ambarus | 2023-12-19 | 1 | -1/+1 |
| | * | | mtd: spi-nor: print flash ID instead of name | Tudor Ambarus | 2023-12-19 | 1 | -2/+2 |
| | * | | mtd: spi-nor: micron-st: Add support for mt25qu01g | Fabio Estevam | 2023-12-06 | 1 | -0/+25 |
| | * | | mtd: spi-nor: remove NO_CHIP_ERASE flag | Tudor Ambarus | 2023-12-06 | 2 | -8/+3 |
| | * | | mtd: spi-nor: micron-st: enable die erase for multi die flashes | Tudor Ambarus | 2023-12-06 | 2 | -19/+47 |
| | * | | mtd: spi-nor: spansion: enable die erase for multi die flashes | Tudor Ambarus | 2023-12-06 | 1 | -2/+2 |
| | * | | mtd: spi-nor: add erase die (chip) capability | Tudor Ambarus | 2023-12-06 | 3 | -37/+81 |
| | * | | mtd: spi-nor: use kernel sized types instead of c99 types | Tudor Ambarus | 2023-11-15 | 5 | -31/+27 |
| | |/ |
|
| * | | mtd: rawnand: Clarify conditions to enable continuous reads | Miquel Raynal | 2023-12-22 | 1 | -8/+16 |
| * | | mtd: rawnand: Prevent sequential reads with on-die ECC engines | Miquel Raynal | 2023-12-22 | 1 | -0/+8 |
| * | | mtd: rawnand: Fix core interference with sequential reads | Miquel Raynal | 2023-12-22 | 1 | -0/+14 |
| * | | mtd: rawnand: Prevent crossing LUN boundaries during sequential reads | Miquel Raynal | 2023-12-22 | 1 | -6/+37 |
| * | | mtd: Fix gluebi NULL pointer dereference caused by ftl notifier | ZhaoLong Wang | 2023-12-22 | 1 | -2/+2 |
| * | | mtd: maps: vmu-flash: Fix the (mtd core) switch to ref counters | Miquel Raynal | 2023-12-14 | 1 | -1/+1 |
| * | | mtd: ssfdc: Remove an unused variable | Miquel Raynal | 2023-12-14 | 1 | -1/+0 |
| |/ |
|
* | | mtd: spi-nor: Stop reporting warning message when soft reset is not suported | Chia-Lin Kao (AceLan) | 2023-11-30 | 1 | -1/+2 |
* | | spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPP | Chia-Lin Kao (AceLan) | 2023-11-30 | 2 | -2/+2 |
|/ |
|
* | Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2023-11-10 | 3 | -135/+0 |
|\ |
|
| * | mtd: parsers: ar7: remove support | Wolfram Sang | 2023-10-19 | 3 | -135/+0 |