messages from 2022-01-28 21:36:15 to 2022-03-03 09:30:17 UTC [more...]
[Drbd-dev] [PATCH 0/6] Remove usage of list iterator past the loop body
2022-03-03 9:30 UTC (79+ 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] [Intel-gfx] "
[Drbd-dev] [PATCH] drbd: create new uuid even we dont have quorum
2022-03-03 7:10 UTC
[Drbd-dev] remove opencoded kmap of bio_vecs
2022-03-02 17:04 UTC (25+ 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] drbd:do not wait for negotiation result with unconnected peer
2022-03-02 12:35 UTC
[Drbd-dev] [PATCH 00/11] Remove remaining parts of congestion tracking code
2022-03-01 13:27 UTC (17+ messages)
` [Drbd-dev] [PATCH 04/11] fuse: remove reliance on bdi congestion
` [Drbd-dev] [PATCH 05/11] nfs: "
` [Drbd-dev] [PATCH 07/11] Remove inode_congested()
` [Drbd-dev] [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [Drbd-dev] [PATCH 06/11] ceph: remove reliance on bdi congestion
` [Drbd-dev] [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [Drbd-dev] [PATCH 02/11] MM: document and polish read-ahead code
` [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 00/11] Remove remaining parts of congestion tracking code
2022-02-28 5:19 UTC (20+ messages)
` [Drbd-dev] [PATCH 07/11] Remove inode_congested()
` [Drbd-dev] [PATCH 01/11] DOC: convert 'subsection' to 'section' in gfp.h
` [Drbd-dev] [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [Drbd-dev] [PATCH 06/11] ceph: remove reliance on bdi congestion
` [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 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [Drbd-dev] [PATCH 11/11] Remove congestion tracking framework
` [Drbd-dev] [PATCH 05/11] nfs: remove reliance on bdi congestion
` [Drbd-dev] [PATCH 02/11] MM: document and polish read-ahead code
` [Drbd-dev] [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
[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] 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 (2+ messages)
[Drbd-dev] [PATCH 09/14] dm: add a missing bio initialization to alloc_tio
2022-01-29 5:06 UTC (2+ messages)
` [Drbd-dev] [dm] 3826813630: BUG:KASAN:double-free_or_invalid-free_in_dm_io_dec_pending
[Drbd-dev] [PATCH 0/9] Remove remaining parts of congestions tracking code
2022-01-28 21:36 UTC (4+ messages)
` [Drbd-dev] [PATCH 1/9] Remove inode_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