Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-12 11:56:32 to 2023-01-17 02:17:15 UTC [more...]

[PATCH v2] block: don't allow multiple bios for IOCB_NOWAIT issue
 2023-01-17  2:17 UTC  (8+ messages)

[PATCH] blk-cgroup: fix missing pd_online_fn() while activating policy
 2023-01-17  2:04 UTC  (3+ messages)

[PATCH v3 00/14] A few bugfix and cleanup patches for blk-mq
 2023-01-17  1:01 UTC  (8+ messages)
` [PATCH v3 07/14] blk-mq: make blk_mq_commit_rqs a general function for all commits

[PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
 2023-01-16 23:12 UTC  (34+ messages)
` [PATCH v6 01/34] vfs: Unconditionally set IOCB_WRITE in call_write_iter()
` [PATCH v6 02/34] iov_iter: Use IOCB/IOMAP_WRITE/op_is_write rather than iterator direction
` [PATCH v6 03/34] iov_iter: Pass I/O direction into iov_iter_get_pages*()
` [PATCH v6 04/34] iov_iter: Remove iov_iter_get_pages2/pages_alloc2()
` [PATCH v6 05/34] iov_iter: Change the direction macros into an enum
` [PATCH v6 06/34] iov_iter: Use the direction in the iterator functions
` [PATCH v6 07/34] iov_iter: Add a function to extract a page list from an iterator
` [PATCH v6 08/34] mm: Provide a helper to drop a pin/ref on a page
` [PATCH v6 09/34] bio: Rename BIO_NO_PAGE_REF to BIO_PAGE_REFFED and invert the meaning
` [PATCH v6 10/34] mm, block: Make BIO_PAGE_REFFED/PINNED the same as FOLL_GET/PIN numerically
` [PATCH v6 11/34] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate
` [PATCH v6 12/34] bio: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v6 13/34] netfs: Add a function to extract a UBUF or IOVEC into a BVEC iterator
` [PATCH v6 14/34] netfs: Add a function to extract an iterator into a scatterlist
` [PATCH v6 15/34] af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH v6 16/34] af_alg: [RFC] Use netfs_extract_iter_to_sg() to create scatterlists
` [PATCH v6 17/34] scsi: [RFC] Use netfs_extract_iter_to_sg()
` [PATCH v6 18/34] dio: Pin pages rather than ref'ing if appropriate
` [PATCH v6 19/34] fuse: "
` [PATCH v6 20/34] vfs: Make splice use iov_iter_extract_pages()
` [PATCH v6 21/34] 9p: Pin pages rather than ref'ing if appropriate
` [PATCH v6 22/34] nfs: "
` [PATCH v6 23/34] cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPE
` [PATCH v6 24/34] cifs: Add a function to build an RDMA SGE list from an iterator
` [PATCH v6 25/34] cifs: Add a function to Hash the contents of "
` [PATCH v6 26/34] cifs: Add some helper functions
` [PATCH v6 27/34] cifs: Add a function to read into an iter from a socket
` [PATCH v6 29/34] cifs: Build the RDMA SGE list directly from an iterator
` [PATCH v6 30/34] cifs: Remove unused code
` [PATCH v6 31/34] cifs: Fix problem with encrypted RDMA data read
` [PATCH v6 32/34] cifs: DIO to/from KVEC-type iterators should now work
` [PATCH v6 33/34] net: [RFC][WIP] Mark each skb_frags as to how they should be cleaned up
` [PATCH v6 34/34] net: [RFC][WIP] Make __zerocopy_sg_from_iter() correctly pin or leave pages unref'd

[PATCH 4.19] block: fix and cleanup bio_check_ro
 2023-01-16 21:10 UTC 

[PATCH 5.4] block: fix and cleanup bio_check_ro
 2023-01-16 21:07 UTC 

[PATCH 5.10] block: fix and cleanup bio_check_ro
 2023-01-16 21:02 UTC 

[PATCH 5.15] block: fix and cleanup bio_check_ro
 2023-01-16 21:00 UTC 

[PATCH V4 0/6] genirq/affinity: Abstract APIs from managed irq affinity spread
 2023-01-16 19:13 UTC  (4+ messages)

[PATCH] block: don't allow multiple bios for IOCB_NOWAIT issue
 2023-01-16 18:30 UTC  (7+ messages)

