messages from 2021-10-15 14:40:19 to 2021-10-25 12:19:15 UTC [more...]
[PATCH v2 00/35] mtd: spi-nor: Handle ID collisions and clean params init
2021-10-25 12:18 UTC (43+ messages)
` [PATCH v2 05/35] mtd: spi-nor: Introduce Manufacturer ID collisions driver
` [PATCH v2 17/35] mtd: spi-nor: Introduce spi_nor_nonsfdp_flags_init()
` [PATCH v2 18/35] mtd: spi-nor: Get rid of SPI_NOR_4B_OPCODES flag
` [PATCH v2 20/35] mtd: spi-nor: core: Use container_of to get the pointer to struct spi_nor
` [PATCH v2 21/35] mtd: spi-nor: Introduce spi_nor_set_mtd_info()
` [PATCH v2 22/35] mtd: spi-nor: core: Use common naming scheme for setting mtd_info fields
` [PATCH v2 23/35] mtd: spi-nor: Get rid of nor->page_size
` [PATCH v2 24/35] mtd: spi-nor: core: Fix spi_nor_flash_parameter otp description
` [PATCH v2 25/35] mtd: spi-nor: core: Move spi_nor_set_addr_width() in spi_nor_setup()
` [PATCH v2 26/35] mtd: spi-nor: core: Introduce spi_nor_init_default_params()
[PATCH v3 0/3] mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEM
2021-10-25 9:43 UTC (8+ messages)
` [PATCH v3 2/3] mtd: spi-nor: intel-spi: Convert "
GPMI iMX6ull timeout on DMA
2021-10-25 9:39 UTC (7+ messages)
` [RFC PATCH 1/2] mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6
` [RFC PATCH 2/2] gpmi-nand: Add ERR007117 protection for nfc_apply_timings
UBIFS panic during brown-out
2021-10-25 9:35 UTC (7+ messages)
[PATCH v3 0/4] mtd: core: protect access to mtd devices while in suspend
2021-10-25 9:27 UTC (5+ messages)
` [PATCH v3 1/4] mtd: rawnand: nand_bbt: hide suspend/resume hooks while scanning bbt
` [PATCH v3 2/4] mtd: mtdconcat: add suspend lock handling
` [PATCH v3 3/4] mtd: core: protect access to MTD devices while in suspend
` [PATCH v3 4/4] mtd: rawnand: remove suspended check
[PATCH] mtdchar: prevent unbounded allocation in MEMWRITE ioctl
2021-10-25 8:21 UTC
move all struct request releated code out of blk-core.c
2021-10-25 7:05 UTC (13+ messages)
` [PATCH 01/12] block: move blk_rq_err_bytes to scsi
` [PATCH 02/12] block: remove blk_{get,put}_request
` [PATCH 03/12] block: remove rq_flush_dcache_pages
` [PATCH 04/12] block: remove blk-exec.c
` [PATCH 05/12] blk-mq: move blk_mq_flush_plug_list
` [PATCH 06/12] block: move request based cloning helpers to blk-mq.c
` [PATCH 07/12] block: move blk_rq_init "
` [PATCH 08/12] block: move blk_steal_bios "
` [PATCH 09/12] block: move blk_account_io_{start,done} "
` [PATCH 10/12] block: move blk_dump_rq_flags "
` [PATCH 11/12] block: move blk_print_req_error "
` [PATCH 12/12] block: don't include blk-mq headers in blk-core.c
[PATCH 00/11] Some bugfixs for ubifs/ubi
2021-10-25 3:41 UTC (12+ messages)
` [PATCH 01/11] ubifs: rename_whiteout: Fix double free for whiteout_ui->data
` [PATCH 02/11] ubifs: Fix deadlock in concurrent rename whiteout and inode writeback
` [PATCH 03/11] ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode comment
` [PATCH 04/11] ubifs: Add missing iput if do_tmpfile() failed in rename whiteout
` [PATCH 05/11] ubifs: Rename whiteout atomically
` [PATCH 06/11] ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback work
` [PATCH 07/11] ubifs: Rectify space amount budget for mkdir/tmpfile operations
` [PATCH 08/11] ubifs: setflags: Don't make a budget for 'ui->data_len'
` [PATCH 09/11] ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()
` [PATCH 10/11] ubi: fastmap: Return error code if memory allocation fails in add_aeb()
` [PATCH 11/11] ubi: fastmap: Add all fastmap pebs into 'ai->fastmap' when fm->used_blocks>=2
[PATCH 00/18] External ECC engines & Macronix support
2021-10-22 22:47 UTC (26+ messages)
` [PATCH 01/18] dt-bindings: mtd: nand-controller: Fix the reg property description
` [PATCH 02/18] dt-bindings: mtd: nand-controller: Fix a comment in the examples
` [PATCH 03/18] dt-bindings: mtd: nand-chip: Create a NAND chip description
` [PATCH 04/18] dt-bindings: mtd: spi-nand: Convert spi-nand description file to yaml
` [PATCH 05/18] dt-bindings: vendor-prefixes: Clarify Macronix prefix
` [PATCH 06/18] dt-bindings: spi: mxic: The interrupt property is not mandatory
` [PATCH 07/18] dt-bindings: spi: mxic: Convert to yaml
` [PATCH 08/18] dt-bindings: mtd: Describe Macronix NAND ECC engine
` [PATCH 09/18] dt-bindings: spi: mxic: Document the nand-ecc-engine property
` [PATCH 10/18] mtd: spinand: macronix: Use random program load
` [PATCH 11/18] mtd: nand: ecc: Add infrastructure to support hardware engines
` [PATCH 12/18] mtd: nand: mxic-ecc: Add Macronix external ECC engine support
` [PATCH 13/18] mtd: nand: mxic-ecc: Support SPI pipelined mode
` [PATCH 14/18] spi: mxic: Fix the transmit path
` [PATCH 15/18] spi: mxic: Create a helper to configure the controller before an operation
` [PATCH 16/18] spi: mxic: Create a helper to ease the start of "
` [PATCH 17/18] spi: mxic: Add support for direct mapping
` [PATCH 18/18] spi: mxic: Add support for pipelined ECC operations
simplify bdi unregistation
2021-10-22 9:02 UTC (11+ messages)
` [PATCH 1/5] mm: export bdi_unregister
` [PATCH 2/5] mtd: call bdi_unregister explicitly
` [PATCH 3/5] fs: explicitly unregister per-superblock BDIs
` [PATCH 4/5] mm: don't automatically unregister bdis
` [PATCH 5/5] mm: simplify bdi refcounting
RFC: decouple block2mtd from block layer internals
2021-10-22 7:50 UTC (5+ messages)
` [PATCH] mtd/block2mtd: don't poke into "
[PATCH 00/13] block: add_disk() error handling stragglers
2021-10-22 3:10 UTC (22+ messages)
` [PATCH 01/13] block/brd: add error handling support for add_disk()
` [PATCH 02/13] nvme-multipath: "
` [PATCH 03/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 04/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 05/13] nvdimm/btt: add error handling support for add_disk()
` [PATCH 06/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 07/13] nvdimm/blk: add error handling support for add_disk()
` [PATCH 08/13] zram: "
` [PATCH 09/13] z2ram: "
` [PATCH 10/13] ps3disk: "
` [PATCH 11/13] ps3vram: "
` [PATCH 12/13] block/sunvdc: "
` [PATCH 13/13] mtd/ubi/block: "
[RFC,v3 0/5] Add driver for Mediatek SPI Nand and HW ECC controller
2021-10-22 2:40 UTC (6+ messages)
` [RFC,v3 1/5] mtd: ecc: move mediatek HW ECC driver
` [RFC,v3 2/5] mtd: ecc: realize Mediatek "
` [RFC,v3 3/5] spi: add Mediatek SPI Nand controller driver
` [RFC,v3 4/5] arm64: dts: add snfi node for spi nand
` [RFC, v3 5/5] mtd: spinand: skip set/get oob data bytes when interleaved case
[PATCH 0/9] block: reviewed add_disk() error handling set
2021-10-21 15:01 UTC (16+ messages)
` [PATCH 1/9] scsi/sd: add error handling support for add_disk()
` [PATCH 2/9] scsi/sr: "
` [PATCH 3/9] dm: add add_disk() error handling
` [PATCH 4/9] bcache: add error handling support for add_disk()
` [PATCH 5/9] xen-blkfront: "
` [PATCH 6/9] m68k/emu/nfblock: "
` [PATCH 7/9] um/drivers/ubd_kern: "
` [PATCH 8/9] rnbd: "
` [PATCH 9/9] mtd: add add_disk() error handling
` (subset) [PATCH 0/9] block: reviewed add_disk() error handling set
BUG: KASAN: use-after-free in blk_mq_sched_tags_teardown
2021-10-21 13:20 UTC (2+ messages)
[PATCH v2 0/3] mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEM
2021-10-21 10:57 UTC (5+ messages)
` [PATCH v2 1/3] mtd: spi-nor: intel-spi: Disable write protection only if asked
` [PATCH v2 2/3] mtd: spi-nor: intel-spi: Convert to SPI MEM
[PATCH] ubifs: Make use of the helper macro kthread_run()
2021-10-21 8:43 UTC
dt-bindings: treewide: Update @st.com email address to @foss.st.com
2021-10-20 11:39 UTC (3+ messages)
[PATCH v2 0/4] mtd: core: protect access to mtd devices while in suspend
2021-10-20 9:14 UTC (13+ messages)
` [PATCH v3 1/4] mtd: rawnand: nand_bbt: hide suspend/resume hooks while scanning bbt
` [PATCH v2 2/4] mtd: core: protect access to MTD devices while in suspend
` [PATCH v2 3/4] mtd: rawnand: remove suspended check
` [PATCH v2 4/4] mtd: mtdconcat: add suspend lock handling
[PATCH 0/3] mtd: core: protect access to mtd devices while in suspend
2021-10-20 7:47 UTC (12+ messages)
[PATCH] MAINTAINERS: Remove joern@lazybastard.org
2021-10-20 7:43 UTC
[PATCH] mtd: spi-nor: nxp-spifi: Make use of the helper function devm_platform_ioremap_resource_byname()
2021-10-19 10:17 UTC (2+ messages)
[PATCH] mtd: spi-nor: hisi-sfc: Make use of the helper function devm_platform_ioremap_resource_byname()
2021-10-19 10:16 UTC (2+ messages)
[PATCH v2] mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()
2021-10-19 10:16 UTC (2+ messages)
[PATCH] mtd: spi-nor: Enable locking for n25q128a13
2021-10-19 10:15 UTC (2+ messages)
GPMI iMX6ull timeout on DMA
2021-10-18 7:43 UTC (15+ messages)
[RFC PATCH 00/10] Macronix ECC engine
2021-10-18 1:42 UTC (4+ messages)
` [RFC PATCH 03/10] dt-bindings: vendor-prefixes: Update Macronix prefix
` 回信: "
[PATCH v2 1/5] mtd: rawnand/davinci: Don't calculate ECC when reading page
2021-10-16 13:22 UTC (5+ messages)
` [PATCH v2 2/5] mtd: rawnand/davinci: Avoid duplicated page read
` [PATCH v2 3/5] mtd: rawnand/davinci: Rewrite function description
` [PATCH v2 4/5] mtd: rawnand: Export nand_read_page_hwecc_oob_first()
` [PATCH v2 5/5] mtd: rawnand/ingenic: JZ4740 needs 'oob_first' read page function
[PATCH] mtd: core: clear out unregistered devices a bit more
2021-10-15 18:50 UTC
[GIT PULL] mtd: Fixes for 5.15-rc6
2021-10-15 14:35 UTC (2+ messages)
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