linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-26 11:16:44 to 2019-09-03 00:45:20 UTC [more...]

[PATCH 0/2 v3] nbd: fix possible page fault for nbd disk
 2019-09-03  0:45 UTC  (7+ messages)
` [PATCH 2/2 "

[PATCH] sched: make struct task_struct::state 32-bit
 2019-09-02 23:02 UTC  (2+ messages)

[PATCH v10 0/4] treewide: improve R-Car SDHI performance
 2019-09-02 21:47 UTC  (6+ messages)
` [PATCH v10 1/4] dma: Introduce dma_get_merge_boundary()
` [PATCH v10 2/4] iommu/dma: Add a new dma_map_ops of get_merge_boundary()
` [PATCH v10 3/4] block: add a helper function to merge the segments
` [PATCH v10 4/4] mmc: queue: Use bigger segments if DMA MAP layer can "

[PATCHSET block/for-next] IO cost model based work-conserving porportional controller
 2019-09-02 19:43 UTC  (12+ messages)

[PATCH] loop: change queue block size to match when using DIO
 2019-09-02 19:37 UTC  (3+ messages)

[PATCH 00/11] Keyrings, Block and USB notifications [ver #7]
 2019-09-02 13:26 UTC  (22+ messages)
` [PATCH 01/11] uapi: General notification ring definitions "
` [PATCH 02/11] security: Add hooks to rule on setting a watch "
` [PATCH 03/11] security: Add a hook for the point of notification insertion "
` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "
` [PATCH 05/11] keys: Add a notification facility "
` [PATCH 06/11] Add a general, global device notification watch list "
` [PATCH 07/11] block: Add block layer notifications "
` [PATCH 08/11] usb: Add USB subsystem "
` [PATCH 09/11] Add sample notification program "
` [PATCH 10/11] selinux: Implement the watch_key security hook "
` [PATCH 11/11] smack: Implement the watch_key and post_notification hooks [untested] "
` watch_queue(7) manpage
` watch_devices(2) manpage
` keyctl_watch_key.3 manpage

[block/for-next] writeback: don't access page->mapping directly in track_foreign_dirty TP
 2019-09-02  8:56 UTC  (3+ messages)

[PATCH block/for-next] writeback: add tracepoints for cgroup foreign writebacks
 2019-09-02  8:38 UTC  (8+ messages)

[RESEND PATCH 0/4] Remove elevator kernel parameter
 2019-09-01 23:29 UTC  (10+ messages)
` [RESEND PATCH 1/4] block: elevator.c: Remove now unused elevator= argument
` [RESEND PATCH 2/4] kernel-parameters.txt: Remove elevator argument
` [RESEND PATCH 3/4] Documenation: switching-sched: Remove notes about "
` [RESEND PATCH 4/4] Documentation:kernel-per-CPU-kthreads.txt: Remove reference to elevator=
  ` [PATCH v2 0/4] Remove elevator kernel parameter
    ` [PATCH v2 1/4] block: elevator.c: Remove now unused elevator= argument
    ` [PATCH v2 2/4] kernel-parameters.txt: Remove elevator argument
    ` [PATCH v2 3/4] Documenation: switching-sched: Remove notes about "
    ` [PATCH v2 4/4] Documentation:kernel-per-CPU-kthreads.txt: Remove reference to elevator=

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-09-01  0:52 UTC  (11+ messages)
` [PATCH v2 1/2] mm, sl[ou]b: improve memory accounting
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[GIT PULL] nvme updates for 5.4
 2019-08-30 20:24 UTC  (2+ messages)

[PATCH block/for-next] blkcg: add missing NULL check in ioc_cpd_alloc()
 2019-08-30 13:16 UTC  (2+ messages)

[PATCH v3 1/2] md raid0/linear: Mark array as 'broken' and fail BIOs if a member is gone
 2019-08-30 12:48 UTC  (11+ messages)
` [PATCH v3 2/2] mdadm: Introduce new array state 'broken' for raid0/linear

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-30  2:21 UTC  (4+ messages)

