messages from 2023-09-15 21:33:57 to 2023-09-20 22:24:51 UTC [more...]
[PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs
2023-09-20 22:22 UTC (11+ messages)
` [PATCH v5 01/11] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v5 02/11] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
` [PATCH v5 03/11] iov_iter: Renumber ITER_* constants
` [PATCH v5 04/11] iov_iter: Derive user-backedness from the iterator type
` [PATCH v5 05/11] iov_iter: Convert iterate*() to inline funcs
` [PATCH v5 06/11] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v5 07/11] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v5 08/11] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v5 09/11] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v5 11/11] iov_iter, net: Move hash_and_copy_to_iter() to net/
[RFC PATCH v2 0/9] iov_iter: kunit: Cleanup, abstraction and more tests
2023-09-20 21:51 UTC (12+ messages)
` [RFC PATCH v2 1/9] iov_iter: Fix some checkpatch complaints in kunit tests
` [RFC PATCH v2 2/9] iov_iter: Consolidate some of the repeated code into helpers
` [RFC PATCH v2 3/9] iov_iter: Consolidate the test vector struct in the kunit tests
` [RFC PATCH v2 4/9] iov_iter: Consolidate bvec pattern checking
` [RFC PATCH v2 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [RFC PATCH v2 6/9] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [RFC PATCH v2 7/9] iov_iter: Add extract "
` [RFC PATCH v2 8/9] iov_iter: Add benchmarking kunit tests
` [RFC PATCH v2 9/9] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC
[PATCH 00/13] Pass data temperature information to zoned UFS devices
2023-09-20 20:46 UTC (16+ messages)
` [PATCH 01/13] fs/f2fs: Restore the whint_mode mount option
` [PATCH 02/13] fs: Restore support for F_GET_FILE_RW_HINT and F_SET_FILE_RW_HINT
` [PATCH 03/13] fs: Restore kiocb.ki_hint
` [PATCH 04/13] block: Restore write hint support
` [PATCH 05/13] scsi: core: Query the Block Limits Extension VPD page
` [PATCH 06/13] scsi_proto: Add struct io_group_descriptor
` [PATCH 07/13] sd: Translate data lifetime information
` [PATCH 08/13] scsi_debug: Reduce code duplication
` [PATCH 09/13] scsi_debug: Support the block limits extension VPD page
` [PATCH 10/13] scsi_debug: Rework page code error handling
` [PATCH 11/13] scsi_debug: Rework subpage "
` [PATCH 12/13] scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH 13/13] scsi_debug: Maintain write statistics per group number
remove get_super
2023-09-20 20:41 UTC (3+ messages)
` [PATCH 07/17] nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl
[PATCH v3] null_blk: replace strncpy with strscpy
2023-09-20 15:38 UTC (2+ messages)
[PATCH v2] aoe: replace strncpy with strscpy
2023-09-20 15:36 UTC (2+ messages)
[RFC PATCH 00/18] block: update buffer_head for Large-block I/O
2023-09-20 14:18 UTC (34+ messages)
` [PATCH 01/18] mm/readahead: rework loop in page_cache_ra_unbounded()
` [PATCH 02/18] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH 03/18] block/buffer_head: introduce block_{index_to_sector,sector_to_index}
` [PATCH 04/18] fs/buffer.c: use accessor function to translate page index to sectors
` [PATCH 05/18] fs/mpage: "
` [PATCH 06/18] fs: Allow fine-grained control of folio sizes
` [PATCH 07/18] mm/filemap: allocate folios with mapping order preference
` [PATCH 08/18] mm/readahead: "
` [PATCH 09/18] fs/buffer: use mapping order in grow_dev_page()
` [PATCH 10/18] block/bdev: lift restrictions on supported blocksize
` [PATCH 11/18] block/bdev: enable large folio support for large logical block sizes
` [PATCH 12/18] brd: convert to folios
` [PATCH 13/18] brd: abstract page_size conventions
` [PATCH 14/18] brd: use memcpy_{to,from}_folio()
` [PATCH 15/18] brd: make sector size configurable
` [PATCH 16/18] brd: make logical "
` [PATCH 17/18] xfs: remove check for block sizes smaller than PAGE_SIZE
` [PATCH 18/18] nvme: enable logical block size > PAGE_SIZE
[PATCH v16 00/12] Implement copy offload support
2023-09-20 10:54 UTC (14+ messages)
` [PATCH v16 01/12] block: Introduce queue limits and sysfs for copy-offload support
` [PATCH v16 02/12] Add infrastructure for copy offload in block and request layer
` [PATCH v16 03/12] block: add copy offload support
` [PATCH v16 04/12] block: add emulation for copy
` [PATCH v16 05/12] fs/read_write: Enable copy_file_range for block device
` [PATCH v16 06/12] fs, block: copy_file_range for def_blk_ops for direct "
` [PATCH v16 07/12] nvme: add copy offload support
` [PATCH v16 08/12] nvmet: add copy command support for bdev and file ns
` [PATCH v16 09/12] dm: Add support for copy offload
` [PATCH v16 10/12] dm: Enable copy offload for dm-linear target
` [PATCH v16 11/12] null: Enable trace capability for null block
` [PATCH v16 12/12] null_blk: add support for copy offload
[syzbot] [xfs?] INFO: task hung in clean_bdev_aliases
2023-09-20 8:56 UTC (8+ messages)
` [syzbot] [block] "
[PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs
2023-09-19 23:18 UTC (5+ messages)
[PATCH 0/6] shmem: high order folios support in write path
2023-09-19 21:51 UTC (17+ messages)
` [PATCH 6/6] shmem: add large folios support to the "
` [PATCH 1/6] filemap: make the folio order calculation shareable
[PATCH v2 0/6] shmem: high order folios support in write path
2023-09-19 16:28 UTC (10+ messages)
` [PATCH v2 1/6] shmem: drop BLOCKS_PER_PAGE macro
` [PATCH v2 2/6] shmem: return freed pages in shmem_free_swap
` [PATCH v2 3/6] shmem: account for large order folios
` [PATCH v2 4/6] shmem: add order parameter support to shmem_alloc_folio
` [PATCH v2 5/6] shmem: add file length in shmem_get_folio path
` [PATCH v2 6/6] shmem: add large folios support to the write path
[PATCH 0/5] Improve zram writeback performance
2023-09-19 14:20 UTC (4+ messages)
Pytanie o samochód
2023-09-19 7:35 UTC
[PATCH AUTOSEL 6.1 20/22] block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unset
2023-09-18 20:57 UTC (4+ messages)
[PATCH] block: correct stale comment in rq_qos_wait
2023-09-18 20:15 UTC (3+ messages)
[RFC v2 00/10] bdev: LBS devices support to coexist with buffer-heads
2023-09-18 18:42 UTC (22+ messages)
` [RFC v2 02/10] bdev: dynamically set aops to enable LBS support
` [RFC v2 04/10] filesystems: add filesytem buffer-head flag
` [RFC v2 05/10] bdev: allow to switch between bdev aops
` [RFC v2 06/10] bdev: simplify coexistance
` [RFC v2 07/10] nvme: enhance max supported LBA format check
` [RFC v2 10/10] nvme: enable LBS support
[PATCH v12 00/16] Improve write performance for zoned UFS devices
2023-09-18 16:55 UTC (17+ messages)
` [PATCH v12 01/16] block: Introduce more member variables related to zone write locking
` [PATCH v12 02/16] block: Only use write locking if necessary
` [PATCH v12 03/16] block/mq-deadline: Only use zone "
` [PATCH v12 04/16] scsi: core: Introduce a mechanism for reordering requests in the error handler
` [PATCH v12 05/16] scsi: core: Add unit tests for scsi_call_prepare_resubmit()
` [PATCH v12 06/16] scsi: sd: Sort commands by LBA before resubmitting
` [PATCH v12 07/16] scsi: core: Retry unaligned zoned writes
` [PATCH v12 08/16] scsi: sd_zbc: Only require an I/O scheduler if needed
` [PATCH v12 09/16] scsi: scsi_debug: Add the preserves_write_order module parameter
` [PATCH v12 10/16] scsi: scsi_debug: Support injecting unaligned write errors
` [PATCH v12 11/16] scsi: ufs: hisi: Rework the code that disables auto-hibernation
` [PATCH v12 12/16] scsi: ufs: Rename ufshcd_auto_hibern8_enable() and make it static
` [PATCH v12 13/16] scsi: ufs: Change the return type of ufshcd_auto_hibern8_update()
` [PATCH v12 14/16] scsi: ufs: Simplify ufshcd_auto_hibern8_update()
` [PATCH v12 15/16] scsi: ufs: Forbid auto-hibernation without I/O scheduler
` [PATCH v12 16/16] scsi: ufs: Inform the block layer about write ordering
[PATCH 00/10] io_uring/ublk: exit notifier support
2023-09-18 16:03 UTC (16+ messages)
` [PATCH 01/10] io_uring: allocate ctx id and build map between id and ctx
` [PATCH 02/10] io_uring: pass io_uring_ctx->id to uring_cmd
` [PATCH 03/10] io_uring: support io_uring notifier for uring_cmd
` [PATCH 04/10] ublk: don't get ublk device reference in ublk_abort_queue()
` [PATCH 05/10] ublk: make sure ublk uring cmd handling is done in submitter task context
` [PATCH 06/10] ublk: make sure that uring cmd aiming at same queue won't cross io_uring contexts
` [PATCH 07/10] ublk: rename mm_lock as lock
` [PATCH 08/10] ublk: quiesce request queue when aborting queue
` [PATCH 09/10] ublk: replace monitor work with uring_cmd exit notifier
` [PATCH 10/10] ublk: simplify aborting request
[PATCH] aoe: refactor deprecated strncpy
2023-09-18 14:00 UTC (5+ messages)
[PATCH v2] null_blk: refactor deprecated strncpy
2023-09-18 13:59 UTC (2+ messages)
[PATCH v3 0/4] block: simplify with PAGE_SECTORS_SHIFT
2023-09-18 5:55 UTC (8+ messages)
` [PATCH v3 1/4] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH v3 2/4] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH v3 3/4] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [PATCH v3 4/4] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT
[PATCH v2 0/5] blk-mq: optimize queue_rqs() support
2023-09-16 12:40 UTC (7+ messages)
` [PATCH v2 1/5] blk-mq: account active requests when get driver tag
` [PATCH v2 2/5] blk-mq: remove RQF_MQ_INFLIGHT
[syzbot] [block?] INFO: task hung in truncate_inode_pages
2023-09-16 5:45 UTC
[PATCH] block: Remove special-casing of compound pages
2023-09-15 22:48 UTC (4+ messages)
[GIT PULL] Block fixes for 6.6-rc2
2023-09-15 22:16 UTC (2+ messages)
[git pull] device mapper fixes for 6.6-rc2
2023-09-15 22:16 UTC (2+ messages)
` [dm-devel] "
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).