cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-26 17:10:36 to 2020-04-14 15:02:29 UTC [more...]

[Cluster-devel] [PATCH v11 00/25] Change readahead API
 2020-04-14 15:02 UTC  (22+ messages)
` [Cluster-devel] [PATCH v11 01/25] mm: Move readahead prototypes from mm.h
` [Cluster-devel] [PATCH v11 02/25] mm: Return void from various readahead functions
` [Cluster-devel] [PATCH v11 03/25] mm: Ignore return value of ->readpages
` [Cluster-devel] [PATCH v11 04/25] mm: Move readahead nr_pages check into read_pages
` [Cluster-devel] [PATCH v11 05/25] mm: Add new readahead_control API
` [Cluster-devel] [PATCH v11 06/25] mm: Use readahead_control to pass arguments
` [Cluster-devel] [PATCH v11 07/25] mm: Rename various 'offset' parameters to 'index'
` [Cluster-devel] [PATCH v11 08/25] mm: rename readahead loop variable to 'i'
` [Cluster-devel] [PATCH v11 09/25] mm: Remove 'page_offset' from readahead loop
` [Cluster-devel] [PATCH v11 10/25] mm: Put readahead pages in cache earlier
` [Cluster-devel] [PATCH v11 11/25] mm: Add readahead address space operation
` [Cluster-devel] [PATCH v11 12/25] mm: Move end_index check out of readahead loop
` [Cluster-devel] [PATCH v11 13/25] mm: Add page_cache_readahead_unbounded
` [Cluster-devel] [PATCH v11 14/25] mm: Document why we don't set PageReadahead
` [Cluster-devel] [PATCH v11 15/25] mm: Use memalloc_nofs_save in readahead path
` [Cluster-devel] [PATCH v11 16/25] fs: Convert mpage_readpages to mpage_readahead
` [Cluster-devel] [PATCH v11 17/25] btrfs: Convert from readpages to readahead
` [Cluster-devel] [PATCH v11 18/25] erofs: Convert uncompressed files "
` [Cluster-devel] [PATCH v11 19/25] erofs: Convert compressed "
` [Cluster-devel] [PATCH v11 20/25] ext4: Convert "
` [Cluster-devel] [PATCH v11 21/25] ext4: Pass the inode to ext4_mpage_readpages

[Cluster-devel] [PATCH AUTOSEL 4.4 4/8] gfs2: Don't demote a glock until its revokes are written
 2020-04-10  3:51 UTC 

[Cluster-devel] [PATCH AUTOSEL 4.9 5/9] gfs2: Don't demote a glock until its revokes are written
 2020-04-10  3:51 UTC 

[Cluster-devel] [PATCH AUTOSEL 4.14 11/22] gfs2: Don't demote a glock until its revokes are written
 2020-04-10  3:50 UTC 

[Cluster-devel] [PATCH AUTOSEL 4.19 17/32] gfs2: Don't demote a glock until its revokes are written
 2020-04-10  3:49 UTC 

[Cluster-devel] [PATCH AUTOSEL 5.4 26/46] gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty
 2020-04-10  3:48 UTC  (2+ messages)
` [Cluster-devel] [PATCH AUTOSEL 5.4 27/46] gfs2: Don't demote a glock until its revokes are written

[Cluster-devel] [PATCH AUTOSEL 5.5 34/56] gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty
 2020-04-10  3:47 UTC  (2+ messages)
` [Cluster-devel] [PATCH AUTOSEL 5.5 35/56] gfs2: Don't demote a glock until its revokes are written

[Cluster-devel] [PATCH AUTOSEL 5.6 45/68] gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty
 2020-04-10  3:46 UTC  (2+ messages)
` [Cluster-devel] [PATCH AUTOSEL 5.6 46/68] gfs2: Don't demote a glock until its revokes are written

[Cluster-devel] FYI: Linus has pulled our GFS2 patches
 2020-04-01 12:54 UTC 

[Cluster-devel] GFS2 changes for the 5.7 merge window
 2020-03-31 21:57 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH 00/39] GFS2: Pre-pull patch posting (merge window)
 2020-03-30 13:46 UTC  (40+ messages)
