messages from 2019-05-13 07:14:05 to 2019-07-08 16:19:12 UTC [more...]
[Cluster-devel] RFC: use the iomap writepage path in gfs2
2019-07-08 16:19 UTC (20+ messages)
` [Cluster-devel] [PATCH 01/15] FOLD: iomap: make the discard_page method optional
` [Cluster-devel] [PATCH 02/15] FOLD: iomap: make ->submit_ioend optional
` [Cluster-devel] [PATCH 03/15] iomap: zero newly allocated mapped blocks
` [Cluster-devel] [PATCH 04/15] iomap: warn on inline maps iomap_writepage_map
` [Cluster-devel] [PATCH 05/15] iomap: move struct iomap_page to iomap.c
` [Cluster-devel] [PATCH 06/15] HACK: disable lockdep annotation in iomap_dio_rw
` [Cluster-devel] [PATCH 07/15] gfs2: use page_offset in gfs2_page_mkwrite
` [Cluster-devel] [PATCH 08/15] gfs2: remove the unused gfs2_stuffed_write_end function
` [Cluster-devel] [PATCH 09/15] gfs2: merge gfs2_writeback_aops and gfs2_ordered_aops
` [Cluster-devel] [PATCH 10/15] gfs2: merge gfs2_writepage_common into gfs2_writepage
` [Cluster-devel] [PATCH 11/15] gfs2: mark stuffed_readpage static
` [Cluster-devel] [PATCH 12/15] gfs2: use iomap_bmap instead of generic_block_bmap
` [Cluster-devel] [PATCH 13/15] gfs2: implement gfs2_block_zero_range using iomap_zero_range
` [Cluster-devel] [PATCH 14/15] gfs2: don't use buffer_heads in gfs2_allocate_page_backing
` [Cluster-devel] [PATCH 15/15] gfs2: use iomap for buffered I/O in ordered and writeback mode
[Cluster-devel] Make "gfs2: implement gfs2_block_zero_range using iomap_zero_range" work properly
2019-07-05 23:56 UTC (3+ messages)
` [Cluster-devel] [PATCH 1/2] gfs2: gfs2_iomap_begin cleanup
` [Cluster-devel] [PATCH 2/2] gfs2: Add support for IOMAP_ZERO
[Cluster-devel] Introduction and Advantages/Disadvantages of Clustering in Linux – Part 1
2019-07-02 6:49 UTC (2+ messages)
[Cluster-devel] [PATCH v4 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
2019-06-29 20:09 UTC (7+ messages)
` [Cluster-devel] [PATCH 1/5] vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
` [Cluster-devel] [PATCH 2/5] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [Cluster-devel] [PATCH 3/5] vfs: teach vfs_ioc_fssetxattr_check to check project id info
` [Cluster-devel] [PATCH 4/5] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
` [Cluster-devel] [PATCH 5/5] vfs: only allow FSSETXATTR to set DAX flag on files and dirs
[Cluster-devel] [PATCH] sub sd_rgrps When clear rgrp
2019-06-28 7:44 UTC (3+ messages)
[Cluster-devel] [PATCH v3 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
2019-06-27 0:19 UTC (13+ messages)
` [Cluster-devel] [PATCH 1/5] vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
` [Cluster-devel] [PATCH 2/5] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [Cluster-devel] [PATCH 3/5] vfs: teach vfs_ioc_fssetxattr_check to check project id info
` [Cluster-devel] [PATCH 4/5] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
` [Cluster-devel] [PATCH 5/5] vfs: only allow FSSETXATTR to set DAX flag on files and dirs
[Cluster-devel] [PATCH v2 1/3] iomap: don't mark the inode dirty in iomap_write_end
2019-06-26 20:09 UTC (7+ messages)
` [Cluster-devel] [PATCH v2 2/3] fs: fold __generic_write_end back into generic_write_end
` [Cluster-devel] [PATCH v2 3/3] iomap: fix page_done callback for short writes
[Cluster-devel] [PATCH 1/2] iomap: don't mark the inode dirty in iomap_write_end
2019-06-26 13:17 UTC (5+ messages)
` [Cluster-devel] [PATCH 2/2] fs: fold __generic_write_end back into generic_write_end
[Cluster-devel] [PATCH] fs: Move mark_inode_dirty out of __generic_write_end
2019-06-26 12:07 UTC (11+ messages)
[Cluster-devel] [PATCH v2 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing
2019-06-25 18:17 UTC (14+ messages)
` [Cluster-devel] [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
` [Cluster-devel] [PATCH 2/4] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [Cluster-devel] [PATCH 3/4] fs: teach vfs_ioc_fssetxattr_check to check project id info
` [Cluster-devel] [PATCH 4/4] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
[Cluster-devel] [RFC][PATCH] wake_up_var() memory ordering
2019-06-25 13:27 UTC (7+ messages)
[Cluster-devel] [PATCH 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing
2019-06-20 13:46 UTC (12+ messages)
` [Cluster-devel] [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
` [Cluster-devel] [Jfs-discussion] "
` [Cluster-devel] [PATCH v2 "
` [Cluster-devel] [PATCH 2/4] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [Cluster-devel] [PATCH 3/4] fs: teach vfs_ioc_fssetxattr_check to check project id info
` [Cluster-devel] [PATCH 4/4] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
[Cluster-devel] [GIT PULL] gfs2: Fix rounding error in gfs2_iomap_page_prepare
2019-06-15 4:05 UTC (2+ messages)
[Cluster-devel] [PATCH] gfs2: Fix rounding error in gfs2_iomap_page_prepare
2019-06-14 16:46 UTC
[Cluster-devel] [PATCH] dlm: no need to check return value of debugfs_create functions
2019-06-12 15:59 UTC (2+ messages)
[Cluster-devel] [PATCH] fs: gfs2: Use IS_ERR_OR_NULL
2019-06-12 1:17 UTC (4+ messages)
` [Cluster-devel] [PATCH v2] "
[Cluster-devel] [PATCH] dlm_controld: trigger network interface failover if a communications error is detected
2019-06-11 13:21 UTC
[Cluster-devel] [GFS2 PATCH 01/12] gfs2: Fix loop in gfs2_rbm_find (v2)
2019-06-11 8:29 UTC (5+ messages)
` [Cluster-devel] [GFS2 PATCH 11/12] gfs2: Fix iomap write page reclaim deadlock
[Cluster-devel] [PATCH] gfs2: replace ktype default_attrs with default_groups
2019-06-07 18:23 UTC
[Cluster-devel] [GET PULL] Revert "gfs2: Replace gl_revokes with a GLF flag"
2019-06-06 14:44 UTC
[Cluster-devel] [GFS2 PATCH v6 00/26] gfs2: misc recovery patch collection
2019-05-29 16:20 UTC (28+ messages)
` [Cluster-devel] [GFS2 PATCH v6 01/26] gfs2: kthread and remount improvements
` [Cluster-devel] [GFS2 PATCH v6 02/26] gfs2: eliminate tr_num_revoke_rm
` [Cluster-devel] [GFS2 PATCH v6 03/26] gfs2: log which portion of the journal is replayed
` [Cluster-devel] [GFS2 PATCH v6 04/26] gfs2: Warn when a journal replay overwrites a rgrp with buffers
` [Cluster-devel] [GFS2 PATCH v6 05/26] gfs2: Change SDF_SHUTDOWN to SDF_WITHDRAWN
` [Cluster-devel] [GFS2 PATCH v6 06/26] gfs2: simplify gfs2_freeze by removing case
` [Cluster-devel] [GFS2 PATCH v6 07/26] gfs2: dump fsid when dumping glock problems
` [Cluster-devel] [GFS2 PATCH v6 08/26] gfs2: replace more printk with calls to fs_info and friends
` [Cluster-devel] [GFS2 PATCH v6 09/26] gfs2: Introduce concept of a pending withdraw
` [Cluster-devel] [GFS2 PATCH v6 10/26] gfs2: fix infinite loop in gfs2_ail1_flush on io error
` [Cluster-devel] [GFS2 PATCH v6 11/26] gfs2: log error reform
` [Cluster-devel] [GFS2 PATCH v6 12/26] gfs2: Only complain the first time an io error occurs in quota or log
` [Cluster-devel] [GFS2 PATCH v6 13/26] gfs2: Stop ail1 wait loop when withdrawn
` [Cluster-devel] [GFS2 PATCH v6 14/26] gfs2: Ignore dlm recovery requests if gfs2 is withdrawn
` [Cluster-devel] [GFS2 PATCH v6 15/26] gfs2: move check_journal_clean to util.c for future use
` [Cluster-devel] [GFS2 PATCH v6 16/26] gfs2: Allow some glocks to be used during withdraw
` [Cluster-devel] [GFS2 PATCH v6 17/26] gfs2: Don't loop forever in gfs2_freeze if withdrawn
` [Cluster-devel] [GFS2 PATCH v6 18/26] gfs2: Make secondary withdrawers wait for first withdrawer
` [Cluster-devel] [GFS2 PATCH v6 19/26] gfs2: Don't write log headers after file system withdraw
` [Cluster-devel] [GFS2 PATCH v6 20/26] gfs2: Force withdraw to replay journals and wait for it to finish
` [Cluster-devel] [GFS2 PATCH v6 21/26] gfs2: fix infinite loop when checking ail item count before go_inval
` [Cluster-devel] [GFS2 PATCH v6 22/26] gfs2: Add verbose option to check_journal_clean
` [Cluster-devel] [GFS2 PATCH v6 23/26] gfs2: Abort gfs2_freeze if io error is seen
` [Cluster-devel] [GFS2 PATCH v6 24/26] gfs2: Issue revokes more intelligently
` [Cluster-devel] [GFS2 PATCH v6 25/26] gfs2: Prepare to withdraw as soon as an IO error occurs in log write
` [Cluster-devel] [GFS2 PATCH v6 26/26] gfs2: Check for log write errors before telling dlm to unlock
[Cluster-devel] GFS2 filesystem corruption when mkfs block size (4k) does not match blockdevice blocksize (512 bytes)
2019-05-23 15:41 UTC (4+ messages)
[Cluster-devel] [PATCH AUTOSEL 4.4 01/92] gfs2: Fix lru_count going negative
2019-05-22 19:29 UTC
[Cluster-devel] [PATCH AUTOSEL 4.9 001/114] gfs2: Fix lru_count going negative
2019-05-22 19:28 UTC
[Cluster-devel] [PATCH AUTOSEL 4.14 001/167] gfs2: Fix lru_count going negative
2019-05-22 19:26 UTC (2+ messages)
` [Cluster-devel] [PATCH AUTOSEL 4.14 005/167] gfs2: Fix occasional glock use-after-free
[Cluster-devel] [PATCH AUTOSEL 4.19 001/244] gfs2: Fix lru_count going negative
2019-05-22 19:22 UTC (2+ messages)
` [Cluster-devel] [PATCH AUTOSEL 4.19 005/244] gfs2: Fix occasional glock use-after-free
[Cluster-devel] [PATCH AUTOSEL 5.0 001/317] gfs2: Fix lru_count going negative
2019-05-22 19:18 UTC (3+ messages)
` [Cluster-devel] [PATCH AUTOSEL 5.0 005/317] gfs2: fix race between gfs2_freeze_func and unmount
` [Cluster-devel] [PATCH AUTOSEL 5.0 007/317] gfs2: Fix occasional glock use-after-free
[Cluster-devel] [PATCH AUTOSEL 5.1 001/375] gfs2: Fix lru_count going negative
2019-05-22 19:15 UTC (3+ messages)
` [Cluster-devel] [PATCH AUTOSEL 5.1 005/375] gfs2: fix race between gfs2_freeze_func and unmount
` [Cluster-devel] [PATCH AUTOSEL 5.1 008/375] gfs2: Fix occasional glock use-after-free
[Cluster-devel] [GIT PULL] gfs2: Fix sign extension bug in gfs2_update_stats
2019-05-22 16:00 UTC (2+ messages)
[Cluster-devel] [PATCH 1/2] gfs2: Clean up freeing struct gfs2_sbd
2019-05-17 18:39 UTC (2+ messages)
` [Cluster-devel] [PATCH 2/2] gfs2: Fix sign extension error in gfs2_update_stats
[Cluster-devel] [gfs2:for-next.recovery6o 11/25] fs/gfs2/lops.c:215:22: sparse: sparse: incorrect type in initializer (different base types)
2019-05-16 4:45 UTC
[Cluster-devel] [GFS2 v4 PATCH 00/25] gfs2: misc recovery patch collection
2019-05-15 19:38 UTC (26+ messages)
` [Cluster-devel] [GFS2 v4 PATCH 01/25] gfs2: kthread and remount improvements
` [Cluster-devel] [GFS2 v4 PATCH 02/25] gfs2: eliminate tr_num_revoke_rm
` [Cluster-devel] [GFS2 v4 PATCH 03/25] gfs2: log which portion of the journal is replayed
` [Cluster-devel] [GFS2 v4 PATCH 04/25] gfs2: Warn when a journal replay overwrites a rgrp with buffers
` [Cluster-devel] [GFS2 v4 PATCH 05/25] gfs2: Change SDF_SHUTDOWN to SDF_WITHDRAWN
` [Cluster-devel] [GFS2 v4 PATCH 06/25] gfs2: simplify gfs2_freeze by removing case
` [Cluster-devel] [GFS2 v4 PATCH 07/25] gfs2: dump fsid when dumping glock problems
` [Cluster-devel] [GFS2 v4 PATCH 08/25] gfs2: replace more printk with calls to fs_info and friends
` [Cluster-devel] [GFS2 v4 PATCH 09/25] gfs2: Introduce concept of a pending withdraw
` [Cluster-devel] [GFS2 v4 PATCH 10/25] gfs2: log error reform
` [Cluster-devel] [GFS2 v4 PATCH 11/25] gfs2: Only complain the first time an io error occurs in quota or log
` [Cluster-devel] [GFS2 v4 PATCH 12/25] gfs2: Stop ail1 wait loop when withdrawn
` [Cluster-devel] [GFS2 v4 PATCH 13/25] gfs2: Ignore dlm recovery requests if gfs2 is withdrawn
` [Cluster-devel] [GFS2 v4 PATCH 14/25] gfs2: move check_journal_clean to util.c for future use
` [Cluster-devel] [GFS2 v4 PATCH 15/25] gfs2: Allow some glocks to be used during withdraw
` [Cluster-devel] [GFS2 v4 PATCH 16/25] gfs2: Don't loop forever in gfs2_freeze if withdrawn
` [Cluster-devel] [GFS2 v4 PATCH 17/25] gfs2: Make secondary withdrawers wait for first withdrawer
` [Cluster-devel] [GFS2 v4 PATCH 18/25] gfs2: Don't write log headers after file system withdraw
` [Cluster-devel] [GFS2 v4 PATCH 19/25] gfs2: Force withdraw to replay journals and wait for it to finish
` [Cluster-devel] [GFS2 v4 PATCH 20/25] gfs2: Add verbose option to check_journal_clean
` [Cluster-devel] [GFS2 v4 PATCH 21/25] gfs2: Abort gfs2_freeze if io error is seen
` [Cluster-devel] [GFS2 v4 PATCH 22/25] gfs2: Check if holding freeze glock when making fs ro
` [Cluster-devel] [GFS2 v4 PATCH 23/25] gfs2: Issue revokes more intelligently
` [Cluster-devel] [GFS2 v4 PATCH 24/25] gfs2: Prepare to withdraw as soon as an IO error occurs in log write
` [Cluster-devel] [GFS2 v4 PATCH 25/25] gfs2: Check for log write errors before telling dlm to unlock
[Cluster-devel] [PATCH] gfs2: Fix error path kobject memory leak
2019-05-13 22:57 UTC (5+ messages)
[Cluster-devel] [PATCH] gfs2: Fix error path kobject memory leak
2019-05-13 21:40 UTC (5+ messages)
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;
as well as URLs for NNTP newsgroup(s).