linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-10 14:22:12 to 2020-09-17 17:13:15 UTC [more...]

imx27: Unsupported ECC algorithm
 2020-09-17 17:12 UTC  (4+ messages)

[PATCH 00/13] Allow readpage to return a locked page
 2020-09-17 16:49 UTC  (15+ messages)
` [PATCH 01/13] mm: Add AOP_UPDATED_PAGE return value
` [PATCH 02/13] 9p: Tell the VFS that readpage was synchronous
` [PATCH 03/13] afs: "
` [PATCH 04/13] ceph: "
` [PATCH 05/13] cifs: "
` [PATCH 06/13] cramfs: "
` [PATCH 07/13] ecryptfs: "
` [PATCH 08/13] fuse: "
` [PATCH 09/13] hostfs: "
` [PATCH 10/13] jffs2: "
` [PATCH 11/13] ubifs: "
` [PATCH 12/13] udf: "
` [PATCH 13/13] vboxsf: "

[PATCH v3 00/13] fscrypt: improve file creation flow
 2020-09-17 16:33 UTC  (17+ messages)
` [PATCH v3 01/13] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v3 02/13] ext4: factor out ext4_xattr_credits_for_new_inode()
` [PATCH v3 03/13] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v3 04/13] f2fs: "
` [PATCH v3 05/13] ubifs: "
` [PATCH v3 06/13] fscrypt: adjust logging for in-creation inodes
` [PATCH v3 07/13] fscrypt: remove fscrypt_inherit_context()
` [PATCH v3 08/13] fscrypt: require that fscrypt_encrypt_symlink() already has key
` [PATCH v3 09/13] fscrypt: stop pretending that key setup is nofs-safe
` [PATCH v3 10/13] fscrypt: make "#define fscrypt_policy" user-only
` [PATCH v3 11/13] fscrypt: move fscrypt_prepare_symlink() out-of-line
` [PATCH v3 12/13] fscrypt: handle test_dummy_encryption in more logical way
` [PATCH v3 13/13] fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'

[PATCH] mtd: rawnand: mtk: avoid underflow in mtk_nfc_nand_chip_init()
 2020-09-17 16:30 UTC  (2+ messages)

UBIFS-AUTH panic after reboot
 2020-09-17 14:48 UTC  (3+ messages)

[PATCH v13 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-09-17 13:05 UTC  (4+ messages)
` [PATCH v13 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "
` [PATCH v13 2/2] mtd: rawnand: Add NAND controller support on "

bdi cleanups v4
 2020-09-17 10:35 UTC  (26+ messages)
` [PATCH 01/12] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/12] drbd: remove dead code in device_to_statistics
` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 05/12] md: update the optimal I/O size on reshape
` [PATCH 06/12] block: lift setting the readahead size into the block layer
` [PATCH 07/12] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK, ACCT_DIRTY} with a single flag
  ` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} "

[PATCH v2] mtd: spi-nor: Do not proceed with spi_nor_sr_unlock if WP
 2020-09-17  9:59 UTC  (2+ messages)

[PATCH 1/2] Revert "mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()"
 2020-09-17  9:20 UTC  (2+ messages)

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17  8:03 UTC  (6+ messages)
` [Intel-gfx] "
` [oss-drivers] "

[PATCH 0/3] mtd: rawnand: Fix HW ECC handling
 2020-09-17  7:52 UTC  (4+ messages)
` [PATCH 1/3] mtd: rawnand: Fix wrongful fallthrough NAND_ECC_SOFT
` [PATCH 2/3] mtd: rawnand: Introduce nand_set_ecc_on_host_ops()
` [PATCH 3/3] mtd: rawnand: Don't overwrite the error code from nand_set_ecc_soft_ops()

[PATCH 0/4] mtd: hyperbus: hbmc-am654: Add DMA support
 2020-09-17  7:47 UTC  (5+ messages)
` [PATCH 1/4] mtd: hyperbus: Provide per device private pointer
` [PATCH 2/4] mtd: hyperbus: hbmc-am654: Fix direct mapping setup flash access
` [PATCH 3/4] mtd: hyperbus: hbmc-am654: Drop pm_runtime* calls from probe
` [PATCH 4/4] mtd: hyperbus: hbmc-am654: Add DMA support for reads

[PATCH] mtd: spi-nor: Do not proceed with spi_nor_sr_unlock if WP
 2020-09-16 16:42 UTC 

[PATCH v13 00/15] mtd: spi-nor: add xSPI Octal DTR support
 2020-09-16 12:44 UTC  (16+ messages)