` [Cluster-devel] [GFS2 PATCH 01/39] gfs2: Split gfs2_lm_withdraw into two functions
` [Cluster-devel] [GFS2 PATCH 02/39] gfs2: Report errors before withdraw
` [Cluster-devel] [GFS2 PATCH 03/39] gfs2: Remove usused cluster_wide arguments of gfs2_consist functions
` [Cluster-devel] [GFS2 PATCH 04/39] gfs2: Turn gfs2_consist into void functions
` [Cluster-devel] [GFS2 PATCH 05/39] gfs2: Return bool from gfs2_assert functions
` [Cluster-devel] [GFS2 PATCH 06/39] gfs2: Introduce concept of a pending withdraw
` [Cluster-devel] [GFS2 PATCH 07/39] gfs2: clear ail1 list when gfs2 withdraws
` [Cluster-devel] [GFS2 PATCH 08/39] gfs2: Rework how rgrp buffer_heads are managed
` [Cluster-devel] [GFS2 PATCH 09/39] gfs2: log error reform
` [Cluster-devel] [GFS2 PATCH 10/39] gfs2: Only complain the first time an io error occurs in quota or log
` [Cluster-devel] [GFS2 PATCH 11/39] gfs2: Ignore dlm recovery requests if gfs2 is withdrawn
` [Cluster-devel] [GFS2 PATCH 12/39] gfs2: move check_journal_clean to util.c for future use
` [Cluster-devel] [GFS2 PATCH 13/39] gfs2: Allow some glocks to be used during withdraw
` [Cluster-devel] [GFS2 PATCH 14/39] gfs2: Force withdraw to replay journals and wait for it to finish
` [Cluster-devel] [GFS2 PATCH 15/39] gfs2: fix infinite loop when checking ail item count before go_inval
` [Cluster-devel] [GFS2 PATCH 16/39] gfs2: Add verbose option to check_journal_clean
` [Cluster-devel] [GFS2 PATCH 17/39] gfs2: Issue revokes more intelligently
` [Cluster-devel] [GFS2 PATCH 18/39] gfs2: Prepare to withdraw as soon as an IO error occurs in log write
` [Cluster-devel] [GFS2 PATCH 19/39] gfs2: Check for log write errors before telling dlm to unlock
` [Cluster-devel] [GFS2 PATCH 20/39] gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty
` [Cluster-devel] [GFS2 PATCH 21/39] gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages fails
` [Cluster-devel] [GFS2 PATCH 22/39] gfs2: drain the ail2 list after io errors
` [Cluster-devel] [GFS2 PATCH 23/39] gfs2: Don't demote a glock until its revokes are written
` [Cluster-devel] [GFS2 PATCH 24/39] gfs2: Do proper error checking for go_sync family of glops functions
` [Cluster-devel] [GFS2 PATCH 25/39] gfs2: flesh out delayed withdraw for gfs2_log_flush
` [Cluster-devel] [GFS2 PATCH 26/39] gfs2: don't allow releasepage to free bd still used for revokes
` [Cluster-devel] [GFS2 PATCH 27/39] gfs2: allow journal replay to hold sd_log_flush_lock
` [Cluster-devel] [GFS2 PATCH 28/39] gfs2: leaf_dealloc needs to allocate one more revoke
` [Cluster-devel] [GFS2 PATCH 29/39] gfs2: Additional information when gfs2_ail1_flush withdraws
` [Cluster-devel] [GFS2 PATCH 30/39] gfs2: Clean up inode initialization and teardown
` [Cluster-devel] [GFS2 PATCH 31/39] gfs2: Switch to list_{first, last}_entry
` [Cluster-devel] [GFS2 PATCH 32/39] gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc
` [Cluster-devel] [GFS2 PATCH 33/39] gfs2: Change inode qa_data to allow multiple users
` [Cluster-devel] [GFS2 PATCH 34/39] gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put
` [Cluster-devel] [GFS2 PATCH 35/39] gfs2: Remove unnecessary gfs2_qa_{get, put} pairs
` [Cluster-devel] [GFS2 PATCH 36/39] gfs2: don't lock sd_log_flush_lock in try_rgrp_unlink
` [Cluster-devel] [GFS2 PATCH 37/39] gfs2: instrumentation wrt ail1 stuck
` [Cluster-devel] [GFS2 PATCH 38/39] gfs2: change from write to read lock for sd_log_flush_lock in journal replay
` [Cluster-devel] [GFS2 PATCH 39/39] gfs2: Fix oversight in gfs2_ail1_flush

[Cluster-devel] [PATCH v2] gfs2: Fix oversight in gfs2_ail1_flush
 2020-03-30 13:03 UTC 

[Cluster-devel] [GFS2 PATCH] gfs2: Fix oversight in gfs2_ail1_flush
 2020-03-30 12:52 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH 0/5] gfs2; jdata io deadlocks
 2020-03-27 21:38 UTC  (7+ messages)
` [Cluster-devel] [GFS2 PATCH 1/5] gfs2: don't lock sd_log_flush_lock in try_rgrp_unlink
` [Cluster-devel] [GFS2 PATCH 2/5] gfs2: instrumentation wrt ail1 stuck
` [Cluster-devel] [GFS2 PATCH 3/5] gfs2: change from write to read lock for sd_log_flush_lock in journal replay
` [Cluster-devel] [GFS2 PATCH 4/5] gfs2: special log flush sequence to protect jdata writes
` [Cluster-devel] [GFS2 PATCH 5/5] gfs2: implement special transaction type for jdata sync writes

