Linux-mtd Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-20 10:00:31 to 2023-07-25 13:57:52 UTC [more...]

[PATCH -next] mtd: Fix the refcount error of the mtd info
 2023-07-25 21:55 UTC 

[PATCH 0/2] mtd: prepare for dynamically removed devices
 2023-07-25 12:50 UTC  (10+ messages)
` [PATCH 1/2] mtd: use refcount to prevent corruption

[PATCH v1 0/2] Add octal DTR support for Macronix flash
 2023-07-25 10:50 UTC  (16+ messages)
` [PATCH v1 1/2] mtd: spi-nor: add Octal "
` [PATCH v1 2/2] mtd: spi-nor: add support for Macronix Octal flash

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-25  9:56 UTC  (67+ messages)
` [PATCH v2 01/47] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v2 02/47] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v2 04/47] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v2 05/47] binder: dynamically allocate the android-binder shrinker
` [PATCH v2 06/47] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v2 07/47] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v2 08/47] erofs: dynamically allocate the erofs-shrinker
` [PATCH v2 09/47] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v2 10/47] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v2 12/47] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v2 13/47] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v2 14/47] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v2 15/47] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v2 16/47] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v2 18/47] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v2 20/47] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v2 22/47] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v2 24/47] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v2 25/47] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v2 26/47] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v2 27/47] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v2 29/47] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v2 30/47] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v2 31/47] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v2 32/47] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v2 33/47] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v2 34/47] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v2 35/47] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v2 36/47] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v2 37/47] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v2 38/47] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v2 39/47] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v2 40/47] fs: super: dynamically allocate the s_shrink
` [PATCH v2 41/47] mm: shrinker: remove old APIs
` [PATCH v2 42/47] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v2 43/47] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless
` [PATCH v2 45/47] mm: shrinker: make memcg "
` [PATCH v2 46/47] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v2 47/47] mm: shrinker: convert shrinker_rwsem to mutex

[bug report] ubi: use blk_mq_alloc_disk and blk_cleanup_disk
 2023-07-25  5:40 UTC 

Build regressions/improvements in v6.5-rc3
 2023-07-24 12:43 UTC 

[RESEND PATCH v3 00/11] mtd: spi-nor: spansion: Add support for Infineon S28HS02GT
 2023-07-24  8:12 UTC  (12+ messages)
` [RESEND PATCH v3 01/11] mtd: spi-nor: spansion: use CLPEF as an alternative to CLSR
` [RESEND PATCH v3 02/11] mtd: spi-nor: spansion: preserve CFR2V[7] when writing MEMLAT
` [RESEND PATCH v3 03/11] mtd: spi-nor: spansion: prepare octal dtr methods for multi chip support
` [RESEND PATCH v3 04/11] mtd: spi-nor: spansion: switch set_octal_dtr method to use vreg_offset
` [RESEND PATCH v3 05/11] mtd: spi-nor: spansion: switch h28hx's ready() "
` [RESEND PATCH v3 06/11] mtd: spi-nor: spansion: add MCP support in set_octal_dtr()
` [RESEND PATCH v3 07/11] mtd: spi-nor: spansion: add octal DTR support in RD_ANY_REG_OP
` [RESEND PATCH v3 08/11] mtd: spi-nor: spansion: add support for S28HS02GT
` [RESEND PATCH v3 09/11] mtd: spi-nor: spansion: let SFDP determine the flash and sector size
` [RESEND PATCH v3 10/11] mtd: spi-nor: spansion: switch s25hx_t to use vreg_offset for quad_enable()
` [RESEND PATCH v3 11/11] mtd: spi-nor: spansion: switch cypress_nor_get_page_size() to use vreg_offset

[PATCH v3 00/42] ep93xx device tree conversion
 2023-07-24  7:09 UTC  (61+ messages)
` [PATCH v3 01/42] gpio: ep93xx: split device in multiple
` [PATCH v3 02/42] dt-bindings: clock: Add Cirrus EP93xx
` [PATCH v3 03/42] clk: ep93xx: add DT support for "
` [PATCH v3 04/42] dt-bindings: pinctrl: Add "
` [PATCH v3 05/42] pinctrl: add a Cirrus ep93xx SoC pin controller
` [PATCH v3 06/42] dt-bindings: soc: Add Cirrus EP93xx
` [PATCH v3 07/42] soc: Add SoC driver for Cirrus ep93xx
` [PATCH v3 09/42] clocksource: ep93xx: Add driver for Cirrus Logic EP93xx
` [PATCH v3 10/42] dt-bindings: rtc: Add Cirrus EP93xx
` [PATCH v3 12/42] dt-bindings: watchdog: Add Cirrus EP93x
` [PATCH v3 13/42] watchdog: ep93xx: add DT support for Cirrus EP93xx
` [PATCH v3 14/42] power: reset: Add a driver for the ep93xx reset
` [PATCH v3 18/42] spi: ep93xx: add DT support for Cirrus EP93xx
` [PATCH v3 20/42] net: cirrus: "
` [PATCH v3 22/42] dma: "
` [PATCH v3 24/42] mtd: nand: add support for ts72xx
` [PATCH v3 28/42] input: keypad: ep93xx: add DT support for Cirrus EP93xx
` [PATCH v3 29/42] dt-bindings: rtc: Add ST M48T86
` [PATCH v3 32/42] wdt: ts72xx: add DT support for ts72xx
` [PATCH v3 33/42] gpio: ep93xx: add DT support for gpio-ep93xx
` [PATCH v3 34/42] ARM: dts: add Cirrus EP93XX SoC .dtsi
` [PATCH v3 35/42] ARM: dts: ep93xx: add ts7250 board
` [PATCH v3 38/42] ata: pata_ep93xx: remove legacy pinctrl use
` [PATCH v3 41/42] ARM: dts: ep93xx: Add EDB9302 DT
` [PATCH v3 42/42] ASoC: cirrus: edb93xx: Delete driver

