linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-08 14:06:49 to 2020-11-18 14:45:04 UTC [more...]

[PATCH mtd-utils RFC] Add an ubifs mount helper
 2020-11-18 14:43 UTC  (3+ messages)

merge struct block_device and struct hd_struct
 2020-11-18 14:09 UTC  (34+ messages)
` [PATCH 01/20] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 02/20] block: remove a duplicate __disk_get_part prototype
` [PATCH 03/20] block: add a bdev_kobj helper
` [PATCH 04/20] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 05/20] block: use put_device in put_disk
` [PATCH 06/20] block: change the hash used for looking up block devices
` [PATCH 07/20] init: refactor name_to_dev_t
` [PATCH 08/20] init: refactor devt_from_partuuid
` [PATCH 09/20] init: cleanup match_dev_by_uuid and match_dev_by_label
` [PATCH 10/20] block: refactor __blkdev_put
` [PATCH 11/20] block: reference struct block_device from struct hd_struct
` [PATCH 12/20] block: simplify the block device claiming interface
` [PATCH 13/20] block: remove ->bd_contains
` [PATCH 14/20] block: remove the nr_sects field in struct hd_struct
` [PATCH 15/20] block: merge struct block_device and "
` [PATCH 16/20] block: stop using bdget_disk for partition 0
` [PATCH 17/20] filemap: consistently use ->f_mapping over ->i_mapping
` [PATCH 18/20] fs: remove get_super_thawed and get_super_exclusive_thawed
` [PATCH 19/20] bcache: remove a superflous lookup_bdev all
` [PATCH 20/20] block: remove i_bdev

[PATCH 0/5] fscrypt: prevent creating duplicate encrypted filenames
 2020-11-18  7:56 UTC  (6+ messages)
` [PATCH 1/5] fscrypt: add fscrypt_is_nokey_name()
` [PATCH 2/5] ext4: prevent creating duplicate encrypted filenames
` [PATCH 3/5] f2fs: "
` [PATCH 4/5] ubifs: "
` [PATCH 5/5] fscrypt: remove unnecessary calls to fscrypt_require_key()

[PATCH v2 0/4] Add support for Qcom SMEM based NAND parser
 2020-11-18  7:19 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: mtd: partitions: Add binding for Qcom SMEM parser
` [PATCH v2 2/4] mtd: parsers: Add "
` [PATCH v2 3/4] mtd: rawnand: qcom: Add support for "
` [PATCH v2 4/4] mtd: parsers: afs: Fix freeing the part name memory in failure