[PATCH v2] documentation: fix Generic Block Device Capability
 2023-01-16 18:14 UTC  (3+ messages)

[PATCH V13 REBASED 0/8] block, bfq: extend bfq to support multi-actuator drives
 2023-01-16 18:09 UTC  (3+ messages)

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-16 18:00 UTC  (2+ messages)

Is there a reason why REQ_OP_READ has to be 0?
 2023-01-16 16:17 UTC  (4+ messages)

[PATCH] block: check disk flag before setting scan bit
 2023-01-16 16:14 UTC 

[PATCH V1] lib/scatterlist: Fix to calculate the last_pg properly
 2023-01-16 16:10 UTC  (2+ messages)

[PATCH v3 0/5] A few bugfix and cleanup patches for sbitmap
 2023-01-16 20:50 UTC  (6+ messages)
` [PATCH v3 1/5] sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallow
` [PATCH v3 2/5] sbitmap: remove redundant check in __sbitmap_queue_get_batch
` [PATCH v3 3/5] sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat code
` [PATCH v3 4/5] sbitmap: add sbitmap_find_bit to remove repeat code in __sbitmap_get/__sbitmap_get_shallow
` [PATCH v3 5/5] sbitmap: correct wake_batch recalculation to avoid potential IO hung

[PATCH v2 00/18] Add Command Duration Limits support
 2023-01-16 12:43 UTC  (30+ messages)
` [PATCH v2 01/18] ata: libata: allow ata_scsi_set_sense() to not set CHECK_CONDITION
` [PATCH v2 02/18] ata: libata: allow ata_eh_request_sense() "
` [PATCH v2 03/18] scsi: core: allow libata to complete successful commands via EH
` [PATCH v2 04/18] scsi: rename and move get_scsi_ml_byte()
` [PATCH v2 05/18] scsi: support retrieving sub-pages of mode pages
` [PATCH v2 06/18] scsi: support service action in scsi_report_opcode()
` [PATCH v2 07/18] block: introduce duration-limits priority class
` [PATCH v2 08/18] block: introduce BLK_STS_DURATION_LIMIT
` [PATCH v2 09/18] ata: libata: detect support for command duration limits
` [PATCH v2 10/18] ata: libata-scsi: handle CDL bits in ata_scsiop_maint_in()
` [PATCH v2 11/18] ata: libata-scsi: add support for CDL pages mode sense
` [PATCH v2 12/18] ata: libata: add ATA feature control sub-page translation
` [PATCH v2 13/18] ata: libata: set read/write commands CDL index
` [PATCH v2 14/18] scsi: sd: detect support for command duration limits
` [PATCH v2 15/18] scsi: sd: set read/write commands CDL index
` [PATCH v2 16/18] scsi: sd: handle read/write CDL timeout failures
` [PATCH v2 17/18] ata: libata: handle completion of CDL commands using policy 0xD
` [PATCH v2 18/18] Documentation: sysfs-block-device: document command duration limits

[PATCH] scripts: support GNU make 4.4 in jobserver-exec
 2023-01-16 11:16 UTC  (2+ messages)

[PATCH RESEND v2 0/5] A few bugfix and cleanup patches for sbitmap
 2023-01-16  9:54 UTC  (8+ messages)
` [PATCH RESEND v2 5/5] sbitmap: correct wake_batch recalculation to avoid potential IO hung

[RFC] block, bfq: use-after-free with bfq <==> cgroup interactions
 2023-01-16  3:55 UTC  (2+ messages)

[PATCH] block, bfq: switch 'bfqg->ref' to use atomic refcount apis
 2023-01-16  3:53 UTC  (3+ messages)

[PATCH v2 1/2] blk-iocost: add refcounting for iocg
 2023-01-16  3:25 UTC  (16+ messages)

[PATCH] block, bfq: fix uaf for bfqq in bic_set_bfqq()
 2023-01-16  3:09 UTC  (4+ messages)

[PATCH v4 0/8] A few bugfix and cleancode patch for bfq
 2023-01-16  9:51 UTC  (9+ messages)