[PATCH] mtd: mtdpart: check for subpartitions parsing result
 2023-07-22 23:28 UTC  (2+ messages)

[PATCH] mtd: spi-nor: let SFDP determine the flash and sector size
 2023-07-22 12:56 UTC  (3+ messages)

[RFC 0/1] ubi: An interface for dump the mapping between LEBs and PEBs
 2023-07-22 10:23 UTC  (2+ messages)
` [RFC 1/1] ubi: An interface is added "

[PATCH v3 00/11] mtd: spi-nor: spansion: Add support for Infineon S28HS02GT
 2023-07-22  8:40 UTC  (10+ messages)
` [PATCH v3 01/11] mtd: spi-nor: spansion: use CLPEF as an alternative to CLSR
` [PATCH v3 02/11] mtd: spi-nor: spansion: preserve CFR2V[7] when writing MEMLAT
` [PATCH v3 03/11] mtd: spi-nor: spansion: prepare octal dtr methods for multi chip support
` [PATCH v3 04/11] mtd: spi-nor: spansion: switch set_octal_dtr method to use vreg_offset
` [PATCH v3 05/11] mtd: spi-nor: spansion: switch h28hx's ready() "
` [PATCH v3 06/11] mtd: spi-nor: spansion: add MCP support in set_octal_dtr()
` [PATCH v3 07/11] mtd: spi-nor: spansion: add octal DTR support in RD_ANY_REG_OP
` [PATCH v3 08/11] mtd: spi-nor: spansion: add support for S28HS02GT
` [PATCH v3 09/11] mtd: spi-nor: spansion: let SFDP determine the flash and sector size

[PATCH] mtd: spi-nor: spansion: return method directly
 2023-07-22  8:18 UTC  (2+ messages)

[PATCH v2 0/8] mtd: spi-nor: spansion: Add support for Infineon S28HS02GT
 2023-07-22  6:50 UTC  (10+ messages)
` [PATCH v2 4/8] mtd: spi-nor: spansion: switch set_octal_dtr method to use vreg_offset
` [PATCH v2 5/8] mtd: spi-nor: spansion: switch h28hx's ready() "

[PATCH v4 0/2] (no cover subject)
 2023-07-21 17:06 UTC  (3+ messages)
` [PATCH v4 2/2] ARM: dts: bcm5301x: Add SEAMA compatibles

[RFC PATCH 0/6] nvmem: add block device NVMEM provider
 2023-07-21 13:31 UTC  (23+ messages)
` [RFC PATCH 3/6] block: add new genhd flag GENHD_FL_NO_NVMEM
` [RFC PATCH 6/6] block: implement NVMEM provider

[RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
 2023-07-21 11:17 UTC  (14+ messages)
` [RFC PATCH 01/21] crypto: scomp - Revert "add support for deflate rfc1950 (zlib)"
` [RFC PATCH 04/21] net: ipcomp: Migrate to acomp API from deprecated comp API
` [RFC PATCH 07/21] ubifs: Migrate to acomp compression API
` [RFC PATCH 08/21] zram: "
` [RFC PATCH 19/21] crypto: remove obsolete 'comp' "
` [RFC PATCH 20/21] crypto: deflate - implement acomp API directly

[PATCH V1 1/1] linux: drivers: mtd: spi-nor: gigadevice.c
 2023-07-21  7:42 UTC  (6+ messages)

ubiblock: null pointer dereference using scatterlist in work_queue
 2023-07-21  7:41 UTC  (8+ messages)

[PATCH] mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op()
 2023-07-21  6:59 UTC  (6+ messages)

Question about scrubbing and ECC errors (in UBI)
 2023-07-21  1:55 UTC 

[PATCH V2] mtd: rawnand: brcmnand: propagate init error -EPROBE_DEFER up
 2023-07-21  0:15 UTC  (3+ messages)

[PATCH v2 0/3] mtd: rawnand: Sequential page reads
 2023-07-20 11:42 UTC  (15+ messages)
` [PATCH v2 3/3] mtd: rawnand: Support for sequential cache reads


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 read-only IMAP folder(s) and NNTP newsgroup(s).