[PATCH 00/11] Keyrings, Block and USB notifications [ver #6]
 2019-08-29 19:11 UTC  (14+ messages)
` [PATCH 01/11] uapi: General notification ring definitions "
` [PATCH 02/11] security: Add hooks to rule on setting a watch "
` [PATCH 03/11] security: Add a hook for the point of notification insertion "
` [PATCH 04/11] General notification queue with user mmap()'able ring buffer "
` [PATCH 05/11] keys: Add a notification facility "
` [PATCH 06/11] Add a general, global device notification watch list "
` [PATCH 07/11] block: Add block layer notifications "
` [PATCH 08/11] usb: Add USB subsystem "
` [PATCH 09/11] Add sample notification program "
` [PATCH 10/11] selinux: Implement the watch_key security hook "
` [PATCH 11/11] smack: Implement the watch_key and post_notification hooks [untested] "

[PATCH AUTOSEL 5.2 55/76] io_uring: fix potential hang with polled IO
 2019-08-29 18:13 UTC  (3+ messages)
` [PATCH AUTOSEL 5.2 58/76] io_uring: don't enter poll loop if we have CQEs pending
` [PATCH AUTOSEL 5.2 74/76] io_uring: add need_resched() check in inner poll loop

[PATCHSET v3 block/for-linus] IO cost model based work-conserving porportional controller
 2019-08-29 15:56 UTC  (17+ messages)
` [PATCH 01/10] blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()
` [PATCH 02/10] blkcg: make ->cpd_init_fn() optional
` [PATCH 03/10] blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()
` [PATCH 04/10] block/rq_qos: add rq_qos_merge()
` [PATCH 05/10] block/rq_qos: implement rq_qos_ops->queue_depth_changed()
` [PATCH 06/10] blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/
` [PATCH 07/10] blk-mq: add optional request->alloc_time_ns
` [PATCH 08/10] blkcg: implement blk-iocost
  ` [PATCH] blkcg: fix missing free on error path of blk_iocost_init()
` [PATCH 09/10] blkcg: add tools/cgroup/iocost_monitor.py
` [PATCH 10/10] blkcg: add tools/cgroup/iocost_coef_gen.py

[PATCH] io_uring: allocate the two rings together
 2019-08-29 15:04 UTC  (4+ messages)

reeze while write on external usb 3.0 hard disk [Bug 204095]
 2019-08-29 14:08 UTC  (5+ messages)

[PATCH AUTOSEL 4.19 05/29] Blk-iolatency: warn on negative inflight IO counter
 2019-08-29 10:49 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 06/29] blk-iolatency: fix STS_AGAIN handling

[PATCH v8 00/13] nvmet: add target passthru commands support
 2019-08-28 21:54 UTC  (14+ messages)
` [PATCH v8 01/13] nvme-core: introduce nvme_ctrl_get_by_path()
` [PATCH v8 02/13] nvme-core: export existing ctrl and ns interfaces
` [PATCH v8 03/13] nvmet: add return value to nvmet_add_async_event()
` [PATCH v8 04/13] nvmet: make nvmet_copy_ns_identifier() non-static
` [PATCH v8 05/13] nvmet-passthru: update KConfig with config passthru option
` [PATCH v8 06/13] nvmet-passthru: add passthru code to process commands
` [PATCH v8 07/13] nvmet-passthru: add enable/disable helpers
` [PATCH v8 08/13] nvmet-core: don't check the data len for pt-ctrl
` [PATCH v8 09/13] nvmet-tcp: don't check data_len in nvmet_tcp_map_data()
` [PATCH v8 10/13] nvmet-configfs: introduce passthru configfs interface
` [PATCH v8 11/13] block: don't check blk_rq_is_passthrough() in blk_do_io_stat()
` [PATCH v8 12/13] block: call blk_account_io_start() in blk_execute_rq_nowait()
` [PATCH v8 13/13] nvmet-passthru: support block accounting

[PATCH] block: mq-deadline: Fix queue restart handling
 2019-08-28 15:04 UTC  (3+ messages)

[PATCH v4 0/5] introduce LED block device activity trigger
 2019-08-28 14:56 UTC  (12+ messages)
` [PATCH v4 4/5] block: "

