linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-20 22:24:52 to 2023-09-29 10:30:04 UTC [more...]

[PATCH 00/21] block atomic writes
 2023-09-29 10:27 UTC  (9+ messages)
` [PATCH 01/21] block: Add atomic write operations to request_queue limits
` [PATCH 02/21] block: Limit atomic writes according to bio and queue limits
` [PATCH 03/21] fs/bdev: Add atomic write support info to statx
` [PATCH 04/21] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH 07/21] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH 13/21] fs: xfs: Make file data allocations observe the 'forcealign' flag
` [PATCH 15/21] fs: xfs: Support atomic write for statx
` [PATCH 18/21] scsi: sd: Support reading atomic properties from block limits VPD

[GIT PULL] Block fixes for 6.6-rc4
 2023-09-29  6:06 UTC 

[PATCH blktests] nbd/004: avoid left connection
 2023-09-29  1:16 UTC 

[syzbot] [block?] possible deadlock in bd_prepare_to_claim
 2023-09-28 23:04 UTC 

[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
 2023-09-28 14:47 UTC  (15+ messages)
` [PATCH v7 01/12] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE
` [PATCH v7 02/12] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
` [PATCH v7 03/12] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v7 04/12] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
` [PATCH v7 05/12] iov_iter: Renumber ITER_* constants
` [PATCH v7 06/12] iov_iter: Derive user-backedness from the iterator type
` [PATCH v7 07/12] iov_iter: Convert iterate*() to inline funcs
` [PATCH v7 08/12] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v7 09/12] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v7 10/12] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v7 11/12] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v7 12/12] iov_iter, net: Move hash_and_copy_to_iter() to net/

[PATCH V5 0/2] io_uring: cancelable uring_cmd
 2023-09-28 13:43 UTC  (4+ messages)
` [PATCH V5 1/2] io_uring: retain top 8bits of uring_cmd flags for kernel internal use
` [PATCH V5 2/2] io_uring: cancelable uring_cmd

[PATCH] nbd: pass nbd_sock to nbd_read_reply() instead of index
 2023-09-28  9:40 UTC  (10+ messages)

[PATCH 0/5] drbd: rename worker to sender
 2023-09-28  9:38 UTC  (6+ messages)
` [PATCH 1/5] drbd: Rename per-connection "worker" thread to "sender"
` [PATCH 2/5] drbd: Add new per-resource "worker" thread
` [PATCH 3/5] drbd: Move connection independent work from "sender" to "worker"
` [PATCH 4/5] drbd: Keep connection threads running while connection is up only
` [PATCH 5/5] drbd: Get rid of conn_reconfig_start() and conn_reconfig_done()

[PATCH V4 0/2] io_uring: cancelable uring_cmd
 2023-09-28  8:55 UTC  (8+ messages)
` [PATCH V4 1/2] io_uring: retain top 8bits of uring_cmd flags for kernel internal use
` [PATCH V4 2/2] io_uring: cancelable uring_cmd

[PATCH -next 0/3] nbd: fix null-ptr-dereference while accessing 'nbd->config'
 2023-09-28  6:07 UTC  (7+ messages)
` [PATCH -next 1/3] nbd: fold nbd config initialization into nbd_alloc_config()
` [PATCH -next 2/3] nbd: factor out a helper to get nbd_config without holding 'config_lock'
` [PATCH -next 3/3] nbd: fix null-ptr-dereference while accessing 'nbd->config'

[PATCH -next] nbd: get config_lock before sock_shutdown
 2023-09-28  6:04 UTC  (3+ messages)

[PATCH] blk-throttle: Calculate allowed value only when the throttle is enabled
 2023-09-28  1:58 UTC 

[PATCH v3 0/29] block: Make blkdev_get_by_*() return handle
 2023-09-27 21:43 UTC  (37+ messages)
` [PATCH 14/29] s390/dasd: Convert to bdev_open_by_path()
` [PATCH v4 0/29] block: Make blkdev_get_by_*() return handle
` [PATCH 01/29] block: Provide bdev_open_* functions
` [PATCH 02/29] block: Use bdev_open_by_dev() in blkdev_open()
` [PATCH 03/29] block: Use bdev_open_by_dev() in disk_scan_partitions() and blkdev_bszset()
` [PATCH 04/29] drdb: Convert to use bdev_open_by_path()
` [PATCH 05/29] pktcdvd: Convert to bdev_open_by_dev()
` [PATCH 06/29] rnbd-srv: Convert to use bdev_open_by_path()
` [PATCH 07/29] xen/blkback: Convert to bdev_open_by_dev()
` [PATCH 08/29] zram: Convert to use bdev_open_by_dev()
` [PATCH 09/29] bcache: Convert to bdev_open_by_path()
` [PATCH 10/29] dm: Convert to bdev_open_by_dev()
` [PATCH 11/29] md: "
` [PATCH 12/29] mtd: block2mtd: Convert to bdev_open_by_dev/path()
` [PATCH 13/29] nvmet: Convert to bdev_open_by_path()
` [PATCH 15/29] scsi: target: "
` [PATCH 16/29] PM: hibernate: Convert to bdev_open_by_dev()
` [PATCH 17/29] PM: hibernate: Drop unused snapshot_test argument
` [PATCH 18/29] mm/swap: Convert to use bdev_open_by_dev()
` [PATCH 19/29] fs: Convert to bdev_open_by_dev()
` [PATCH 20/29] btrfs: Convert to bdev_open_by_path()
` [PATCH 21/29] erofs: Convert to use bdev_open_by_path()
` [PATCH 22/29] ext4: Convert to bdev_open_by_dev()
` [PATCH 23/29] f2fs: Convert to bdev_open_by_dev/path()
` [PATCH 24/29] jfs: Convert to bdev_open_by_dev()
` [PATCH 25/29] nfs/blocklayout: Convert to use bdev_open_by_dev/path()
` [PATCH 26/29] ocfs2: Convert to use bdev_open_by_dev()
` [PATCH 27/29] reiserfs: Convert to bdev_open_by_dev/path()
` [PATCH 28/29] xfs: Convert to bdev_open_by_path()
` [PATCH 29/29] block: Remove blkdev_get_by_*() functions

[PATCH 00/13] Pass data temperature information to zoned UFS devices
 2023-09-27 20:49 UTC  (14+ messages)

[PATCH v7 0/3 RESEND] generic and PowerPC SED Opal keystore
 2023-09-27 20:30 UTC  (10+ messages)
` [PATCH v7 1/3 RESEND] block:sed-opal: "
` [PATCH v7 3/3 RESEND] powerpc/pseries: PLPKS SED Opal keystore support

[PATCH V3] io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
 2023-09-26 14:55 UTC  (9+ messages)

[PATCH v16 03/12] block: add copy offload support
 2023-09-26 10:07 UTC  (6+ messages)
` [PATCH v16 00/12] Implement "
    ` [PATCH v16 04/12] block: add emulation for copy

[PATCH v7 0/6] badblocks improvement for multiple bad block ranges
 2023-09-26  6:44 UTC  (3+ messages)

[PATCH] block: fix kernel-doc for disk_force_media_change()
 2023-09-26  6:43 UTC  (3+ messages)

[bug report] RIP: 0010:throtl_trim_slice+0xc6/0x320 caused kernel panic
 2023-09-26  6:41 UTC  (7+ messages)

[PATCH] drivers/block: Updates loop_set_size comment
 2023-09-25 13:48 UTC 

[syzbot] [xfs?] INFO: task hung in clean_bdev_aliases
 2023-09-25  9:35 UTC  (10+ messages)
` [syzbot] [block] "

remove get_super
 2023-09-25  7:48 UTC  (4+ messages)
` [PATCH 07/17] nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl

[PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs
 2023-09-23 10:31 UTC  (16+ messages)
` [PATCH v5 01/11] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v5 05/11] iov_iter: Convert iterate*() to inline funcs
` [PATCH v5 07/11] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v5 10/11] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together

[PATCH v2 0/5] blk-mq: optimize queue_rqs() support
 2023-09-23  7:01 UTC  (9+ messages)
` [PATCH v2 3/5] blk-mq: support batched queue_rqs() on shared tags queue
` [PATCH v2 4/5] blk-mq: update driver tags request table when start request
` [PATCH v2 5/5] block/null_blk: add queue_rqs() support

