messages from 2022-01-24 09:56:00 to 2022-03-01 04:07:39 UTC [more...]
[Drbd-dev] remove opencoded kmap of bio_vecs
2022-03-01 4:06 UTC (20+ messages)
` [Drbd-dev] [PATCH 01/10] iss-simdisk: use bvec_kmap_local in simdisk_submit_bio
` [Drbd-dev] [PATCH 02/10] aoe: use bvec_kmap_local in bvcpy
` [Drbd-dev] [PATCH 03/10] zram: use memcpy_to_bvec in zram_bvec_read
` [Drbd-dev] [PATCH 04/10] zram: use memcpy_from_bvec in zram_bvec_write
` [Drbd-dev] [PATCH 05/10] nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrity
` [Drbd-dev] [PATCH 06/10] nvdimm-btt: use bvec_kmap_local in btt_rw_integrity
` [Drbd-dev] [PATCH 07/10] bcache: use bvec_kmap_local in bio_csum
` [Drbd-dev] [PATCH 08/10] drbd: use bvec_kmap_local in drbd_csum_bio
` [Drbd-dev] [PATCH 09/10] drbd: use bvec_kmap_local in recv_dless_read
` [Drbd-dev] [PATCH 10/10] floppy: use memcpy_{to,from}_bvec
[Drbd-dev] [PATCH 0/6] Remove usage of list iterator past the loop body
2022-03-01 3:03 UTC (45+ messages)
` [Drbd-dev] [PATCH 1/6] drivers: usb: remove "
` [Drbd-dev] [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [Drbd-dev] [PATCH 3/6] treewide: fix incorrect use to determine if list is empty
` [Drbd-dev] [PATCH 4/6] drivers: remove unnecessary use of list iterator variable
` [Drbd-dev] [PATCH 5/6] treewide: remove dereference of list iterator after loop body
` [Drbd-dev] [PATCH 6/6] treewide: remove check of list iterator against head past the "
[Drbd-dev] [PATCH 00/11] Remove remaining parts of congestion tracking code
2022-02-28 5:19 UTC (20+ messages)
` [Drbd-dev] [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [Drbd-dev] [PATCH 02/11] MM: document and polish read-ahead code
` [Drbd-dev] [PATCH 05/11] nfs: remove reliance on bdi congestion
` [Drbd-dev] [PATCH 11/11] Remove congestion tracking framework
` [Drbd-dev] [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [Drbd-dev] [PATCH 04/11] fuse: remove reliance on bdi congestion
` [Drbd-dev] [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [Drbd-dev] [PATCH 07/11] Remove inode_congested()
` [Drbd-dev] [PATCH 06/11] ceph: remove reliance on bdi congestion
` [Drbd-dev] [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [Drbd-dev] [PATCH 01/11] DOC: convert 'subsection' to 'section' in gfp.h
[Drbd-dev] remove REQ_OP_WRITE_SAME v2
2022-02-28 3:43 UTC (30+ messages)
` [Drbd-dev] [PATCH 1/7] cxlflash: query write_zeroes limit for zeroing
` [Drbd-dev] [PATCH 2/7] drbd: drop REQ_OP_WRITE_SAME support
` [Drbd-dev] [PATCH 3/7] rnbd: drop WRITE_SAME support
` [Drbd-dev] [PATCH 4/7] sd: remove write same support
` [Drbd-dev] [PATCH 5/7] md: drop WRITE_SAME support
` [Drbd-dev] [PATCH 6/7] dm: remove write same support
` [Drbd-dev] [PATCH 7/7] block: remove REQ_OP_WRITE_SAME support
[Drbd-dev] [PATCH 00/11] Remove remaining parts of congestion tracking code
2022-02-24 11:30 UTC (15+ messages)
` [Drbd-dev] [PATCH 11/11] Remove congestion tracking framework
` [Drbd-dev] [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [Drbd-dev] [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [Drbd-dev] [PATCH 01/11] DOC: convert 'subsection' to 'section' in gfp.h
` [Drbd-dev] [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [Drbd-dev] [PATCH 07/11] Remove inode_congested()
` [Drbd-dev] [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [Drbd-dev] [PATCH 06/11] ceph: remove reliance on bdi congestion
` [Drbd-dev] [PATCH 02/11] MM: document and polish read-ahead code
` [Drbd-dev] [PATCH 05/11] nfs: remove reliance on bdi congestion
` [Drbd-dev] [PATCH 04/11] fuse: "
[Drbd-dev] [PATCH] drbd: fix a bug of do_change_disk_state when attach
2022-02-23 8:44 UTC
[Drbd-dev] [PATCH] drbd:don't increase unacked_cnt when resync write error
2022-02-18 12:32 UTC (2+ messages)
[Drbd-dev] [PATCH] block/zram: Fix wording in optional feature docs
2022-02-15 23:32 UTC (2+ messages)
[Drbd-dev] [BUG] block: drbd: possible deadlocks involving waiting and locking operations
2022-02-08 10:55 UTC
[Drbd-dev] improve the bio cloning interface v2
2022-02-04 14:43 UTC (17+ messages)
` [Drbd-dev] [PATCH 01/13] drbd: set ->bi_bdev in drbd_req_new
` [Drbd-dev] [PATCH 02/13] dm: add a clone_to_tio helper
` [Drbd-dev] [PATCH 03/13] dm: fold clone_bio into __clone_and_map_data_bio
` [Drbd-dev] [PATCH 04/13] dm: fold __send_duplicate_bios into __clone_and_map_simple_bio
` [Drbd-dev] [PATCH 05/13] dm: move cloning the bio into alloc_tio
` [Drbd-dev] [PATCH 06/13] dm: pass the bio instead of tio to __map_bio
` [Drbd-dev] [PATCH 07/13] dm: retun the clone bio from alloc_tio
` [Drbd-dev] [PATCH 08/13] dm: simplify the single bio fast path in __send_duplicate_bios
` [Drbd-dev] [PATCH 09/13] dm-cache: remove __remap_to_origin_clear_discard
` [Drbd-dev] [PATCH 10/13] block: clone crypto and integrity data in __bio_clone_fast
` [Drbd-dev] [PATCH 11/13] dm: use bio_clone_fast in alloc_io/alloc_tio
` [Drbd-dev] [PATCH 12/13] block: initialize the target bio in __bio_clone_fast
` [Drbd-dev] [PATCH 13/13] block: pass a block_device to bio_clone_fast
[Drbd-dev] [PATCH -next] mm/fs: fix boolreturn.cocci warning
2022-02-03 3:30 UTC
[Drbd-dev] improve the bio allocation interface v2
2022-02-02 14:50 UTC (16+ messages)
` [Drbd-dev] [PATCH 02/19] nilfs2: remove nilfs_alloc_seg_bio
` [Drbd-dev] [PATCH 05/19] dm: bio_alloc can't fail if it is allowed to sleep
` [Drbd-dev] [PATCH 06/19] dm-crypt: remove clone_init
` [Drbd-dev] [PATCH 07/19] dm-snap: use blkdev_issue_flush instead of open coding it
` [Drbd-dev] [PATCH 08/19] dm-thin: "
` [Drbd-dev] [PATCH 10/19] rnbd-srv: simplify bio mapping in process_rdma
` [Drbd-dev] [PATCH 11/19] rnbd-srv: remove struct rnbd_dev_blk_io
` [Drbd-dev] [PATCH 12/19] xen-blkback: bio_alloc can't fail if it is allow to sleep
[Drbd-dev] improve the bio cloning interface
2022-01-29 5:06 UTC (18+ messages)
` [Drbd-dev] [PATCH 01/14] drbd: set ->bi_bdev in drbd_req_new
` [Drbd-dev] [PATCH 02/14] dm: add a clone_to_tio helper
` [Drbd-dev] [PATCH 03/14] dm: fold clone_bio into __clone_and_map_data_bio
` [Drbd-dev] [PATCH 04/14] dm: fold __send_duplicate_bios into __clone_and_map_simple_bio
` [Drbd-dev] [PATCH 05/14] dm: move cloning the bio into alloc_tio
` [Drbd-dev] [PATCH 06/14] dm: pass the bio instead of tio to __map_bio
` [Drbd-dev] [PATCH 07/14] dm: retun the clone bio from alloc_tio
` [Drbd-dev] [PATCH 08/14] dm: simplify the single bio fast path in __send_duplicate_bios
` [Drbd-dev] [PATCH 09/14] dm: add a missing bio initialization to alloc_tio
` [Drbd-dev] [dm] 3826813630: BUG:KASAN:double-free_or_invalid-free_in_dm_io_dec_pending
` [Drbd-dev] [PATCH 10/14] dm-cache: remove __remap_to_origin_clear_discard
` [Drbd-dev] [PATCH 11/14] block: clone crypto and integrity data in __bio_clone_fast
` [Drbd-dev] [PATCH 12/14] dm: use bio_clone_fast in alloc_tio
` [Drbd-dev] [PATCH 13/14] block: initialize the target bio in __bio_clone_fast
` [Drbd-dev] [PATCH 14/14] block: pass a block_device to bio_clone_fast
[Drbd-dev] [PATCH 0/9] Remove remaining parts of congestions tracking code
2022-01-28 21:36 UTC (18+ messages)
` [Drbd-dev] [PATCH 7/9] NFS: remove congestion control
` [Drbd-dev] [PATCH 1/9] Remove inode_congested()
` [Drbd-dev] [PATCH 4/9] f2f2: replace some congestion_wait() calls with io_schedule_timeout()
` [Drbd-dev] [PATCH 8/9] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [Drbd-dev] [PATCH 2/9] Remove bdi_congested() and wb_congested() and related functions
` [Drbd-dev] [PATCH 3/9] f2fs: change retry waiting for f2fs_write_single_data_page()
` [Drbd-dev] [PATCH 5/9] cephfs: don't set/clear bdi_congestion
` [Drbd-dev] [PATCH 9/9] Remove congestion tracking framework
` [Drbd-dev] [PATCH 6/9] fuse: don't set/clear bdi_congested
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