[PATCH v3 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-18  6:42 UTC  (4+ messages)
` [PATCH v3 1/3] libfs: Add generic function for setting dentry_ops
` [PATCH v3 2/3] fscrypt: Have filesystems handle their d_ops
` [PATCH v3 3/3] f2fs: Handle casefolding with Encryption

[PATCH v2 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-18  6:27 UTC  (15+ messages)
` [PATCH v2 1/3] libfs: Add generic function for setting dentry_ops
    ` [f2fs-dev] "
` [PATCH v2 2/3] fscrypt: Have filesystems handle their d_ops
` [PATCH v2 3/3] f2fs: Handle casefolding with Encryption

[PATCH 0/4] Add support for Qcom SMEM based NAND parser
 2020-11-17 17:39 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: mtd: partitions: Add binding for Qcom SMEM parser
` [PATCH 2/4] mtd: parsers: Add "
` [PATCH 3/4] mtd: rawnand: qcom: Add support for "
` [PATCH 4/4] mtd: parsers: afs: Fix freeing the part name memory in failure

mtd: rawnand: gpmi: regression since e5e5631cc88987a6f3cd8304660bd9190da95916
 2020-11-17 12:30 UTC  (2+ messages)

[PATCH] ubifs: wbuf: Don't leak kernel memory to flash
 2020-11-17  9:21 UTC  (4+ messages)

[PATCH] fscrypt: simplify master key locking
 2020-11-17  3:26 UTC 

[PATCH v7 0/6] spi: cadence-quadspi: Add QSPI controller support for Intel LGM SoC
 2020-11-17  2:16 UTC  (10+ messages)
` [PATCH v7 1/6] spi: cadence-quadspi: Add QSPI "
` [PATCH v7 2/6] spi: cadence-quadspi: Disable the DAC "
` [PATCH v7 3/6] spi: cadence-quadspi: Add multi-chipselect support "
` [PATCH v7 4/6] spi: Move cadence-quadspi.txt to Documentation/devicetree/bindings/spi
` [PATCH v7 5/6] dt-bindings: spi: Convert cadence-quadspi.txt to cadence-quadspi.yaml
` [PATCH v7 6/6] dt-bindings: spi: Add compatible for Intel LGM SoC

[PATCH] mtd: spi-nor: Use CLSR command for FL-L chips
 2020-11-16 15:39 UTC 

[PATCH] bdi: Fix error return code in alloc_wbufs()
 2020-11-15  8:23 UTC 

[PATCH] mtd: nand: Change dependency between the NAND and ECC cores
 2020-11-13 19:28 UTC  (2+ messages)

[PATCH] mtd-ram: correctly free memory on error path in platram_probe()
 2020-11-13 16:05 UTC 

[PATCH] mtd/nand: Use mtd->oops_panic_write as condition
 2020-11-13 14:14 UTC 

[PATCH 00/19] Ensure good ECC settings
 2020-11-13 12:34 UTC  (20+ messages)
` [PATCH 01/19] mtd: rawnand: gpio: Move the ECC initialization to ->attach_chip()
` [PATCH 02/19] mtd: rawnand: xway: "
` [PATCH 03/19] mtd: rawnand: ams-delta: "
` [PATCH 04/19] mtd: rawnand: au1550: "
` [PATCH 05/19] mtd: rawnand: cs553x: "
` [PATCH 06/19] mtd: rawnand: davinci: "
` [PATCH 07/19] mtd: rawnand: diskonchip: "
` [PATCH 08/19] mtd: rawnand: fsmc: "
` [PATCH 09/19] mtd: rawnand: lpc32xx_mlc: "
` [PATCH 10/19] mtd: rawnand: lpc32xx_slc: "
` [PATCH 11/19] mtd: rawnand: mpc5121: "
` [PATCH 12/19] mtd: rawnand: orion: "
` [PATCH 13/19] mtd: rawnand: txx9ndfmc: "
` [PATCH 14/19] mtd: rawnand: tmio: "
` [PATCH 15/19] mtd: rawnand: pasemi: "
` [PATCH 16/19] mtd: rawnand: plat_nand: "
` [PATCH 17/19] mtd: rawnand: r852: "
` [PATCH 18/19] mtd: rawnand: sharpsl: "
` [PATCH 19/19] mtd: rawnand: socrates: "

[PATCH] mtd: rawnand: marvell: Drop useless line
 2020-11-13 12:41 UTC 

[PATCH] mtd: rawnand: tmio: Allow compile testing
 2020-11-13 12:41 UTC 

[PATCH] mtd: rawnand: orion: Allow compile testing
 2020-11-13 12:40 UTC 

[PATCH] mtd: rawnand: davinci: Do not use extra dereferencing
 2020-11-13 12:40 UTC 

[PATCH] mtd: rawnand: au1550: Ensure the presence of the right includes
 2020-11-13 12:40 UTC 

[PATCH] docs: mtd: Avoid htmldocs warnings
 2020-11-13 12:38 UTC 

[PATCH] mtd: physmap: physmap-bt1-rom: Fix __iomem addrspace removal warning
 2020-11-12 18:00 UTC 

drivers/mtd/maps/physmap-bt1-rom.c:78:18: sparse: sparse: cast removes address space '__iomem' of expression
 2020-11-12 16:21 UTC  (11+ messages)

[PATCH v2 00/23] Rid W=1 warnings in MTD
 2020-11-12 15:52 UTC  (9+ messages)
` [PATCH v2 05/23] mtd: mtdcore: Fix misspelled function parameter 'section'
` [PATCH v2 13/23] mtd: nand: raw: brcmnand: brcmnand: Demote non-conformant kernel-doc headers
` [PATCH v2 20/23] mtd: nand: raw: sunxi_nand: Document 'sunxi_nfc's 'caps' member

[PATCH, RFC 11/10] block: propagate BLKROSET to all partitions
 2020-11-11 16:53 UTC  (4+ messages)

block ioctl cleanups v2
 2020-11-11 16:23 UTC  (5+ messages)

[PATCH v2] mtd: rawnand: mxc: Remove platform data support
 2020-11-11  9:37 UTC  (2+ messages)

[PATCH] mtd: spi-nor: winbond: Add support for w25q512jv
 2020-11-11  1:45 UTC 

[PATCH 1/2] jffs2: fix ignoring mounting options problem during remounting
 2020-11-10 21:34 UTC  (2+ messages)

[PATCH] mtd: spi-nor: winbond: Add support for w25m512jw
 2020-11-10 14:10 UTC  (3+ messages)

[PATCH 0/2] Platform integrity information in sysfs (version 9)
 2020-11-10 14:07 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH] mtd: spi-nor: Fix multiple typos
 2020-11-10 13:14 UTC  (2+ messages)

