linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-09 20:24:16 to 2019-05-21 08:05:31 UTC [more...]

fix nr_phys_segments vs iterators accounting v3
 2019-05-21  8:05 UTC  (6+ messages)
` [PATCH 1/4] block: don't decrement nr_phys_segments for physically contigous segments
` [PATCH 2/4] block: force an unlimited segment size on queues with a virt boundary
` [PATCH 3/4] block: remove the segment size check in bio_will_gap
` [PATCH 4/4] block: remove the bi_seg_{front,back}_size fields in struct bio

[PATCH] blk-mq: Wait for for hctx inflight requests on CPU unplug
 2019-05-21  8:03 UTC  (3+ messages)

[PATCH 0/2] block, bfq: add weight symlink to the bfq.weight cgroup parameter
 2019-05-21  8:01 UTC  (3+ messages)
` [PATCH 1/2] cgroup: let a symlink too be created with a cftype file
` [PATCH 2/2] block, bfq: add weight symlink to the bfq.weight cgroup parameter

[PATCH 0/2] fixes for block stats
 2019-05-21  7:59 UTC  (3+ messages)
` [PATCH 1/2] block: make rq sector size accessible "
` [PATCH 2/2] block: also check RQF_STATS in blk_mq_need_time_stamp()

CFQ idling kills I/O performance on ext4 with blkio cgroup controller
 2019-05-21  7:38 UTC  (12+ messages)

[RESEND PATCH v4] blk-mq: fix hang caused by freeze/unfreeze sequence
 2019-05-21  7:04 UTC  (3+ messages)

[PATCH V2 1/2] block: Fix a NULL pointer dereference in generic_make_request()
 2019-05-21  5:59 UTC  (3+ messages)
` [PATCH V2 2/2] md/raid0: Do not bypass blocking queue entered for raid0 bios

fix nr_phys_segments vs iterators accounting v2
 2019-05-21  5:11 UTC  (19+ messages)
` [PATCH 1/4] block: don't decrement nr_phys_segments for physically contigous segments
` [PATCH 2/4] block: force an unlimited segment size on queues with a virt boundary
` [PATCH 3/4] block: remove the segment size check in bio_will_gap
` [PATCH 4/4] block: remove the bi_seg_{front,back}_size fields in struct bio

[PATCH 1/2] block: Fix a NULL pointer dereference in generic_make_request()
 2019-05-20 19:25 UTC  (15+ messages)
` [PATCH 2/2] md/raid0: Do not bypass blocking queue entered for raid0 bios

[PATCH] block: improve print_req_error
 2019-05-20 17:34 UTC  (4+ messages)

[PATCH 2/4] bio: fix improper use of smp_mb__before_atomic()
 2019-05-20 17:23 UTC  (2+ messages)
` [PATCH 3/4] sbitmap: "

[PATCH v5 0/7] Extend write-hint framework, and add write-hint for Ext4 journal
 2019-05-20 14:27 UTC  (5+ messages)

Adding QCOW2 reading/writing support
 2019-05-20 13:05 UTC  (12+ messages)

Setting up default iosched in 5.0+
 2019-05-18  9:33 UTC 

[PATCH] loop: avoid EAGAIN, if offset or block_size are changed
 2019-05-18  0:53 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] block: bio: use struct_size() in kmalloc()
 2019-05-17 22:59 UTC  (4+ messages)

[PATCHSET 0/3] io_uring: support for linked SQEs
 2019-05-17 21:41 UTC  (4+ messages)
` [PATCH 1/3] uio: make import_iovec()/compat_import_iovec() return bytes on success
` [PATCH 2/3] io_uring: punt short reads to async context
` [PATCH 3/3] io_uring: add support for sqe links

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
 2019-05-17 12:01 UTC 

Block device naming
 2019-05-17 11:24 UTC  (5+ messages)

[GIT PULL] Followup block changes for 5.2-rc1
 2019-05-17  2:25 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.2-rc1
 2019-05-17  2:25 UTC  (2+ messages)

[git pull] device mapper changes for 5.2
 2019-05-16 23:25 UTC  (5+ messages)
` [git pull v2] "

[PATCH] loop: Don't change loop device under exclusive opener
 2019-05-16 20:44 UTC  (2+ messages)

replace sq_mask with ring_mask
 2019-05-16 14:50 UTC  (2+ messages)

[PATCH] block/bio-integrity: use struct_size() in kmalloc()
 2019-05-16 14:49 UTC  (3+ messages)

[PATCH v2 1/1] io_uring: fix infinite wait in khread_park() on io_finish_async()
 2019-05-16 14:20 UTC  (2+ messages)

[PATCH 1/2] io_uring: adjust smp_rmb inside io_cqring_events
 2019-05-16 14:12 UTC  (4+ messages)
` [PATCH 2/2] io_uring: use wait_event_interruptible for cq_wait conditional wait

