linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-18 07:23:51 to 2022-05-20 06:30:08 UTC [more...]

[RFC PATCH v2 0/7] make statx() return I/O alignment information
 2022-05-20  6:30 UTC  (12+ messages)
` [RFC PATCH v2 1/7] statx: add "
` [RFC PATCH v2 2/7] fscrypt: change fscrypt_dio_supported() to prepare for STATX_IOALIGN
` [RFC PATCH v2 3/7] ext4: support STATX_IOALIGN
` [RFC PATCH v2 4/7] f2fs: move f2fs_force_buffered_io() into file.c
` [RFC PATCH v2 5/7] f2fs: don't allow DIO reads but not DIO writes
` [RFC PATCH v2 6/7] f2fs: simplify f2fs_force_buffered_io()
` [RFC PATCH v2 7/7] f2fs: support STATX_IOALIGN

[PATCH v4 00/13] support non power of 2 zoned devices
 2022-05-20  6:27 UTC  (24+ messages)
    ` [dm-devel] "
    ` [PATCH v4 07/13] btrfs: zoned: use generic btrfs zone helpers to support npo2 "
    ` [PATCH v4 08/13] btrfs:zoned: make sb for npo2 zone devices align with sb log offsets

[PATCH -next v2] blk-mq: fix panic during blk_mq_run_work_fn()
 2022-05-20  6:23 UTC  (3+ messages)

[PATCHv2 0/3] direct io alignment relax
 2022-05-20  6:10 UTC  (42+ messages)
` [PATCHv2 1/3] block/bio: remove duplicate append pages code
` [PATCHv2 2/3] block: export dma_alignment attribute
` [PATCHv2 3/3] block: relax direct io memory alignment

[PATCH -next v3 0/2] bugfix for blk-throttle
 2022-05-20  1:36 UTC  (9+ messages)
` [PATCH -next v3 1/2] blk-throttle: fix that io throttle can only work for single bio
` [PATCH -next v3 2/2] blk-throttle: fix io hung due to configuration updates

[linux-next] build fails modpost: "blkcg_get_fc_appid" [drivers/nvme/host/nvme-fc.ko] undefined!
 2022-05-19 20:02 UTC  (7+ messages)

[GIT PULL] second round of nvme updates for Linux 5.19
 2022-05-19 19:47 UTC 

[blk] 77c570a1ea: WARNING:at_block/blk-cgroup.c:#blkg_create
 2022-05-19 17:55 UTC  (2+ messages)

[RFC: kdevops] Standardizing on failure rate nomenclature for expunges
 2022-05-19 16:54 UTC  (13+ messages)

[RFC 0/6] Bootloader based hibernation
 2022-05-19 15:27 UTC  (15+ messages)
` [RFC 1/6] arm64: hibernate: Introduce new entry point to kernel
` [RFC 2/6] PM: Hibernate: Add option to disable disk offset randomization
` [RFC 3/6] block: gendisk: Add a new genhd capability flag
` [RFC 4/6] mm: swap: Add randomization check for swapon/off calls
` [RFC 5/6] Hibernate: Add check for pte_valid in saveable page
` [RFC 6/6] irqchip/gic-v3: Re-init GIC hardware upon hibernation restore

[PATCH] nvme-fc: mask out blkcg_get_fc_appid() if BLK_CGROUP_FC_APPID is not set
 2022-05-19 15:03 UTC  (6+ messages)

[PATCH] blk-cgroup: provide stubs for blkcg_get_fc_appid()
 2022-05-19 14:34 UTC  (5+ messages)

[PATCH] blk-cgroup: provide stubs for blkcg_get_fc_appid()
 2022-05-19 13:36 UTC  (2+ messages)

[PATCH V2 0/1] ubd: add io_uring based userspace block driver
 2022-05-19 13:33 UTC  (12+ messages)

[PATCH -next 0/8] multiple cleanup patches for bfq
 2022-05-19 13:21 UTC  (18+ messages)
` [PATCH -next 1/8] block, bfq: cleanup bfq_weights_tree add/remove apis
` [PATCH -next 2/8] block, bfq: cleanup __bfq_weights_tree_remove()
` [PATCH -next 3/8] block, bfq: factor out code to update 'active_entities'
` [PATCH -next 4/8] block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group
` [PATCH -next 5/8] block, bfq: cleanup bfq_activate_requeue_entity()
` [PATCH -next 6/8] block, bfq: remove dead code for updating 'rq_in_driver'
` [PATCH -next 7/8] block, bfq: cleanup bfq_bfqq_update_budg_for_activation()
` [PATCH -next 8/8] block, bfq: cleanup bfq_bfqq_handle_idle_busy_switch()

[PATCH 0/4] bfq: Improve waker detection
 2022-05-19 12:52 UTC  (6+ messages)
` [PATCH 1/4] bfq: Relax waker detection for shared queues
` [PATCH 2/4] bfq: Allow current waker to defend against a tentative one
` [PATCH 3/4] bfq: Remove superfluous conversion from RQ_BIC()
` [PATCH 4/4] bfq: Remove bfq_requeue_request_body()

[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
 2022-05-19 10:11 UTC  (8+ messages)

[PATCH] blk-mq: use force attribute for blk_status_t casts
 2022-05-19  7:53 UTC  (4+ messages)
` [PATCH v2] blk-mq: fix incorrect "

