linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-20 22:34:27 to 2016-04-27 08:21:39 UTC [more...]

[PATCH] flash_eraseall: Remove warning
 2016-04-27  8:21 UTC  (2+ messages)

MTK Smart Device Gen1 NAND Driver - Testing on MT7623
 2016-04-27  8:06 UTC  (2+ messages)

[PATCH 0/2] scop GFP_NOFS api
 2016-04-27  8:03 UTC  (7+ messages)
` [PATCH 1/2] mm: add PF_MEMALLOC_NOFS
` [PATCH 2/2] mm, debug: report when GFP_NO{FS, IO} is used explicitly from memalloc_no{fs, io}_{save, restore} context
  ` [PATCH 2/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context

[PATCH 1/3] mtd: nand: add support for "nand-ecc-algo" DT property
 2016-04-27  7:55 UTC  (13+ messages)
` [PATCH 2/3] Documentation: devicetree: deprecate "soft_bch" nand-ecc-mode value
` [PATCH 3/3] mtd: brcmnand: respect ECC algorithm set by NAND subsystem

[PATCH] mtd: nand: fix NULL pointer dereference in of_get_nand_ecc_algo
 2016-04-27  7:54 UTC  (5+ messages)
` [PATCH V2] "

[PATCH v4 00/21] Support fuse mounts in user namespaces
 2016-04-27  7:22 UTC  (23+ messages)
` [PATCH v4 01/21] fs: fix a posible leak of allocated superblock
` [PATCH v4 02/21] fs: Remove check of s_user_ns for existing mounts in fs_fully_visible()
` [PATCH v4 03/21] fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
` [PATCH v4 04/21] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH v4 05/21] block_dev: Check permissions towards block device inode when mounting
` [PATCH v4 06/21] fs: Treat foreign mounts as nosuid
` [PATCH v4 07/21] selinux: Add support for unprivileged mounts from user namespaces
` [PATCH v4 08/21] userns: Replace in_userns with current_in_userns
` [PATCH v4 09/21] Smack: Handle labels consistently in untrusted mounts
` [PATCH v4 10/21] fs: Check for invalid i_uid in may_follow_link()
` [PATCH v4 11/21] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH v4 12/21] fs: Refuse uid/gid changes which don't map into s_user_ns
` [PATCH v4 13/21] fs: Update posix_acl support to handle user namespace mounts
` [PATCH v4 14/21] fs: Allow superblock owner to change ownership of inodes with unmappable ids
` [PATCH v4 15/21] fs: Don't remove suid for CAP_FSETID in s_user_ns
` [PATCH v4 16/21] fs: Allow superblock owner to access do_remount_sb()
` [PATCH v4 17/21] capabilities: Allow privileged user in s_user_ns to set security.* xattrs
` [PATCH v4 18/21] fuse: Add support for pid namespaces
` [PATCH v4 19/21] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v4 20/21] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH v4 21/21] fuse: Allow user namespace mounts

secure file deletion/SECRM support for JFFS2 and UBIFS
 2016-04-27  7:05 UTC  (3+ messages)

[PATCH] Remove UDEV_SETTLE_HACK
 2016-04-26 21:47 UTC 

[PATCH v3 00/21] Support fuse mounts in user namespaces
 2016-04-25 20:54 UTC  (25+ messages)
` [PATCH v3 01/21] fs: fix a posible leak of allocated superblock
` [PATCH v3 02/21] fs: Remove check of s_user_ns for existing mounts in fs_fully_visible()
` [PATCH v3 03/21] fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
` [PATCH v3 04/21] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH v3 05/21] block_dev: Check permissions towards block device inode when mounting
` [PATCH v3 06/21] fs: Treat foreign mounts as nosuid
` [PATCH v3 07/21] selinux: Add support for unprivileged mounts from user namespaces
` [PATCH v3 08/21] userns: Replace in_userns with current_in_userns
` [PATCH v3 09/21] Smack: Handle labels consistently in untrusted mounts
` [PATCH v3 10/21] fs: Check for invalid i_uid in may_follow_link()
` [PATCH v3 11/21] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH v3 12/21] fs: Refuse uid/gid changes which don't map into s_user_ns
` [PATCH v3 13/21] fs: Update posix_acl support to handle user namespace mounts
` [PATCH v3 14/21] fs: Allow superblock owner to change ownership of inodes with unmappable ids
` [PATCH v3 15/21] fs: Don't remove suid for CAP_FSETID in s_user_ns
` [PATCH v3 16/21] fs: Allow superblock owner to access do_remount_sb()
` [PATCH v3 17/21] capabilities: Allow privileged user in s_user_ns to set security.* xattrs
` [PATCH v3 18/21] fuse: Add support for pid namespaces
` [PATCH v3 19/21] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v3 20/21] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH v3 21/21] fuse: Allow user namespace mounts

[PATCH] ubifs: Switch to generic xattr handlers
 2016-04-26 19:43 UTC  (2+ messages)

[PATCH v2] gpmi-nand: Handle ECC Errors in erased pages
 2016-04-26 17:30 UTC  (5+ messages)

[PATCH] UBI: Fix static volume checks when Fastmap is used
 2016-04-26 14:39 UTC  (3+ messages)

[RFC] Porting kernel MTD tests to user space
 2016-04-26 14:34 UTC  (21+ messages)
