messages from 2020-09-10 02:34:34 to 2020-09-16 06:19:39 UTC [more...]
[PATCH -next] aoe: remove unnecessary mutex_init()
2020-09-16 6:20 UTC
[PATCH v2 0/3] block: fix up bio_crypt_ctx allocation
2020-09-16 3:53 UTC (4+ messages)
` [PATCH v2 1/3] block: make bio_crypt_clone() able to fail
` [PATCH v2 2/3] block: make blk_crypto_rq_bio_prep() "
` [PATCH v2 3/3] block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()
[PATCH] io_uring: fix the bug of child process can't do io task
2020-09-16 3:53 UTC (4+ messages)
` [External] "
[PATCH v2 0/4] block: a couple chunk_sectors fixes/improvements
2020-09-16 3:39 UTC (9+ messages)
` [PATCH v2 1/4] block: use lcm_not_zero() when stacking chunk_sectors
` [PATCH v2 2/4] block: allow 'chunk_sectors' to be non-power-of-2
` [PATCH v2 3/4] dm table: stack 'chunk_sectors' limit to account for target-specific splitting
` [PATCH v2 4/4] dm: unconditionally call blk_queue_split() in dm_process_bio()
[PATCH V1] block: Fix use-after-free issue while accessing ioscheduler lock
2020-09-16 0:58 UTC (4+ messages)
[PATCH V2] block: Fix use-after-free issue while accessing ioscheduler lock
2020-09-15 13:59 UTC (5+ messages)
[PATCH v8 0/3] Charge loop device i/o to issuing cgroup
2020-09-15 13:17 UTC (2+ messages)
[PATCH v3 0/2] Fix handling of host-aware ZBC disks
2020-09-16 0:09 UTC (7+ messages)
` [PATCH v3 1/2] scsi: "
` [PATCH v3 2/2] scsi: Fix ZBC disk initialization
REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag
2020-09-15 23:09 UTC (4+ messages)
bdi cleanups v5
2020-09-15 15:18 UTC (13+ messages)
` [PATCH 01/12] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/12] drbd: remove dead code in device_to_statistics
` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 05/12] md: update the optimal I/O size on reshape
` [PATCH 06/12] block: lift setting the readahead size into the block layer
` [PATCH 07/12] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
[PATCH] block: Fix inflight statistic for MQ submission with !elevator
2020-09-15 16:11 UTC (6+ messages)
` [PATCH v2] block: Consider only dispatched requests for inflight statistic
Revert "dm: always call blk_queue_split() in dm_process_bio()"
2020-09-15 17:03 UTC (27+ messages)
` [PATCH 0/3] block: a few chunk_sectors fixes/improvements
` [PATCH 1/3] block: fix blk_rq_get_max_sectors() to flow more carefully
` [PATCH 2/3] block: use lcm_not_zero() when stacking chunk_sectors
` [PATCH 3/3] block: allow 'chunk_sectors' to be non-power-of-2
[PATCH 0/5] Some improvements for blk-throttle
2020-09-15 18:17 UTC (5+ messages)
[PATCH 0/3] io_uring: Fix async workqueue is not canceled on some corner case
2020-09-15 9:44 UTC (5+ messages)
` [PATCH 1/3] io_uring: Fix resource leaking when kill the process
` [PATCH 2/3] io_uring: Fix missing smp_mb() in io_cancel_async_work()
` [PATCH 3/3] io_uring: Fix remove irrelevant req from the task_list
[PATCH] blk-mq: fix hang issue in blk_queue_enter()
2020-09-15 8:34 UTC
bdi cleanups v3
2020-09-15 7:05 UTC (8+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer
clean up is partition checks
2020-09-15 5:45 UTC (2+ messages)
[PATCH 0/1] DASD: fix discard for FBA devices
2020-09-15 1:41 UTC (3+ messages)
` [PATCH 1/1] s390/dasd: Fix zero write "
[PATCH] tools/io_uring: fix compile breakage
2020-09-15 1:34 UTC (2+ messages)
[PATCH v2 0/2] Fix handling of host-aware ZBC disks
2020-09-14 23:26 UTC (7+ messages)
` [PATCH v2 1/2] scsi: "
` [PATCH v2 2/2] scsi: Fix ZBC disk initialization
[PATCH v7 0/7] blktests: Add support to run nvme tests with tcp/rdma transports
2020-09-14 22:25 UTC (10+ messages)
` [PATCH v7 1/7] nvme: consolidate nvme requirements based on transport type
` [PATCH v7 4/7] tests/nvme: restrict tests to specific transports
[PATCH AUTOSEL 5.8 22/29] block: only call sched requeue_request() for scheduled requests
2020-09-14 13:03 UTC
[PATCH] blk-mq: fix hang issue in blk_queue_enter()
2020-09-14 16:48 UTC (2+ messages)
[PATCH AUTOSEL 5.4 16/22] block: only call sched requeue_request() for scheduled requests
2020-09-14 13:04 UTC
[PATCH V6 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
2020-09-14 12:47 UTC (7+ messages)
` [PATCH V6 1/4] block: use test_and_{clear|test}_bit to set/clear QUEUE_FLAG_QUIESCED
` [PATCH V6 2/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
` [PATCH V6 3/4] blk-mq: add tagset quiesce interface
` [PATCH V6 4/4] nvme: use blk_mq_[un]quiesce_tagset
remove ->revalidate_disk
2020-09-14 7:03 UTC (4+ messages)
` [PATCH 1/3] paride/pd: "
` [PATCH 2/3] umem: "
` [PATCH 3/3] block: remove the revalidate_disk method
[PATCH V5 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
2020-09-14 3:05 UTC (15+ messages)
` [PATCH V5 1/4] block: use test_and_{clear|test}_bit to set/clear QUEUE_FLAG_QUIESCED
` [PATCH V5 2/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
` [PATCH V5 3/4] blk-mq: add tagset quiesce interface
` [PATCH V5 4/4] nvme: use blk_mq_[un]quiesce_tagset
[RFC] Reliable Multicast on top of RTRS
2020-09-13 14:51 UTC (6+ messages)
[RFC] block: enqueue splitted bios into same cpu
2020-09-13 14:00 UTC (4+ messages)
[PATCH 0/2] Fix handling of host-aware ZBC disks
2020-09-13 8:05 UTC (7+ messages)
` [PATCH 1/2] scsi: "
` [PATCH 2/2] scsi: Fix ZBC disk initialization
bdi cleanups v4
2020-09-12 6:17 UTC (14+ messages)
` [PATCH 01/12] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/12] drbd: remove dead code in device_to_statistics
` [PATCH 03/12] drbd: remove RB_CONGESTED_REMOTE
` [PATCH 04/12] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 05/12] md: update the optimal I/O size on reshape
` [PATCH 06/12] block: lift setting the readahead size into the block layer
` [PATCH 07/12] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 08/12] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 09/12] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 10/12] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 11/12] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 12/12] bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
[PATCH v2] zram: add restriction on dynamic zram device creation
2020-09-12 0:02 UTC (2+ messages)
[PATCH block/for-next] blk-iocost: fix divide-by-zero in transfer_surpluses()
2020-09-11 22:44 UTC (5+ messages)
` [PATCH v2 "
[PATCH v3 0/3] block: improve iostat for md/bcache partitions
2020-09-11 21:37 UTC (2+ messages)
[GIT PULL] Block fixes for 5.9-rc5
2020-09-11 20:45 UTC (2+ messages)
[PATCH] block: fix locking in bdev_del_partition
2020-09-11 14:58 UTC (2+ messages)
[PATCH V2] blk-mq: always allow reserved allocation in hctx_may_queue
2020-09-11 11:27 UTC (2+ messages)
[PATCH] scsi: core: Remove the unused include statements
2020-09-11 11:24 UTC (2+ messages)
[PATCH] blk-mq: always allow reserved allocation in hctx_may_queue
2020-09-11 10:01 UTC (3+ messages)
rework check_disk_change() v2
2020-09-10 15:54 UTC (2+ messages)
[PATCH] [v2] blkcg: add plugging support for punt bio
2020-09-10 15:56 UTC (2+ messages)
[PATCH V4 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
2020-09-10 14:55 UTC (7+ messages)
` [PATCH V4 2/4] "
[GIT PULL] nvme fixes for 5.9
2020-09-10 13:12 UTC (2+ messages)
[PATCH] block: remove redundant empty check of mq_list
2020-09-10 9:44 UTC (3+ messages)
[PATCH v2] block: Fix potential page reference leak in __bio_iov_append_get_pages()
2020-09-10 8:53 UTC
[PATCH v8 00/18] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
2020-09-10 8:33 UTC (3+ messages)
` [PATCH v8 13/18] scsi: core: Show nr_hw_queues in sysfs
[PATCH 0/3] add support for inline encryption to device mapper
2020-09-09 23:44 UTC (3+ messages)
` [PATCH 1/3] block: keyslot-manager: Introduce passthrough keyslot manager
` [PATCH 2/3] dm: add support for passing through inline crypto support
page: next (older) | prev (newer) | latest
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).