linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-19 14:51:26 to 2019-07-25 03:04:10 UTC [more...]

[PATCH 1/3] blk-throttle: support io delay stats
 2019-07-25  3:03 UTC  (3+ messages)
` [PATCH 2/3] blk-throttle: add counter for completed io
` [PATCH 3/3] blk-throttle: add throttled io/bytes counter

[PATCH V4 0/2] block/scsi/dm-rq: fix leak of request private data in dm-mpath
 2019-07-25  2:05 UTC  (3+ messages)
` [PATCH V4 1/2] blk-mq: add callback of .cleanup_rq
` [PATCH V4 2/2] scsi: implement .cleanup_rq callback

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-07-25  0:41 UTC  (19+ messages)
` [PATCH 01/12] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH 02/12] iov_iter: add helper to test if an iter would use GUP v2
` [PATCH 03/12] block: bio_release_pages: use flags arg instead of bool
` [PATCH 04/12] block: bio_release_pages: convert put_page() to put_user_page*()
` [PATCH 05/12] block_dev: "
` [PATCH 06/12] fs/nfs: "
` [PATCH 07/12] vhost-scsi: "
` [PATCH 08/12] fs/cifs: "
` [PATCH 09/12] fs/fuse: "
` [PATCH 10/12] fs/ceph: "
` [PATCH 11/12] 9p/net: "
` [PATCH 12/12] fs/ceph: fix a build warning: returning a value from void function

[PATCH] block: fix max segment size handling in blk_queue_virt_boundary
 2019-07-25  0:31 UTC  (2+ messages)

[PATCH 0/2] Fix misuse of blk_rq_stats in blk-iolatency
 2019-07-24 21:35 UTC  (6+ messages)
` [PATCH 1/2] blk-iolatency: Fix zero mean in previous stats
  ` [RESEND RFC PATCH "
` [PATCH 2/2] blk-stats: Introduce explicit stat staging buffers
  ` [RESEND RFC PATCH "
` [RESEND RFC PATCH 0/2] Fix misuse of blk_rq_stats in blk-iolatency

fstrim error - AORUS NVMe Gen4 SSD
 2019-07-24 21:30 UTC  (8+ messages)

[RFC][PATCH] io_uring: Incapsulate conditional mem accounting
 2019-07-24 21:29 UTC  (2+ messages)

[PATCH 1/2] blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it
 2019-07-24 17:37 UTC  (3+ messages)
` [PATCH RESEND "
  ` [PATCH 2/2] blkcg: don't offline parent blkcg first

[PATCH V3 0/2] block/scsi/dm-rq: fix leak of request private data in dm-mpath
 2019-07-24 16:18 UTC  (4+ messages)
` [PATCH V3 1/2] blk-mq: add callback of .cleanup_rq
` [PATCH V3 2/2] scsi: implement .cleanup_rq callback

[PATCH liburing 0/4] Fedora packaging preparation
 2019-07-24 15:12 UTC  (6+ messages)
