linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-17 11:06:11 to 2023-02-23 15:35:30 UTC [more...]

[LSF/MM/BPF BOF] Userspace command abouts
 2023-02-23 15:35 UTC  (10+ messages)
    ` [LSF/MM/BPF BOF] Userspace command aborts

[RFC PATCH] blk-mq: avoid housekeeping CPUs scheduling a worker on a non-housekeeping CPU
 2023-02-23 15:06 UTC  (2+ messages)

[RFC v2 0/4] Add io_uring & ebpf based methods to implement zero-copy for ublk
 2023-02-23 14:01 UTC  (8+ messages)
` [RFC v2 1/4] bpf: add UBLK program type
` [RFC v2 2/4] io_uring: enable io_uring to submit sqes located in kernel
` [RFC v2 3/4] io_uring: introduce IORING_URING_CMD_UNLOCK flag
` [RFC v2 4/4] ublk_drv: add ebpf support
` [PATCH] Add "

[PATCH v3] blk-ioprio: Introduce promote-to-rt policy
 2023-02-23 13:51 UTC 

[PATCH -next RFC] block: count 'ios' and 'sectors' when io is done for bio-based device
 2023-02-23  9:12 UTC 

[PATCH] driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2
 2023-02-23  7:33 UTC 

[PATCH 00/17] Some bugfix and cleanup patches for bfq
 2023-02-23  6:34 UTC  (20+ messages)
` [PATCH 01/17] block, bfq: properly mark bfqq remained idle
` [PATCH 02/17] block, bfq: try preemption if bfqq has higher weight and the same priority class
` [PATCH 03/17] block, bfq: only preempt plugged in_service_queue if bfq_better_to_idle say no
` [PATCH 04/17] block, bfq: recover the "service hole" if enough budget is left
` [PATCH 05/17] block, bfq: Update bfqd->max_budget with bfqd->lock held
` [PATCH 06/17] block, bfq: correct bfq_max_budget and bfq_min_budget
` [PATCH 07/17] block, bfq: correct interactive weight-raise check in bfq_set_budget_timeout
` [PATCH 08/17] block, bfq: start service_from_wr accumulating of async queues correctly
` [PATCH 09/17] block, bfq: stop to detect queue as waker queue if it already is now
` [PATCH 10/17] block, bfq: fix typo in comment
` [PATCH 11/17] block, bfq: simpfy computation of bfqd->budgets_assigned
` [PATCH 12/17] block, bfq: define and use soft_rt, in_burst and wr_or_deserves_wr only low_latency is enable
` [PATCH 13/17] block, bfq: remove unnecessary "wr" part of wr_or_deserves_wr
` [PATCH 14/17] block, bfq: remove redundant oom_bfqq check for bfqq from bfq_find_close_cooperator
` [PATCH 15/17] block, bfq: some cleanups for function bfq_pos_tree_add_move
` [PATCH 16/17] block, bfq: remove unnecessary goto tag in __bfq_weights_tree_remove
` [PATCH 17/17] block, bfq: remove unnecessary local variable __bfqq in bfq_setup_merge

[PATCH-next v4] loop: loop_set_status_from_info() check before assignment
 2023-02-23  3:43 UTC  (3+ messages)

[PATCH v2] blk-ioprio: Introduce promote-to-rt policy
 2023-02-23  1:08 UTC  (6+ messages)

[LSF/MM/BPF BoF]: extend UBLK to cover real storage hardware
 2023-02-22 23:17 UTC  (14+ messages)

[PATCH 0/1] improve brd performance with blk-mq
 2023-02-22 22:54 UTC  (14+ messages)

[PATCH] block: shift with PAGE_SHIFT instead of dividing with PAGE_SIZE
 2023-02-22 22:10 UTC  (5+ messages)

[git pull] device mapper changes for 6.3
 2023-02-22 21:48 UTC  (4+ messages)

[PATCH v2] blk-mq: enforce op-specific segment limits in blk_insert_cloned_request
 2023-02-22 19:16 UTC  (2+ messages)

[PATCH] ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmd
 2023-02-22 16:54 UTC  (3+ messages)

[PATCH v2] block: remove more NULL checks after bdev_get_queue()
 2023-02-22 16:54 UTC  (4+ messages)

[RFC 0/3] Add io_uring & ebpf based methods to implement zero-copy for ublk
 2023-02-22 14:13 UTC  (6+ messages)
` [RFC 3/3] ublk_drv: add ebpf support

