messages from 2023-08-18 14:41:40 to 2023-08-25 21:54:06 UTC [more...]
[PATCH RFC v5 00/29] io_uring getdents
2023-08-25 21:53 UTC (35+ messages)
` [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 03/29] xfs: add NOWAIT semantics for readdir
` [PATCH 04/29] vfs: add nowait flag for struct dir_context
` [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 07/29] vfs: add a nowait parameter for touch_atime()
` [PATCH 08/29] vfs: add nowait parameter for file_accessed()
` [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents
[PATCH 0/12] Do not include crypto/algapi.h
2023-08-25 21:23 UTC (25+ messages)
` [PATCH 1/12] fscrypt: "
` [PATCH 2/12] ubifs: "
` [PATCH 3/12] Bluetooth: "
` [PATCH 4/12] ceph: "
` [PATCH 5/12] ah: "
` [PATCH 6/12] wifi: mac80211: "
` [PATCH 7/12] mptcp: "
` [PATCH 8/12] SUNRPC: "
` [PATCH 9/12] evm: "
` [PATCH 10/12] KEYS: encrypted: "
` [PATCH 11/12] wireguard: "
` [PATCH 12/12] chelsio: "
[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
2023-08-25 13:47 UTC (3+ messages)
[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
2023-08-25 13:32 UTC (4+ messages)
` [PATCH 12/29] mtd: block2mtd: Convert to bdev_open_by_dev/path()
[PATCH 00/17] -Wmissing-prototype warning fixes
2023-08-25 7:39 UTC (4+ messages)
` (subset) "
decouple block open flags from fmode_t v2
2023-08-25 2:44 UTC (3+ messages)
` [PATCH 01/30] block: also call ->open for incremental partition opens
[PATCH] dt-bindings: Drop remaining unneeded quotes
2023-08-24 20:24 UTC (12+ messages)
[PATCH] mtd: lpddr_cmds: Added literal suffix
2023-08-24 13:02 UTC
[PATCH v2 0/2] mtd: spinand: micron: correct parameters
2023-08-24 9:35 UTC (11+ messages)
` [PATCH v2 1/2] mtd: spinand: micron: correct bitmask for ecc status
` [PATCH v2 2/2] mtd: spinand: micron: fixing the offset for OOB
[PATCH v2 00/41] mtd: spi-nor: clean the flash_info database up
2023-08-24 8:42 UTC (51+ messages)
` [PATCH v2 01/41] mtd: spi-nor: remove catalyst 'flashes'
` [PATCH v2 02/41] mtd: spi-nor: remove Fujitsu MB85RS1MT support
` [PATCH v2 03/41] mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()
` [PATCH v2 04/41] mtd: spi-nor: xilinx: remove addr_nbytes from S3AN_INFO()
` [PATCH v2 05/41] mtd: spi-nor: convert .n_sectors to .size
` [PATCH v2 06/41] mtd: spi-nor: default page_size to 256 bytes
` [PATCH v2 07/41] mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameter
` [PATCH v2 08/41] mtd: spi-nor: default .n_banks to 1
` [PATCH v2 09/41] mtd: spi-nor: push 4k SE handling into spi_nor_select_uniform_erase()
` [PATCH v2 10/41] mtd: spi-nor: make sector_size optional
` [PATCH v2 11/41] mtd: spi-nor: drop .parse_sfdp
` [PATCH v2 12/41] mtd: spi-nor: introduce (temporary) INFO0()
` [PATCH v2 13/41] mtd: spi-nor: move the .id and .id_len into an own structure
` [PATCH v2 14/41] mtd: spi-nor: rename .otp_org to .otp and make it a pointer
` [PATCH v2 15/41] mtd: spi-nor: add SNOR_ID() and SNOR_OTP()
` [PATCH v2 16/41] mtd: spi-nor: remove or move flash_info comments
` [PATCH v2 17/41] mtd: spi-nor: atmel: convert flash_info to new format
` [PATCH v2 18/41] mtd: spi-nor: eon: "
` [PATCH v2 19/41] mtd: spi-nor: esmt: "
` [PATCH v2 20/41] mtd: spi-nor: everspin: "
` [PATCH v2 21/41] mtd: spi-nor: gigadevice: "
` [PATCH v2 22/41] mtd: spi-nor: intel: "
` [PATCH v2 23/41] mtd: spi-nor: issi: "
` [PATCH v2 24/41] mtd: spi-nor: macronix: "
` [PATCH v2 25/41] mtd: spi-nor: micron-st: "
` [PATCH v2 26/41] mtd: spi-nor: spansion: "
` [PATCH v2 27/41] mtd: spi-nor: sst: "
` [PATCH v2 28/41] mtd: spi-nor: winbond: "
` [PATCH v2 29/41] mtd: spi-nor: xilinx: use new macros in S3AN_INFO()
` [PATCH v2 30/41] mtd: spi-nor: xmc: convert flash_info to new format
` [PATCH v2 31/41] mtd: spi-nor: atmel: sort flash_info database
` [PATCH v2 32/41] mtd: spi-nor: eon: "
` [PATCH v2 33/41] mtd: spi-nor: gigadevice: "
` [PATCH v2 34/41] mtd: spi-nor: issi: "
` [PATCH v2 35/41] mtd: spi-nor: macronix: "
` [PATCH v2 36/41] mtd: spi-nor: micron-st: "
` [PATCH v2 37/41] mtd: spi-nor: spansion: "
` [PATCH v2 38/41] mtd: spi-nor: sst: "
` [PATCH v2 39/41] mtd: spi-nor: winbond: sort flash_info entries
` [PATCH v2 40/41] mtd: spi-nor: atmel: drop duplicate entry
` [PATCH v2 41/41] mtd: spi-nor: core: get rid of the INFOx() macros
[PATCH v5 14/45] ubifs: dynamically allocate the ubifs-slab shrinker
2023-08-24 3:42 UTC
[PATCH] mtd-utils: nandtest: handle large nand devices
2023-08-23 11:19 UTC (2+ messages)
[PATCH v1] mtd: rawnand: remove 'nand_exit_status_op()' prototype
2023-08-23 10:52 UTC
[PATCH v3 00/42] ep93xx device tree conversion
2023-08-23 10:16 UTC (3+ messages)
` [PATCH v3 29/42] dt-bindings: rtc: Add ST M48T86
[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
2023-08-23 2:59 UTC (4+ messages)
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
[PATCH v2] mtd: micron-st: enable lock/unlock for mt25qu512a
2023-08-22 12:16 UTC (4+ messages)
[PATCH v1] mtd: spinand: micron: correct parameters
2023-08-21 17:36 UTC (6+ messages)
[PATCH v4 0/8] mtd: ubi: allow UBI volumes to provide NVMEM
2023-08-21 17:31 UTC (5+ messages)
` [PATCH v4 1/8] dt-bindings: mtd: add basic bindings for UBI
` [PATCH v4 2/8] dt-bindings: mtd: nvmem-cells: add support for UBI volumes
[PATCH] mtd: rawnand: omap2: Fix check 0 for platform_get_irq()
2023-08-21 8:46 UTC
[PATCH] mtd: rawnand: tegra: add missing check for platform_get_irq()
2023-08-21 8:40 UTC
[PATCH -next v2 02/12] mtd: rawnand: arasan: Use helper function devm_clk_get_enabled()
2023-08-21 7:58 UTC (26+ messages)
` [PATCH -next v3 00/12] mtd: Use devm_clk_get_*() helper function to simplify the drivers
` [PATCH -next v3 01/12] mtd: spear_smi: Use helper function devm_clk_get_enabled()
` [PATCH -next v3 02/12] mtd: rawnand: arasan: "
` [PATCH -next v3 03/12] mtd: rawnand: fsmc: "
` [PATCH -next v3 04/12] mtd: rawnand: intel: "
` [PATCH -next v3 05/12] mtd: rawnand: lpc32xx_slc: "
` [PATCH -next v3 06/12] mtd: rawnand: mpc5121: "
` [PATCH -next v3 07/12] mtd: rawnand: mtk: "
` [PATCH -next v3 08/12] mtd: rawnand: stm32_fmc2: "
` [PATCH -next v3 09/12] mtd: rawnand: sunxi: "
` [PATCH -next v3 10/12] mtd: rawnand: vf610_nfc: "
` [PATCH -next v3 11/12] mtd: spi-nor: nxp-spifi: "
` [PATCH -next v3 12/12] mtd: rawnand: orion: Use helper function devm_clk_get_optional_enabled()
[PATCH] mtd: rawnand: qcom: Fix build issue
2023-08-21 7:29 UTC (2+ messages)
[PATCH 0/3]mtd: rawnand: qcom: Fixes for exec_op
2023-08-21 5:30 UTC (8+ messages)
` [PATCH 1/3] mtd: rawnand: qcom: Update read_loc size to 512
` [PATCH 2/3] mtd: rawnand: qcom: Clear buf_count and buf_start in raw read
` [PATCH 3/3] mtd: rawnand: qcom: Add read/read_start ops in exec_op path
[PATCH] ubifs: fix missing error code err
2023-08-19 2:24 UTC (2+ messages)
[PATCH 01/10] mtd: rawnand: qcom: Remove superfluous initialization of "ret"
2023-08-18 14:41 UTC (2+ messages)
[PATCH 02/10] mtd: rawnand: qcom: Rename variables in qcom_op_cmd_mapping()
2023-08-18 14:41 UTC (2+ messages)
[PATCH 03/10] mtd: rawnand: qcom: Handle unsupported opcode in qcom_op_cmd_mapping()
2023-08-18 14:41 UTC (2+ messages)
[PATCH 04/10] mtd: rawnand: qcom: Fix the opcode check in qcom_check_op()
2023-08-18 14:41 UTC (2+ messages)
[PATCH 05/10] mtd: rawnand: qcom: Use EOPNOTSUPP instead of ENOTSUPP
2023-08-18 14:41 UTC (2+ messages)
[PATCH 06/10] mtd: rawnand: qcom: Wrap qcom_nand_exec_op() to 80 columns
2023-08-18 14:41 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).