messages from 2023-12-20 09:29:14 to 2024-01-07 14:43:03 UTC [more...]
[PATCH v2] mtd: spinand: winbond: add support for W25N04KV
2024-01-07 14:41 UTC
[PATCH] mkfs.ubifs: Add option to minimize the amount of LEBs
2024-01-07 12:54 UTC (7+ messages)
[PATCH 1/1] mtd: nand: Add Dosilicon manufacturer id
2024-01-07 12:30 UTC
[PATCH v2 0/2] ubifs: Fix two kmemleaks in error path
2024-01-06 22:34 UTC (5+ messages)
` [PATCH v2 1/2] ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed
` [PATCH v2 2/2] ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
provide a sane discard_granularity default
2024-01-06 1:32 UTC (21+ messages)
` [PATCH 1/9] block: remove two comments in bio_split_discard
` [PATCH 2/9] bcache: discard_granularity should not be smaller than a sector
` [PATCH 3/9] block: default the discard granularity to sector size
` [PATCH 4/9] ubd: use the default discard granularity
` [PATCH 5/9] nbd: "
` [PATCH 6/9] null_blk: "
` [PATCH 7/9] zram: "
` [PATCH 8/9] bcache: "
` [PATCH 9/9] mtd_blkdevs: "
[PATCH] ubifs: Remove unreachable code
2024-01-05 15:55 UTC (2+ messages)
[PATCH v7 0/7] Add octal DTR support for Macronix flash
2024-01-05 13:12 UTC (16+ messages)
` [PATCH v7 1/7] mtd: spi-nor: add Octal "
` [PATCH v7 2/7] spi: spi-mem: Allow specifying the byte order in DTR mode
` [PATCH v7 3/7] mtd: spi-nor: core: "
` [PATCH v7 4/7] mtd: spi-nor: sfdp: Get the 8D-8D-8D byte order from BFPT
` [PATCH v7 5/7] spi: mxic: Add support for swapping byte
` [PATCH v7 6/7] mtd: spi-nor: add support for Macronix Octal flash with RWW feature
` [PATCH v7 7/7] mtd: spi-nor: add support for Macronix Octal flash
[PATCH] mtd: spi-nor: core: Set mtd->eraseregions for non-uniform erase map
2024-01-05 12:23 UTC (2+ messages)
[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
2024-01-05 10:31 UTC (35+ messages)
` [PATCH RFC v3 for-6.8/block 01/17] block: add some bdev apis
` [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v3 for-6.8/block 03/17] bcache: use bdev api in read_super()
` [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
` [PATCH RFC v3 for-6.8/block 05/17] s390/dasd: use bdev api in dasd_format()
` [PATCH RFC v3 for-6.8/block 06/17] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v3 for-6.8/block 08/17] bio: export bio_add_folio_nofail()
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
` [PATCH RFC v3 for-6.8/block 10/17] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api
` [PATCH RFC v3 for-6.8/block 12/17] nilfs2: use bdev api in nilfs_attach_log_writer()
` [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis
` [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block
` [PATCH RFC v3 for-6.8/block 15/17] ext4: use "
` [PATCH RFC v3 for-6.8/block 16/17] ext4: remove block_device_ejected()
` [PATCH RFC v3 for-6.8/block 17/17] ext4: use bdev apis
[PATCH v6 1/3] dt-bindings: mtd: partitions: Add binman compatible
2024-01-04 21:54 UTC (8+ messages)
[PATCH V3 1/6] dt-bindings: nvmem: layouts: add U-Boot environment variables layout
2024-01-04 15:46 UTC (10+ messages)
` [PATCH V3 2/6] nvmem: core: add nvmem_dev_size() helper
` [PATCH V3 3/6] nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helper
` [PATCH V3 4/6] nvmem: u-boot-env: use nvmem device helpers
` [PATCH V3 5/6] nvmem: u-boot-env: improve coding style
` [PATCH V3 6/6] nvmem: layouts: add U-Boot env layout
[PATCH] dt-bindings: mtd: Change the schema for nodename which includes "sram"
2024-01-04 11:23 UTC
[PATCH v2] mtd: Fix possible refcounting issue when going through partition nodes
2024-01-04 8:14 UTC
[PATCH] mtd: Fix possible refcounting issue when going through partition nodes
2024-01-03 15:51 UTC (2+ messages)
[PATCH RFC 00/17] ubifs: Add filesystem repair support
2024-01-03 13:33 UTC (27+ messages)
` [PATCH RFC 01/17] ubifs: repair: Load filesystem info from volume
` [PATCH RFC 02/17] ubifs: repair: Scan nodes "
` [PATCH RFC 03/17] ubifs: repair: Remove deleted nodes from valid node tree
` [PATCH RFC 04/17] ubifs: repair: Add valid nodes into file
` [PATCH RFC 05/17] ubifs: repair: Filter invalid files
` [PATCH RFC 06/17] ubifs: repair: Extract reachable directory entries tree
` [PATCH RFC 07/17] ubifs: repair: Check and correct files' information
` [PATCH RFC 08/17] ubifs: repair: Record used LEBs
` [PATCH RFC 09/17] ubifs: repair: Re-write data
` [PATCH RFC 10/17] ubifs: repair: Create new root dir if there are no scanned files
` [PATCH RFC 11/17] ubifs: repair: Build TNC
` [PATCH RFC 12/17] ubifs: Extract a helper function to create lpt
` [PATCH RFC 13/17] ubifs: repair: Build LPT
` [PATCH RFC 14/17] ubifs: repair: Clean up log and orphan area
` [PATCH RFC 15/17] ubifs: repair: Write master node
` [PATCH RFC 16/17] ubifs: Enable ubifs_repair in '/sys/kernel/debug/ubifs/repair_fs'
` [PATCH RFC 17/17] Documentation: ubifs: Add ubifs repair whitepaper
mtd0 device is missing in /sys/class/mtd
2024-01-02 17:21 UTC (4+ messages)
Ubifs mounting error causes kernel panic
2024-01-02 13:35 UTC (2+ messages)
[PATCH] mtd: rawnand: marvell: fix layouts
2024-01-02 10:38 UTC
[PATCH v2] ubi: block: fix memleak in ubiblock_create()
2023-12-30 6:33 UTC (2+ messages)
[PATCH mtd-utils 00/11] tests: Add new testcases for ubifs_repair
2023-12-29 6:35 UTC (13+ messages)
` [PATCH mtd-utils 01/11] tests: Add common libs for ubifs_repair test
` [PATCH mtd-utils 02/11] tests: ubifs_repair: Add authentication refusing test
` [PATCH mtd-utils 03/11] tests: ubifs_repair: Add cycle mount+repair test
` [PATCH mtd-utils 04/11] tests: ubifs_repair: Add powercut+repair+mount test
` [PATCH mtd-utils 05/11] tests: ubifs_repair: Add corrupt+repair+fault_inject test
` [PATCH mtd-utils 06/11] tests: ubifs_repair: Add cycle_powercut+repair test
` [PATCH mtd-utils 07/11] tests: ubifs_repair: Add random_corrupt+repair test
` [PATCH mtd-utils 08/11] tests: ubifs_repair: Add corrupted images
` [PATCH mtd-utils 09/11] tests: ubifs_repair: Add bad images repairing test
` [PATCH mtd-utils 10/11] tests: ubifs_repair: Add run_all script
` [PATCH mtd-utils 11/11] tests: ubifs_repair: Add README
[GIT PULL] mtd: Changes for v6.8
2023-12-27 16:40 UTC
[PATCH 0/3] mtd: ssfdc: Adjustments for ssfdcr_add_mtd()
2023-12-27 14:49 UTC (4+ messages)
` [PATCH 1/3] mtd: ssfdc: One function call less in ssfdcr_add_mtd() after error detection
` [PATCH 2/3] mtd: ssfdc: Fix indentation in ssfdcr_add_mtd()
` [PATCH 3/3] mtd: ssfdc: Improve a size determination "
[PATCH v6 0/5] ubi: Enhanced fault injection capability for the UBI driver
2023-12-26 1:01 UTC (6+ messages)
` [PATCH v6 1/5] ubi: Use the fault injection framework to enhance the fault injection capability
` [PATCH v6 2/5] ubi: Split io_failures into write_failure and erase_failure
` [PATCH v6 3/5] ubi: Add six fault injection type for testing
` [PATCH v6 4/5] ubi: Reserve sufficient buffer length for the input mask
` [PATCH v6 5/5] mtd: Add several functions to the fail_function list
[PATCH v6 00/40] ep93xx device tree conversion
2023-12-25 19:55 UTC (4+ messages)
[PATCH V6 0/5]
2023-12-25 15:00 UTC (6+ messages)
` [PATCH V6 1/5] ubi: Use the fault injection framework to enhance the fault injection capability
` [PATCH V6 2/5] ubi: Split io_failures into write_failure and erase_failure
` [PATCH V6 3/5] ubi: Add six fault injection type for testing
` [PATCH V6 4/5] ubi: Reserve sufficient buffer length for the input mask
` [PATCH V6 5/5] mtd: Add several functions to the fail_function list
[PATCH RFC] dt-bindings: nvmem: u-boot,env: add any-name MAC cells compatible
2023-12-25 13:11 UTC (4+ messages)
` [PATCH RFC] dt-bindings: nvmem: u-boot, env: "
[PATCH v5 0/5] ubi: Enhanced fault injection capability for the UBI driver
2023-12-25 7:34 UTC (8+ messages)
` [PATCH v5 1/5] ubi: Use the fault injection framework to enhance the fault injection capability
` [PATCH v5 2/5] ubi: Split io_failures into write_failure and erase_failure
` [PATCH v5 3/5] ubi: Add six fault injection type for testing
` [PATCH v5 4/5] ubi: Reserve sufficient buffer length for the input mask
` [PATCH v5 5/5] mtd: Add several functions to the fail_function list
[PATCH] mkfs.ubifs: fix xattr scanning for builds with selinux support
2023-12-24 20:18 UTC (3+ messages)
[GIT PULL] mtd: nand: Changes for v6.8-rc1
2023-12-22 11:48 UTC (2+ messages)
[GIT PULL] mtd: spi-nor: changes for v6.8
2023-12-22 11:46 UTC (2+ messages)
[PATCH 1/4] mtd: rawnand: Prevent crossing LUN boundaries during sequential reads
2023-12-22 11:37 UTC (2+ messages)
[PATCH 4/4] mtd: rawnand: Clarify conditions to enable continuous reads
2023-12-22 11:37 UTC (2+ messages)
[PATCH 2/4] mtd: rawnand: Fix core interference with sequential reads
2023-12-22 11:37 UTC (2+ messages)
[PATCH 3/4] mtd: rawnand: Prevent sequential reads with on-die ECC engines
2023-12-22 11:37 UTC (2+ messages)
Proszę o kontakt
2023-12-22 8:40 UTC
[PATCH 0/2] ubifs: Fix two kmemleaks in error path
2023-12-22 8:38 UTC (5+ messages)
` [PATCH 1/2] ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed
` [PATCH 2/2] ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path
[PATCH 1/2] dt-bindings: mtd: partitions: u-boot: Fix typo
2023-12-21 14:40 UTC (6+ messages)
` [PATCH RFT 2/2] ARM: dts: mxs: imx28: Fix NAND hierarchy description
[PATCH 0/4] mtd: rawnand: Fix sequential reads
2023-12-21 10:06 UTC (2+ messages)
[PATCH v11 00/10] spi: Add support for stacked/parallel memories
2023-12-21 6:54 UTC (16+ messages)
` [PATCH v11 07/10] mtd: spi-nor: Add stacked memories support in spi-nor
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).