Faktoring
 2023-02-22  9:10 UTC 

[PATCH v7 0/8] Implement copy offload support
 2023-02-22  6:12 UTC  (14+ messages)
  ` [PATCH v7 1/8] block: Introduce queue limits for copy-offload support
  ` [PATCH v7 2/8] block: Add copy offload support infrastructure
  ` [PATCH v7 3/8] block: add emulation for copy
  ` [PATCH v7 4/8] fs, block: copy_file_range for def_blk_ops for direct block device
  ` [PATCH v7 5/8] nvme: add copy offload support
  ` [PATCH v7 6/8] nvmet: add copy command support for bdev and file ns
  ` [PATCH v7 7/8] dm: Add support for copy offload
  ` [PATCH v7 8/8] dm: Enable copy offload for dm-linear target

[GIT PULL for-6.3] Block updates for 6.3
 2023-02-22  3:48 UTC  (13+ messages)
  `  "
    ` [PATCH] block, bfq: free 'sync_bfqq' after bic_set_bfqq() in bfq_sync_bfqq_move()

[LSF/MM/BPF TOPIC] State Of The Page
 2023-02-22  2:40 UTC  (7+ messages)

[RFC PATCH] loop: LOOP_CONFIGURE: send uevents for partitions
 2023-02-21 22:28 UTC 

[LSF/MM/BPF TOPIC] Linux Security Summit cross-over?
 2023-02-21 20:51 UTC 

[PATCH blktests v3 0/2] blktests: add mini ublk source and blktests/033
 2023-02-21 19:58 UTC  (5+ messages)
` [PATCH blktests v3 1/2] src: add mini ublk source code
` [PATCH blktests v3 2/2] block/033: add test to cover gendisk leak

Building Estimates
 2023-02-21 14:59 UTC 

[PATCH] block, bfq: fix uaf for bfqq in bic_set_bfqq()
 2023-02-21 13:36 UTC  (4+ messages)

[PATCH-next v3] loop: loop_set_status_from_info() check before assignment
 2023-02-21  9:42 UTC 

[PATCH] blk-mq: quiesce queue while reallocating hctxs
 2023-02-21  9:24 UTC 

[GIT PULL for-6.3] Make building the legacy dio code conditional
 2023-02-20 23:00 UTC  (2+ messages)

[PATCH RFC 0/5] Writeback handling of pinned pages
 2023-02-20  6:22 UTC  (8+ messages)