[Cluster-devel] [GFS2 PATCH 5/5 v2] gfs2: implement special transaction type for jdata sync writes
 2020-03-27 12:28 UTC 

[Cluster-devel] [GFS2 PATCH 0/4 v5] Clean up and fix quota data allocate and free
 2020-03-26 18:36 UTC  (5+ messages)
` [Cluster-devel] [GFS2 PATCH 1/4] gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc
` [Cluster-devel] [GFS2 PATCH 2/4] gfs2: Change inode qa_data to allow multiple users
` [Cluster-devel] [GFS2 PATCH 3/4] gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put
` [Cluster-devel] [GFS2 PATCH 4/4] gfs2: Remove unnecessary gfs2_qa_{get, put} pairs

[Cluster-devel] [PATCH v10 00/25] Change readahead API
 2020-03-26 16:53 UTC  (34+ messages)
` [Cluster-devel] [PATCH v10 01/25] mm: Move readahead prototypes from mm.h
` [Cluster-devel] [PATCH v10 02/25] mm: Return void from various readahead functions
` [Cluster-devel] [PATCH v10 03/25] mm: Ignore return value of ->readpages
` [Cluster-devel] [PATCH v10 04/25] mm: Move readahead nr_pages check into read_pages
` [Cluster-devel] [PATCH v10 05/25] mm: Add new readahead_control API
` [Cluster-devel] [PATCH v10 06/25] mm: Use readahead_control to pass arguments
` [Cluster-devel] [PATCH v10 07/25] mm: Rename various 'offset' parameters to 'index'
` [Cluster-devel] [PATCH v10 08/25] mm: rename readahead loop variable to 'i'
` [Cluster-devel] [PATCH v10 09/25] mm: Remove 'page_offset' from readahead loop
` [Cluster-devel] [PATCH v10 10/25] mm: Put readahead pages in cache earlier
` [Cluster-devel] [PATCH v10 11/25] mm: Add readahead address space operation
` [Cluster-devel] [PATCH v10 12/25] mm: Move end_index check out of readahead loop
` [Cluster-devel] [PATCH v10 13/25] mm: Add page_cache_readahead_unbounded
` [Cluster-devel] [PATCH v10 14/25] mm: Document why we don't set PageReadahead
` [Cluster-devel] [PATCH v10 15/25] mm: Use memalloc_nofs_save in readahead path
` [Cluster-devel] [PATCH v10 16/25] fs: Convert mpage_readpages to mpage_readahead
` [Cluster-devel] [PATCH v10 17/25] btrfs: Convert from readpages to readahead
` [Cluster-devel] [PATCH v10 18/25] erofs: Convert uncompressed files "
` [Cluster-devel] [PATCH v10 19/25] erofs: Convert compressed "
` [Cluster-devel] [PATCH v10 20/25] ext4: Convert "
` [Cluster-devel] [PATCH v10 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [Cluster-devel] [PATCH v10 22/25] f2fs: Convert from readpages to readahead
` [Cluster-devel] [PATCH v10 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
` [Cluster-devel] [PATCH v10 24/25] fuse: Convert from readpages to readahead
` [Cluster-devel] [PATCH v10 25/25] iomap: "

[Cluster-devel] [PATCH v9 00/25] Change readahead API
 2020-03-23  3:55 UTC  (46+ messages)
` [Cluster-devel] [PATCH v9 01/25] mm: Move readahead prototypes from mm.h
` [Cluster-devel] [PATCH v9 02/25] mm: Return void from various readahead functions
` [Cluster-devel] [PATCH v9 03/25] mm: Ignore return value of ->readpages
` [Cluster-devel] [PATCH v9 04/25] mm: Move readahead nr_pages check into read_pages
` [Cluster-devel] [PATCH v9 05/25] mm: Add new readahead_control API
` [Cluster-devel] [PATCH v9 06/25] mm: Use readahead_control to pass arguments
` [Cluster-devel] [PATCH v9 07/25] mm: Rename various 'offset' parameters to 'index'
` [Cluster-devel] [PATCH v9 08/25] mm: rename readahead loop variable to 'i'
` [Cluster-devel] [PATCH v9 09/25] mm: Remove 'page_offset' from readahead loop
` [Cluster-devel] [PATCH v9 10/25] mm: Put readahead pages in cache earlier
` [Cluster-devel] [PATCH v9 11/25] mm: Add readahead address space operation
` [Cluster-devel] [PATCH v9 12/25] mm: Move end_index check out of readahead loop
` [Cluster-devel] [PATCH v9 13/25] mm: Add page_cache_readahead_unbounded
` [Cluster-devel] [PATCH v9 14/25] mm: Document why we don't set PageReadahead
` [Cluster-devel] [PATCH v9 15/25] mm: Use memalloc_nofs_save in readahead path
` [Cluster-devel] [PATCH v9 16/25] fs: Convert mpage_readpages to mpage_readahead
` [Cluster-devel] [PATCH v9 17/25] btrfs: Convert from readpages to readahead
` [Cluster-devel] [PATCH v9 18/25] erofs: Convert uncompressed files "
  ` [Cluster-devel] [f2fs-dev] "
` [Cluster-devel] [PATCH v9 19/25] erofs: Convert compressed "
  ` [Cluster-devel] [f2fs-dev] "
` [Cluster-devel] [PATCH v9 20/25] ext4: Convert "
` [Cluster-devel] [PATCH v9 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [Cluster-devel] [PATCH v9 22/25] f2fs: Convert from readpages to readahead
  ` [Cluster-devel] [f2fs-dev] "
` [Cluster-devel] [PATCH v9 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
  ` [Cluster-devel] [f2fs-dev] "
` [Cluster-devel] [PATCH v9 24/25] fuse: Convert from readpages to readahead
` [Cluster-devel] [PATCH v9 25/25] iomap: "

[Cluster-devel] [PATCH v8 00/25] Change readahead API
 2020-03-19 11:57 UTC  (13+ messages)
` [Cluster-devel] [PATCH v8 07/25] mm: Rename various 'offset' parameters to 'index'
` [Cluster-devel] [PATCH v8 17/25] btrfs: Convert from readpages to readahead
` [Cluster-devel] [PATCH v8 25/25] iomap: "

[Cluster-devel] [PATCH] gfs2: Switch to list_{first,last}_entry
 2020-03-16 15:43 UTC 

[Cluster-devel] [PATCH] gfs2: Clean up inode initialization and teardown
 2020-03-16 15:43 UTC 

[Cluster-devel] [PATCH -next 000/491] treewide: use fallthrough;
 2020-03-11  4:51 UTC 

[Cluster-devel] [PATCH][next] dlm: user: Replace zero-length array with flexible-array member
 2020-03-09 15:57 UTC 

[Cluster-devel] [PATCH][next] dlm: dlm_internal: Replace zero-length array with flexible-array member
 2020-03-09 15:56 UTC 

[Cluster-devel] [GFS2 PATCH 0/6 v4] Clean up and fix quota data allocate and free
 2020-03-06 17:05 UTC  (7+ messages)
` [Cluster-devel] [GFS2 PATCH 1/6] gfs2: Additional information when gfs2_ail1_flush withdraws
` [Cluster-devel] [GFS2 PATCH 2/6] gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc
` [Cluster-devel] [GFS2 PATCH 3/6] gfs2: Change inode qa_data to allow multiple users
` [Cluster-devel] [GFS2 PATCH 4/6] gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put
` [Cluster-devel] [GFS2 PATCH 5/6] gfs2: Add missing gfs2_qa_get error handling in gfs2_open_common
` [Cluster-devel] [GFS2 PATCH 6/6] gfs2: Remove unnecessary gfs2_qa_{get, put} pairs

[Cluster-devel] [GFS2 PATCH 0/2 v3] Clean up and fix quota data allocate and free
 2020-03-03 17:01 UTC  (3+ messages)
` [Cluster-devel] [GFS2 PATCH 1/2] gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc
` [Cluster-devel] [GFS2 PATCH 2/2] gfs2: Change inode qa_data to allow multiple users

[Cluster-devel] [PATCH 00/44] Manually convert filesystem FS documents to ReST
 2020-03-02 21:13 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH 0/2 v2] Clean up and fix quota data allocate and free
 2020-03-02 14:52 UTC  (4+ messages)
` [Cluster-devel] [GFS2 PATCH 1/2] gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc
` [Cluster-devel] [GFS2 PATCH 2/2] gfs2: Change inode qa_data to allow multiple users

[Cluster-devel] [bug report] gfs2: Force withdraw to replay journals and wait for it to finish
 2020-02-27 13:57 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH 0/3] Clean up and fix quota data allocate and free
 2020-02-26 20:08 UTC  (3+ messages)
` [Cluster-devel] [GFS2 PATCH 1/3] gfs2: free quota data struct during evict, not file close


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