cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-12 12:06:33 to 2018-11-21 00:59:03 UTC [more...]

[Cluster-devel] [PATCH V10 00/19] block: support multi-page bvec
 2018-11-21  0:59 UTC  (95+ messages)
` [Cluster-devel] [PATCH V10 01/19] block: introduce multi-page page bvec helpers
` [Cluster-devel] [PATCH V10 02/19] block: introduce bio_for_each_bvec()
` [Cluster-devel] [PATCH V10 03/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [Cluster-devel] [PATCH V10 04/19] block: use bio_for_each_bvec() to map sg
` [Cluster-devel] [PATCH V10 05/19] block: introduce bvec_last_segment()
` [Cluster-devel] [PATCH V10 06/19] fs/buffer.c: use bvec iterator to truncate the bio
` [Cluster-devel] [PATCH V10 07/19] btrfs: use bvec_last_segment to get bio's last page
` [Cluster-devel] [PATCH V10 08/19] btrfs: move bio_pages_all() to btrfs
` [Cluster-devel] [PATCH V10 09/19] block: introduce bio_bvecs()
` [Cluster-devel] [PATCH V10 10/19] block: loop: pass multi-page bvec to iov_iter
` [Cluster-devel] [PATCH V10 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [Cluster-devel] [PATCH V10 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [Cluster-devel] [PATCH V10 13/19] iomap & xfs: only account for new added page
` [Cluster-devel] [PATCH V10 14/19] block: enable multipage bvecs
` [Cluster-devel] [PATCH V10 15/19] block: always define BIO_MAX_PAGES as 256
` [Cluster-devel] [PATCH V10 16/19] block: document usage of bio iterator helpers
` [Cluster-devel] [PATCH V10 17/19] block: don't use bio->bi_vcnt to figure out segment number
` [Cluster-devel] [PATCH V10 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [Cluster-devel] [PATCH V10 19/19] block: kill BLK_MQ_F_SG_MERGE

[Cluster-devel] FYI: dlm.service possibly silenty overwritten with DisplayLink driver installer
 2018-11-20 23:28 UTC 

[Cluster-devel] [PATCH 0/2] gfs2: improvements to recovery and withdraw process
 2018-11-20 19:23 UTC  (4+ messages)
` [Cluster-devel] [PATCH 1/2] gfs2: Ignore recovery attempts if gfs2 has io error or is withdrawn
` [Cluster-devel] [PATCH 2/2] gfs2: initiate journal recovery as soon as a node withdraws

[Cluster-devel] [PATCH 00/13] Radical Reform of glock state machine (take 2)
 2018-11-20 15:52 UTC  (20+ messages)
` [Cluster-devel] [PATCH 01/13] GFS2: Remove gotos from function run_queue
` [Cluster-devel] [PATCH 02/13] GFS2: Make do_xmote determine its own gh parameter
` [Cluster-devel] [PATCH 03/13] GFS2: Eliminate a goto in finish_xmote
` [Cluster-devel] [PATCH 04/13] GFS2: Baby step toward a real state machine: finish_xmote
` [Cluster-devel] [PATCH 05/13] GFS2: Add do_xmote states to state machine
` [Cluster-devel] [PATCH 06/13] GFS2: Make do_xmote not call the state machine again
` [Cluster-devel] [PATCH 07/13] GFS2: Add blocking and non-blocking demote to state machine
` [Cluster-devel] [PATCH 08/13] GFS2: Add a new GL_ST_PROMOTE state to glock "
` [Cluster-devel] [PATCH 09/13] GFS2: Replace run_queue with new GL_ST_RUN state in "
` [Cluster-devel] [PATCH 10/13] GFS2: Reduce redundancy in GL_ST_DEMOTE_NONBLOCK state
` [Cluster-devel] [PATCH 11/13] GFS2: Reduce glock_work_func to a single call to state_machine
` [Cluster-devel] [PATCH 12/13] GFS2: Add new GL_ST_UNLOCK state to reduce calls to the __ version
` [Cluster-devel] [PATCH 13/13] GFS2: Optimization of GL_ST_UNLOCK state

[Cluster-devel] gfs2: Remove vestigial bd_ops (version 2)
 2018-11-20 15:39 UTC  (2+ messages)

[Cluster-devel] [PATCH] dlm_controld: fix pkg-config call for cross build
 2018-11-18  9:22 UTC 

[Cluster-devel] [GFS2 PATCH] gfs2: Remove vestigial bd_ops
 2018-11-16 20:33 UTC 

[Cluster-devel] [GIT PULL] gfs2: 4.20 fixes
 2018-11-16 17:51 UTC  (6+ messages)

[Cluster-devel] [PATCH 0/3] dlm: fix various incorrect behaviors
 2018-11-15 18:24 UTC  (7+ messages)
` [Cluster-devel] [PATCH 1/3] dlm: fix invalid free
` [Cluster-devel] [PATCH 2/3] dlm: don't allow zero length names
` [Cluster-devel] [PATCH 3/3] dlm: don't leak kernel pointer to userspace

[Cluster-devel] lost idr_destroy for ls_recover_idr in release_lockspace() ?
 2018-11-15 18:22 UTC  (2+ messages)

[Cluster-devel] [PATCH 3/3] dlm: memory leaks on error path in dlm_user_request()
 2018-11-15 10:18 UTC 

[Cluster-devel] [PATCH 2/3] dlm: lost put_lkb on error path in receive_convert() and receive_unlock()
 2018-11-15 10:18 UTC 

[Cluster-devel] [PATCH 1/3] dlm: possible memory leak on error path in create_lkb()
 2018-11-15 10:18 UTC 

[Cluster-devel] [PATCH] dlm: fixed memory leaks after failed ls_remove_names allocation
 2018-11-15 10:15 UTC  (2+ messages)
` [Cluster-devel] [PATCH v2] "

[Cluster-devel] [PATCH 1/1] dlm: fix possible call to kfree() for non-initialized pointer
 2018-11-13 17:39 UTC 

[Cluster-devel] [PATCH V9 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
 2018-11-13 15:14 UTC 

[Cluster-devel] [GFS2 PATCH 0/4] jhead lookup using bios
 2018-11-12 14:29 UTC  (11+ messages)
` [Cluster-devel] [GFS2 PATCH 1/4] gfs2: add more timing info to journal recovery process
` [Cluster-devel] [GFS2 PATCH 2/4] gfs2: changes to gfs2_log_XXX_bio
` [Cluster-devel] [GFS2 PATCH 3/4] gfs2: add a helper function to get_log_header that can be used elsewhere
` [Cluster-devel] [GFS2 PATCH 4/4] gfs2: read journal in large chunks to locate the head

[Cluster-devel] [PATCH] gfs2: Fix iomap buffer head reference counting bug
 2018-11-11 13:50 UTC 

[Cluster-devel] [PATCH V8 12/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
 2018-11-09 16:26 UTC 

[Cluster-devel] [PATCH] gfs2: Fix metadata read-ahead during truncate (2)
 2018-11-09 12:00 UTC 

[Cluster-devel] [DLM PATCH] dlm: Don't swamp the CPU with callbacks queued during recovery
 2018-11-09 10:14 UTC  (2+ messages)

[Cluster-devel] [PATCH] gfs2: Put bitmap buffers in put_super
 2018-11-06 10:57 UTC  (3+ messages)

[Cluster-devel] [PATCH] dlm: remove unnecessary condition check
 2018-11-01 14:15 UTC 

[Cluster-devel] GFS2: Patches pulled
 2018-10-24 17:21 UTC 

[Cluster-devel] GFS2: Pull request (merge window)
 2018-10-24 16:41 UTC  (3+ messages)

[Cluster-devel] [PATCH 00/18] GFS2: Pre-pull patch posting (merge window)
 2018-10-23 12:40 UTC  (19+ messages)
` [Cluster-devel] [PATCH 01/18] gfs2: improve debug information when lvb mismatches are found
` [Cluster-devel] [PATCH 02/18] gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updated
` [Cluster-devel] [PATCH 03/18] gfs2: slow the deluge of io error messages
` [Cluster-devel] [PATCH 04/18] gfs2: Use fs_* functions instead of pr_* function where we can
` [Cluster-devel] [PATCH 05/18] gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
` [Cluster-devel] [PATCH 06/18] GFS2: Flush the GFS2 delete workqueue before stopping the kernel threads
` [Cluster-devel] [PATCH 07/18] gfs2: getlabel support
` [Cluster-devel] [PATCH 08/18] gfs2: Always check the result of gfs2_rbm_from_block
` [Cluster-devel] [PATCH 09/18] gfs2: Clean up out-of-bounds check in gfs2_rbm_from_block
` [Cluster-devel] [PATCH 10/18] gfs2: Move rs_{sizehint, rgd_gh} fields into the inode
` [Cluster-devel] [PATCH 11/18] gfs2: Remove unused RGRP_RSRV_MINBYTES definition
` [Cluster-devel] [PATCH 12/18] gfs2: Rename bitmap.bi_{len => bytes}
` [Cluster-devel] [PATCH 13/18] gfs2: Fix some minor typos
` [Cluster-devel] [PATCH 14/18] gfs2: Fix marking bitmaps non-full
` [Cluster-devel] [PATCH 15/18] gfs2: Remove unnecessary gfs2_rlist_alloc parameter
` [Cluster-devel] [PATCH 16/18] gfs2: Pass resource group to rgblk_free
` [Cluster-devel] [PATCH 17/18] gfs2: write revokes should traverse sd_ail1_list in reverse
` [Cluster-devel] [PATCH 18/18] gfs2: Fix minor typo: couln't versus couldn't

[Cluster-devel] [GFS2 v2 PATCH 4/4] gfs2: read journal in large chunks to locate the head
 2018-10-19  4:29 UTC 

[Cluster-devel] [PATCH] dlm_controld: check write return value
 2018-10-16 20:08 UTC 

[Cluster-devel] [PATCH] dlm: Toplevel Makefile always returns success
 2018-10-16 19:54 UTC 

[Cluster-devel] [GFS2 PATCH] gfs2: write revokes should traverse sd_ail1_list in reverse
 2018-10-15 17:25 UTC 

[Cluster-devel] [GIT PULL] gfs2: another 4.19 fix
 2018-10-13  7:28 UTC  (2+ messages)

[Cluster-devel] [PATCH] gfs2: Clean up gfs2_is_{ordered, writeback}
 2018-10-12 18:19 UTC 

[Cluster-devel] [PATCH] gfs2: Fix iomap buffered write support for journaled files (2)
 2018-10-12 16:25 UTC 

[Cluster-devel] [PATCH 0/9] gfs2: Minor cleanups and fixes
 2018-10-12 12:48 UTC  (6+ messages)
` [Cluster-devel] [PATCH 7/9] gfs2: Fix marking bitmaps non-full


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