` [PATCH liburing 1/4] pkgconfig: add missing config-host.mak dependency
` [PATCH liburing 2/4] spec: invoke ./configure with arguments
` [PATCH liburing 3/4] src/Makefile: honor the caller's includedir and libdir
` [PATCH liburing 4/4] src/Makefile: keep private headers in <liburing/*.h>

io_uring completly hang my pc
 2019-07-24 14:47 UTC  (2+ messages)

[PATCH 1/2] block: drbd: Fix a possible null-pointer dereference in receive_protocol()
 2019-07-24 11:48 UTC  (2+ messages)

[PATCH 2/2] block: drbd: Fix a possible null-pointer dereference in is_valid_state()
 2019-07-24 11:37 UTC  (2+ messages)
` [Drbd-dev] "

[PATCH V2 0/5] blk-mq: wait until completed req's complete fn is run
 2019-07-24  3:48 UTC  (6+ messages)
` [PATCH V2 1/5] blk-mq: introduce blk_mq_request_completed()
` [PATCH V2 2/5] blk-mq: introduce blk_mq_tagset_wait_completed_request()
` [PATCH V2 3/5] nvme: don't abort completed request in nvme_cancel_request
` [PATCH V2 4/5] nvme: wait until all completed request's complete fn is called
` [PATCH V2 5/5] blk-mq: remove blk_mq_complete_request_sync

Reminder: 11 open syzbot bugs in block subsystem
 2019-07-24  2:26 UTC 

EIO with io_uring O_DIRECT writes on ext4
 2019-07-24  2:23 UTC  (7+ messages)

[PATCH 0/5] blk-mq: wait until completed req's complete fn is run
 2019-07-24  2:05 UTC  (25+ messages)
` [PATCH 1/5] blk-mq: introduce blk_mq_request_completed()
` [PATCH 2/5] blk-mq: introduce blk_mq_tagset_wait_completed_request()
` [PATCH 3/5] nvme: don't abort completed request in nvme_cancel_request
` [PATCH 4/5] nvme: wait until all completed request's complete fn is called
` [PATCH 5/5] blk-mq: remove blk_mq_complete_request_sync

[PATCH] nbd_genl_status: null check for nla_nest_start
 2019-07-23 23:01 UTC 

[PATCH] psi: annotate refault stalls from IO submission
 2019-07-23 22:10 UTC  (8+ messages)

[PATCH V2] lightnvm: introduce pr_fmt for the previx nvm
 2019-07-23 18:44 UTC  (2+ messages)

[PATCH V3] lightnvm: introduce pr_fmt for the prefix nvm
 2019-07-23 18:43 UTC 

fix nr_phys_segments vs iterators accounting v3
 2019-07-23 16:11 UTC  (4+ messages)
` [PATCH 2/4] block: force an unlimited segment size on queues with a virt boundary

[PATCH 0/5] Optimize bio splitting
 2019-07-23 15:39 UTC  (10+ messages)
` [PATCH 1/5] block: Declare several function pointer arguments 'const'
` [PATCH 2/5] block: Document the bio splitting functions
` [PATCH 3/5] block: Micro-optimize bvec_split_segs()
` [PATCH 4/5] block: Simplify blk_bio_segment_split()
` [PATCH 5/5] block: Improve physical block alignment of split bios

[PATCH v2 0/3] introduce LED block device activity trigger
 2019-07-23 15:28 UTC  (8+ messages)
` [PATCH v2 1/3] block: "
` [PATCH v2 2/3] ledtrig-blk: add interface to stop and restart polling disk stats
` [PATCH v2 3/3] scsi: sd: stop polling disk stats by ledtrig-blk during runtime suspend

[PATCH v3 1/5] block: add weighted round robin for blkcgroup
 2019-07-23 14:29 UTC  (3+ messages)

[PATCH] blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handling
 2019-07-23 14:10 UTC 

[PATCH] [v2] drbd: dynamically allocate shash descriptor
 2019-07-23 13:35 UTC  (4+ messages)

[PATCH V2] mpt3sas: support target smid for [abort|query] task
 2019-07-23 13:33 UTC  (4+ messages)

[PATCH v2] block: blk-mq: Remove blk_mq_sched_started_request and started_request
 2019-07-23 13:25 UTC  (2+ messages)

[PATCH v8 0/5] treewide: improve R-Car SDHI performance
 2019-07-23  8:17 UTC  (7+ messages)
` [PATCH v8 1/5] dma: Introduce dma_get_merge_boundary()
` [PATCH v8 2/5] iommu/dma: Add a new dma_map_ops of get_merge_boundary()
` [PATCH v8 3/5] block: sort headers on blk-setting.c
` [PATCH v8 4/5] block: add a helper function to merge the segments
` [PATCH v8 5/5] mmc: queue: Use bigger segments if DMA MAP layer can "

[RFC PATCH 0/7] Add MMC packed function
 2019-07-23  7:15 UTC  (12+ messages)
` [RFC PATCH 1/7] blk-mq: Export blk_mq_hctx_has_pending() function
` [RFC PATCH 2/7] mmc: core: Add MMC packed request function
` [RFC PATCH 3/7] mmc: host: sdhci: Introduce ADMA3 transfer mode
` [RFC PATCH 4/7] mmc: host: sdhci: Factor out the command configuration
` [RFC PATCH 5/7] mmc: host: sdhci: Remove redundant sg_count member of struct sdhci_host
` [RFC PATCH 6/7] mmc: host: sdhci: Add MMC packed request support
` [RFC PATCH 7/7] mmc: host: sdhci-sprd: "

[PATCH] lightnvm: introduce pr_fmt for the previx nvm
 2019-07-23  5:47 UTC  (4+ messages)

[PATCH 0/2] Remove blk_mq_sched_started_request function
 2019-07-23  2:17 UTC  (4+ messages)
` [PATCH 1/2] block: blk-mq: "
` [PATCH 2/2] include: elevator.h: Remove started_request from elevator_mq_ops

regression: block/001 lead kernel NULL pointer from v5.3-rc1
 2019-07-23  2:16 UTC  (4+ messages)

[PATCH V2 0/2] block/scsi/dm-rq: fix leak of request private data in dm-mpath
 2019-07-23  1:03 UTC  (7+ messages)
` [PATCH V2 1/2] blk-mq: add callback of .cleanup_rq
` [PATCH V2 2/2] scsi: implement .cleanup_rq callback

[PATCH] bfq: Check if bfqq is NULL in bfq_insert_request
 2019-07-23  0:06 UTC  (4+ messages)

[PATCH 0/4] Remove elevator kernel parameter
 2019-07-22 23:51 UTC  (3+ messages)
` [PATCH 1/4] block: elevator.c: Remove now unused elevator= argument

[RFC PATCH 0/3] md: export internal stats through debugfs
 2019-07-22 23:30 UTC  (3+ messages)

[PATCH 0/1] bcache fix for Linux v5.3-rc2
 2019-07-22 14:15 UTC  (3+ messages)
` [PATCH 1/1] bcache: fix possible memory leak in bch_cached_dev_run()

[PATCH v2] track io length in async_list based on bytes
 2019-07-22  3:47 UTC  (2+ messages)

[PATCH AUTOSEL 5.2 129/249] blk-iolatency: only account submitted bios
 2019-07-22  0:39 UTC  (3+ messages)

[PATCH] io_uring: use bytes instead of pages to decide len exceeding
 2019-07-21 16:56 UTC  (2+ messages)

Dual Property Australia Enquiry
 2019-07-21 12:43 UTC 

[RFC PATCH] io_uring: add a memory barrier before atomic_read
 2019-07-20 15:19 UTC  (6+ messages)

[PATCH] io_uring: don't use iov_iter_advance() for fixed buffers
 2019-07-20 14:45 UTC 

[PATCH] block: pg: add header include guard
 2019-07-20 12:05 UTC 

[PATCH] cgroup writeback: use online cgroup when switching from dying bdi_writebacks
 2019-07-19 21:13 UTC  (2+ 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).