public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-07-27 23:00:04 to 2023-08-07 11:20:11 UTC [more...]

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-07 11:09 UTC  (39+ messages)
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v4 03/48] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v4 04/48] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v4 05/48] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [PATCH v4 07/48] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v4 08/48] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v4 09/48] erofs: dynamically allocate the erofs-shrinker
` [PATCH v4 10/48] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v4 11/48] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v4 13/48] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v4 14/48] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v4 15/48] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v4 16/48] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v4 17/48] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v4 18/48] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v4 20/48] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v4 21/48] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v4 22/48] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v4 24/48] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v4 25/48] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v4 27/48] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v4 33/48] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v4 34/48] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v4 35/48] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v4 36/48] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v4 37/48] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v4 38/48] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v4 39/48] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v4 40/48] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v4 42/48] mm: shrinker: remove old APIs
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 46/48] mm: shrinker: make memcg slab shrink lockless
` [PATCH v4 47/48] mm: shrinker: hold write lock to reparent shrinker nr_deferred

[PATCH -next v2] mtd: rawnand: Propagate error values for brcmstb_nand_wait_for_completion()
 2023-08-07  9:42 UTC  (3+ messages)

[PATCH for 6.5 regression] PM: hibernate: fix resume_store() return value when hibernation not available
 2023-08-07  9:41 UTC  (2+ messages)

[PATCH v3 0/5] Add octal DTR support for Macronix flash
 2023-08-07  6:44 UTC  (10+ messages)
` [PATCH v3 1/5] mtd: spi-nor: add Octal "
` [PATCH v3 2/5] mtd: spi-nor: core: Hook manufacture by checking first byte ID
` [PATCH v3 3/5] spi: spi-mem: Allow specifying the byte order in DTR mode
` [PATCH v3 4/5] mtd: spi-nor: core: "
` [PATCH v3 5/5] mtd: spi-nor: sfdp: Get the 8D-8D-8D byte order from BFPT

[PATCH 00/10] mtd: rawnand: qcom: Bunch of fixes and cleanups
 2023-08-06 13:53 UTC  (12+ messages)
` [PATCH 01/10] mtd: rawnand: qcom: Remove superfluous initialization of "ret"
` [PATCH 02/10] mtd: rawnand: qcom: Rename variables in qcom_op_cmd_mapping()
` [PATCH 03/10] mtd: rawnand: qcom: Handle unsupported opcode "
` [PATCH 04/10] mtd: rawnand: qcom: Fix the opcode check in qcom_check_op()
` [PATCH 05/10] mtd: rawnand: qcom: Use EOPNOTSUPP instead of ENOTSUPP
` [PATCH 06/10] mtd: rawnand: qcom: Wrap qcom_nand_exec_op() to 80 columns
` [PATCH 07/10] mtd: rawnand: qcom: Unmap sg_list and free desc within submic_descs()
` [PATCH 08/10] mtd: rawnand: qcom: Simplify the call to nand_prog_page_end_op()
` [PATCH 09/10] mtd: rawnand: qcom: Do not override the error no of submit_descs()
` [PATCH 10/10] mtd: rawnand: qcom: Sort includes alphabetically

[PATCH v2 0/7] mtd: ubi: allow UBI volumes to provide NVMEM
 2023-08-05 16:26 UTC  (7+ messages)
` [PATCH v2 1/7] mtd: ubi: improve Kconfig formatting
` [PATCH v2 2/7] mtd: ubi: block: don't return on error when removing
` [PATCH v2 4/7] mtd: ubi: attach MTD partition from device-tree
` [PATCH v2 5/7] mtd: ubi: introduce pre-removal notification for UBI volumes
` [PATCH v2 6/7] mtd: ubi: populate ubi volume fwnode
` [PATCH v2 7/7] mtd: ubi: provide NVMEM layer over UBI volumes

[PATCH v2 3/7] mtd: ubi: block: use notifier to create ubiblock from parameter
 2023-08-05 16:25 UTC 

fix the name_to_dev_t mess v2
 2023-08-05 13:07 UTC  (6+ messages)
` [PATCH 04/24] PM: hibernate: move finding the resume device out of software_resume

[PATCH -next] mtd: rawnand: brcmnand: Remove unnecessary ternary operators
 2023-08-05  3:16 UTC  (3+ messages)

[GIT PULL] mtd: Fixes for v6.5-rc5
 2023-08-04 19:06 UTC  (2+ messages)

[PATCH -next] mtd: nand: Use devm_platform_ioremap_resource_byname()
 2023-08-04  7:03 UTC  (5+ messages)