` [PATCH v13 01/15] mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPP
` [PATCH v13 02/15] mtd: spi-nor: core: add spi_nor_{read, write}_reg() helpers
` [PATCH v13 03/15] mtd: spi-nor: core: add spi_nor_controller_ops_erase helper
` [PATCH v13 04/15] mtd: spi-nor: add support for DTR protocol
` [PATCH v13 05/15] mtd: spi-nor: sfdp: get command opcode extension type from BFPT
` [PATCH v13 06/15] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v13 07/15] mtd: spi-nor: core: use dummy cycle and address width info from SFDP
` [PATCH v13 08/15] mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR mode
` [PATCH v13 09/15] mtd: spi-nor: core: enable octal DTR mode when possible
` [PATCH v13 10/15] mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPT
` [PATCH v13 11/15] mtd: spi-nor: core: perform a Soft Reset on shutdown
` [PATCH v13 12/15] mtd: spi-nor: core: disable Octal DTR mode on suspend
` [PATCH v13 13/15] mtd: spi-nor: core: expose spi_nor_default_setup() in core.h
` [PATCH v13 14/15] mtd: spi-nor: spansion: add support for Cypress Semper flash
` [PATCH v13 15/15] mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR mode

[PATCH 0/3] MTD: SST SPI-NOR fixes
 2020-09-16  9:36 UTC  (6+ messages)
` [PATCH 1/3] mtd: spi-nor: sst: fix write support for SST_WRITE marked devices
` [PATCH 2/3] mtd: spi-nor: sst: add missing write_enable
` [PATCH 3/3] mtd: spi-nor: sst: move sst_write_second to local driver

[PATCH v12 00/14] mtd: spi-nor: add xSPI Octal DTR support
 2020-09-16  6:16 UTC  (4+ messages)

[PATCH v2] mtd: hyperbus: add Renesas RPC-IF driver
 2020-09-16  6:10 UTC  (7+ messages)

bdi cleanups v5
 2020-09-15 15:18 UTC  (13+ messages)
` [PATCH 01/12] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/12] drbd: remove dead code in device_to_statistics
` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 05/12] md: update the optimal I/O size on reshape
` [PATCH 06/12] block: lift setting the readahead size into the block layer
` [PATCH 07/12] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK, ACCT_DIRTY} with a single flag

[PATCH] mtd: spi-nor: macronix: Add SECT_4K to mx25l12805d
 2020-09-15 10:06 UTC 

[PATCH v8 0/8] Add Rockchip NFC drivers for RK3308 and others
 2020-09-15  9:23 UTC  (4+ messages)
` [PATCH v8 2/8] mtd: rawnand: rockchip: NFC drivers for RK3308, RK2928 "

[PATCH -next] mtd: spear_smi: use for_each_child_of_node() macro
 2020-09-15  8:19 UTC  (2+ messages)

[PATCH v4 0/2] Add support for micron SPI NAND MT29F2G01AAAED
 2020-09-15  8:13 UTC  (4+ messages)
` [PATCH v4 1/2] mtd: spinand: micron: Generalize the function and structure names
` [PATCH v4 2/2] mtd: spinand: micron: add support for MT29F2G01AAAED

[PATCH] mtd: rawnand: atmel: Check return values for nand_read_data_op
 2020-09-15  8:10 UTC  (2+ messages)

bdi cleanups v3
 2020-09-15  7:05 UTC  (8+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

[PATCH v3 00/14] dt-bindings: Cleanup of i.MX 8
 2020-09-14 22:53 UTC  (7+ messages)
` [PATCH v3 12/14] dt-bindings: mtd: gpmi-nand: Fix matching of clocks on different SoCs

[PATCH v2 00/11] fscrypt: improve file creation flow
 2020-09-14 17:31 UTC  (14+ messages)
` [PATCH v2 01/11] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v2 02/11] ext4: factor out ext4_xattr_credits_for_new_inode()
` [PATCH v2 03/11] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v2 04/11] f2fs: "
  ` [f2fs-dev] "
` [PATCH v2 05/11] ubifs: "
` [PATCH v2 06/11] fscrypt: remove fscrypt_inherit_context()
` [PATCH v2 07/11] fscrypt: require that fscrypt_encrypt_symlink() already has key
` [PATCH v2 08/11] fscrypt: stop pretending that key setup is nofs-safe
` [PATCH v2 09/11] fscrypt: make "#define fscrypt_policy" user-only
` [PATCH v2 10/11] fscrypt: move fscrypt_prepare_symlink() out-of-line
` [PATCH v2 11/11] fscrypt: handle test_dummy_encryption in more logical way
  ` [f2fs-dev] "

