linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-08 11:32:51 to 2019-05-20 17:34:54 UTC [more...]

[PATCH 1/2] dt-bindings: mtd: brcmnand: Make nand-ecc-strength and nand-ecc-step-size optional
 2019-05-20 17:34 UTC  (6+ messages)
` [PATCH 2/2] mtd: nand: raw: brcmnand: fallback to detected ecc-strength, ecc-step-size

[PATCH v6 00/16] fscrypt: key management improvements
 2019-05-20 17:25 UTC  (17+ messages)
` [PATCH v6 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [PATCH v6 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants
` [PATCH v6 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*
` [PATCH v6 04/16] fscrypt: add ->ci_inode to fscrypt_info
` [PATCH v6 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [PATCH v6 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [PATCH v6 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [PATCH v6 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [PATCH v6 09/16] fscrypt: add an HKDF-SHA512 implementation
` [PATCH v6 10/16] fscrypt: v2 encryption policy support
` [PATCH v6 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [PATCH v6 12/16] fscrypt: require that key be added when setting a v2 encryption policy
` [PATCH v6 13/16] ext4: wire up new fscrypt ioctls
` [PATCH v6 14/16] f2fs: "
` [PATCH v6 15/16] ubifs: "
` [PATCH v6 16/16] fscrypt: document the new ioctls and policy version

[PATCH v2 00/14] fscrypt, ext4: prepare for blocksize != PAGE_SIZE
 2019-05-20 16:29 UTC  (15+ messages)
` [PATCH v2 01/14] fscrypt: simplify bounce page handling
` [PATCH v2 02/14] fscrypt: remove the "write" part of struct fscrypt_ctx
` [PATCH v2 03/14] fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
` [PATCH v2 04/14] fscrypt: clean up some BUG_ON()s in block encryption/decryption
` [PATCH v2 05/14] fscrypt: introduce fscrypt_encrypt_block_inplace()
` [PATCH v2 06/14] fscrypt: support encrypting multiple filesystem blocks per page
` [PATCH v2 07/14] fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
` [PATCH v2 08/14] fscrypt: introduce fscrypt_decrypt_block_inplace()
` [PATCH v2 09/14] fscrypt: support decrypting multiple filesystem blocks per page
` [PATCH v2 10/14] fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()
` [PATCH v2 11/14] ext4: clear BH_Uptodate flag on decryption error
` [PATCH v2 12/14] ext4: decrypt only the needed blocks in ext4_block_write_begin()
` [PATCH v2 13/14] ext4: decrypt only the needed block in __ext4_block_zero_page_range()
` [PATCH v2 14/14] ext4: encrypt only up to last block in ext4_bio_write_page()

[PATCH 09/10] dt: fix broken references to nand.txt
 2019-05-20 15:37 UTC  (2+ messages)

[PATCH] mtd: rawnand: stm32_fmc2: manage the get_irq error case
 2019-05-20 14:31 UTC  (2+ messages)

[PATCH] mtd: rawnand: use longest matching pattern
 2019-05-20 14:31 UTC  (2+ messages)

[PATCH v3 00/14] Implement exec_op for GPMI nand driver
 2019-05-20 14:30 UTC  (2+ messages)

[PATCH 02/14] mtd: rawnand: fsmc: Use nand_op_trace for operation tracing
 2019-05-20 14:21 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: Add Macronix NAND read retry support
 2019-05-20 12:34 UTC  (2+ messages)

[PATCH v3 0/4] Add Macronix MX25F0A MFD driver for raw nand and spi
 2019-05-20 12:23 UTC  (14+ messages)
` [PATCH v3 1/4] mfd: Add Macronix MX25F0A MFD controller driver
` [PATCH v3 2/4] mtd: rawnand: Add Macronix MX25F0A NAND controller
` [PATCH v3 4/4] dt-bindings: mfd: Document Macronix MX25F0A controller bindings

[PATCH v2 1/3] mtd: spinand: Add #define-s for page-read ops with three-byte addresses
 2019-05-20 12:16 UTC  (10+ messages)
` [PATCH v2 2/3] mtd: spinand: Add support for two-byte device IDs
` [PATCH v2 3/3] mtd: spinand: Add support for GigaDevice GD5F1GQ4UFxxG

fix filler_t callback type mismatches v2
 2019-05-20  5:57 UTC  (5+ messages)
` [PATCH 1/4] mm: fix an overly long line in read_cache_page
` [PATCH 2/4] mm: don't cast ->readpage to filler_t for do_read_cache_page
` [PATCH 3/4] jffs2: pass the correct prototype to read_cache_page
` [PATCH 4/4] 9p: "

[GIT PULL] UBIFS fixes for 5.2-rc2
 2019-05-19 22:55 UTC  (2+ messages)

[PATCH v2] mtd: spi-nor: Add Winbond w25q16jv support
 2019-05-18 19:29 UTC 

[PATCH v3 1/2] mtd: Add flag to indicate panic_write
 2019-05-17 11:56 UTC  (5+ messages)
` [PATCH v3 2/2] mtd: nand: raw: brcmnand: When oops in progress use pio and interrupt polling

File-compression on ubifs
 2019-05-17 11:36 UTC 

[PATCH v3 0/4] MTK NAND driver improvements and fixes
 2019-05-17  9:21 UTC  (4+ messages)

[RESEND PATCH v3 00/11] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-05-17  4:23 UTC  (7+ messages)
` [RESEND PATCH v3 04/11] s390/cpacf: mark scpacf_query() as __always_inline
` [RESEND PATCH v3 10/11] powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inline

[RFC PATCH v4 0/1] Re-license MTK NAND driver
 2019-05-17  1:42 UTC  (4+ messages)
` [RFC PATCH v4 1/1] mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL

[PATCH] ubifs: Add support for zstd compression
 2019-05-16 18:23 UTC  (2+ messages)

[PATCH v2 1/2] mtd: Add flag to indicate panic_write
 2019-05-16 16:14 UTC  (3+ messages)
` [PATCH v2 2/2] mtd: nand: raw: brcmnand: When oops in progress use pio and interrupt polling

[PATCH 1/2] mtd: gluebi: Add sync logic
 2019-05-16 15:31 UTC  (6+ messages)
` [PATCH 2/2] jffs2: Add sync to underlying mtd device when file system is synced

[PATCH] mtd: nand: raw: brcmnand: When oops in progress use pio and interrupt polling
 2019-05-16 14:47 UTC  (3+ messages)

[PATCH] arm64: dts: ls1012a: Add QSPI support for ls1012a
 2019-05-16 11:47 UTC  (4+ messages)
` [PATCH] arm64: dts: ls1046a: Fast read m25p60
` [PATCH] arm64: dts: ls1088a: Add QSPI support
` [PATCH] arm64: dts: ls208x: Remove non-compatible driver device from qspi node

[PATCH] dt-bindings: spi: spi-fsl-qspi: Add bindings of ls1088a and ls1012a
 2019-05-16 10:39 UTC  (2+ messages)
` [PATCH] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string

Removal of dump_stack()s from /fs/ubifs/io.c
 2019-05-16  8:27 UTC  (4+ messages)

[PATCH] MAINTAINERS: Update UBI/UBIFS git tree location
 2019-05-15 22:42 UTC  (3+ messages)

[PATCH] fs: ubifs: Resolve sparse warning for using plain integer as NULL pointer
 2019-05-15 21:06 UTC  (2+ messages)

[PATCH] ubifs: Check link count of inodes when killing orphans
 2019-05-15 20:31 UTC 

[PATCH 1/2] ubifs: Use correct config name for encryption
 2019-05-15 19:54 UTC  (3+ messages)
` [PATCH 2/2] ubifs: Convert xattr inum to host order

[PATCH] ubifs: Don't leak orphans on memory during commit
 2019-05-15 19:52 UTC 

[PATCH] ubifs: Correctly use tnc_next() in search_dh_cookie()
 2019-05-15 19:41 UTC 

[PATCH v1] mtd: rawnand: Add Macronix NAND read retry support
 2019-05-15  1:30 UTC  (11+ messages)

[PATCH] mtd: spinand: Add support for GigaDevice GD5F1GQ4UFxxG
 2019-05-14 22:08 UTC  (6+ messages)

[PATCH v2 1/3] mtd: spinand: Add #define-s for page-read ops with three-byte addresses
 2019-05-14 21:29 UTC 

[PATCH v2 1/3] mtd: spinand: Add #define-s for page-read ops with three-byte addresses
 2019-05-14 21:27 UTC 

[PATCH 0/3] mtd-utils: Add UBIFS offline signing support
 2019-05-14  8:38 UTC  (4+ messages)
` [PATCH 3/3] mkfs.ubifs: Add authentication support

[PATCH] ubifs: support offline signed images
 2019-05-14  8:33 UTC 

[PATCH] ubifs: support offline signed images
 2019-05-14  8:01 UTC  (3+ messages)

[PATCH] ubifs: Fix build error without CONFIG_UBIFS_FS_XATTR
 2019-05-13 21:40 UTC  (2+ messages)

[PATCH 0/2] ubifs: Get rid of some ifdefs
 2019-05-13 21:39 UTC  (6+ messages)
` [PATCH 1/2] ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION

[PATCHv4 1/2] dt-bindings: cadence-quadspi: add options reset property
 2019-05-13 15:28 UTC  (3+ messages)
` [PATCHv4 2/2] mtd: spi-nor: cadence-quadspi: add reset control

[PATCH 00/16] treewide: fix match_string() helper when array size
 2019-05-13  7:00 UTC  (25+ messages)
` [PATCH 01/16] lib: fix match_string() helper on -1 "
` [PATCH 03/16] lib,treewide: add new match_string() helper/macro
` [PATCH 07/16] device connection: use "
` [PATCH 08/16] cpufreq/intel_pstate: remove NULL entry + use match_string()
` [PATCH 09/16] mmc: sdhci-xenon: use new match_string() helper/macro
` [PATCH 10/16] pinctrl: armada-37xx: "
` [PATCH 11/16] mm/vmpressure.c: "
` [PATCH 12/16] rdmacg: "
` [PATCH 13/16] drm/edid: "
` [PATCH 14/16] staging: gdm724x: "
` [PATCH 15/16] video: fbdev: pxafb: "
` [PATCH 16/16] sched: debug: "

[PATCH] ubiformat: Dont ignore sequence number CLI option
 2019-05-13  6:45 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Add Micron MT25QL02 support
 2019-05-13  3:33 UTC 

[GIT PULL] UBI/UBIFS changes for v5.2-rc1
 2019-05-12 22:25 UTC  (2+ messages)

[GIT PULL] MTD changes for v5.2-rc1
 2019-05-12 22:25 UTC  (2+ messages)

[RFC] mkfs.ubifs: Add ZSTD compression
 2019-05-12 15:40 UTC  (2+ messages)
` [PATCH] "

[PATCH v2 0/2] mtd: nand: Add Cadence NAND controller driver
 2019-05-12 12:24 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH v4 0/3] add support for is25wp256 spi-nor device
 2019-05-11 10:08 UTC  (4+ messages)
` [PATCH v4 1/3] mtd: spi-nor: add support for is25wp256
` [PATCH v4 2/3] mtd: spi-nor: add support to unlock flash device
` [PATCH v4 3/3] mtd: spi-nor: add locking support for is25xxxxx device

5-10-19
 2019-05-10 17:55 UTC 

BUG: soft lockup in kvm_vm_ioctl
 2019-05-09 17:52 UTC  (7+ messages)

[PATCH v4 0/3] spi-nor block protection
 2019-05-09 15:57 UTC  (19+ messages)
` [PATCH v4 2/3] spi-nor: s25fl512s supports region locking

[PATCH v3] mtd: spi-nor: add debugfs nodes for querying the flash name and id
 2019-05-09  7:10 UTC 

[PATCH] mtd: cfi_util: mark expected switch fall-throughs
 2019-05-09  6:53 UTC  (11+ messages)

Question: Appending data to a file is optimally handled by UBIFS?
 2019-05-08 19:52 UTC  (2+ 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).