Linux-Block Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-24 09:11:32 to 2022-01-27 07:14:19 UTC [more...]

[LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
 2022-01-27  7:14 UTC 

[PATCH 1/2] block: remove blk_needs_flush_plug
 2022-01-27  7:05 UTC  (2+ messages)
` [PATCH 2/2] block: check that there is a plug in blk_flush_plug

improve the bio cloning interface
 2022-01-27  6:35 UTC  (15+ messages)
` [PATCH 01/14] drbd: set ->bi_bdev in drbd_req_new
` [PATCH 02/14] dm: add a clone_to_tio helper
` [PATCH 03/14] dm: fold clone_bio into __clone_and_map_data_bio
` [PATCH 04/14] dm: fold __send_duplicate_bios into __clone_and_map_simple_bio
` [PATCH 05/14] dm: move cloning the bio into alloc_tio
` [PATCH 06/14] dm: pass the bio instead of tio to __map_bio
` [PATCH 07/14] dm: retun the clone bio from alloc_tio
` [PATCH 08/14] dm: simplify the single bio fast path in __send_duplicate_bios
` [PATCH 09/14] dm: add a missing bio initialization to alloc_tio
` [PATCH 10/14] dm-cache: remove __remap_to_origin_clear_discard
` [PATCH 11/14] block: clone crypto and integrity data in __bio_clone_fast
` [PATCH 12/14] dm: use bio_clone_fast in alloc_tio
` [PATCH 13/14] block: initialize the target bio in __bio_clone_fast
` [PATCH 14/14] block: pass a block_device to bio_clone_fast

[PATCH v6 0/2] cancel all throttled bios in del_gendisk()
 2022-01-27  5:03 UTC  (7+ messages)
` [PATCH v6 2/2] block: "

[PATCH 0/9] Remove remaining parts of congestions tracking code
 2022-01-27  2:46 UTC  (10+ messages)
` [PATCH 4/9] f2f2: replace some congestion_wait() calls with io_schedule_timeout()
` [PATCH 5/9] cephfs: don't set/clear bdi_congestion
` [PATCH 7/9] NFS: remove congestion control
` [PATCH 2/9] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 3/9] f2fs: change retry waiting for f2fs_write_single_data_page()
` [PATCH 9/9] Remove congestion tracking framework
` [PATCH 8/9] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 6/9] fuse: don't set/clear bdi_congested
` [PATCH 1/9] Remove inode_congested()

[PATCH -next] blk-throttle: enable io throttle for root in cgroup v2
 2022-01-27  2:36 UTC  (3+ messages)

[PATCH -next V5] blk-mq: fix tag_get wait task can't be awakened
 2022-01-27  1:32 UTC  (2+ messages)

[RFC 00/14] DEPT(DEPendency Tracker)
 2022-01-27  1:11 UTC  (16+ messages)
` Patches(Dept) for v5.17-rc1
  ` [PATCH on v5.17-rc1 01/14] llist: Move llist_{head,node} definition to types.h
    ` [PATCH on v5.17-rc1 02/14] dept: Implement Dept(Dependency Tracker)
    ` [PATCH on v5.17-rc1 03/14] dept: Embed Dept data in Lockdep
    ` [PATCH on v5.17-rc1 04/14] dept: Apply Dept to spinlock
    ` [PATCH on v5.17-rc1 05/14] dept: Apply Dept to mutex families
    ` [PATCH on v5.17-rc1 06/14] dept: Apply Dept to rwlock
    ` [PATCH on v5.17-rc1 07/14] dept: Apply Dept to wait_for_completion()/complete()
    ` [PATCH on v5.17-rc1 08/14] dept: Apply Dept to seqlock
    ` [PATCH on v5.17-rc1 09/14] dept: Apply Dept to rwsem
    ` [PATCH on v5.17-rc1 10/14] dept: Add proc knobs to show stats and dependency graph
    ` [PATCH on v5.17-rc1 11/14] dept: Introduce split map concept and new APIs for them
    ` [PATCH on v5.17-rc1 12/14] dept: Apply Dept to wait/event of PG_{locked,writeback}
    ` [PATCH on v5.17-rc1 13/14] dept: Separate out SDT(Single-event Dependency Tracker) header
    ` [PATCH on v5.17-rc1 14/14] dept: Apply SDT to swait

"blk-mq: fix tag_get wait task can't be awakened" causes hangs
 2022-01-27  1:24 UTC  (6+ messages)

yet another approach to fix loop autoclear for xfstets xfs/049
 2022-01-27  1:05 UTC  (11+ messages)
` [PATCH 1/8] loop: de-duplicate the idle worker freeing code
` [PATCH 2/8] loop: initialize the worker tracking fields once
` [PATCH 3/8] block: remove the racy bd_inode->i_mapping->nrpages asserts
` [PATCH 4/8] loop: only take lo_mutex for the last reference in lo_release
` [PATCH 5/8] loop: only take lo_mutex for the first reference in lo_open
` [PATCH 6/8] loop: don't freeze the queue in lo_release
` [PATCH 7/8] loop: only freeze the queue in __loop_clr_fd when needed
` [PATCH 8/8] loop: make autoclear operation synchronous again

[PATCH 00/10] Add wrapped key support for Qualcomm ICE
 2022-01-27  0:51 UTC  (4+ messages)

LSF/MM/BPF: 2022: Call for Proposals
 2022-01-26 19:54 UTC 

[v5 PATCH] block: introduce block_rq_error tracepoint
 2022-01-26 18:51 UTC 

[v4 PATCH] block: introduce block_rq_error tracepoint
 2022-01-26 18:35 UTC  (3+ messages)