[PATCH -next 0/4] ubifs: Fix some kernel-doc warnings for ubifs
 2020-09-14 13:56 UTC  (5+ messages)
` [PATCH -next 1/4] ubifs: Fix 'hash' kernel-doc warning in auth.c
` [PATCH -next 2/4] ubifs: Fix some kernel-doc warnings in gc.c
` [PATCH -next 3/4] ubifs: Fix some kernel-doc warnings in replay.c
` [PATCH -next 4/4] ubifs: Fix some kernel-doc warnings in tnc.c

[PATCH v2 0/4] mtd: spi-nor: OTP support
 2020-09-14 11:24 UTC  (7+ messages)
` [PATCH v2 1/4] mtd: spi-nor: cleanup common code
` [PATCH v2 2/4] mtd: spi-nor: add OTP support
` [PATCH v2 3/4] mtd: spi-nor: implement OTP support for Macronix and similar flashes
` [PATCH v2 4/4] mtd: spi-nor: implement OTP support for Winbond "

[PATCH v4] mtd: spi-nor: winbond: Add support for w25q64jwm
 2020-09-14 10:43 UTC 

[PATCH 1/2] ubifs: xattr: Fix some potential memory leaks while iterating entries
 2020-09-14  3:24 UTC  (3+ messages)

[PATCH] ubi: check kthread_should_stop() after the setting of task state
 2020-09-13 18:48 UTC  (12+ messages)

[PATCH] ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inode
 2020-09-13 18:42 UTC  (2+ messages)

[PATCH] ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() fails
 2020-09-13 18:39 UTC  (3+ messages)

[PATCH v2 2/3] mtd: spinand: gigadevice: Add QE Bit
 2020-09-11 16:56 UTC  (2+ messages)

[PATCH v2 1/3] mtd: spinand: gigadevice: Only one dummy byte in QUADIO
 2020-09-11 16:56 UTC  (2+ messages)

[PATCH 1/6] mtd: onenand: Simplify with dev_err_probe()
 2020-09-11 16:56 UTC  (2+ messages)

[PATCH v2 3/3] mtd: spinand: gigadevice: Add support for GD5F4GQ4xC
 2020-09-11 16:56 UTC  (2+ messages)

[PATCH 2/6] mtd: rawnand: atmel: Simplify with dev_err_probe()
 2020-09-11 16:56 UTC  (2+ messages)

[PATCH] mtd: rawnand: marvell: Support panic_write for mtdoops
 2020-09-11 16:56 UTC  (2+ messages)

[PATCH 3/6] mtd: rawnand: gpmi: Simplify with dev_err_probe()
 2020-09-11 16:55 UTC  (2+ messages)

[PATCH 4/6] mtd: rawnand: marvell: Simplify with dev_err_probe()
 2020-09-11 16:55 UTC  (2+ messages)

[PATCH 6/6] mtd: rawnand: qcom: Simplify with dev_err_probe()
 2020-09-11 16:55 UTC  (2+ messages)

[PATCH 5/6] mtd: rawnand: marvell: Fix and update kerneldoc
 2020-09-11 16:55 UTC  (2+ messages)

[PATCH] mtd: onenand: omap2: Allow for compile-testing on !ARM
 2020-09-11 16:55 UTC  (2+ messages)

[PATCH -next] mtd: rawnand: vf610_nfc: Remove unused function vf610_nfc_transfer_size()
 2020-09-11 16:55 UTC  (2+ messages)

[PATCH] mtd: mtdoops: Don't write panic data twice
 2020-09-11 16:50 UTC  (2+ messages)

[PATCH] mtd: mtdconcat: map: remove redundant assignment to variable 'size'
 2020-09-11 16:50 UTC  (2+ messages)

[PATCH] mtd: remove redundant assignment to pointer eb
 2020-09-11 15:55 UTC  (2+ messages)

[PATCH v2 1/2] MAINTAINERS: Remove JZ4780 DMA driver entry
 2020-09-11 15:38 UTC  (2+ messages)

[PATCH] Fix typos found by Debian's lintian tool
 2020-09-11 13:46 UTC  (2+ messages)

[RESEND PATCH v12 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-09-11  6:48 UTC  (4+ messages)
` [RESEND PATCH v12 2/2] "


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