[PATCH v5 0/3] mtd: spi-nor: keep lock bits if they are non-volatile
 2020-11-10 13:07 UTC  (3+ messages)

[PATCH] mtd: rawnand: mxc: Remove platform data support
 2020-11-10 12:20 UTC  (3+ messages)

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

[PATCH] mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get()
 2020-11-10  8:38 UTC  (3+ messages)

[PATCH v17 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-11-10  1:23 UTC  (3+ messages)
` [PATCH v17 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "
` [PATCH v17 2/2] mtd: rawnand: Add NAND controller support on "

[PATCH] mtd: rawnand: gpmi: fix reference count leak in gpmi ops
 2020-11-09 23:23 UTC  (2+ messages)

[PATCH 0/5] Add support for Encryption and Casefolding in F2FS
 2020-11-09 22:50 UTC  (2+ messages)

[PATCH v3 00/23] Rid W=1 warnings in MTD
 2020-11-09 18:22 UTC  (24+ messages)
` [PATCH v3 01/23] mtd: mtdpart: Fix misdocumented function parameter 'mtd'
` [PATCH v3 02/23] mtd: devices: phram: File headers are not good candidates for kernel-doc
` [PATCH v3 03/23] mtd: onenand: onenand_base: Fix expected kernel-doc formatting
` [PATCH v3 04/23] mtd: devices: docg3: Fix kernel-doc 'bad line' and 'excessive doc' issues
` [PATCH v3 05/23] mtd: Fix misspelled function parameter 'section'
` [PATCH v3 06/23] mtd: onenand: onenand_bbt: Fix expected kernel-doc formatting
` [PATCH v3 07/23] mtd: spi-nor: hisi-sfc: Demote non-conformant kernel-doc
` [PATCH v3 08/23] mtd: ubi: build: Document 'ubi_num' in struct mtd_dev_param
` [PATCH v3 09/23] mtd: spinand: toshiba: Demote non-conformant kernel-doc header
` [PATCH v3 10/23] mtd: ubi: kapi: Correct documentation for 'ubi_leb_read_sg's 'sgl' parameter
` [PATCH v3 11/23] mtd: ubi: eba: Fix a couple of misdocumentation issues
` [PATCH v3 12/23] mtd: ubi: wl: Fix a couple of kernel-doc issues
` [PATCH v3 13/23] mtd: rawnand: brcmnand: Demote non-conformant kernel-doc headers
` [PATCH v3 14/23] mtd: ubi: gluebi: Fix misnamed function parameter documentation
` [PATCH v3 15/23] mtd: rawnand: diskonchip: Marking unused variables as __always_unused
` [PATCH v3 16/23] mtd: rawnand: cafe_nand: Remove superfluous param doc and add another
` [PATCH v3 17/23] mtd: rawnand: s3c2410: Add documentation for 2 missing struct members
` [PATCH v3 18/23] mtd: rawnand: omap_elm: Finish half populated function header, demote empty ones
` [PATCH v3 19/23] mtd: rawnand: omap2: Fix a bunch of kernel-doc misdemeanours
` [PATCH v3 20/23] mtd: rawnand: sunxi: Document 'sunxi_nfc's 'caps' member
` [PATCH v3 21/23] mtd: rawnand: arasan: Document 'anfc_op's 'buf' member
` [PATCH v3 22/23] mtd: onenand: Fix some kernel-doc misdemeanours
` [PATCH v3 23/23] mtd: devices: powernv_flash: Add function names to headers and fix 'dev'

[PATCH v16 00/15] mtd: spi-nor: add xSPI Octal DTR support
 2020-11-09 17:25 UTC  (6+ messages)
` [PATCH v16 14/15] mtd: spi-nor: spansion: add support for Cypress Semper flash

[PATCH v3] mtd: spi-nor: Add support for Cypress cy15x104q
 2020-11-09 15:01 UTC  (4+ messages)

simplify pstore-blk
 2020-11-08 14:43 UTC  (6+ messages)
` [PATCH 1/9] pstore/zone: cap the maximum device size
` [PATCH 8/9] pstore/blk: use the normal block device I/O path


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).