messages from 2026-01-08 17:28:35 to 2026-01-15 21:38:08 UTC [more...]
[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-15 21:37 UTC (45+ messages)
` [PATCH 01/29] exportfs: add new EXPORT_OP_STABLE_HANDLES flag
` [PATCH 02/29] tmpfs: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 03/29] ext4: "
` [PATCH 04/29] ext2: "
` [PATCH 05/29] erofs: "
` [PATCH 06/29] efs: "
` [PATCH 07/29] xfs: "
` [PATCH 08/29] ceph: "
` [PATCH 09/29] btrfs: "
` [PATCH 10/29] befs: "
` [PATCH 11/29] ufs: "
` [PATCH 12/29] udf: "
` [PATCH 13/29] affs: "
` [PATCH 14/29] squashfs: "
` [PATCH 15/29] smb/client: "
` [PATCH 16/29] ovl: "
` [PATCH 17/29] orangefs: "
` [PATCH 18/29] ocfs2: "
` [PATCH 19/29] ntfs3: "
` [PATCH 20/29] nilfs2: "
` [PATCH 21/29] nfs: "
` [PATCH 22/29] jfs: "
` [PATCH 23/29] jffs2: "
` [PATCH 24/29] isofs: "
` [PATCH 25/29] gfs2: "
` [PATCH 26/29] fuse: "
` [PATCH 27/29] fat: "
` [PATCH 28/29] f2fs: "
` [PATCH 29/29] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES
[PATCH 0/4] MediaTek MT8192 dtbs_check fixes
2026-01-15 17:59 UTC (11+ messages)
` [PATCH 1/4] dt-bindings: mtd: jedec,spi-nor: Add Winbond W25Q(32/64/128/256)JWM
` [PATCH 2/4] ASoC: dt-bindings: mt8192-afe-pcm: Fix clocks and clock-names
` [PATCH 3/4] dt-bindings: arm: mediatek: audsys: Support mt8192-audsys variant
` [PATCH 4/4] arm64: dts: mediatek: mt8192: Rename mt8192-afe-pcm to audio-controller
[PATCH v7] mtd: rawnand: sunxi: Convert to common field_{get,prep}() helpers
2026-01-15 14:26 UTC
[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
2026-01-15 8:33 UTC (67+ messages)
` [PATCH 02/24] affs: add setlease file operation
` [PATCH 03/24] btrfs: "
` [PATCH 04/24] erofs: "
` [PATCH 06/24] ext4: "
` [PATCH 07/24] exfat: "
` [PATCH 08/24] f2fs: "
` [PATCH 09/24] fat: "
` [PATCH 11/24] jffs2: "
` [PATCH 12/24] jfs: "
` [PATCH 13/24] nilfs2: "
` [PATCH 15/24] ocfs2: "
` [PATCH 19/24] tmpfs: "
` [PATCH 20/24] udf: "
` [PATCH 23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL
` [PATCH 24/24] fs: remove simple_nosetlease()
[PATCH] mtd: intel-dg: Fix accessing regions before setting nregions
2026-01-15 5:58 UTC (2+ messages)
[PATCH v3 0/4] MTD physmap: Adding reserved RAM support and fixing reserved_mem limitations
2026-01-14 22:31 UTC (10+ messages)
` [PATCH v3 2/4] of: reserved_mem: Support multiple 'reg' entries for memory-region
` [PATCH v3 3/4] dt-bindings: mtd: physmap: Allow using memory-region to access memory resources
[PATCH 00/10] dt-bindings: mtd: Partition binding fixes and restructuring
2026-01-14 19:31 UTC (30+ messages)
` [PATCH 01/10] dt-bindings: mtd: brcm,brcmnand: Drop "brcm,brcmnand" compatible for iProc
` [PATCH 02/10] dt-bindings: mtd: fixed-partitions: Move "compression" to partition node
` [PATCH 03/10] dt-bindings: mtd: partitions: Move "sercomm,scpart-id" to partition.yaml
` [PATCH 04/10] dt-bindings: mtd: partitions: Allow "nvmem-layout" in generic partition nodes
` [PATCH 05/10] dt-bindings: mtd: partitions: Define "#{address,size}-cells" in specific schemas
` [PATCH 06/10] dt-bindings: mtd: partitions: Drop partitions.yaml
` [PATCH 07/10] dt-bindings: mtd: Ensure partition node properties are documented
` [PATCH 08/10] dt-bindings: mtd: fixed-partitions: Restrict undefined properties
` [PATCH 09/10] dt-bindings: mtd: partitions: Convert brcm,trx to DT schema
` [PATCH 10/10] dt-bindings: mtd: partitions: Combine simple partition bindings
[PATCH v2 00/27] mtd: spinand: Octal DTR support
2026-01-14 16:17 UTC (31+ messages)
` [PATCH v2 01/27] spi: spi-mem: Make the DTR command operation macro more suitable
` [PATCH v2 02/27] spi: spi-mem: Create a repeated address operation
` [PATCH v2 03/27] spi: spi-mem: Limit octal DTR constraints to octal DTR situations
` [PATCH v2 04/27] mtd: spinand: Fix kernel doc
` [PATCH v2 05/27] mtd: spinand: Add missing check
` [PATCH v2 06/27] mtd: spinand: Remove stale definitions
` [PATCH v2 07/27] mtd: spinand: Use standard return values
` [PATCH v2 08/27] mtd: spinand: Decouple write enable and write disable operations
` [PATCH v2 09/27] mtd: spinand: Create an array of operation templates
` [PATCH v2 10/27] mtd: spinand: Make use of the operation templates through SPINAND_OP()
` [PATCH v2 11/27] mtd: spinand: macronix: Convert vendor specific operation to SPINAND_OP()
` [PATCH v2 12/27] mtd: spinand: winbond: Convert W25N "
` [PATCH v2 13/27] mtd: spinand: winbond: Convert W35N "
` [PATCH v2 14/27] mtd: spinand: List vendor specific operations and make sure they are supported
` [PATCH v2 15/27] mtd: spinand: macronix: Register vendor specific operation
` [PATCH v2 16/27] mtd: spinand: winbond: Register W25N "
` [PATCH v2 17/27] mtd: spinand: winbond: Register W35N "
` [PATCH v2 18/27] mtd: spinand: winbond: Fix style
` [PATCH v2 19/27] mtd: spinand: winbond: Rename IO_MODE register macro
` [PATCH v2 20/27] mtd: spinand: winbond: Configure the IO mode after the dummy cycles
` [PATCH v2 21/27] mtd: spinand: Gather all the bus interface steps in one single function
` [PATCH v2 22/27] mtd: spinand: Add support for setting a bus interface
` [PATCH v2 23/27] mtd: spinand: Propagate the bus interface across core helpers
` [PATCH v2 24/27] mtd: spinand: Give the bus interface to the configuration helper
` [PATCH v2 25/27] mtd: spinand: Warn if using SSDR-only vendor commands in a non SSDR mode
` [PATCH v2 26/27] mtd: spinand: Add octal DTR support
` [PATCH v2 27/27] mtd: spinand: winbond: W35N "
` (subset) [PATCH v2 00/27] mtd: spinand: Octal "
[PATCH v2] dt-bindings: mtd: st,spi-fsm: convert to DT schema
2026-01-13 22:58 UTC (2+ messages)
[RFC PATCH v2 00/12] spi: cadence-quadspi: add PHY tuning support
2026-01-13 14:16 UTC (13+ messages)
` [RFC PATCH v2 01/12] spi: dt-bindings: add spi-has-dqs property
` [RFC PATCH v2 02/12] spi: spi-mem: add controller tuning support
` [RFC PATCH v2 03/12] mtd: spinand: perform controller tuning during probe
` [RFC PATCH v2 04/12] mtd: spi-nor: extract read operation setup into helper
` [RFC PATCH v2 05/12] mtd: spi-nor: perform controller tuning during probe
` [RFC PATCH v2 06/12] spi: cadence-quadspi: move cqspi_readdata_capture earlier
` [RFC PATCH v2 07/12] spi: cadence-quadspi: add DQS support to read data capture
` [RFC PATCH v2 08/12] spi: cadence-quadspi: read 'has-dqs' DT property
` [RFC PATCH v2 09/12] spi: cadence-quadspi: add PHY tuning infrastructure
` [RFC PATCH v2 10/12] spi: cadence-quadspi: implement PHY tuning algorithm
` [RFC PATCH v2 11/12] spi: cadence-quadspi: restrict PHY frequency to tuned operations
` [RFC PATCH v2 12/12] spi: cadence-quadspi: enable PHY for direct reads and writes
re-enable IOCB_NOWAIT writes to files v4
2026-01-12 13:22 UTC (8+ messages)
re-enable IOCB_NOWAIT writes to files v6
2026-01-12 13:02 UTC (2+ messages)
[PATCH v3 0/3] at91: Remove of_platform_default_populate() calls
2026-01-10 15:57 UTC (2+ messages)
[PATCH] mtd: intel-dg: fix array-index-out-of-bounds in intel_dg_mtd_probe()
2026-01-09 15:16 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox