linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-19 13:45:50 to 2021-10-21 06:06:27 UTC [more...]

remove QUEUE_FLAG_SCSI_PASSTHROUGH v3
 2021-10-21  6:06 UTC  (4+ messages)
` [PATCH 1/7] block: add a ->get_unique_id method
` [PATCH 2/7] sd: implement ->get_unique_id
` [PATCH 3/7] nfsd/blocklayout: use ->get_unique_id instead of sending SCSI commands

[BUG] blk-throttle panic on 32bit machine after startup
 2021-10-21  4:26 UTC  (3+ messages)

[bug report] kernel BUG at block/blk-mq.c:1042!
 2021-10-21  4:02 UTC  (3+ messages)

[PATCH 0/9] block: reviewed add_disk() error handling set
 2021-10-21  3:42 UTC  (2+ messages)

[PATCH v2 0/4] Add invalidate_disk() helper for drivers to invalidate the gendisk
 2021-10-21  3:41 UTC  (2+ messages)

[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
 2021-10-21  0:39 UTC  (31+ messages)

[PATCH linux-next] cdrom: Remove redundant variable and its assignment
 2021-10-20 21:40 UTC 

[PATCH V2 0/4] zram: fix two races and one zram leak
 2021-10-20 21:40 UTC  (6+ messages)
` [PATCH V2 1/4] zram: fix race between zram_reset_device() and disksize_store()
` [PATCH V2 2/4] zram: don't fail to remove zram during unloading module
` [PATCH V2 3/4] zram: avoid race between zram_remove and disksize_store
` [PATCH V2 4/4] zram: replace fsync_bdev with sync_blockdev

[PATCH 0/2] optimise blk_try_enter_queue()
 2021-10-20 20:10 UTC  (4+ messages)
` [PATCH 1/2] percpu_ref: percpu_ref_tryget_live() version holding RCU
` [PATCH 2/2] block: kill extra rcu lock/unlock in queue enter

[PATCH] fs: kill unused ret2 argument from iocb->ki_complete()
 2021-10-20 19:54 UTC  (13+ messages)

[PATCH v2] fs: replace the ki_complete two integer arguments with a single argument
 2021-10-20 19:08 UTC 

[PATCH 0/3] random simple block cleanups
 2021-10-20 19:04 UTC  (5+ messages)
` [PATCH 1/3] block: optimise boundary blkdev_read_iter's checks
` [PATCH 2/3] block: clean up blk_mq_submit_bio() merging
` [PATCH 3/3] block: convert fops.c magic constants to SHIFT_SECTOR

[PATCH 00/16] block optimisation round
 2021-10-20 17:29 UTC  (55+ messages)
` [PATCH 01/16] block: turn macro helpers into inline functions
` [PATCH 02/16] block: convert leftovers to bdev_get_queue
` [PATCH 03/16] block: optimise req_bio_endio()
` [PATCH 04/16] block: don't bloat enter_queue with percpu_ref
` [PATCH 05/16] block: inline a part of bio_release_pages()
` [PATCH 06/16] block: clean up blk_mq_submit_bio() merging
` [PATCH 07/16] blocK: move plug flush functions to blk-mq.c
` [PATCH 08/16] block: optimise blk_flush_plug_list
` [PATCH 09/16] block: optimise boundary blkdev_read_iter's checks
` [PATCH 10/16] block: optimise blkdev_bio_end_io()
` [PATCH 11/16] block: add optimised version bio_set_dev()
` [PATCH 12/16] block: add single bio async direct IO helper
` [PATCH 13/16] block: add async version of bio_set_polled
` [PATCH 14/16] block: skip advance when async and not needed
` [PATCH 15/16] block: optimise blk_may_split for normal rw
` [PATCH 16/16] block: optimise submit_bio_checks "
` (subset) [PATCH 00/16] block optimisation round

cleanup and optimize block plug handling
 2021-10-20 16:10 UTC  (6+ messages)
` [PATCH 1/4] blk-mq: only flush requests from the plug in blk_mq_submit_bio
` [PATCH 2/4] blk-mq: move blk_mq_flush_plug_list to block/blk-mq.h
` [PATCH 3/4] block: optimise blk_flush_plug_list
` [PATCH 4/4] block: cleanup the flush plug helpers

[RFC PATCH v7 00/16] Integrity Policy Enforcement (IPE)
 2021-10-20 15:08 UTC  (6+ messages)
` [RFC PATCH v7 12/16] fsverity|security: add security hooks to fsverity digest and signature

remove QUEUE_FLAG_SCSI_PASSTHROUGH v2
 2021-10-20 14:54 UTC  (6+ messages)
` [PATCH 1/7] block: add a ->get_unique_id method

[PATCH 0/8] bcache patches for Linux v5.16 (first wave)
 2021-10-20 14:41 UTC  (10+ messages)
` [PATCH 1/8] md: bcache: Fix spelling of 'acquire'
` [PATCH 2/8] bcache: reserve never used bits from bkey.high
` [PATCH 3/8] bcache: fix error info in register_bcache()
` [PATCH 4/8] bcache: move calc_cached_dev_sectors to proper place on backing device detach
` [PATCH 5/8] bcache: remove the cache_dev_name field from struct cache
` [PATCH 6/8] bcache: remove the backing_dev_name field from struct cached_dev
` [PATCH 7/8] bcache: use bvec_kmap_local in bch_data_verify
` [PATCH 8/8] bcache: remove bch_crc64_update

[PATCH 0/8] bcache patches for Linux v5.16 (first wave)
 2021-10-20 14:28 UTC 

[PATCH -next] nbd: Fix hungtask when nbd_config_put
 2021-10-20 14:23 UTC  (3+ messages)

[PATCH 0/7] s390/dasd: cleanup and small fixes
 2021-10-20 14:10 UTC  (9+ messages)
` [PATCH 1/7] s390/dasd: handle request magic consistently as unsigned int
` [PATCH 2/7] s390/dasd: fix kernel doc comment
` [PATCH 3/7] s390/dasd: split up dasd_eckd_read_conf
` [PATCH 4/7] s390/dasd: move dasd_eckd_read_fc_security
` [PATCH 5/7] s390/dasd: summarize dasd configuration data in a separate structure
` [PATCH 6/7] s390/dasd: fix missing path conf_data after failed allocation
` [PATCH 7/7] s390/dasd: fix possibly missed path verification

[PATCH -next] nbd: Fix use-after-free in pid_show
 2021-10-20 14:10 UTC  (3+ messages)

[PATCHSET v3] Batched completions
 2021-10-20 14:02 UTC  (3+ messages)

[PATCH v4 0/2] optimize the bfq queue idle judgment
 2021-10-20 11:53 UTC  (8+ messages)
` [PATCH v4 1/2] block, bfq: counted root group into 'num_groups_with_pending_reqs'

Regression of next-20211019
 2021-10-20  8:18 UTC  (3+ messages)

[PATCH v2 0/2] blk-mq: Allow to complete requests directly
 2021-10-20  6:39 UTC  (4+ messages)
` [PATCH v2 2/2] mmc: core: Use blk_mq_complete_request_direct()

fix a pmem regression due to drain the block queue in del_gendisk
 2021-10-20  6:38 UTC  (2+ messages)

[PATCH] block: schedule queue restart after BLK_STS_ZONE_RESOURCE
 2021-10-20  6:08 UTC  (2+ messages)

[PATCH v4] blk-cgroup: synchoronize blkg creation against policy deactivation
 2021-10-20  1:40 UTC 

[PATCH V4 0/6] blk-mq: support concurrent queue quiescing
 2021-10-20  0:28 UTC  (6+ messages)

[PATCH linux-next] cdrom: Remove redundant variable and its assignment
 2021-10-19 22:58 UTC  (2+ messages)

[PATCHSET 0/14] Various block layer optimizations
 2021-10-19 22:26 UTC  (4+ messages)
` [PATCH 06/14] block: store elevator state in request

[PATCH v2] block - ataflop.c: fix breakage introduced at blk-mq refactoring
 2021-10-19 21:30 UTC  (3+ messages)

[PATCH v2] block, bfq: fix UAF problem in bfqg_stats_init()
 2021-10-19 21:18 UTC  (3+ messages)

[PATCH] block: add documentation for inflight
 2021-10-19 21:04 UTC  (3+ messages)

[PATCH blktests V2] tests/srp: fix module loading issue during srp tests
 2021-10-19 19:43 UTC  (2+ messages)

[PATCH] block: improve error checking in blkdev_bio_end_io_async()
 2021-10-19 19:11 UTC  (4+ messages)

[PATCHSET 0/4] Last round of alloc side optimizations
 2021-10-19 18:48 UTC  (7+ messages)
` [PATCH 1/4] block: add rq_flags to struct blk_mq_alloc_data
` [PATCH 2/4] block: pass in blk_mq_tags to blk_mq_rq_ctx_init()
` [PATCH 3/4] block: prefetch request to be initialized
` [PATCH 4/4] block: re-flow blk_mq_rq_ctx_init()

[PATCHSET v2] nvme: don't do full memset() for command setup
 2021-10-19 18:29 UTC  (6+ messages)
` [PATCH 1/2] nvme: move command clear into the various setup helpers
  ` [PATCH v2 "
` [PATCH 2/2] nvme: don't memset() the normal read/write command

[PATCH] blk-mq: don't handle non-flush requests in blk_insert_flush
 2021-10-19 17:11 UTC  (3+ messages)

[PATCH v3 -next 0/2] blk-cgroup: synchoronize blkg creation against policy deactivation
 2021-10-19 17:03 UTC  (5+ messages)
` [PATCH v3 -next 1/2] blk-cgroup: don't call blk_mq_freeze_queue() in blkcg_deactivate_policy()
` [PATCH v3 -next 2/2] blk-cgroup: synchoronize blkg creation against policy deactivation

[PATCH 00/13] block: add_disk() error handling stragglers
 2021-10-19 16:06 UTC  (4+ messages)
` [PATCH 06/13] nvdimm/blk: avoid calling del_gendisk() on early failures

cleanup block device inode syncing
 2021-10-19 13:54 UTC  (3+ messages)
` [PATCH 4/7] btrfs: use sync_blockdev

remove RQF_ELVPRIV
 2021-10-19 13:46 UTC  (5+ messages)
` [PATCH 1/2] blk-mq: remove the RQF_ELVPRIV check in blk_mq_free_request

[PATCHSET v2] Improve plugging
 2021-10-19 13:45 UTC  (4+ messages)
` [PATCH 2/2] block: attempt direct issue of plug list


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