messages from 2023-04-29 09:42:49 to 2023-05-03 18:40:36 UTC [more...]
[PATCH RFC 00/16] block atomic writes
2023-05-03 18:38 UTC (6+ messages)
` [PATCH RFC 02/16] fs/bdev: Add atomic write support info to statx
` [PATCH RFC 05/16] block: Add REQ_ATOMIC flag
` [PATCH RFC 06/16] block: Limit atomic writes according to bio and queue limits
` [PATCH RFC 07/16] block: Add bdev_find_max_atomic_write_alignment()
` [PATCH RFC 08/16] block: Add support for atomic_write_unit
[PATCH 00/15] Change the integrity configuration method in block
2023-05-03 17:23 UTC (23+ messages)
` [PATCH 01/15] block: bio: rename page_is_mergeable to bio_page_is_mergeable and make non-static
` [PATCH 02/15] block: blk-integiry: add helper functions for bio_integrity_add_page
` [PATCH 03/15] block: bio-integrity: modify bio_integrity_add_page()
` [PATCH 04/15] block: bio-integiry: cleanup bio_integrity_prep
` [PATCH 05/15] block: fix not to apply bip information in blk_rq_bio_prep()
` [PATCH 06/15] block: blk-merge: fix to add the number of integrity segments to the request twice
` [PATCH 07/15] block: blk-merge: fix merging two requests in ll_merge_requests_fn
` [PATCH 08/15] block: add helper function to get the number of integrity segments
` [PATCH 09/15] scsi: add scsi_alloc_integrity_sgtables() for integrity process
` [PATCH 10/15] scsi: change to use blk_rq_nr_integrity_segments() instead of blk_rq_count_integrity_sg()
` [PATCH 11/15] block: blk-integrity: change how to find the number of integrity of bio
` [PATCH 12/15] nvme: rdma: change how to find the number of integrity of request
` [PATCH 13/15] block: add helper function for iteration of bip's bvec
` [PATCH 14/15] block: blk-integrity: change sg-table configuration method for integrity
` [PATCH 15/15] block: blk-integrity: remove blk_rq_count_integrity_sg()
[RFC PATCH 00/11] Rust null block driver
2023-05-03 16:47 UTC (20+ messages)
` [RFC PATCH 01/11] rust: add radix tree abstraction
` [RFC PATCH 02/11] rust: add `pages` module for handling page allocation
` [RFC PATCH 03/11] rust: block: introduce `kernel::block::mq` module
` [RFC PATCH 04/11] rust: block: introduce `kernel::block::bio` module
` [RFC PATCH 05/11] RUST: add `module_params` macro
` [RFC PATCH 06/11] rust: apply cache line padding for `SpinLock`
` [RFC PATCH 07/11] rust: lock: add support for `Lock::lock_irqsave`
` [RFC PATCH 08/11] rust: lock: implement `IrqSaveBackend` for `SpinLock`
` [RFC PATCH 09/11] RUST: implement `ForeignOwnable` for `Pin`
` [RFC PATCH 10/11] rust: add null block driver
` [RFC PATCH 11/11] rust: inline a number of short functions
[PATCH V2] ublk: add timeout handler
2023-05-03 15:39 UTC (2+ messages)
[PATCH] drbd: correctly submit flush bio on barrier
2023-05-03 15:39 UTC (3+ messages)
[RFC 0/3] nvme uring passthrough diet
2023-05-03 15:25 UTC (13+ messages)
` [RFC 1/3] nvme: skip block cgroups for passthrough commands
` [RFC 2/3] nvme: fix cdev name leak
` [RFC 3/3] nvme: create special request queue for cdev
Estimating Services
2023-05-03 15:10 UTC
[LSF/MM/BPF TOPIC] nvme state machine refactoring
2023-05-03 13:55 UTC (3+ messages)
[PATCH] drbd: do not set REQ_PREFLUSH when submitting barrier
2023-05-03 11:05 UTC (3+ messages)
[PATCH blktests v3 00/12] nvme testsuite runtime optimization
2023-05-03 11:01 UTC (25+ messages)
` [PATCH blktests v3 01/12] nvme/rc: Auto convert test device size info
` [PATCH blktests v3 02/12] nvme: Do not hard code device size for dd test
` [PATCH blktests v3 03/12] common/xfs: Make size argument optional for _xfs_run_fio_verify_io
` [PATCH blktests v3 04/12] common/xfs: Limit fio size job to fit into xfs fs
` [PATCH blktests v3 05/12] nvme: Use runtime fio background jobs
` [PATCH blktests v3 06/12] Documentation: Add info on nvme_tr_type
` [PATCH blktests v3 07/12] nvme: Make test image size configurable
` [PATCH blktests v3 08/12] nvme/rc: Add minimal test image size requirement
` [PATCH blktests v3 09/12] common/fio: Limit number of random jobs
` [PATCH blktests v3 10/12] nvme/rc: Calculate IO size for random fio jobs
` [PATCH blktests v3 11/12] nvme/rc: Move discovery generation counter code to rc
` [PATCH blktests v3 12/12] nvme: Make the number iterations configurable
[PATCH blktests v3 0/2] nvme_trtype=fc fixes
2023-05-03 8:38 UTC (3+ messages)
` [PATCH blktests v3 1/2] nvme/rc: Cleanup fc ports in reverse order
` [PATCH blktests v3 2/2] nvme/rc: Cleanup fc resource before module unloading
[PATCH blktests v2 0/2] nvme_trtype=fc fixes
2023-05-03 8:12 UTC (17+ messages)
` [PATCH blktests v2 1/2] nvme-rc: Cleanup fc ports in reverse order
` [PATCH blktests v2 2/2] nvme-rc: Cleanup fc resource before module unloading
[6.4-current oops] null ptr deref in blk_mq_sched_bio_merge() from blkdev readahead
2023-05-03 8:07 UTC (2+ messages)
[PATCH REPOST blktests v2 0/9] nvme testsuite runtime optimization
2023-05-03 7:29 UTC (29+ messages)
` [PATCH REPOST blktests v2 2/9] nvme: Do not hard code device size for dd test
` [PATCH REPOST blktests v2 3/9] common-xfs: Make size argument optional for _xfs_run_fio_verify_io
` [PATCH REPOST blktests v2 4/9] nvme: Use runtime fio background jobs
` [PATCH REPOST blktests v2 7/9] nvme-rc: Calculate IO size for fio jobs
` [PATCH REPOST blktests v2 8/9] nvme-rc: Move discovery generation counter code to rc
` [PATCH REPOST blktests v2 9/9] nvme: Make the number iterations configurable
[ext4 io hang] buffered write io hang in balance_dirty_pages
2023-05-02 23:27 UTC (20+ messages)
[PATCH 0/1] Possible bug in zram on ppc64le on vfat
2023-05-02 15:23 UTC (8+ messages)
[PATCH v5 00/20] bio: check return values of bio_add_page
2023-05-02 11:53 UTC (23+ messages)
` [PATCH v5 01/20] swap: use __bio_add_page to add page to bio
` [PATCH v5 02/20] drbd: "
` [PATCH v5 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v5 04/20] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v5 05/20] md: use __bio_add_page to add single page
` [PATCH v5 06/20] md: raid5-log: "
` [PATCH v5 07/20] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v5 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v5 09/20] gfs2: use __bio_add_page for adding "
` [PATCH v5 10/20] zonefs: "
` [PATCH v5 11/20] zram: "
` [PATCH v5 12/20] floppy: "
` [PATCH v5 13/20] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v5 14/20] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v5 15/20] md: raid1: check if adding pages to resync bio fails
` [PATCH v5 16/20] dm-crypt: check if adding pages to clone "
` [PATCH v5 17/20] block: mark bio_add_page as __must_check
` [PATCH v5 18/20] block: add __bio_add_folio
` [PATCH v5 19/20] fs: iomap: use __bio_add_folio where possible
` [PATCH v5 20/20] block: mark bio_add_folio as __must_check
[RFC] block: dio: immediately fail when count < logical block size
2023-05-02 9:16 UTC (3+ messages)
[PATCH blktests] common/rc: fix kernel version parse failure
2023-05-02 4:12 UTC (4+ messages)
[bug report] kmemleak observed during blktests nvme-tcp
2023-05-02 2:35 UTC (12+ messages)
[PATCH] ublk: add timeout handler
2023-05-02 1:15 UTC (2+ messages)
[PATCH v3 0/3] Introduce provisioning primitives for thinly provisioned storage
2023-05-01 19:15 UTC (4+ messages)
` [PATCH v5 0/5] Introduce block provisioning primitives
` [PATCH v5 4/5] dm-thin: Add REQ_OP_PROVISION support
[bvanassche:block-for-next] [block] 4cf040452d: INFO:task_blocked_for_more_than#seconds
2023-05-01 16:33 UTC
RFC: allow building a kernel without buffer_heads
2023-05-01 16:00 UTC (7+ messages)
` [PATCH 17/17] fs: add CONFIG_BUFFER_HEAD
[RFC PATCH 00/12] io_uring attached nvme queue
2023-05-01 11:36 UTC (15+ messages)
` [RFC PATCH 01/12] nvme: refactor nvme_alloc_io_tag_set
` [RFC PATCH 02/12] pci: enable "raw_queues = N" module parameter
` [RFC PATCH 03/12] fs, block: interface to register/unregister the raw-queue
` [RFC PATCH 04/12] io_uring, fs: plumb support to register/unregister raw-queue
` [RFC PATCH 05/12] nvme: wire-up register/unregister queue f_op callback
` [RFC PATCH 06/12] pci: implement register/unregister functionality
` [RFC PATCH 07/12] io_uring: support for using registered queue in uring-cmd
` [RFC PATCH 08/12] block: add mq_ops to submit and complete commands from raw-queue
` [RFC PATCH 09/12] nvme: carve out a helper to prepare nvme_command from ioucmd->cmd
` [RFC PATCH 10/12] nvme: submisssion/completion of uring_cmd to/from the registered queue
` [RFC PATCH 11/12] pci: modify nvme_setup_prp_simple parameters
` [RFC PATCH 12/12] pci: implement submission/completion for rawq commands
[PATCH blktests 0/2] blktests: Add ublk testcases
2023-05-01 9:15 UTC (3+ messages)
` [PATCH blktests 2/2] tests: Add ublk tests
blktests failures with v6.3
2023-05-01 8:40 UTC
[PATCH v3 0/9] mq-deadline: Improve support for zoned block devices
2023-05-01 4:37 UTC (13+ messages)
` [PATCH v3 2/9] block: Micro-optimize blk_req_needs_zone_write_lock()
` [PATCH v3 7/9] block: mq-deadline: Track the dispatch position
` [PATCH v3 8/9] block: mq-deadline: Handle requeued requests correctly
[PATCH blktests v2] tests/dm: add a regression test
2023-05-01 4:34 UTC (3+ messages)
[PATCH v3 0/4] io_uring: Pass the whole sqe to commands
2023-05-01 4:31 UTC (8+ messages)
` [PATCH v3 1/4] io_uring: Create a helper to return the SQE size
` [PATCH v3 2/4] io_uring: Pass whole sqe to commands
` [PATCH v3 3/4] io_uring: Remove unnecessary BUILD_BUG_ON
` [PATCH v3 4/4] block: ublk_drv: Add a helper instead of casting
[PATCH V4 1/2] debugfs: provide a way for relay user bypass lockdown
2023-04-30 21:46 UTC (8+ messages)
` [PATCH V4 2/2] blktrace: allow access trace file in lockdown mode
[PATCH v2 0/3] io_uring: Pass the whole sqe to commands
2023-04-30 14:39 UTC (3+ messages)
[PATCH 0/2] io_uring: Pass whole sqe to commands
2023-04-30 14:37 UTC (8+ messages)
` [PATCH 1/2] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).