` [PATCH -next v2] mtd: rawnand: brcmnand: "

[PATCH -next] mtd: rawnand: vf610_nfc: Do not check 0 for platform_get_irq()
 2023-08-04  7:03 UTC  (2+ messages)

[PATCH v2] mtd: fix use-after-free in mtd release
 2023-08-04  7:03 UTC  (2+ messages)

[PATCH v2] mtd: Fix refcounting with MTD_PARTITIONED_MASTER
 2023-08-04  7:03 UTC  (5+ messages)

Boot fails after "mtd: rawnand: Support for sequential cache reads"
 2023-08-03 15:25 UTC 

[PATCH] mtd: fix use-after-free in mtd release
 2023-08-03 12:06 UTC  (9+ messages)

[RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
 2023-08-03 10:29 UTC  (10+ messages)
` [RFC PATCH 01/21] crypto: scomp - Revert "add support for deflate rfc1950 (zlib)"

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-03  7:07 UTC  (17+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
` [PATCH v6 2/7] fs: add infrastructure for multigrain timestamps
` [PATCH v6 4/7] tmpfs: add support "
` [PATCH v6 5/7] xfs: switch to "
` [PATCH v6 6/7] ext4: "
` (subset) [PATCH v6 0/7] fs: implement "

mtd-utils flash_erase progress
 2023-08-01 15:23 UTC  (3+ messages)

[PATCH v2 0/2] Add octal DTR support for Macronix flash
 2023-08-01  9:33 UTC  (9+ messages)
` [PATCH v2 1/2] mtd: spi-nor: add Octal "

[PATCH] SPI-NOR: Add support for Micron mt35x01g
 2023-08-01  7:14 UTC  (2+ messages)

kernel BUG in __put_mtd_device
 2023-08-01  6:58 UTC  (2+ messages)

[PATCH 0/6] mtd: ubi: allow UBI volumes to provide NVMEM
 2023-07-31 21:54 UTC  (8+ messages)
` [PATCH 1/6] mtd: ubi: block: don't return on error when removing
` [PATCH 2/6] mtd: ubi: block: use notifier to create ubiblock from parameter
` [PATCH 3/6] mtd: ubi: attach MTD partition from device-tree
` [PATCH 4/6] mtd: ubi: introduce pre-removal notification for UBI volumes
` [PATCH 5/6] mtd: ubi: populate ubi volume fwnode
` [PATCH 6/6] mtd: ubi: provide NVMEM layer over UBI volumes

[PATCH v2 00/15] ARM: oxnas support removal
 2023-07-31 14:44 UTC  (3+ messages)
` [PATCH v2 09/15] pinctrl: pinctrl-oxnas: remove obsolete pinctrl driver

[RFC 0/1] ubi: An interface for dump the mapping between LEBs and PEBs
 2023-07-31 13:44 UTC  (3+ messages)
` [RFC 1/1] ubi: An interface is added "

[PATCH V2 0/5] ubi: Enhanced fault injection capability for the UBI driver
 2023-07-31 12:21 UTC  (13+ messages)
` [PATCH V2 1/5] ubi: Use the fault injection framework to enhance the fault injection capability
` [PATCH V2 2/5] ubi: Split io_failures into write_failure and erase_failure
` [PATCH V2 3/5] ubi: Add six fault injection type for testing
` [PATCH V2 4/5] ubi: Reserve sufficient buffer length for the input mask
` [PATCH V2 5/5] mtd: Add several functions to the fail_function list

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-31 11:13 UTC  (6+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

[PATCH v1 1/2] dt-bindings: mtd: nand-controller: add nand-skip-bbtscan and nand-no-bbm-quirk DT options
 2023-07-31  9:08 UTC  (8+ messages)
` [PATCH v1 2/2] mtd: rawnand: "

[PATCH] mtd: Fix refcounting with MTD_PARTITIONED_MASTER
 2023-07-31  8:54 UTC  (3+ messages)

W sprawie samochodu
 2023-07-31  8:35 UTC 

[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
 2023-07-29  8:47 UTC  (13+ messages)
` [PATCH v3 04/49] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v3 28/49] dm zoned: dynamically allocate the dm-zoned-meta shrinker

Build regressions/improvements in v6.5-rc3
 2023-07-28 22:57 UTC  (2+ messages)

[PATCH v3 00/50] Add support for sam9x7 SoC family
 2023-07-28 16:36 UTC  (8+ messages)

[PATCH 0/8] mtd: rawnand: qcom: Misc fixes
 2023-07-28 12:35 UTC  (31+ messages)
` [PATCH 1/8] mtd: rawnand: qcom: Use the BIT() macro
` [PATCH 2/8] mtd: rawnand: qcom: Use u8 instead of uint8_t
` [PATCH 3/8] mtd: rawnand: qcom: Fix alignment with open parenthesis
` [PATCH 4/8] mtd: rawnand: qcom: Fix the spacing
` [PATCH 5/8] mtd: rawnand: qcom: Fix wrong indentation
` [PATCH 6/8] mtd: rawnand: qcom: Fix a typo
` [PATCH 7/8] mtd: rawnand: qcom: Early structure initialization
` [PATCH 8/8] mtd: rawnand: qcom: Fix address parsing within ->exec_op()

[PATCH v1] mtd: rawnand: meson: fix build error
 2023-07-28 12:34 UTC  (2+ messages)

[PATCH v3 20/50] dt-bindings: atmel-nand: add microchip,sam9x7-pmecc
 2023-07-28 11:54 UTC  (3+ messages)

[PATCH] mfd: Explicitly include correct DT includes
 2023-07-28  9:10 UTC  (2+ messages)

[PATCH v3 00/42] ep93xx device tree conversion
 2023-07-28  8:23 UTC  (3+ messages)
` [PATCH v3 37/42] pwm: ep93xx: drop legacy pinctrl


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox