linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-04 18:42:21 to 2019-11-07 16:52:11 UTC [more...]

[RFC PATCH 04/11] pipe: Use head and tail pointers for the ring, not cursor and length [ver #3]
 2019-11-07 16:51 UTC  (2+ messages)
  ` [pipe] d60337eff1: phoronix-test-suite.noise-level.0.activity_level 144.0% improvement

[PATCHSET v3 0/3] io_uring CQ ring backpressure
 2019-11-07 16:00 UTC  (4+ messages)
` [PATCH 1/3] io_uring: make io_cqring_events() take 'ctx' as argument
` [PATCH 2/3] io_uring: pass in io_kiocb to fill/add CQ handlers
` [PATCH 3/3] io_uring: add support for backlogged CQ ring

[PATCH 0/8] Zone management commands support
 2019-11-07 13:40 UTC  (21+ messages)
` [PATCH 1/8] block: Remove REQ_OP_ZONE_RESET plugging
` [PATCH 2/8] block: Simplify REQ_OP_ZONE_RESET_ALL handling
` [PATCH 4/8] block: add zone open, close and finish operations
` [PATCH 5/8] block: add zone open, close and finish ioctl support
` [PATCH 6/8] scsi: sd_zbc: add zone open, close, and finish support
` [PATCH 7/8] dm: add zone open, close "
` [PATCH 8/8] null_blk: add zone open, close, "

[RFC PATCH 00/14] pipe: Keyrings, Block and USB notifications [ver #2]
 2019-11-07 13:37 UTC  (15+ messages)
` [RFC PATCH 01/14] uapi: General notification queue definitions "
` [RFC PATCH 02/14] security: Add hooks to rule on setting a watch "
` [RFC PATCH 03/14] security: Add a hook for the point of notification insertion "
` [RFC PATCH 04/14] pipe: Add O_NOTIFICATION_PIPE "
` [RFC PATCH 05/14] pipe: Add general notification queue support "
` [RFC PATCH 06/14] keys: Add a notification facility "
` [RFC PATCH 07/14] Add sample notification program "
` [RFC PATCH 08/14] pipe: Allow buffers to be marked read-whole-or-error for notifications "
` [RFC PATCH 09/14] pipe: Add notification lossage handling "
` [RFC PATCH 10/14] Add a general, global device notification watch list "
` [RFC PATCH 11/14] block: Add block layer notifications "
` [RFC PATCH 12/14] usb: Add USB subsystem "
` [RFC PATCH 13/14] selinux: Implement the watch_key security hook "
` [RFC PATCH 14/14] smack: Implement the watch_key and post_notification hooks "

disk revalidation cleanups and fixlets
 2019-11-07 13:27 UTC  (12+ messages)
` [PATCH 1/5] block: refactor rescan_partitions
` [PATCH 2/5] block: merge invalidate_partitions into rescan_partitions
` [PATCH 3/5] block: move rescan_partitions to fs/block_dev.c
` [PATCH 4/5] block: fix bdev_disk_changed for non-partitioned devices
` [PATCH 5/5] block: remove (__)blkdev_reread_part as an exported API

[PATCHSET v2 0/3] io_uring CQ ring backpressure
 2019-11-07 13:16 UTC  (6+ messages)
` [PATCH 1/3] io_uring: make io_cqring_events() take 'ctx' as argument
` [PATCH 2/3] io_uring: pass in io_kiocb to fill/add CQ handlers
` [PATCH 3/3] io_uring: add support for backlogged CQ ring

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-07  8:07 UTC  (33+ messages)
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v2 12/18] mm/gup: track FOLL_PIN pages

[PATCH] block: drbd: remove a stay unlock in __drbd_send_protocol()
 2019-11-07  7:48 UTC 

[PATCH v2] io_uring: add support for linked SQE timeouts
 2019-11-07  2:05 UTC 

[RFC] io_uring: stop only support read/write for ctx with IORING_SETUP_IOPOLL
 2019-11-07  1:27 UTC  (7+ messages)

[PATCH block/for-5.4-fixes] blkcg: make blkcg_print_stat() print stats only for online blkgs
 2019-11-07  0:08 UTC  (2+ messages)

[PATCH] io_uring: fixup a few spots where link failure isn't flagged
 2019-11-07  0:03 UTC  (3+ messages)

[PATCH v3 0/3] Inline sqe_submit
 2019-11-06 22:47 UTC  (6+ messages)
` [PATCH v3 1/3] io_uring: allocate io_kiocb upfront
` [PATCH v3 2/3] io_uring: Use submit info inlined into req
` [PATCH v3 3/3] io_uring: use inlined struct sqe_submit

[RFC] io_uring CQ ring backpressure
 2019-11-06 22:42 UTC  (9+ messages)

[PATCH v2 0/3] Inline sqe_submit
 2019-11-06 22:40 UTC  (8+ messages)
` [PATCH v2 1/3] io_uring: allocate io_kiocb upfront
` [PATCH v2 2/3] io_uring: Use submit info inlined into req
` [PATCH v2 3/3] io_uring: use inlined struct sqe_submit

[PATCHSET block/for-next] blk-cgroup: use cgroup rstat for IO stats
 2019-11-06 21:58 UTC  (6+ messages)
` [PATCH 1/5] bfq-iosched: stop using blkg->stat_bytes and ->stat_ios
` [PATCH 2/5] blk-throtl: "
` [PATCH 3/5] blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()
` [PATCH 4/5] blk-cgroup: reimplement basic IO stats using cgroup rstat
` [PATCH 5/5] blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT

[PATCHSET 0/2] Add unbounded io_wq for io_uring
 2019-11-06 19:40 UTC  (3+ messages)
` [PATCH 1/2] io-wq: pass in io_wq to work handler
` [PATCH 2/2] io_uring: use separate io_wq's for bounded and unbounded request times

[PATCH 1/1] io_uring: Remove extra io_commit_sqring()
 2019-11-06 18:19 UTC  (3+ messages)

elevator= kernel argument for recent kernels
 2019-11-06 15:01 UTC  (4+ messages)

[PATCH v2 0/2] cleanup of submission path
 2019-11-06 14:10 UTC  (10+ messages)
` [PATCH v2 1/2] io_uring: Merge io_submit_sqes and io_ring_submit
` [PATCH v2 2/2] io_uring: io_queue_link*() right after submit

[PATCH] io_uring: kill dead REQ_F_LINK_DONE flag
 2019-11-06  3:38 UTC 

[RFC 0/3] Inline sqe_submit
 2019-11-05 23:48 UTC  (10+ messages)
` [PATCH 1/3] io_uring: allocate io_kiocb upfront
` [PATCH 2/3] io_uring: Use submit info inlined into req
` [PATCH 3/3] io_uring: use inlined struct sqe_submit

[PATCH] io_uring: enable optimized link handling for IORING_OP_POLL_ADD
 2019-11-05 22:23 UTC 

[PATCHSET 0/2] io_uring support for linked timeouts
 2019-11-05 21:11 UTC  (3+ messages)
` [PATCH 1/2] io_uring: abstract out io_async_cancel_one() helper
` [PATCH 2/2] io_uring: add support for linked SQE timeouts

[PATCH] io-wq: use proper nesting IRQ disabling spinlocks for cancel
 2019-11-05 20:53 UTC 

[PATCH] blk-wbt: Fix data race and avoid possible false sharing
 2019-11-05 18:27 UTC 

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-05 18:16 UTC  (7+ messages)
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()

[PATCH v3] blk-mq: Document functions for sending request
 2019-11-05 17:53 UTC 

[RFC PATCH 00/11] pipe: Notification queue preparation [ver #3]
 2019-11-05 16:02 UTC  (2+ messages)
` Details on the UAPI of implementing notifications on pipes

[PATCH v5 0/9] Inline Encryption Support
 2019-11-05 15:39 UTC  (15+ messages)
` [PATCH v5 3/9] block: blk-crypto for Inline Encryption
` [PATCH v5 7/9] fscrypt: add inline encryption support

[PATCH liburing v3 0/3] Fedora 31 RPM improvements
 2019-11-05 15:29 UTC  (9+ messages)
` [PATCH liburing v3 1/3] spec: update RPM version number to 0.2
` [PATCH liburing v3 2/3] Makefile: add missing .pc dependency on .spec file
` [PATCH liburing v3 3/3] spec: Fedora RPM cleanups

[PATCH 0/2] bdev: Refresh bdev size for disks without partitioning
 2019-11-05  8:59 UTC  (5+ messages)

[PATCH liburing v2 0/3] Fedora 31 RPM improvements
 2019-11-05  7:40 UTC  (4+ messages)
` [PATCH liburing v2 3/3] spec: Fedora RPM cleanups

[PATCH V4] block: optimize for small block size IO
 2019-11-05  3:34 UTC  (17+ messages)

[PATCH] block: skip the split micro-optimization for devices with chunk size
 2019-11-05  0:18 UTC  (4+ messages)

[PATCH] block: avoid blk_bio_segment_split for small I/O operations
 2019-11-04 23:04 UTC  (9+ messages)

[PATCH] MAINTAINERS: update io_uring entry
 2019-11-04 21:46 UTC 


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