public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-08-01 08:16:34 to 2023-08-08 02:44:27 UTC [more...]

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-08  2:44 UTC  (57+ 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 26/48] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v4 27/48] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v4 28/48] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v4 29/48] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v4 30/48] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v4 31/48] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v4 32/48] mbcache: dynamically allocate the mbcache 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 41/48] fs: super: dynamically allocate the s_shrink
` [PATCH v4 42/48] mm: shrinker: remove old APIs
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "
` [PATCH v4 47/48] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v4 48/48] mm: shrinker: convert shrinker_rwsem to mutex

[PATCH -next v3] Propagate error and simplify ternary operators for brcmstb_nand_wait_for_completion()
 2023-08-08  2:22 UTC 

[RFC PATCH 0/6] nvmem: add block device NVMEM provider
 2023-08-08  1:02 UTC  (4+ messages)
` [RFC PATCH 2/6] mmc: block: set fwnode of disk devices

ubiblock: null pointer dereference using scatterlist in work_queue
 2023-08-07 22:02 UTC  (2+ messages)

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-07 19:38 UTC  (14+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "

[PATCH -next v2] mtd: rawnand: Propagate error values for brcmstb_nand_wait_for_completion()
 2023-08-07 18:03 UTC  (4+ messages)

[PATCH 00/41] mtd: spi-nor: clean the flash_info database up
 2023-08-07 14:33 UTC  (47+ messages)
` [PATCH 01/41] mtd: spi-nor: remove catalyst 'flashes'
` [PATCH 02/41] mtd: spi-nor: remove Fujitsu MB85RS1MT support
` [PATCH 03/41] mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()
` [PATCH 04/41] mtd: spi-nor: xilinx: remove addr_nbytes from S3AN_INFO()
` [PATCH 05/41] mtd: spi-nor: convert .n_sectors to .size
` [PATCH 06/41] mtd: spi-nor: default page_size to 256 bytes
` [PATCH 07/41] mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameter
` [PATCH 08/41] mtd: spi-nor: default .n_banks to 1
` [PATCH 09/41] mtd: spi-nor: push 4k SE handling into spi_nor_select_uniform_erase()
` [PATCH 10/41] mtd: spi-nor: make sector_size optional
` [PATCH 11/41] mtd: spi-nor: drop .parse_sfdp
` [PATCH 12/41] mtd: spi-nor: introduce (temporary) INFO0()
` [PATCH 13/41] mtd: spi-nor: move the .id and .id_len into an own structure
` [PATCH 14/41] mtd: spi-nor: rename .otp_org to .otp and make it a pointer
` [PATCH 15/41] mtd: spi-nor: add SNOR_ID() and SNOR_OTP()
` [PATCH 16/41] mtd: spi-nor: remove or move flash_info comments
` [PATCH 17/41] mtd: spi-nor: atmel: convert flash_info to new format
` [PATCH 18/41] mtd: spi-nor: eon: "
` [PATCH 19/41] mtd: spi-nor: esmt: "
` [PATCH 20/41] mtd: spi-nor: everspin: "
` [PATCH 21/41] mtd: spi-nor: gigadevice: "
` [PATCH 22/41] mtd: spi-nor: intel: "
` [PATCH 23/41] mtd: spi-nor: issi: "
` [PATCH 24/41] mtd: spi-nor: macronix: "
` [PATCH 25/41] mtd: spi-nor: micron-st: "
` [PATCH 26/41] mtd: spi-nor: spansion: "
` [PATCH 27/41] mtd: spi-nor: sst: "
` [PATCH 28/41] mtd: spi-nor: winbond: "
` [PATCH 29/41] mtd: spi-nor: xilinx: use new macros in S3AN_INFO()
` [PATCH 30/41] mtd: spi-nor: xmc: convert flash_info to new format
` [PATCH 31/41] mtd: spi-nor: atmel: sort flash_info database
` [PATCH 32/41] mtd: spi-nor: eon: "
` [PATCH 33/41] mtd: spi-nor: gigadevice: "
` [PATCH 34/41] mtd: spi-nor: issi: "
` [PATCH 35/41] mtd: spi-nor: macronix: "
` [PATCH 36/41] mtd: spi-nor: micron-st: "
` [PATCH 37/41] mtd: spi-nor: spansion: "
` [PATCH 38/41] mtd: spi-nor: sst: "
` [PATCH 39/41] mtd: spi-nor: winbond: sort flash_info entries
` [PATCH 40/41] mtd: spi-nor: atmel: drop duplicate entry
` [PATCH 41/41] mtd: spi-nor: core: get rid of the INFOx() macros

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

[PATCH 00/10] mtd: rawnand: qcom: Bunch of fixes and cleanups
 2023-08-07 11:50 UTC  (13+ 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 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 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  (5+ 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  (16+ 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: "

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  (6+ messages)
` [PATCH v2 1/2] mtd: spi-nor: add Octal "


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