Linux-mtd Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-31 22:52:32 to 2023-06-06 23:01:33 UTC [more...]

decouple block open flags from fmode_t
 2023-06-06 23:00 UTC  (41+ messages)
` [PATCH 01/31] block: also call ->open for incremental partition opens
` [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
` [PATCH 09/31] block: pass a gendisk to ->open
` [PATCH 10/31] block: remove the unused mode argument to ->release
` [PATCH 11/31] block: rename blkdev_close to blkdev_release
` [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 13/31] bcache: "
` [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 15/31] btrfs: "
` [PATCH 16/31] block: use the holder as indication for exclusive opens
` [PATCH 17/31] block: add a sb_open_mode helper
` [PATCH 18/31] fs: remove sb->s_mode
` [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 23/31] mtd: block: use a simple bool to track open for write
` [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 25/31] ubd: remove commented out code in ubd_open
` [PATCH 26/31] block: move a few internal definitions out of blkdev.h
` [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
` [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [PATCH 30/31] block: store the holder in file->private_data
` [PATCH 31/31] fs: remove the now unused FMODE_* flags

[PATCH v2 00/17] Prevent NAND chip unevaluated properties
 2023-06-06 22:27 UTC  (28+ messages)
` [PATCH v2 01/17] dt-bindings: mtd: Accept nand related node names
` [PATCH v2 02/17] dt-bindings: mtd: Create a file for raw NAND chip properties
` [PATCH v2 03/17] dt-bindings: mtd: Mark nand-ecc-placement deprecated
` [PATCH v2 04/17] dt-bindings: mtd: Describe nand-ecc-mode
` [PATCH v2 05/17] dt-bindings: mtd: qcom: Fix a property position
` [PATCH v2 06/17] dt-bindings: mtd: qcom: Prevent NAND chip unevaluated properties
` [PATCH v2 07/17] dt-bindings: mtd: ingenic: "
` [PATCH v2 08/17] dt-bindings: mtd: sunxi: "
` [PATCH v2 09/17] dt-bindings: mtd: meson: "
` [PATCH v2 10/17] dt-bindings: mtd: brcmnand: "
` [PATCH v2 11/17] dt-bindings: mtd: denali: "
` [PATCH v2 12/17] dt-bindings: mtd: intel: "
` [PATCH v2 13/17] dt-bindings: mtd: rockchip: "
` [PATCH v2 14/17] dt-bindings: mtd: stm32: "
` [PATCH v2 15/17] dt-bindings: mtd: mediatek: Reference raw-nand-chip.yaml
` [PATCH v2 16/17] dt-bindings: mtd: mediatek: Prevent NAND chip unevaluated properties
` [PATCH v2 17/17] dt-bindings: mtd: ti,am654: Prevent "

[PATCH v1] dt-bindings: nand: meson: Fix 'nand-rb' property
 2023-06-06 20:12 UTC  (2+ messages)

[PATCH v1] mtd: rawnand: meson: waiting w/o wired ready/busy pin
 2023-06-06 19:54 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: meson: check buffer length
 2023-06-06 16:29 UTC  (2+ messages)

[PATCH 0/3] Fix a couple of missing unevaluated properties
 2023-06-06 16:23 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: mtd: qcom: Fix a property position
` [PATCH 2/3] dt-bindings: mtd: qcom: Prevent NAND chip unevaluated properties
` [PATCH 3/3] dt-bindings: mtd: ingenic: "

[PATCH 0/4] ubifs: Convert writeback to use folios
 2023-06-06 14:37 UTC  (14+ messages)
` [PATCH 1/4] ubifs: Convert from writepage to writepages
` [PATCH 2/4] ubifs: Convert ubifs_writepage to use a folio
` [PATCH 3/4] ubifs: Use a folio in do_truncation()
` [PATCH 4/4] ubifs: Convert do_writepage() to take a folio

[PATCH v3] mtd: otp: Put factory OTP/NVRAM into the entropy pool
 2023-06-06 14:29 UTC 

[RFC PATCH v5 0/6] refactoring, fixes and updates for Meson NAND
 2023-06-06 12:11 UTC  (32+ messages)
` [RFC PATCH v5 1/6] mtd: rawnand: meson: fix ready/busy command
` [RFC PATCH v5 2/6] mtd: rawnand: meson: wait for command in polling mode
` [RFC PATCH v5 3/6] mtd: rawnand: meson: only expose unprotected user OOB bytes
` [RFC PATCH v5 4/6] mtd: rawnand: meson: use macro for OOB area
` [RFC PATCH v5 5/6] mtd: rawnand: meson: check buffer length
` [RFC PATCH v5 6/6] mtd: rawnand: meson: remove unneeded bitwise OR with zeroes

[PATCH v8 0/3] dt-bindings: mtd: marvell-nand: Add YAML scheme
 2023-06-06 11:14 UTC  (21+ messages)
` [PATCH v8 1/3] arm64: dts: marvell: cp11x: Fix nand_controller node name according to YAML
` [PATCH v8 2/3] ARM: dts: mvebu: align MTD partition nodes to dtschema
` [PATCH v8 3/3] dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme

[PATCH v1] mtd: rawnand: meson: check buffer length
 2023-06-06  7:50 UTC  (4+ messages)

[PATCH v1] mtd: rawnand: meson: remove unneeded bitwise OR with zeroes
 2023-06-05 19:15 UTC 

fix the name_to_dev_t mess v2
 2023-06-05 17:22 UTC  (3+ messages)
` [PATCH 01/24] driver core: return bool from driver_probe_done

Boot failed after patch "mtd: rawnand: Support for sequential cache reads"
 2023-06-05 15:45 UTC  (13+ messages)
          ` [EXT] "

[PATCH v1] mtd: rawnand: meson: fix ready/busy command
 2023-06-05  9:50 UTC  (7+ messages)

[PATCH 00/43] ep93xx device tree conversion
 2023-06-05  8:22 UTC  (8+ messages)
` [PATCH v1 23/43] dt-bindings: mtd: Add ts7250 nand-controller
` [PATCH v1 24/43] mtd: nand: add support for ts72xx

[RESEND PATCH v3] mtd: rawnand: macronix: OTP access for MX30LFxG18AC
 2023-06-05  6:15 UTC  (8+ messages)

[PATCH v1 00/43] ep93xx device tree conversion
 2023-06-04 15:54 UTC  (2+ messages)

[PATCH v2] mtd: otp: Put factory OTP/NVRAM into the entropy pool
 2023-06-04 11:32 UTC  (2+ messages)

[PATCH] mtd: mtdpart: Drop useless LIST_HEAD
 2023-06-04  4:42 UTC 

[PATCH] mtd: chips: Use SPDX license headers
 2023-06-03 18:52 UTC 

[PATCH V2] dt-bindings: mtd: partitions: Include TP-Link SafeLoader in allowed list
 2023-06-03 10:10 UTC  (2+ messages)

[PATCH] mtd: otp: Put factory OTP/NVRAM into the entropy pool
 2023-06-03  0:14 UTC  (3+ messages)

[PATCH v3] mtd: cfi_cmdset_0001: Byte swap OTP info
 2023-06-02 21:11 UTC  (2+ messages)

[PATCH] dt-bindings: mtd: partitions: Include TP-Link SafeLoader in allowed list
 2023-06-02 17:36 UTC  (2+ messages)

Wyższa konwersja w e-sklepie
 2023-06-02  8:35 UTC 

[GIT PULL] mtd: Fixes for 6.4-rc5
 2023-06-01 21:40 UTC  (2+ messages)

[PATCH v2] mtd: cfi_cmdset_0001: Byte swap OTP info
 2023-06-01 21:26 UTC  (3+ messages)

[PATCH] mtd:spi-nor:Add support for xtx flash
 2023-06-01 10:22 UTC 

[PATCH] Add support for xtx flash
 2023-06-01  9:54 UTC 

[PATCH v7 0/4] dt-bindings: mtd: marvell-nand: Add YAML scheme
 2023-06-01  7:40 UTC  (6+ messages)
` [PATCH v7 3/4] dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme

Słowa kluczowe do wypozycjonowania
 2023-06-01  7:30 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).