cleanup blk_execute_rq*
 2022-05-19  7:36 UTC  (9+ messages)
` [PATCH 1/3] blk-mq: remove __blk_execute_rq_nowait
` [PATCH 3/3] blk-mq: remove the done argument to blk_execute_rq_nowait

[PATCH -next v2 2/2] blk-throttle: fix io hung due to configuration updates
 2022-05-19  7:06 UTC  (6+ messages)

[PATCH -next v2 0/6] nbd: bugfix and cleanup patches
 2022-05-19  1:06 UTC  (9+ messages)
` [PATCH -next v2 1/6] nbd: call genl_unregister_family() first in nbd_cleanup()
` [PATCH -next v2 2/6] nbd: fix race between nbd_alloc_config() and module removal
` [PATCH -next v2 3/6] nbd: don't clear 'NBD_CMD_INFLIGHT' flag if request is not completed
` [PATCH -next v2 4/6] nbd: fix io hung while disconnecting device
` [PATCH -next v2 5/6] nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
` [PATCH -next v2 6/6] nbd: use pr_err to output error message

[GIT PULL] Block fix for 5.18-final
 2022-05-19  0:35 UTC  (2+ messages)

[PATCH] blk-cgroup: delete rcu_read_lock_held() WARN_ON_ONCE()
 2022-05-18 22:35 UTC 

[PATCH] blk-cgroup: Remove unnecessary rcu_read_lock/unlock()
 2022-05-18 22:31 UTC  (4+ messages)

[Question] Editing a bio write request
 2022-05-18 19:08 UTC  (3+ messages)

[PATCH -next v2 0/2] block, bfq: make bfq_has_work() more accurate
 2022-05-18 13:40 UTC  (7+ messages)
` [PATCH -next v2 2/2] "

[PATCH v6 0/2] virtio-blk: support polling I/O and mq_ops->queue_rqs()
 2022-05-18 13:20 UTC  (2+ messages)

[GIT PULL] nvme updates for Linux 5.19
 2022-05-18 12:28 UTC  (5+ messages)

[PATCH blktests] nvmeof-mp/001: Set expected count properly
 2022-05-18 12:03 UTC  (3+ messages)

[PATCH blktests] srp/011: Avoid $dev becoming invalid during test
 2022-05-18 11:57 UTC  (2+ messages)

[PATCH -next v2 0/2] bugfix for blk-throttle
 2022-05-18  9:50 UTC  (3+ messages)
` [PATCH -next v2 1/2] blk-throttle: fix that io throttle can only work for single bio

[PATCH 1/3] block: export dma_alignment attribute
 2022-05-18  7:23 UTC  (5+ messages)


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).