linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-27 12:27:30 to 2020-04-29 14:03:48 UTC [more...]

[PATCH v4 00/10] Add a new LOOP_CONFIGURE ioctl
 2020-04-29 14:03 UTC 

[PATCH V8 00/11] blk-mq: improvement CPU hotplug
 2020-04-29 13:43 UTC  (19+ messages)
` [PATCH V8 07/11] blk-mq: stop to handle IO and drain IO before hctx becomes inactive

[PATCH v3 0/6] block: fix blktrace debugfs use after free
 2020-04-29 12:57 UTC  (20+ messages)
` [PATCH v3 1/6] block: revert back to synchronous request_queue removal
` [PATCH v3 2/6] block: move main block debugfs initialization to its own file
` [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 v9 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-29 12:48 UTC  (18+ messages)
` [PATCH v9 01/11] scsi: free sgtables in case command setup fails
` [PATCH v9 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v9 03/11] block: rename __bio_add_pc_page to bio_add_hw_page
` [PATCH v9 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v9 05/11] block: introduce blk_req_zone_write_trylock
` [PATCH v9 06/11] block: Modify revalidate zones
` [PATCH v9 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v9 08/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v9 09/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v9 10/11] block: export bio_release_pages and bio_iov_iter_get_pages
` [PATCH v9 11/11] zonefs: use REQ_OP_ZONE_APPEND for sync DIO

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

[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
 2020-04-29 10:25 UTC  (8+ messages)
` [PATCH v5 1/4] loop: Use worker per cgroup instead of kworker
` [PATCH v5 2/4] mm: support nesting memalloc_use_memcg()
` [PATCH v5 3/4] mm: Charge active memcg when no mm is set
` [PATCH v5 4/4] loop: Charge i/o to mem and blk cg

[PATCH v3 4/6] blktrace: fix debugfs use after free
 2020-04-29  8:48 UTC 

[RFC v1 0/6] block: add error handling for *add_disk*()
 2020-04-29  7:48 UTC  (7+ messages)
` [RFC v1 1/6] block: refcount the request_queue early in __device_add_disk()
` [RFC v1 2/6] block: move disk announce work from register_disk() to a helper
` [RFC v1 3/6] block: move disk invalidation from del_gendisk() into "
` [RFC v1 4/6] block: move disk unregistration work from del_gendisk() to "
` [RFC v1 5/6] block: add initial error handling for *add_disk()* and friends
` [RFC v1 6/6] loop: add error handling support for add_disk()

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

[PATCH -next] blk-mq: Use BUG_ON() instead of BUG()
 2020-04-29  7:26 UTC  (2+ messages)

[PATCH] blk-mq: make function '__blk_mq_sched_dispatch_requests' static
 2020-04-29  7:26 UTC  (2+ messages)

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

[PATCH] Fix use after free in get_tree_bdev()
 2020-04-29  6:05 UTC  (2+ messages)

[PATCH 0/2] block: prevent task hung from being triggered in sync dio
 2020-04-29  1:17 UTC  (7+ messages)
` [PATCH 1/2] block: add blk_default_io_timeout() for avoiding task hung in sync IO
` [PATCH 2/2] block: add blk_io_schedule() for avoiding task hung in sync dio

avoid the ->make_request_fn indirect for blk-mq drivers
 2020-04-28 18:40 UTC  (5+ messages)
` [PATCH 2/3] dm: remove the make_request_fn check in device_area_is_invalid
` [PATCH 3/3] block: bypass ->make_request_fn for blk-mq drivers

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

[PATCH v2] virtio-blk: handle block_device_operations callbacks after hot unplug
 2020-04-28 16:03 UTC  (4+ messages)

a few small bio related cleanups
 2020-04-28 15:06 UTC  (14+ messages)
` [PATCH 1/4] block: improve the submit_bio and generic_make_request documentation
` [PATCH 2/4] block: cleanup the memory stall accounting in submit_bio
` [PATCH 3/4] block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCT
` [PATCH 4/4] block: add a bio_queue_enter helper

[PATCH -next] block: fix error return code in mm_pci_probe()
 2020-04-28 15:03 UTC 

[PATCH v3 0/9] Add a new LOOP_SET_FD_AND_STATUS ioctl
 2020-04-28 14:57 UTC  (23+ messages)
` [PATCH v3 1/9] loop: Factor out loop size validation
` [PATCH v3 2/9] loop: Factor out setting loop device size
` [PATCH v3 3/9] loop: Switch to set_capacity_revalidate_and_notify()
` [PATCH v3 4/9] loop: Refactor loop_set_status() size calculation
` [PATCH v3 5/9] loop: Remove figure_loop_size()
` [PATCH v3 6/9] loop: Factor out configuring loop from status
` [PATCH v3 7/9] loop: Move loop_set_status_from_info() and friends up
` [PATCH v3 8/9] loop: Rework lo_ioctl() __user argument casting
` [PATCH v3 9/9] loop: Add LOOP_SET_FD_AND_STATUS ioctl

[RESEND v4 1/6] block: free both rq_map and request
 2020-04-28 13:30 UTC  (6+ messages)
` [RESEND v4 2/6] block: save previous hardware queue count before udpate
` [RESEND v4 3/6] block: refactor __blk_mq_alloc_rq_maps
` [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 v4 0/6] Fix potential kernel panic when increase hardware queue
 2020-04-28 13:29 UTC  (2+ messages)
` [RESEND PATCH "

[PATCH v12 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-04-28 12:41 UTC  (4+ messages)

[PATCH] block: remove the bd_openers checks in blk_drop_partitions
 2020-04-28 10:20 UTC  (2+ messages)

[RFC PATCH v2 0/7] Add MMC packed request support
 2020-04-28  8:02 UTC  (4+ messages)
` [RFC PATCH v2 1/7] block: Extand commit_rqs() to do batch processing

stop using ioctl_by_bdev for file system access to CDROMs v2
 2020-04-28  6:53 UTC  (2+ messages)

bdi: fix use-after-free for dev_name(bdi->dev) v3
 2020-04-28  6:52 UTC  (2+ messages)

[PATCH v8 00/11] Introduce Zone Append for writing to zoned block devices
 2020-04-28  5:42 UTC  (13+ messages)
` [PATCH v8 04/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v8 05/11] block: introduce blk_req_zone_write_trylock
` [PATCH v8 06/11] block: Modify revalidate zones
` [PATCH v8 07/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v8 11/11] zonefs: use REQ_OP_ZONE_APPEND for sync DIO

[PATCH v10 00/12] Inline Encryption Support
 2020-04-28  5:21 UTC  (11+ messages)
` [PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
` [PATCH v10 03/12] block: Inline encryption support for blk-mq

[PATCH] blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags
 2020-04-28  1:54 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 1/1] blk-mq: remove the pointless call of list_entry_rq() in hctx_show_busy_rq()
 2020-04-27 17:27 UTC  (2+ messages)

s390 boot woe due to "block: fix busy device checking in blk_drop_partitions"
 2020-04-27 16:10 UTC  (4+ messages)

[RFC] more make_request optimizations
 2020-04-27 15:10 UTC  (4+ messages)
` [PATCH 06/11] block: optimize generic_make_request for direct to blk-mq issue


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