linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-05 20:25:22 to 2025-11-14 17:53:42 UTC [more...]

[PATCH 00/19] mtd: spi-nor: Enhance software protection
 2025-11-14 17:53 UTC  (9+ messages)
` [PATCH 01/19] mtd: spi-nor: debugfs: Fix the flags list
` [PATCH 02/19] mtd: spi-nor: swp: Improve locking user experience
` [PATCH 03/19] mtd: spi-nor: Improve opcodes documentation
` [PATCH 04/19] mtd: spi-nor: debugfs: Align variable access with the rest of the file
` [PATCH 05/19] mtd: spi-nor: debugfs: Enhance output
` [PATCH 06/19] mtd: spi-nor: swp: Explain the MEMLOCK ioctl implementation behaviour
` [PATCH 07/19] mtd: spi-nor: swp: Clarify a comment
` [PATCH 08/19] mtd: spi-nor: swp: Use a pointer for SR instead of a single byte

re-enable IOCB_NOWAIT writes to files
 2025-11-14 17:21 UTC  (22+ messages)
` [PATCH 01/14] fs: refactor file timestamp update logic
` [PATCH 02/14] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/14] fs: export vfs_utimes
` [PATCH 04/14] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/14] fs: remove inode_update_time
` [PATCH 06/14] organgefs: use inode_update_timestamps directly
` [PATCH 07/14] fs: return a negative error from generic_update_time
` [PATCH 08/14] fs: exit early in generic_update_time when there is no work
` [PATCH 09/14] fs: factor out a mark_inode_dirty_time helper
` [PATCH 10/14] fs: factor out a sync_lazytime helper
` [PATCH 11/14] fs: add a ->sync_lazytime method
` [PATCH 12/14] fs: add support for non-blocking timestamp updates
` [PATCH 13/14] xfs: implement ->sync_lazytime
` [PATCH 14/14] xfs: enable non-blocking timestamp updates

Possible bug?
 2025-11-14 16:22 UTC  (7+ messages)

[PATCH v4 0/5] mtd: spi-nor: micron-st: few clean up for micron spi nor chip
 2025-11-14 15:14 UTC  (10+ messages)
` [PATCH v4 1/5] mtd: spi-nor: micron-st: rename the die_late_init functions
` [PATCH v4 2/5] mtd: spi-nor: micron-st: move set_octal_dtr to late_init()
` [PATCH v4 3/5] mtd: spi-nor: micron-st: use SFDP of mt35xu512aba
` [PATCH v4 4/5] mtd: spi-nor: micron-st: add mt35xu01gbba support
` [PATCH v4 5/5] mtd: spi-nor: micron-st: add comment for mt35xu02gcba

[PATCH v2 0/1] mtd: ubi: skip programming unused bits in ubi headers
 2025-11-14  9:28 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PATCH mtd-utils 0/2] mtd-utils: fsck.ubifs: fixes several undefined behaviors
 2025-11-14  8:54 UTC  (5+ messages)
` [PATCH mtd-utils 1/2] fsck.ubifs: don't use pointers that reference out-of-scope variables
` [PATCH mtd-utils 2/2] fsck.ubifs: use the appropriate format specifiers for ino_t and loff_t

[PATCH] mtd: rawnand: lpc32xx_slc: Convert to use devm_gpiod_get_optional()
 2025-11-14  0:18 UTC  (3+ messages)

[PATCH] mtd: spi-nor: Enable locking for n25q00a
 2025-11-13 15:32 UTC  (17+ messages)

[PATCH] mtd: mtdpart: ignore error -ENOENT from parsers on subpartitions
 2025-11-12 10:50 UTC  (4+ messages)

[PATCH 0/6] Hello,
 2025-11-12  9:37 UTC  (6+ messages)

[PATCH v3 0/5] mtd: spi-nor: micron-st: few clean up for micron spi nor chip
 2025-11-12  9:22 UTC  (11+ messages)
` [PATCH v3 1/5] mtd: spi-nor: micron-st: rename the die_late_init functions
` [PATCH v3 2/5] mtd: spi-nor: micron-st: move set_octal_dtr to late_init()
` [PATCH v3 3/5] mtd: spi-nor: micron-st: use SFDP of mt35xu512aba
` [PATCH v3 4/5] mtd: spi-nor: micron-st: add mt35xu01gbba support
` [PATCH v3 5/5] mtd: spi-nor: micron-st: add comment for mt35xu02gcba

[PATCH v2 0/5] mtd: spi-nor: micron-st: few clean up for micron spi nor chip
 2025-11-12  6:39 UTC  (7+ messages)
