linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-30 16:20:38 to 2019-05-04 18:39:33 UTC [more...]

[GIT PULL 00/26] lightnvm updates for 5.2
 2019-05-04 18:38 UTC  (13+ messages)
` [GIT PULL 01/26] lightnvm: pblk: line reference fix in GC
` [GIT PULL 02/26] lightnvm: pblk: rollback on error during gc read
` [GIT PULL 03/26] lightnvm: pblk: reduce L2P memory footprint
` [GIT PULL 06/26] lightnvm: pblk: fix race during put line
` [GIT PULL 13/26] lightnvm: prevent race condition on pblk remove
` [GIT PULL 17/26] lightnvm: pblk: propagate errors when reading meta
` [GIT PULL 21/26] lightnvm: pblk: IO path reorganization
` [GIT PULL 22/26] lightnvm: pblk: recover only written metadata
` [GIT PULL 23/26] lightnvm: track inflight target creations
` [GIT PULL 24/26] lightnvm: do not remove instance under global lock
` [GIT PULL 25/26] lightnvm: pblk: simplify partial read path
` [GIT PULL 26/26] lightnvm: pblk: use nvm_rq_to_ppa_list()

cleanup bio page releasing and fix a page leak
 2019-05-04 17:41 UTC  (20+ messages)
` [PATCH 1/8] block: move the BIO_NO_PAGE_REF check into bio_release_pages
` [PATCH 2/8] block: use bio_release_pages in bio_unmap_user
` [PATCH 3/8] block: use bio_release_pages in bio_map_user_iov
` [PATCH 4/8] iomap: use bio_release_pages in iomap_dio_bio_end_io
` [PATCH 5/8] block_dev: use bio_release_pages in blkdev_bio_end_io
` [PATCH 6/8] block_dev: use bio_release_pages in __blkdev_direct_IO_simple
` [PATCH 7/8] direct-io: use bio_release_pages in dio_bio_complete
` [PATCH 8/8] block: never take page references for ITER_BVEC

[PATCH V9 0/7] blk-mq: fix races related with freeing queue
 2019-05-04 13:24 UTC  (2+ messages)

blkdev_get deadlock
 2019-05-04  1:15 UTC  (2+ messages)

[PATCH 0/3] block: sed-opal: add support for shadow MBR done flag and write
 2019-05-03 20:32 UTC  (11+ messages)
` [PATCH 1/3] block: sed-opal: add ioctl for done-mark of shadow mbr
` [PATCH 2/3] block: sed-opal: ioctl for writing to "
` [PATCH 3/3] block: sed-opal: check size of "

[PATCH v2 1/3] blk-mq.c: Add documention of function blk_mq_init_queue
 2019-05-03 16:06 UTC  (4+ messages)

[PATCH] xen-blkfront: switch kcalloc to kvcalloc for large array allocation
 2019-05-03 15:04 UTC 

io_uring: REQ_F_PREPPED race condition with punting to workers
 2019-05-03 14:48 UTC  (2+ messages)

[PATCH v2] lib/loopdev.c: Retry LOOP_SET_STATUS64 on EAGAIN
 2019-05-03 13:42 UTC 

[PATCH] lib/loopdev.c: Retry LOOP_SET_STATUS64 on EAGAIN
 2019-05-03 12:10 UTC  (3+ messages)

[PATCH 1/2] cpumask: Introduce possible_cpu_safe()
 2019-05-03 11:43 UTC  (4+ messages)
` [PATCH v2 2/2] io_uring: Potential Oops in io_sq_offload_start()

[PATCH 0/5] block/target queue/LUN reset support
 2019-05-03 11:10 UTC  (6+ messages)

io_uring: not good enough for release
 2019-05-03  9:47 UTC  (12+ messages)
    ` io_uring: submission error handling
              ` [PATCH v1 1/1] [io_uring] don't stall on submission errors
  ` [PATCH 1/2] io_uring: restructure io_{read,write} control flow
    ` [PATCH 2/2] io_uring: punt to workers if file doesn't support async

