linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-30 12:00:09 to 2020-05-05 06:43:24 UTC [more...]

[PATCH v5 0/5] Fix potential kernel panic when increase hardware queue
 2020-05-05  6:43 UTC  (2+ messages)
` [PATCH v5 1/5] block: free both rq_map and request

[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
 2020-05-05  6:41 UTC  (6+ messages)

[PATCH V10 00/11] blk-mq: improvement CPU hotplug
 2020-05-05  6:14 UTC  (13+ messages)
` [PATCH V10 01/11] block: clone nr_integrity_segments and write_hint in blk_rq_prep_clone
` [PATCH V10 02/11] block: add helper for copying request
` [PATCH V10 03/11] blk-mq: mark blk_mq_get_driver_tag as static
` [PATCH V10 04/11] blk-mq: assign rq->tag in blk_mq_get_driver_tag
` [PATCH V10 05/11] blk-mq: support rq filter callback when iterating rqs
` [PATCH V10 06/11] blk-mq: prepare for draining IO when hctx's all CPUs are offline
` [PATCH V10 07/11] blk-mq: stop to handle IO and drain IO before hctx becomes inactive
` [PATCH V10 08/11] block: add blk_end_flush_machinery
` [PATCH V10 09/11] blk-mq: add blk_mq_hctx_handle_dead_cpu for handling cpu dead
` [PATCH V10 10/11] blk-mq: re-submit IO in case that hctx is inactive
` [PATCH V10 11/11] block: deactivate hctx when the hctx is actually inactive

[RESEND v4 1/6] block: free both rq_map and request
 2020-05-05  4:14 UTC  (11+ messages)
` [RESEND v4 2/6] block: save previous hardware queue count before udpate
` [RESEND v4 4/6] block: alloc map and request for new hardware queue
` [RESEND v4 5/6] block: rename __blk_mq_alloc_rq_map
` [RESEND v4 6/6] block: rename blk_mq_alloc_rq_maps

[PATCH 0/2] bcache patches for Linux v5.7-rc5
 2020-05-05  2:43 UTC  (5+ messages)
` [PATCH 1/2] bcache: remove redundant variables i and n
` [PATCH 2/2] bcache: Convert pr_<level> uses to a more typical style

[block/for-5.7] iocost: protect iocg->abs_vdebt with iocg->waitq.lock
 2020-05-04 23:27 UTC 

[PATCH] loop: Call loop_config_discard() only after new config is applied
 2020-05-04 19:32 UTC  (3+ messages)

[PATCH RFC 1/2] tracing/block: cleanup rwbs filling in trace events
 2020-05-04 17:35 UTC  (3+ messages)
` [PATCH RFC 2/2] tracing/block: add request operation and flags into "

stop using ioctl_by_bdev for file system access to CDROMs v2
 2020-05-04 16:42 UTC  (6+ messages)
` [PATCH 5/7] hfsplus: stop using ioctl_by_bdev

[PATCH RFC 1/2] fs/iomap/direct-io: pass NOWAIT to bio flags
 2020-05-04 16:23 UTC  (4+ messages)
` [PATCH RFC 2/2] fs/direct-io: pass NOWAIT to also for read requests

[PATCH v3 0/6] block: fix blktrace debugfs use after free
 2020-05-04 16:18 UTC  (27+ messages)
` [PATCH v3 1/6] block: revert back to synchronous request_queue removal
` [PATCH v3 3/6] blktrace: move blktrace debugfs creation to helper function
` [PATCH v3 4/6] blktrace: fix debugfs use after free
` [PATCH v3 5/6] blktrace: break out of blktrace setup on concurrent calls
` [PATCH v3 6/6] loop: be paranoid on exit and prevent new additions / removals

[PATCH] block: remove the REQ_NOWAIT_INLINE flag
 2020-05-04 16:10 UTC 

[PATCH v2 0/3] block: drive-by cleanups for block cgroup
 2020-05-04 15:31 UTC  (5+ messages)
` [PATCH v2 1/3] block: remove blk_queue_root_blkg
` [PATCH v2 2/3] block: move blkcg_bio_issue_check out of line
` [PATCH v2 3/3] block: open-code blkg_path in it's sole caller

[PATCH 1/4] block/part_stat: remove rcu_read_lock() from part_stat_lock()
 2020-05-04 15:10 UTC  (10+ messages)
` [PATCH 2/4] block/part_stat: use __this_cpu_add() instead of access by smp_processor_id()
` [PATCH 3/4] block/part_stat: account merge of two requests
` [PATCH 4/4] block/part_stat: add helper blk_account_io_merge_bio()