` [PATCH 4/5] block: Add support for bouncing "

[PATCH 0/4] Remove #ifdef CONFIG_* from uapi headers (2023 edition)
 2023-02-20  6:20 UTC  (13+ messages)
` [PATCH 1/4] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
` [PATCH 2/4] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
` [PATCH 3/4] Move bp_type_idx to include/linux/hw_breakpoint.h
` [PATCH 4/4] Move USE_WCACHING to drivers/block/pktcdvd.c

[PATCH blktests v2 0/2] blktests: add mini ublk source and blktests/033
 2023-02-20  3:13 UTC  (6+ messages)
` [PATCH blktests v2 1/2] src: add mini ublk source code
` [PATCH blktests v2 2/2] block/033: add test to cover gendisk leak

[PATCH v4 0/18] pata_parport: protocol drivers fixes and cleanups
 2023-02-19  8:59 UTC  (20+ messages)
` [PATCH 01/18] pata_parport: fix EPAT C7/C8 Kconfig
` [PATCH 02/18] pata_parport: probe all units automatically
` [PATCH 03/18] pata_parport: Remove pi_swab16 and pi_swab32
` [PATCH 04/18] pata_parport: remove useless printks at module_init of bpck6
` [PATCH 05/18] pata_parport: Introduce module_pata_parport_driver macro
` [PATCH 06/18] pata_parport: remove devtype from struct pi_adapter
` [PATCH 07/18] pata_parport: remove device "
` [PATCH 08/18] pata_parport: remove typedef struct PIA
` [PATCH 09/18] pata_parport: remove verbose parameter from log_adapter()
` [PATCH 10/18] pata_parport: remove scratch "
` [PATCH 11/18] pata_parport: use dev_* instead of printk
` [PATCH 12/18] pata_parport: use print_hex_*
` [PATCH 13/18] pata_parport: simplify log_adapter prints, remove VERSION defines
` [PATCH 14/18] pata_parport: remove bpck6 verbose parameter
` [PATCH 15/18] pata_parport: remove verbose parameter from test_proto()
` [PATCH 16/18] pata_parport: remove scratch "
` [PATCH 17/18] pata_parport: remove obsolete changelogs
` [PATCH 18/18] pata_parport: move pata_parport.h to drivers/ata/pata_parport

[GIT PULL] Followup block fix for 6.2-final
 2023-02-18 19:16 UTC  (2+ messages)

[PATCH v3 0/18] pata_parport: protocol drivers fixes and cleanups
 2023-02-18 17:40 UTC  (20+ messages)
` [PATCH 02/18] pata_parport: probe all units automatically
` [PATCH 04/18] pata_parport: remove useless printks at module_init of bpck6
` [PATCH 05/18] pata_parport: Introduce module_pata_parport_driver macro
` [PATCH 06/18] pata_parport: remove devtype from struct pi_adapter
` [PATCH 11/18] pata_parport: use dev_* instead of printk
` [PATCH 12/18] pata_parport: use print_hex_*
` [PATCH 13/18] pata_parport: simplify log_adapter prints, remove VERSION defines
` [PATCH 14/18] pata_parport: remove bpck6 verbose parameter
` [PATCH 15/18] pata_parport: remove verbose parameter from test_proto()

[PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list)
 2023-02-18  9:25 UTC  (4+ messages)
` [PATCH v14 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE

[PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE
 2023-02-18  9:18 UTC  (8+ messages)

Virtio-blk extended lifetime feature
 2023-02-17 21:50 UTC  (4+ messages)

[PATCH] blk-mq: enforce op-specific segment limits in blk_insert_cloned_request
 2023-02-17 21:41 UTC  (6+ messages)
      `  "

[PATCH] blk-mq: Reorder fields in 'struct blk_mq_tag_set'
 2023-02-17 20:38 UTC  (2+ messages)

[PATCH 00/17] smb3: Use iov_iters down to the network transport and fix DIO page pinning
 2023-02-17 17:48 UTC  (3+ messages)
    ` [PATCH 14/17] cifs: Change the I/O paths to use an iterator rather than a page list

[GIT PULL] nvme fix for Linux 6.2
 2023-02-17 16:07 UTC  (2+ messages)

[PATCH -next 0/2] block: fix scan partition for exclusively open device again
 2023-02-17 13:16 UTC  (4+ messages)
` [PATCH -next 2/2] "

[PATCH] brd: use radix_tree_maybe_preload instead of radix_tree_preload
 2023-02-17 13:04 UTC  (3+ messages)

[PATCH 0/4] Support REQ_NWOAIT in brd
 2023-02-17 11:53 UTC  (5+ messages)
` [PATCH 1/4] brd: return 0/-error from brd_insert_page()
` [PATCH 2/4] brd: check for REQ_NOWAIT and set correct page allocation mask


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