[PATCH v4 0/2] loop: Better discard for block devices
 2019-05-03  0:05 UTC  (4+ messages)
` [PATCH v4 1/2] loop: Report EOPNOTSUPP properly
` [PATCH v4 2/2] loop: Better discard support for block devices

[GIT PULL] last round of nvme updates for 5.2
 2019-05-02 22:07 UTC  (2+ messages)

[PATCH] block: Fix function name in comment
 2019-05-02 21:54 UTC  (6+ messages)

[PATCH 0/2] Introduce size_to_sectors helper in blkdev.h
 2019-05-02 21:51 UTC  (3+ messages)
` [PATCH 1/2] blkdev.h: Introduce size_to_sectors hlper function

[PATCH v2 0/2] Introduce bytes_to_sectors helper in blkdev.h
 2019-05-02 20:40 UTC  (4+ messages)
` [PATCH v2 1/2] blkdev.h: Introduce bytes_to_sectors helper function
` [PATCH v2 2/2] null_blk: Make use of bytes_to_sectors helper

[GIT PULL] Final fixes for 5.1
 2019-05-02 18:20 UTC  (2+ messages)

[RFC PATCH 00/18] blktrace: add blktrace extension support
 2019-05-02 15:12 UTC  (27+ messages)
` [RFC PATCH 01/18] blktrace: increase the size of action mask
` [RFC PATCH 02/18] blktrace: add more definitions for BLK_TC_ACT
` [RFC PATCH 03/18] blktrace: update trace to track more actions
` [RFC PATCH 04/18] kernel/trace: add KConfig to enable blktrace_ext
` [RFC PATCH 05/18] blktrace: add iopriority mask
` [RFC PATCH 06/18] "
` [RFC PATCH 07/18] blktrace: allow user to track iopriority
` [RFC PATCH 08/18] blktrace: add sysfs ioprio mask
` [RFC PATCH 09/18] blktrace: add debug support for extension
` [RFC PATCH 10/18] block: set ioprio for write-zeroes, discard etc
` [RFC PATCH 11/18] block: set ioprio for zone-reset
` [RFC PATCH 12/18] block: set ioprio for flush bio
` [RFC PATCH 13/18] drivers: set bio iopriority field
` [RFC PATCH 14/18] fs: "
` [RFC PATCH 15/18] power/swap: "
` [RFC PATCH 16/18] mm: "
` [RFC PATCH 17/18] null_blk: add write-zeroes flag to nullb_device
` [RFC PATCH 18/18] null_blk: add module param discard/write-zeroes

[PATCH v5 0/3] lightnvm: next set of improvements for 5.2
 2019-05-02 10:03 UTC  (6+ messages)
` [PATCH v5 1/3] lightnvm: pblk: simplify partial read path

[PATCH] lightnvm: pblk: Introduce hot-cold data separation
 2019-05-02  9:08 UTC  (9+ messages)

[PATCH rdma-for-next 0/9] drivers/infiniband: Introduce rdma_dim
 2019-05-02  8:45 UTC  (12+ messages)