[GIT PULL] nvme fixes for 5.2
 2019-05-16 14:09 UTC  (2+ messages)

INFO: task hung in __get_super
 2019-05-16 12:50 UTC  (9+ messages)

[PATCH] block: Don't revalidate bdev of hidden gendisk
 2019-05-16  7:02 UTC  (3+ messages)

use-after-free in bfq_idle_slice_timer()
 2019-05-16  0:15 UTC  (5+ messages)

[PATCH 1/1] nbd: add netlink reconfigure resize support
 2019-05-16  0:38 UTC 

[PATCH 0/3] block: queue exit cleanup
 2019-05-15 16:01 UTC  (5+ messages)
` [PATCH 1/3] block: move blk_exit_queue into __blk_release_queue
` [PATCH 2/3] block: don't protect generic_make_request_checks with blk_queue_enter
` [PATCH 3/3] block: rename BIO_QUEUE_ENTERED as BIO_SPLITTED

[PATCH] lightnvm: pblk: Fix freeing merged pages
 2019-05-15  9:12 UTC  (2+ messages)

fix nr_phys_segments vs iterators accounting
 2019-05-15  8:34 UTC  (27+ messages)
` [PATCH 01/10] block: don't decrement nr_phys_segments for physically contigous segments
` [PATCH 02/10] block: force an unlimited segment size on queues with a virt boundary
` [PATCH 03/10] block: remove the segment size check in bio_will_gap
` [PATCH 04/10] block: remove the bi_seg_{front,back}_size fields in struct bio
` [PATCH 05/10] block: initialize the write priority in blk_rq_bio_prep
` [PATCH 06/10] block: remove blk_init_request_from_bio
` [PATCH 07/10] block: remove the bi_phys_segments field in struct bio
` [PATCH 08/10] block: simplify blk_recalc_rq_segments
` [PATCH 09/10] block: untangle the end of blk_bio_segment_split
` [PATCH 10/10] block: mark blk_rq_bio_prep as inline

[PATCH 1/1] io_uring: fix infinite wait in khread_park() on io_finish_async()
 2019-05-14  9:27 UTC  (5+ messages)

[PATCH V4 0/3] scsi: core: avoid big pre-allocation for sg list
 2019-05-14  2:06 UTC  (2+ messages)

Maintainer's / Kernel Summit 2019 planning kick-off
 2019-05-13 23:06 UTC 

[PATCH 0/3] block: sed-opal: add support for shadow MBR done flag and write
 2019-05-13 22:12 UTC  (5+ messages)

[PATCH] block: Move tag field position in struct request
 2019-05-13 16:55 UTC  (2+ messages)

io_uring: REQ_F_PREPPED race condition with punting to workers
 2019-05-13 15:15 UTC  (3+ messages)
` [PATCH 1/1] io_uring: fix race condition reading SQE data

[PATCH] bfq: backport: update internal depth state when queue depth changes
 2019-05-13 13:09 UTC  (6+ messages)

[PATCH] block: preserve BIO_REFFED flag in bio_reset()
 2019-05-13  8:08 UTC  (6+ messages)

[PATCH] nvme-pci: fix single segment detection
 2019-05-13  6:26 UTC  (4+ messages)

[PATCH blktests] zbd/007: Test zone mapping of logical devices
 2019-05-13  2:03 UTC 

WARNING: CPU: 0 PID: 29149 at kernel/workqueue.c:2911 __flush_work.isra.29+0x19f/0x1b0
 2019-05-11 23:27 UTC 

io_uring: not good enough for release
 2019-05-11 16:57 UTC  (11+ messages)
  ` io_uring: closing / release
  ` io_uring: O_NONBLOCK/IOCB_NOWAIT/RWF_NOWAIT mess
      ` [PATCH 1/5] fs: RWF flags override default IOCB flags from file flags
        ` [PATCH 2/5] tcp: handle SPLICE_F_NONBLOCK in tcp_splice_read
        ` [PATCH 3/5] pipe: use IOCB_NOWAIT instead of O_NONBLOCK
        ` [PATCH 4/5] socket: "
        ` [PATCH 5/5] io_uring: use FMODE_NOWAIT to detect files supporting IOCB_NOWAIT

[PATCH blktests v2] block/005,008: do exit if fio did not finish within timeout
 2019-05-11 15:36 UTC 

md raid hangs when using multi-queue schedulers
 2019-05-11  6:58 UTC 

[PATCH blktests] block/005,008: do exit if fio did not finish within timeout
 2019-05-10 18:20 UTC  (2+ messages)

[PATCH block/for-5.2-fixes] blkcg: update blkcg_print_stat() to handle larger outputs
 2019-05-10 14:38 UTC 

[PATCH 2/5] bio: fix improper use of smp_mb__before_atomic()
 2019-05-10  6:27 UTC  (7+ messages)
` [PATCH 3/5] sbitmap: "

Testing devices for discard support properly
 2019-05-09 20:35 UTC  (12+ 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).