[PATCH v14 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-05-04 14:01 UTC  (26+ messages)
` [PATCH v14 01/25] sysfs: export sysfs_remove_file_self()
` [PATCH v14 02/25] RDMA/rtrs: public interface header to establish RDMA connections
` [PATCH v14 03/25] RDMA/rtrs: private headers with rtrs protocol structs and helpers
` [PATCH v14 04/25] RDMA/rtrs: core: lib functions shared between client and server modules
` [PATCH v14 05/25] RDMA/rtrs: client: private header with client structs and functions
` [PATCH v14 06/25] RDMA/rtrs: client: main functionality
` [PATCH v14 07/25] RDMA/rtrs: client: statistics functions
` [PATCH v14 08/25] RDMA/rtrs: client: sysfs interface functions
` [PATCH v14 09/25] RDMA/rtrs: server: private header with server structs and functions
` [PATCH v14 10/25] RDMA/rtrs: server: main functionality
` [PATCH v14 11/25] RDMA/rtrs: server: statistics functions
` [PATCH v14 12/25] RDMA/rtrs: server: sysfs interface functions
` [PATCH v14 13/25] RDMA/rtrs: include client and server modules into kernel compilation
` [PATCH v14 14/25] RDMA/rtrs: a bit of documentation
` [PATCH v14 15/25] block/rnbd: private headers with rnbd protocol structs and helpers
` [PATCH v14 16/25] block/rnbd: client: private header with client structs and functions
` [PATCH v14 17/25] block/rnbd: client: main functionality
` [PATCH v14 18/25] block/rnbd: client: sysfs interface functions
` [PATCH v14 19/25] block/rnbd: server: private header with server structs and functions
` [PATCH v14 20/25] block/rnbd: server: main functionality
` [PATCH v14 21/25] block/rnbd: server: functionality for IO submitting to block dev
` [PATCH v14 22/25] block/rnbd: server: sysfs interface functions
` [PATCH v14 23/25] block/rnbd: include client and server modules into kernel compilation
` [PATCH v14 24/25] block/rnbd: a bit of documentation
` [PATCH v14 25/25] MAINTAINERS: Add maintainers for RNBD/RTRS modules

stop using ioctl_by_bdev for file system access to CDROMs v3
 2020-05-04 13:59 UTC  (9+ messages)
` [PATCH 1/8] block: add a cdrom_device_info pointer to struct gendisk
` [PATCH 2/8] ide-cd: rename cdrom_read_tocentry
` [PATCH 3/8] cdrom: factor out a cdrom_read_tocentry helper
` [PATCH 4/8] cdrom: factor out a cdrom_multisession helper
` [PATCH 5/8] hfs: stop using ioctl_by_bdev
` [PATCH 6/8] hfsplus: "
` [PATCH 7/8] isofs: "
` [PATCH 8/8] udf: "

bdi: fix use-after-free for dev_name(bdi->dev) v3 (resend)
 2020-05-04 12:48 UTC  (10+ messages)
` [PATCH 1/9] vboxsf: don't use the source name in the bdi name
` [PATCH 2/9] bdi: move bdi_dev_name out of line
` [PATCH 3/9] bdi: use bdi_dev_name() to get device name
` [PATCH 4/9] bdi: add a ->dev_name field to struct backing_dev_info
` [PATCH 5/9] driver core: remove device_create_vargs
` [PATCH 6/9] bdi: unexport bdi_register_va
` [PATCH 7/9] bdi: remove bdi_register_owner
` [PATCH 8/9] bdi: simplify bdi_alloc
` [PATCH 9/9] bdi: remove the name field in struct backing_dev_info

[PATCH v4] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-05-04 12:07 UTC  (4+ messages)

[PATCH V9 00/11] blk-mq: improvement CPU hotplug
 2020-05-04  9:57 UTC  (17+ messages)
` [PATCH V9 01/11] block: clone nr_integrity_segments and write_hint in blk_rq_prep_clone
` [PATCH V9 02/11] block: add helper for copying request
` [PATCH V9 03/11] blk-mq: mark blk_mq_get_driver_tag as static
` [PATCH V9 04/11] blk-mq: assign rq->tag in blk_mq_get_driver_tag
` [PATCH V9 05/11] blk-mq: support rq filter callback when iterating rqs
` [PATCH V9 06/11] blk-mq: prepare for draining IO when hctx's all CPUs are offline
` [PATCH V9 07/11] blk-mq: stop to handle IO and drain IO before hctx becomes inactive
` [PATCH V9 08/11] block: add blk_end_flush_machinery
` [PATCH V9 09/11] blk-mq: add blk_mq_hctx_handle_dead_cpu for handling cpu dead
` [PATCH V9 10/11] blk-mq: re-submit IO in case that hctx is inactive
` [PATCH V9 11/11] block: deactivate hctx when the hctx is actually inactive

[PATCH 0/1] remove ioclt_by_bdev from DASD
 2020-05-04  8:45 UTC  (5+ messages)
` [PATCH 1/1] s390/dasd: remove ioctl_by_bdev from DASD driver

[PATCH v13 23/25] block/rnbd: include client and server modules into kernel compilation
 2020-05-04  7:52 UTC  (4+ messages)

WARNING in hsr_addr_subst_dest
 2020-05-04  3:02 UTC 

[PATCH V2] block: add blk_io_schedule() for avoiding task hung in sync dio
 2020-05-03 22:28 UTC  (2+ messages)

[PATCH 0/2] block: prevent task hung from being triggered in sync dio
 2020-05-03  1:43 UTC  (6+ messages)
` [PATCH 1/2] block: add blk_default_io_timeout() for avoiding task hung in sync IO

[PATCH v4 00/10] Add a new LOOP_CONFIGURE ioctl
 2020-05-01 19:33 UTC  (12+ messages)
` [PATCH v4 01/10] loop: Factor out loop size validation
` [PATCH v4 02/10] loop: Factor out setting loop device size
` [PATCH v4 03/10] loop: Switch to set_capacity_revalidate_and_notify()
` [PATCH v4 04/10] loop: Refactor loop_set_status() size calculation

[GIT PULL] Block fixes for 5.7-rc4
 2020-05-01 18:35 UTC  (2+ messages)

[PATCH v3 0/4] floppy: suppress UBSAN warning in setup_rw_floppy()
 2020-05-01 18:31 UTC  (10+ messages)
` [PATCH v3 1/4] floppy: use print_hex_dump() in setup_DMA()
` [PATCH v3 2/4] floppy: add FD_AUTODETECT_SIZE define for struct floppy_drive_params
` [PATCH v3 3/4] floppy: add defines for sizes of cmd & reply buffers of floppy_raw_cmd
` [PATCH v3 4/4] floppy: suppress UBSAN warning in setup_rw_floppy()

[PATCH blktests v3] Fix unintentional skipping of tests
 2020-05-01  5:32 UTC  (3+ messages)

[RFC PATCH v4 0/4] Inline crypto support on DragonBoard 845c
 2020-05-01  4:51 UTC  (5+ messages)
` [RFC PATCH v4 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
` [RFC PATCH v4 2/4] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
` [RFC PATCH v4 3/4] scsi: ufs: add program_key() variant op
` [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support

[git pull] device mapper fixes for 5.7-rc4
 2020-04-30 23:50 UTC  (2+ messages)

[PATCHSET v2 block/for-5.8] iocost: improve use_delay and latency target handling
 2020-04-30 21:55 UTC  (2+ messages)

[PATCH RFC v6 00/10] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-04-30 19:18 UTC  (20+ messages)
` [PATCH RFC v6 08/10] megaraid_sas: switch fusion adapters to MQ

Commit 35fe6d7632 breaks blktrace API
 2020-04-30 17:29 UTC  (4+ messages)

[PATCH v12 00/12] Inline Encryption Support
 2020-04-30 17:04 UTC  (14+ messages)
` [PATCH v12 01/12] Documentation: Document the blk-crypto framework
` [PATCH v12 03/12] block: Inline encryption support for blk-mq
` [PATCH v12 04/12] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v12 05/12] block: blk-crypto-fallback for Inline Encryption
` [PATCH v12 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v12 07/12] scsi: ufs: UFS crypto API
` [PATCH v12 08/12] scsi: ufs: Add inline encryption support to UFS
` [PATCH v12 09/12] fs: introduce SB_INLINECRYPT
` [PATCH v12 10/12] fscrypt: add inline encryption support
` [PATCH v12 11/12] f2fs: "
` [PATCH v12 12/12] ext4: "

[PATCH] block: remove the bd_openers checks in blk_drop_partitions
 2020-04-30 16:26 UTC  (3+ messages)

[GIT PULL] nvme fix for 5.7
 2020-04-30 15:33 UTC  (2+ messages)

[PATCH 1/1] io_uring: use proper references for fallback_req locking
 2020-04-30 14:52 UTC  (2+ messages)

[PATCH AUTOSEL 5.6 58/79] blk-iocost: Fix error on iocost_ioc_vrate_adj
 2020-04-30 13:50 UTC 

[PATCH AUTOSEL 5.4 41/57] blk-iocost: Fix error on iocost_ioc_vrate_adj
 2020-04-30 13:52 UTC 

[PATCH V8 07/11] blk-mq: stop to handle IO and drain IO before hctx becomes inactive
 2020-04-30 14:02 UTC  (11+ messages)

[PATCH 0/3] block: drive-by cleanups for block cgroup
 2020-04-30 13:29 UTC  (4+ messages)
` [PATCH 2/3] block: move blkcg_bio_issue_check out of line

[PATCH 8/7] hfs: stop using ioctl_by_bdev
 2020-04-30 13:20 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).