` [PATCH v2 1/5] mtd: spi-nor: micron-st: rename the die_late_init functions
` [PATCH v2 2/5] mtd: spi-nor: micron-st: move set_octal_dtr to late_init()
` [PATCH v2 3/5] mtd: spi-nor: micron-st: use SFDP of mt35xu512aba
` [PATCH v2 4/5] mtd: spi-nor: micron-st: add mt35xu01gbba support
` [PATCH v2 5/5] mtd: spi-nor: micron-st: add comment for mt35xu02gcba

[PATCH] mtd: intel-dg: Fix accessing regions before setting nregions
 2025-11-11 15:28 UTC 

[[RFC PATCH]] jffs2: attempt to fix "Error garbage collecting node"
 2025-11-11 14:56 UTC 

[PATCH 0/4] mtd: spi-nor: micron-st: add die erase for micron spi nor chip
 2025-11-11  8:33 UTC  (15+ messages)
` [PATCH 1/4] mtd: spi-nor: micron-st: rename the die_late_init functions
` [PATCH 2/4] mtd: spi-nor: micron-st: add die erase for mt35xu512aba
` [PATCH 3/4] mtd: spi-nor: micron-st: add mt35xu01gbba support
` [PATCH 4/4] mtd: spi-nor: micron-st: enable 8D-8D-8D mode and die erase for mt35xu02gcba

[PATCH v6 00/26] Non-const bitfield helpers
 2025-11-10 14:03 UTC  (49+ messages)
` [PATCH v6 01/26] clk: at91: pmc: #undef field_{get,prep}() before definition
` [PATCH v6 02/26] crypto: qat - #undef field_get() before local definition
` [PATCH v6 03/26] EDAC/ie31200: "
` [PATCH v6 04/26] gpio: aspeed: #undef field_{get,prep}() "
` [PATCH v6 05/26] iio: dac: ad3530r: #undef field_prep() "
` [PATCH v6 06/26] iio: mlx90614: #undef field_{get,prep}() "
` [PATCH v6 07/26] pinctrl: ma35: "
` [PATCH v6 08/26] soc: renesas: rz-sysc: #undef field_get() "
` [PATCH v6 09/26] ALSA: usb-audio: #undef field_{get,prep}() "
` [PATCH -next v6 10/26] iio: imu: smi330: #undef field_{get,prep}() before definition
` [PATCH -next v6 11/26] mtd: rawnand: sunxi: #undef field_{get,prep}() before local definition
` [PATCH v6 12/26] bitfield: Add less-checking __FIELD_{GET,PREP}()
` [PATCH v6 13/26] bitfield: Add non-constant field_{prep,get}() helpers
` [PATCH v6 14/26] clk: at91: Convert to common field_{get,prep}() helpers
` [PATCH v6 15/26] crypto: qat - convert to common field_get() helper
` [PATCH v6 16/26] EDAC/ie31200: Convert "
` [PATCH v6 17/26] gpio: aspeed: Convert to common field_{get,prep}() helpers
` [PATCH v6 18/26] iio: dac: Convert to common field_prep() helper
` [PATCH v6 19/26] iio: mlx90614: Convert to common field_{get,prep}() helpers
` [PATCH v6 20/26] pinctrl: ma35: "
` [PATCH v6 21/26] soc: renesas: rz-sysc: Convert to common field_get() helper
` [PATCH v6 22/26] ALSA: usb-audio: Convert to common field_{get,prep}() helpers
` [PATCH -next v6 23/26] iio: imu: smi330: "
` [PATCH -next v6 24/26] mtd: rawnand: sunxi: "
` [PATCH v6 25/26] clk: renesas: Use bitfield helpers
` [PATCH v6 26/26] soc: "

[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-10 13:13 UTC 

[PATCH v2 0/3] mtd: spi-nor: spansion: Add SMPT fixup for S25FS-S
 2025-11-10 10:15 UTC  (4+ messages)

[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-08  9:19 UTC  (7+ messages)
  ` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)

UBIFS errors since Linux 5.15
 2025-11-08  3:10 UTC  (5+ messages)

[PATCH v2] ubi: fastmap: fix ubi->fm memory leak
 2025-11-07 19:23 UTC  (4+ messages)
    ` [v2] "

[PATCH] ubi: fastmap: fix ubi->fm memory leak
 2025-11-07  9:38 UTC  (5+ messages)

[PATCH 0/1] mtd: ubi: skip programming unused bits in ubi headers
 2025-11-07  9:12 UTC  (8+ messages)
` [PATCH 1/1] "

Pytanie o samochód
 2025-11-07  8:45 UTC 

[PATCH] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-07  0:00 UTC  (5+ 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).