` [PATCH v4 1/8] block, bfq: correctly raise inject limit in bfq_choose_bfqq_for_injection
` [PATCH v4 2/8] block, bfq: remove unsed parameter reason in bfq_bfqq_is_slow
` [PATCH v4 3/8] block, bfq: initialize bfqq->decrease_time_jif correctly
` [PATCH v4 4/8] block, bfq: use helper macro RQ_BFQQ to get bfqq of request
` [PATCH v4 5/8] block, bfq: remove unnecessary dereference to get async_bfqq
` [PATCH v4 6/8] block, bfq: remove redundant check in bfq_put_cooperator
` [PATCH v4 7/8] block, bfq: remove unnecessary goto tag in bfq_dispatch_rq_from_bfqq
` [PATCH v4 8/8] block, bfq: remove unused bfq_wr_max_time in struct bfq_data

[PATCH 5.10 0/1] block: replace WARN_ONCE with pr_warn in bio_check_ro
 2023-01-15  8:04 UTC  (3+ messages)
` [PATCH 5.10 1/1] block: fix and cleanup bio_check_ro

Virtio-blk extended lifetime feature
 2023-01-15  7:55 UTC 

[PATCH] paride/pcd: return earlier when an error happens in pcd_atapi()
 2023-01-14 17:01 UTC 

[PATCH v5 3/9] iov_iter: Use IOCB/IOMAP_WRITE if available rather than iterator direction
 2023-01-14  1:58 UTC  (25+ messages)
` [PATCH v5 0/9] iov_iter: Add extraction helpers
  ` [PATCH v5 4/9] iov_iter: Add a function to extract a page list from an iterator
  ` [PATCH v5 8/9] iov_iter, block: Make bio structs pin pages rather than ref'ing if appropriate

[GIT PULL] Block fixes for 6.2-rc4
 2023-01-13 23:44 UTC  (2+ messages)

[RESEND PATCH 0/8] Miscellaneous DRBD reorganization
 2023-01-13 20:44 UTC  (10+ messages)
` [PATCH 1/8] drbd: adjust drbd_limits license header
` [PATCH 2/8] drbd: fix DRBD_VOLUME_MAX 65535 -> 65534
` [PATCH 3/8] drbd: make limits unsigned
` [PATCH 4/8] drbd: remove unnecessary assignment in vli_encode_bits
` [PATCH 5/8] drbd: remove macros using require_context
` [PATCH 6/8] MAINTAINERS: add drbd headers
` [PATCH 7/8] drbd: interval tree: make removing an "empty" interval a no-op
` [PATCH 8/8] drbd: drbd_insert_interval(): Clarify comment

[RESEND PATCH 0/3] DRBD file structure reorganization
 2023-01-13 15:43 UTC  (5+ messages)
` [PATCH 1/3] drbd: split off drbd_buildtag into separate file
` [PATCH 2/3] drbd: drop API_VERSION define
` [PATCH 3/3] drbd: split off drbd_config into separate file

[PATCH v2 05/16] driver core: make struct device_type.uevent() take a const *
 2023-01-13 13:33 UTC  (4+ messages)
` [PATCH v2 06/16] driver core: make struct device_type.devnode() "

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2023-01-13  9:46 UTC 

[PATCH v6 0/9] Implement copy offload support
 2023-01-13  8:26 UTC  (13+ messages)
    ` [PATCH v6 1/9] block: Introduce queue limits for copy-offload support
    ` [PATCH v6 2/9] block: Add copy offload support infrastructure
    ` [PATCH v6 3/9] block: add emulation for copy
    ` [PATCH v6 4/9] block: Introduce a new ioctl "
    ` [PATCH v6 5/9] nvme: add copy offload support
    ` [PATCH v6 6/9] nvmet: add copy command support for bdev and file ns
    ` [PATCH v6 7/9] dm: Add support for copy offload
    ` [PATCH v6 9/9] dm kcopyd: use copy offload support

[bug report] BUG: KASAN: use-after-free in bic_set_bfqq
 2023-01-13  1:11 UTC  (7+ messages)

[GIT PULL] nvme fixes for Linux 6.2
 2023-01-12 17:37 UTC  (2+ messages)

[PATCH v2 0/3] block zoned cleanups
 2023-01-12 17:14 UTC  (4+ messages)
    ` [PATCH v2 2/3] block: add a new helper bdev_{is_zone_start, offset_from_zone_start}

[PATCH v6] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-12 15:25 UTC 

consolidate btrfs checksumming, repair and bio splitting v3
 2023-01-12 14:01 UTC  (4+ messages)
` [PATCH 06/19] btrfs: handle recording of zoned writes in the storage layer


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 read-only IMAP folder(s) and NNTP newsgroup(s).