[PATCH v2 0/7] Elevator cleanups and improvements
 2019-08-28 11:11 UTC  (13+ messages)
` [PATCH v2 1/7] block: Cleanup elevator_init_mq() use
` [PATCH v2 2/7] block: Change elevator_init_mq() to always succeed
` [PATCH v2 3/7] block: Introduce elevator features
` [PATCH v2 4/7] block: Improve default elevator selection
` [PATCH v2 5/7] block: Delay default elevator initialization
` [PATCH v2 6/7] block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disks
` [PATCH v2 7/7] scsi: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disks

[RFC] optimize nvme single segment I/O
 2019-08-28  9:20 UTC  (3+ messages)
` [PATCH 10/15] nvme-pci: do not build a scatterlist to map metadata

[PATCH v2 0/3] Implement BFQ per-device weight interface
 2019-08-28  3:50 UTC  (6+ messages)
` [PATCH v2 3/3] bfq: Add per-device weight

[PATCH v3 0/3] Implement BFQ per-device weight interface
 2019-08-28  3:54 UTC  (4+ messages)
` [PATCH v3 1/3] bfq: Fix the missing barrier in __bfq_entity_update_weight_prio
` [PATCH v3 2/3] bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacy
` [PATCH v3 3/3] bfq: Add per-device weight

[PATCH 5/9] block: support diskcipher
 2019-08-28  2:20 UTC 

[PATCH v4 0/8] Inline Encryption Support
 2019-08-28  0:07 UTC  (10+ messages)
` [PATCH v4 1/8] block: Keyslot Manager for Inline Encryption
` [PATCH v4 3/8] block: blk-crypto "
` [PATCH v4 5/8] scsi: ufs: UFS crypto API
` [PATCH v4 7/8] fscrypt: wire up fscrypt to use blk-crypto

[PATCH 5/9] block: support diskcipher
 2019-08-27 16:40 UTC  (2+ messages)

[PATCH V4 0/5] block: don't acquire .sysfs_lock before removing mq & iosched kobjects
 2019-08-27 16:40 UTC  (8+ messages)
` [PATCH V4 1/5] block: Remove blk_mq_register_dev()
` [PATCH V4 2/5] block: don't hold q->sysfs_lock in elevator_init_mq
` [PATCH V4 3/5] blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueue
` [PATCH V4 4/5] block: add helper for checking if queue is registered
` [PATCH V4 5/5] block: split .sysfs_lock into two locks

[PATCHSET v3] writeback, memcg: Implement foreign inode flushing
 2019-08-27 15:23 UTC  (8+ messages)
` [PATCH 1/5] writeback: Generalize and expose wb_completion
` [PATCH 2/5] bdi: Add bdi->id
` [PATCH 3/5] writeback: Separate out wb_get_lookup() from wb_get_create()
` [PATCH 4/5] writeback, memcg: Implement cgroup_writeback_by_id()
` [PATCH 5/5] writeback, memcg: Implement foreign dirty flushing

[PATCH V3 0/5] block: don't acquire .sysfs_lock before removing mq & iosched kobjects
 2019-08-27 10:37 UTC  (4+ messages)
` [PATCH V3 5/5] block: split .sysfs_lock into two locks

[PATCH 0/3] block: sed-opal - Generic Read/Write Opal Tables
 2019-08-26 19:27 UTC  (4+ messages)
` [PATCH 3/3] block: sed-opal: Add support to read/write opal tables generically

[PATCHSET v2] writeback, memcg: Implement foreign inode flushing
 2019-08-26 15:58 UTC  (8+ messages)
` [PATCH 4/5] writeback, memcg: Implement cgroup_writeback_by_id()
  ` [PATCH v3 "
` [PATCH 5/5] writeback, memcg: Implement foreign dirty flushing
  ` [PATCH v3 "


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