[PATCH v6 00/13] iov_iter: Convert the iterator macros into inline funcs
 2023-09-22 18:51 UTC  (16+ messages)
` [PATCH v6 01/13] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE
` [PATCH v6 02/13] iov_iter: Be consistent about the __user tag on copy_mc_to_user()
` [PATCH v6 03/13] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v6 04/13] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
` [PATCH v6 05/13] iov_iter: Renumber ITER_* constants
` [PATCH v6 06/13] iov_iter: Derive user-backedness from the iterator type
` [PATCH v6 07/13] iov_iter: Convert iterate*() to inline funcs
` [PATCH v6 08/13] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v6 09/13] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v6 10/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v6 11/13] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v6 12/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v6 13/13] iov_iter, net: Move hash_and_copy_to_iter() to net/

[PATCH] block: fix use-after-free of q->q_usage_counter
 2023-09-22 18:21 UTC  (4+ messages)

[PATCH 6.1] block: fix use-after-free of q->q_usage_counter
 2023-09-22 18:15 UTC 

[PATCH V3 0/2] io_uring: cancelable uring_cmd
 2023-09-22 16:29 UTC  (5+ messages)
` [PATCH V3 1/2] io_uring: retain top 8bits of uring_cmd flags for kernel internal use
` [PATCH V3 2/2] io_uring: cancelable uring_cmd

[PATCH V2] io_uring: cancelable uring_cmd
 2023-09-22 15:24 UTC  (3+ messages)

[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-09-22 11:30 UTC  (11+ messages)
` [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests
` [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers
` [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests
` [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking
` [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [PATCH v3 07/10] iov_iter: Add extract "
` [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests
` [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec
` [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC

[PATCH] docs: block: blk-mq.rst: correct places -> place
 2023-09-22 11:30 UTC  (2+ messages)

[PATCH V4 resend] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-09-22  8:04 UTC 

[PATCH] io_uring: cancelable uring_cmd
 2023-09-22  2:25 UTC  (4+ messages)

[RFC PATCH 00/18] block: update buffer_head for Large-block I/O
 2023-09-21  9:06 UTC  (5+ messages)
` [PATCH 01/18] mm/readahead: rework loop in page_cache_ra_unbounded()

[syzbot] [btrfs?] WARNING in btrfs_commit_transaction (2)
 2023-09-21 18:15 UTC 

blktests: changing rdma default driver from rdma_rxe to siw
 2023-09-21  1:39 UTC  (2+ messages)

[PATCH v16 04/12] block: add emulation for copy
 2023-09-20  8:07 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 NNTP newsgroup(s).