public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-08-07 12:30:39 to 2023-08-12 08:03:59 UTC [more...]

[PATCH 00/12] ubi: fastmap: Fix a series of wear leveling problems
 2023-08-12  8:00 UTC  (10+ messages)
` [PATCH 01/12] ubi: fastmap: Fix missed ec updating after erasing old fastmap data block
` [PATCH 02/12] ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flash
` [PATCH 03/12] ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmap
` [PATCH 05/12] ubi: fastmap: Use free pebs reserved for bad block handling
` [PATCH 06/12] ubi: fastmap: Wait until there are enough free PEBs before filling pools
` [PATCH 07/12] ubi: fastmap: Remove unneeded break condition while "
` [PATCH 08/12] ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor exists
` [PATCH 10/12] ubi: fastmap: Fix lapsed wear leveling for first 64 PEBs
` [PATCH 12/12] ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling pools

[PATCH] mtd-utils: nandtest: handle large nand devices
 2023-08-12  2:53 UTC  (2+ messages)

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-11 12:27 UTC  (3+ messages)
` [PATCH 12/29] mtd: block2mtd: Convert to bdev_open_by_dev/path()

[PATCH v3 0/5] Add octal DTR support for Macronix flash
 2023-08-11 10:20 UTC  (12+ messages)
` [PATCH v3 2/5] mtd: spi-nor: core: Hook manufacture by checking first byte ID
` [PATCH v3 3/5] spi: spi-mem: Allow specifying the byte order in DTR mode

[PATCH 0/7] Fix UBI Block wrt. highmem
 2023-08-11  8:36 UTC  (16+ messages)
` [PATCH 1/7] ubi: block: Refactor sg list processing for highmem
` [PATCH 2/7] scatterlist: Add kmap helpers
` [PATCH 3/7] scsi: dc395x: Switch to kmap_sg
` [PATCH 4/7] scsi: esp_scsi: "
` [PATCH 5/7] scsi: fdomain: "
` [PATCH 6/7] ubi: block: "
` [PATCH 7/7] scsi: core: Remove scsi_kmap_atomic_sg()

raw nand: Accessing R/B# through GPIO never used
 2023-08-11  6:40 UTC 

[PATCH v4 0/8] mtd: ubi: allow UBI volumes to provide NVMEM
 2023-08-11  1:38 UTC  (9+ messages)
` [PATCH v4 1/8] dt-bindings: mtd: add basic bindings for UBI
` [PATCH v4 2/8] dt-bindings: mtd: nvmem-cells: add support for UBI volumes
` [PATCH v4 3/8] mtd: ubi: block: don't return on error when removing
` [PATCH v4 4/8] mtd: ubi: block: use notifier to create ubiblock
` [PATCH v4 5/8] mtd: ubi: attach MTD partition from device-tree
` [PATCH v4 6/8] mtd: ubi: introduce pre-removal notification for UBI volumes
` [PATCH v4 7/8] mtd: ubi: populate ubi volume fwnode
` [PATCH v4 8/8] mtd: ubi: provide NVMEM layer over UBI volumes

ubiblock: null pointer dereference using scatterlist in work_queue
 2023-08-10 15:43 UTC  (9+ messages)

[PATCH 00/17] -Wmissing-prototype warning fixes
 2023-08-10 14:19 UTC  (2+ messages)
` [PATCH 01/17] [RESEND] jffs2: mark __jffs2_dbg_superblock_counts() static

[PATCH v3 20/50] dt-bindings: atmel-nand: add microchip,sam9x7-pmecc
 2023-08-10  5:27 UTC  (3+ messages)

[PATCH v3 0/8] mtd: ubi: allow UBI volumes to provide NVMEM
 2023-08-09 22:58 UTC  (11+ messages)