[RFC 0/7] 64-bit data integrity field support
 2022-01-26 16:52 UTC  (13+ messages)
` [RFC 1/7] block: support pi with extended metadata
` [RFC 2/7] nvme: allow integrity on extended metadata formats
` [RFC 3/7] lib: add rocksoft model crc64
` [RFC 4/7] lib: add crc64 tests
` [RFC 5/7] asm-generic: introduce be48 unaligned accessors
` [RFC 6/7] block: add pi for nvme enhanced integrity
` [RFC 7/7] nvme: add support for enhanced metadata

[PATCH V2 00/13] block: don't drain file system I/O on del_gendisk
 2022-01-26 16:37 UTC  (46+ messages)
` [PATCH V2 01/13] block: declare blkcg_[init|exit]_queue in private header
` [PATCH V2 02/13] block: move initialization of q->blkg_list into blkcg_init_queue
` [PATCH V2 03/13] block: move blkcg initialization/destroy into disk allocation/release handler
` [PATCH V2 05/13] block: only account passthrough IO from userspace
` [PATCH V2 06/13] block: don't remove hctx debugfs dir from blk_mq_exit_queue
` [PATCH V2 07/13] block: move q_usage_counter release into blk_queue_release
` [PATCH V2 08/13] block: export __blk_mq_unfreeze_queue
` [PATCH V2 09/13] scsi: force unfreezing queue into atomic mode
` [PATCH V2 10/13] block: add helper of disk_release_queue for release queue data for disk
` [PATCH V2 11/13] block: move blk_exit_queue into disk_release
` [PATCH V2 12/13] block: move rq_qos_exit() into disk_release()
` [PATCH V2 13/13] block: don't drain file system I/O on del_gendisk

[PATCH for-next 0/2] Misc RNBD update
 2022-01-26 14:01 UTC  (3+ messages)

[PATCH v2] block: deprecate autoloading based on dev_t
 2022-01-26 13:49 UTC  (2+ messages)

remove <linux/genhd.h>
 2022-01-26 13:48 UTC  (9+ messages)
` [PATCH 1/3] block: move disk_{block,unblock,flush}_events to blk.h
` [PATCH 2/3] block: move blk_drop_partitions "
` [PATCH 3/3] block: remove genhd.h

[PATCH v3 1/5] task_work: export task_work_add()
 2022-01-26 13:35 UTC  (9+ messages)

[PATCH v2] blk-mq: fix missing blk_account_io_done() in error path
 2022-01-26 13:34 UTC  (3+ messages)

RFA (Request for Advice): block/bio: get_user_pages() --> pin_user_pages()
 2022-01-26  5:42 UTC  (11+ messages)

[PATCH] blktests: replace module removal with patient module removal
 2022-01-26  5:39 UTC  (2+ messages)

[PATCH V3] block: loop:use kstatfs.f_bsize of backing file to set discard granularity
 2022-01-26  5:15 UTC  (2+ messages)

[PATCH] dm mpath: fix missing blk_account_io_done() in error path
 2022-01-26  1:07 UTC  (3+ messages)

[PATCH v3] block: sed-opal: Add ioctl to return device status
 2022-01-25 22:03 UTC  (2+ messages)

[Patch v3] block: introduce block_rq_error tracepoint
 2022-01-25 20:19 UTC  (7+ messages)

[PATCH V2] block: loop:use kstatfs.f_bsize of backing file to set discard granularity
 2022-01-25 15:40 UTC  (4+ messages)

Wycena paneli fotowoltaicznych
 2022-01-25  9:15 UTC 

[PATCH -next] block: update io_ticks when io hang
 2022-01-25  9:19 UTC 

[PATCH v4 0/3] block: show crypto capabilities in sysfs
 2022-01-25  7:26 UTC  (6+ messages)
` [PATCH v4 1/3] block: simplify calling convention of elv_unregister_queue()
` [PATCH v4 2/3] block: don't delete queue kobject before its children
` [PATCH v4 3/3] blk-crypto: show crypto capabilities in sysfs

improve the bio allocation interface v2
 2022-01-24 21:07 UTC  (18+ messages)
` [PATCH 04/19] ntfs3: remove ntfs_alloc_bio
` [PATCH 05/19] dm: bio_alloc can't fail if it is allowed to sleep
` [PATCH 06/19] dm-crypt: remove clone_init
` [PATCH 07/19] dm-snap: use blkdev_issue_flush instead of open coding it
` [PATCH 08/19] dm-thin: "
` [PATCH 09/19] drbd: bio_alloc can't fail if it is allow to sleep
` [PATCH 10/19] rnbd-srv: simplify bio mapping in process_rdma
` [PATCH 11/19] rnbd-srv: remove struct rnbd_dev_blk_io
` [PATCH 12/19] xen-blkback: bio_alloc can't fail if it is allow to sleep
` [PATCH 13/19] block: move blk_next_bio to bio.c
` [PATCH 14/19] block: pass a block_device and opf to blk_next_bio
` [PATCH 15/19] block: pass a block_device and opf to bio_alloc_bioset
` [PATCH 16/19] block: pass a block_device and opf to bio_alloc_kiocb
` [PATCH 17/19] block: pass a block_device and opf to bio_alloc
` [PATCH 18/19] block: pass a block_device and opf to bio_init
` [PATCH 19/19] block: pass a block_device and opf to bio_reset

[PATCH] block: loop: set discard_granularity as PAGE_SIZE if sb->s_blocksize is 0
 2022-01-24 15:22 UTC  (4+ messages)

[PATCH 0/4 v5] bfq: Avoid use-after-free when moving processes between cgroups
 2022-01-24 14:02 UTC  (2+ messages)


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