` [PATCH rdma-for-next 1/9] linux/dim: Move logic to dim.h
` [PATCH rdma-for-next 2/9] linux/dim: Remove "net" prefix from internal DIM members
` [PATCH rdma-for-next 3/9] linux/dim: Rename externally exposed macros
` [PATCH rdma-for-next 4/9] linux/dim: Rename net_dim_sample() to net_dim_create_sample()
` [PATCH rdma-for-next 5/9] linux/dim: Rename externally used net_dim members
` [PATCH rdma-for-next 6/9] linux/dim: Move implementation to .c files
` [PATCH rdma-for-next 7/9] linux/dim: Add completions count to dim_sample
` [PATCH rdma-for-next 8/9] linux/dim: Implement rdma_dim
` [PATCH rdma-for-next 9/9] drivers/infiniband: Use rdma_dim in infiniband driver

[LSF/MM TOPIC] Direct block mapping through fs for device
 2019-05-02  1:52 UTC  (7+ messages)

[PATCH v1 1/1] [io_uring] req->error only used for iopoll
 2019-05-01 21:57 UTC  (2+ messages)

[PATCH v2] block: fix fio jobs for 027 and add cgroup support
 2019-05-01 19:48 UTC 

[RFC] [PATCH V2 0/1] Introduce emergency raid0 stop for mounted arrays
 2019-05-01 18:00 UTC  (5+ messages)

[PATCHv2] io_uring: avoid page allocation warnings
 2019-05-01 16:00 UTC  (2+ messages)

[PATCH] io_uring: avoid page allocation warnings
 2019-05-01 15:55 UTC  (11+ messages)

[PATCH] io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()
 2019-05-01 15:40 UTC  (6+ messages)

[PATCH v1 1/1] [io_uring] require RWF_HIPRI for iopoll reads and writes
 2019-05-01 14:12 UTC  (4+ messages)

[PATCH 0/2] block/iov_iter: fix two issues related with BIO_NO_PAGE_REF
 2019-05-01 12:50 UTC  (3+ messages)

[PATCH] bcache: remove redundant LIST_HEAD(journal) from run_cache_set()
 2019-05-01 12:35 UTC  (5+ messages)

[PATCH v2] bcache: remove redundant LIST_HEAD(journal) from run_cache_set()
 2019-05-01  6:42 UTC 

[RFC PATCH blktrace-tools 00/10] blktrace: add blktrace extension support
 2019-05-01  4:33 UTC  (11+ messages)
` [RFC PATCH blktrace-tools 01/10] blktrace.h: add blktrace extension to the header
` [RFC PATCH blktrace-tools 02/10] blktrace_api.h: update blktrace API header
` [RFC PATCH blktrace-tools 03/10] act-mask: add blktrace extension to act_mask
` [RFC PATCH blktrace-tools 04/10] blktrace.c: add support for extensions
` [RFC PATCH blktrace-tools 05/10] blkparse.c: "
` [RFC PATCH blktrace-tools 06/10] blkparse-fmt.c: add extension support
` [RFC PATCH blktrace-tools 07/10] iowatcher/blkparse: add extension definitions
` [RFC PATCH blktrace-tools 08/10] blkiomon: add extension support
` [RFC PATCH blktrace-tools 09/10] blkrawverify: "
` [RFC PATCH blktrace-tools 10/10] blktrace-tools: "

[PATCH 1/2] block: Fix a NULL pointer dereference in generic_make_request()
 2019-04-30 22:55 UTC  (3+ messages)
` [PATCH 2/2] md/raid0: Do not bypass blocking queue entered for raid0 bios

[PATCH] block: remove the unused blk_queue_dma_pad function
 2019-04-30 22:13 UTC  (3+ messages)

add SPDX tags to all block layer files
 2019-04-30 22:12 UTC  (12+ messages)
` [PATCH 1/5] block: switch all files cleared marked as GPLv2 to SPDX tags
` [PATCH 2/5] block: switch all files cleared marked as GPLv2 or later "
` [PATCH 3/5] sed-opal.h: remove redundant licence boilerplate
` [PATCH 4/5] block: add a SPDX tag to blk-mq-rdma.h
` [PATCH 5/5] block: add SPDX tags to block layer files missing licensing information

[PATCH] nvme-pci: fix psdt field for single segment sgls
 2019-04-30 16:59 UTC 

[PATCHv2] io_uring: free allocated io_memory once
 2019-04-30 16:33 UTC  (2+ messages)

[PATCH] block: remove the unused blk_queue_dma_pad function
 2019-04-30 16:27 UTC  (3+ messages)

[PATCH] io_uring: free allocated io_memory once
 2019-04-30 16:26 UTC  (3+ messages)

[PATCH] io_uring: fix SQPOLL cpu validation
 2019-04-30 16:20 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).