` [PATCH 1/8] mtd-utils: Fix return status in mtd_torture test function
` [PATCH 2/8] mtd-utils: Add multi-block erase function
` [PATCH 3/8] mtd-utils: Add flash torture test utility
` [PATCH 4/8] mtd-utils: Add flash stress test Utility
` [PATCH 5/8] mtd-utils: Add flash speed "
` [PATCH 6/8] mtd-utils: Add nand flash bit errors test
` [PATCH 7/8] mtd-utils: Add flash read test utility
` [PATCH 8/8] mtd-utils: Add nand page "

[PATCH] physmap_of: ensure versatile code is reachable
 2016-04-26 14:02 UTC  (2+ messages)

[PATCH] nanddump: Handle write errors
 2016-04-26 11:08 UTC 

[PATCH 0/4] mtd-utils: add basic support for eraseregs
 2016-04-26  9:30 UTC  (5+ messages)
` [PATCH 1/4] mtd-utils: add support for erase regions
` [PATCH 2/4] mtd-utils: fetch erasereg info through ioctl
` [PATCH 3/4] mtd-utils: fetch erasereg in legacy library
` [PATCH 4/4] mtd-utils: remove unnecessary ioctl from mtd_info

Porting Linux's MTD/NAND changes into U-Boot
 2016-04-26  8:13 UTC  (6+ messages)
` [U-Boot] "

Pass -EUCLEN to userspace?
 2016-04-26  7:13 UTC  (15+ messages)
                    ` Pass -EUCLEAN "

[PATCH 0/4] add __init attribute
 2016-04-26  6:20 UTC  (5+ messages)
` [PATCH 2/4] mtd: maps: "
` [PATCH 4/4] mtd: nandsim: "

[PATCH] drivers/mtd: make maps/uclinux.c driver more explicitly non-modular
 2016-04-26  6:18 UTC  (2+ messages)

[PATCH for-4.4 1/2] mtd: spi-nor: fix Spansion regressions (aliased with Winbond)
 2016-04-26  5:54 UTC  (8+ messages)

[GIT PULL] move Versatile flash protection to the device tree
 2016-04-25 21:44 UTC  (3+ messages)

[PATCH RFC 0/8] mtd: spi-nor: fix support of Quad SPI memories
 2016-04-25 12:01 UTC  (6+ messages)
` [PATCH RFC 4/8] mtd: spi-nor: fix support of Dual (x-y-2) and Quad (x-y-4) SPI protocols

[PATCH 0/4] mtd: add support for pairing scheme description
 2016-04-25 10:01 UTC  (5+ messages)
` [PATCH 1/4] mtd: introduce the mtd_pairing_scheme concept
` [PATCH 2/4] mtd: nand: implement two pairing scheme
` [PATCH 3/4] mtd: nand: add a pairing field to nand_flash_dev
` [PATCH 4/4] mtd: nand: H27UCG8T2ATR: point to the correct pairing scheme implementation

qemu:beagle no longer booting with omap2plus_defconfig in -next
 2016-04-24 19:28 UTC  (8+ messages)

[RFC] mtd-utils: add support for erase regions
 2016-04-23 16:08 UTC  (2+ messages)

HELLO DEAR
 2016-04-22 17:48 UTC 

Encrypted NAND flash over UBI performance bench marking
 2016-04-22 12:43 UTC  (2+ messages)
      ` Fwd: "

DaVinci NAND: disable subpage write (28c015)
 2016-04-22 12:09 UTC  (4+ messages)

[PATCH] mtd, ubi: set free_count to zero before walking through erase list
 2016-04-22 10:06 UTC 

[PATCH V2 00/11] mtd: nand: get rid of NAND_ECC_SOFT_BCH
 2016-04-22  9:42 UTC  (12+ messages)
` [PATCH V3 "
  ` [PATCH V3 04/11] CRIS v32: nand: set ECC algorithm explicitly
  ` [PATCH V3 05/11] staging: mt29f_spinand: "

[PATCH 00/12] mtd: get rid of of_mtd.{c,h} and of_get_nand_xx()
 2016-04-22  9:14 UTC  (2+ messages)

[PATCH 0/2] mtd: nand: omap2: Fix SDMA support for NAND DMA prefetch
 2016-04-22  9:12 UTC  (2+ messages)

[PATCH v2 1/9] mtd:fsl-quadspi:use the property fields of SPI-NOR
 2016-04-22  6:39 UTC  (9+ messages)
` [PATCH v2 2/9] mtd: fsl-quadspi: Rename SEQID_QUAD_READ to SEQID_READ
` [PATCH v2 3/9] mtd: spi-nor: fsl-quadspi: add fast-read mode support
` [PATCH v2 4/9] mtd: spi-nor: fsl-quadspi: extend support for some special requerment
` [PATCH v2 5/9] mtd: spi-nor: fsl-quadspi:Support qspi for ls2080a
` [PATCH v2 6/9] mtd: spi-nor: Support R/W for S25FS-S family flash
` [PATCH v2 7/9] mtd: fsl-quadspi: Solve Micron Spansion flash command conflict
` [PATCH v2 8/9] mtd: fsl-quadspi: disable AHB buffer prefetch
` [PATCH v2 9/9] mtd: fsl-quadspi: add multi flash chip R/W on ls2080a

spi-nor: fsl-quadspi:Support qspi for ls2080a
 2016-04-22  6:32 UTC  (10+ messages)
` [PATCH 6/9] mtd: spi-nor: Support R/W for S25FS-S family flash
` [PATCH 8/9] mtd: fsl-quadspi: disable AHB buffer prefetch

how to view mapping between a given ubifs volume, its set of LEBs, and its corresponding set of PEBS
 2016-04-21 10:50 UTC  (3+ messages)


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