` [PATCH v3 1/8] dt-bindings: mtd: add basic bindings for UBI
` [PATCH v3 2/8] dt-bindings: mtd: nvmem-cells: allow UBI volumes to provide NVMEM
` [PATCH v3 3/8] mtd: ubi: block: don't return on error when removing
` [PATCH v3 4/8] mtd: ubi: block: use notifier to create ubiblock from parameter
` [PATCH v3 5/8] mtd: ubi: attach MTD partition from device-tree
` [PATCH v3 6/8] mtd: ubi: introduce pre-removal notification for UBI volumes
` [PATCH v3 7/8] mtd: ubi: populate ubi volume fwnode
` [PATCH v3 8/8] mtd: ubi: provide NVMEM layer over UBI volumes

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (49+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "

[PATCH -next v3 RESEND] mtd: rawnand: Propagate error and simplify ternary operators for brcmstb_nand_wait_for_completion()
 2023-08-08 22:32 UTC  (2+ messages)

[PATCH 00/41] mtd: spi-nor: clean the flash_info database up
 2023-08-08 18:34 UTC  (52+ messages)
` [PATCH 01/41] mtd: spi-nor: remove catalyst 'flashes'
` [PATCH 02/41] mtd: spi-nor: remove Fujitsu MB85RS1MT support
` [PATCH 03/41] mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()
` [PATCH 04/41] mtd: spi-nor: xilinx: remove addr_nbytes from S3AN_INFO()
` [PATCH 05/41] mtd: spi-nor: convert .n_sectors to .size
` [PATCH 06/41] mtd: spi-nor: default page_size to 256 bytes
` [PATCH 07/41] mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameter
` [PATCH 08/41] mtd: spi-nor: default .n_banks to 1
` [PATCH 09/41] mtd: spi-nor: push 4k SE handling into spi_nor_select_uniform_erase()
` [PATCH 10/41] mtd: spi-nor: make sector_size optional
` [PATCH 11/41] mtd: spi-nor: drop .parse_sfdp
` [PATCH 12/41] mtd: spi-nor: introduce (temporary) INFO0()
` [PATCH 13/41] mtd: spi-nor: move the .id and .id_len into an own structure
` [PATCH 14/41] mtd: spi-nor: rename .otp_org to .otp and make it a pointer
` [PATCH 15/41] mtd: spi-nor: add SNOR_ID() and SNOR_OTP()
` [PATCH 16/41] mtd: spi-nor: remove or move flash_info comments
` [PATCH 17/41] mtd: spi-nor: atmel: convert flash_info to new format
` [PATCH 18/41] mtd: spi-nor: eon: "
` [PATCH 19/41] mtd: spi-nor: esmt: "
` [PATCH 20/41] mtd: spi-nor: everspin: "
` [PATCH 21/41] mtd: spi-nor: gigadevice: "
` [PATCH 22/41] mtd: spi-nor: intel: "
` [PATCH 23/41] mtd: spi-nor: issi: "
` [PATCH 24/41] mtd: spi-nor: macronix: "
` [PATCH 25/41] mtd: spi-nor: micron-st: "
` [PATCH 26/41] mtd: spi-nor: spansion: "
` [PATCH 27/41] mtd: spi-nor: sst: "
` [PATCH 28/41] mtd: spi-nor: winbond: "
` [PATCH 29/41] mtd: spi-nor: xilinx: use new macros in S3AN_INFO()
` [PATCH 30/41] mtd: spi-nor: xmc: convert flash_info to new format
` [PATCH 31/41] mtd: spi-nor: atmel: sort flash_info database
` [PATCH 32/41] mtd: spi-nor: eon: "
` [PATCH 33/41] mtd: spi-nor: gigadevice: "
` [PATCH 34/41] mtd: spi-nor: issi: "
` [PATCH 35/41] mtd: spi-nor: macronix: "
` [PATCH 36/41] mtd: spi-nor: micron-st: "
` [PATCH 37/41] mtd: spi-nor: spansion: "
` [PATCH 38/41] mtd: spi-nor: sst: "
` [PATCH 39/41] mtd: spi-nor: winbond: sort flash_info entries
` [PATCH 40/41] mtd: spi-nor: atmel: drop duplicate entry
` [PATCH 41/41] mtd: spi-nor: core: get rid of the INFOx() macros

[PATCH v4] mtd: spi-nor: Add support for sst26vf032b flash
 2023-08-08 15:30 UTC  (5+ messages)

[RFC PATCH 0/6] nvmem: add block device NVMEM provider
 2023-08-08 10:59 UTC  (5+ messages)
` [RFC PATCH 2/6] mmc: block: set fwnode of disk devices

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-08  7:50 UTC  (22+ messages)
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [PATCH v4 18/48] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v4 31/48] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v4 41/48] fs: super: dynamically allocate the s_shrink
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "
` [PATCH v4 48/48] mm: shrinker: convert shrinker_rwsem to mutex

[PATCH -next v3] Propagate error and simplify ternary operators for brcmstb_nand_wait_for_completion()
 2023-08-08  2:22 UTC 

[PATCH -next v2] mtd: rawnand: Propagate error values for brcmstb_nand_wait_for_completion()
 2023-08-07 18:03 UTC  (4+ messages)

[PATCH v2 00/15] ARM: oxnas support removal
 2023-08-07 13:44 UTC  (4+ messages)
` [PATCH v2 09/15] pinctrl: pinctrl-oxnas: remove obsolete pinctrl driver


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox