messages from 2021-07-26 17:35:34 to 2021-08-20 13:11:34 UTC [more...]
[Cluster-devel] [PATCH v6 00/19] gfs2: Fix mmap + page fault deadlocks
2021-08-20 13:11 UTC (22+ messages)
` [Cluster-devel] [PATCH v6 01/19] iov_iter: Fix iov_iter_get_pages{, _alloc} page fault return value
` [Cluster-devel] [PATCH v6 02/19] powerpc/kvm: Fix kvm_use_magic_page
` [Cluster-devel] [PATCH v6 03/19] Turn fault_in_pages_{readable, writeable} into fault_in_{readable, writeable}
` [Cluster-devel] [PATCH v6 04/19] Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [Cluster-devel] [PATCH v6 05/19] iov_iter: Introduce fault_in_iov_iter_writeable
` [Cluster-devel] [PATCH v6 06/19] gfs2: Add wrapper for iomap_file_buffered_write
` [Cluster-devel] [PATCH v6 07/19] gfs2: Clean up function may_grant
` [Cluster-devel] [PATCH v6 08/19] gfs2: Eliminate vestigial HIF_FIRST
` [Cluster-devel] [PATCH v6 09/19] gfs2: Remove redundant check from gfs2_glock_dq
` [Cluster-devel] [PATCH v6 10/19] gfs2: Introduce flag for glock holder auto-demotion
` [Cluster-devel] [PATCH v6 11/19] gfs2: Move the inode glock locking to gfs2_file_buffered_write
` [Cluster-devel] [PATCH v6 12/19] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [Cluster-devel] [PATCH v6 13/19] iomap: Fix iomap_dio_rw return value for user copies
` [Cluster-devel] [PATCH v6 14/19] iomap: Support partial direct I/O on user copy failures
` [Cluster-devel] [PATCH v6 15/19] iomap: Add done_before argument to iomap_dio_rw
` [Cluster-devel] [PATCH v6 16/19] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [Cluster-devel] [PATCH v6 17/19] iov_iter: Introduce nofault "
` [Cluster-devel] [PATCH v6 18/19] gfs2: Fix mmap + page fault deadlocks for direct I/O
` [Cluster-devel] [PATCH v6 19/19] gfs2: Eliminate ip->i_gh
[Cluster-devel] [PATCH] fs: remove mandatory file locking support
2021-08-20 11:40 UTC
[Cluster-devel] [BUG] fs: dlm: possible ABBA deadlock
2021-08-20 8:16 UTC (3+ messages)
[Cluster-devel] switch iomap to an iterator model v2
2021-08-20 4:11 UTC (69+ messages)
` [Cluster-devel] [PATCH 01/30] iomap: fix a trivial comment typo in trace.h
` [Cluster-devel] [PATCH 02/30] iomap: remove the iomap arguments to ->page_{prepare, done}
` [Cluster-devel] [PATCH 03/30] iomap: mark the iomap argument to iomap_sector const
` [Cluster-devel] [PATCH 04/30] iomap: mark the iomap argument to iomap_inline_data const
` [Cluster-devel] [PATCH 05/30] iomap: mark the iomap argument to iomap_inline_data_valid const
` [Cluster-devel] [PATCH 06/30] fs: mark the iomap argument to __block_write_begin_int const
` [Cluster-devel] [PATCH 07/30] fsdax: mark the iomap argument to dax_iomap_sector as const
` [Cluster-devel] [PATCH 08/30] iomap: mark the iomap argument to iomap_read_inline_data const
` [Cluster-devel] [PATCH 09/30] iomap: mark the iomap argument to iomap_read_page_sync const
` [Cluster-devel] [PATCH 10/30] iomap: fix the iomap_readpage_actor return value for inline data
` [Cluster-devel] [PATCH 11/30] iomap: add the new iomap_iter model
` [Cluster-devel] [PATCH v2.1 "
` [Cluster-devel] [PATCH 12/30] iomap: switch readahead and readpage to use iomap_iter
` [Cluster-devel] [PATCH 13/30] iomap: switch iomap_file_buffered_write "
` [Cluster-devel] [PATCH 14/30] iomap: switch iomap_file_unshare "
` [Cluster-devel] [PATCH 15/30] iomap: switch iomap_zero_range "
` [Cluster-devel] [PATCH 16/30] iomap: switch iomap_page_mkwrite "
` [Cluster-devel] [PATCH 17/30] iomap: switch __iomap_dio_rw "
` [Cluster-devel] [PATCH 18/30] iomap: switch iomap_fiemap "
` [Cluster-devel] [PATCH 19/30] iomap: switch iomap_bmap "
` [Cluster-devel] [PATCH v2.1 "
` [Cluster-devel] [PATCH 20/30] iomap: switch iomap_seek_hole "
` [Cluster-devel] [PATCH 21/30] iomap: switch iomap_seek_data "
` [Cluster-devel] [PATCH 22/30] iomap: switch iomap_swapfile_activate "
` [Cluster-devel] [PATCH 23/30] fsdax: switch dax_iomap_rw "
` [Cluster-devel] [PATCH 24/30] iomap: remove iomap_apply
` [Cluster-devel] [PATCH v2.1 "
` [Cluster-devel] [PATCH 25/30] iomap: pass an iomap_iter to various buffered I/O helpers
` [Cluster-devel] [PATCH 26/30] iomap: rework unshare flag
` [Cluster-devel] [PATCH 27/30] fsdax: factor out helpers to simplify the dax fault code
` [Cluster-devel] [PATCH 28/30] fsdax: factor out a dax_fault_actor() helper
` [Cluster-devel] [PATCH 29/30] fsdax: switch the fault handlers to use iomap_iter
` [Cluster-devel] [PATCH 30/30] iomap: constify iomap_iter_srcmap
` [Cluster-devel] [PATCH 31/30] iomap: move iomap iteration code to iter.c
[Cluster-devel] [PATCH v5 00/12] gfs2: Fix mmap + page fault deadlocks
2021-08-19 21:39 UTC (23+ messages)
` [Cluster-devel] [PATCH v5 01/12] iov_iter: Fix iov_iter_get_pages{, _alloc} page fault return value
` [Cluster-devel] [PATCH v5 02/12] powerpc/kvm: Fix kvm_use_magic_page
` [Cluster-devel] [PATCH v5 03/12] Turn fault_in_pages_{readable, writeable} into fault_in_{readable, writeable}
` [Cluster-devel] [PATCH v5 04/12] Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [Cluster-devel] [PATCH v5 05/12] iov_iter: Introduce fault_in_iov_iter_writeable
` [Cluster-devel] [PATCH v5 06/12] gfs2: Add wrapper for iomap_file_buffered_write
` [Cluster-devel] [PATCH v5 07/12] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [Cluster-devel] [PATCH v5 08/12] iomap: Fix iomap_dio_rw return value for user copies
` [Cluster-devel] [PATCH v5 09/12] iomap: Support restarting direct I/O requests after user copy failures
` [Cluster-devel] [PATCH v5 10/12] iomap: Add done_before argument to iomap_dio_rw
` [Cluster-devel] [PATCH v5 11/12] iov_iter: Introduce noio flag to disable page faults
` [Cluster-devel] [PATCH v5 12/12] gfs2: Fix mmap + page fault deadlocks for direct I/O
[Cluster-devel] [PATCH RESEND dlm/next 0/4] fs: dlm: misc and tracing
2021-08-18 20:27 UTC (5+ messages)
` [Cluster-devel] [PATCH RESEND dlm/next 1/4] fs: dlm: implement delayed ack handling
` [Cluster-devel] [PATCH RESEND dlm/next 2/4] fs: dlm: fix return -EINTR on recovery stopped
` [Cluster-devel] [PATCH RESEND dlm/next 3/4] fs: dlm: initial support for tracepoints
` [Cluster-devel] [PATCH RESEND dlm/next 4/4] fs: dlm: trace socket handling
[Cluster-devel] [PATCH dlm/next 0/2] fs: dlm: tracepoints
2021-08-17 14:48 UTC (3+ messages)
` [Cluster-devel] [PATCH dlm/next 1/2] fs: dlm: initial support for tracepoints
` [Cluster-devel] [PATCH dlm/next 2/2] fs: dlm: trace socket handling
[Cluster-devel] Why does dlm_lock function fails when downconvert a dlm lock?
2021-08-16 14:50 UTC (7+ messages)
[Cluster-devel] [syzbot] WARNING in __set_page_dirty
2021-08-13 3:30 UTC
[Cluster-devel] [PATCH dlm/next] fs: dlm: fix return -EINTR on recovery stopped
2021-08-09 14:40 UTC
[Cluster-devel] [gfs2:for-next.next5 2/16] fs/gfs2/glops.c:621:1: warning: unused label 'out'
2021-08-05 7:41 UTC
[Cluster-devel] [PATCH] dlm: remove lock_sock to avoid scheduling while atomic
2021-08-04 16:48 UTC
[Cluster-devel] [PATCH dlm/tool] plock: move clear waiter to debug info
2021-08-04 14:31 UTC
[Cluster-devel] [PATCH net-next v2] net: Modify sock_set_keepalive() for more scenarios
2021-08-04 5:47 UTC (2+ messages)
[Cluster-devel] [gfs2:for-next.holder_stealing2 5/13] mm/gup.c:1753:24: sparse: sparse: incompatible types in comparison expression (different type sizes):
2021-08-04 1:52 UTC
[Cluster-devel] [gfs2:for-next.holder_stealing2 5/13] mm/gup.c:1753:10: warning: comparison of distinct pointer types ('typeof (nstart - start) *' (aka 'unsigned long *') and 'typeof (size) *' (aka 'unsigned int *'))
2021-08-04 1:34 UTC
[Cluster-devel] [gfs2:for-next.mmap-fault 3/12] mm/gup.c:1685:23: sparse: sparse: Using plain integer as NULL pointer
2021-08-03 12:01 UTC
[Cluster-devel] [gfs2:for-next.mmap-fault 5/12] mm/gup.c:1714:8: error: conflicting types for 'fault_in_safe_writeable'
2021-08-03 9:58 UTC
[Cluster-devel] [PATCH] gfs2: Remove redundant check from gfs2_glock_dq
2021-08-02 14:12 UTC
[Cluster-devel] [GFS2 PATCH 00/15] gfs2: misc. patch collection (V2)
2021-08-02 8:46 UTC (23+ messages)
` [Cluster-devel] [GFS2 PATCH 01/15] gfs2: Add wrapper for iomap_file_buffered_write
` [Cluster-devel] [GFS2 PATCH 02/15] gfs2: Fix glock recursion in freeze_go_xmote_bh
` [Cluster-devel] [GFS2 PATCH 03/15] gfs2: Eliminate go_xmote_bh in favor of go_lock
` [Cluster-devel] [GFS2 PATCH 04/15] gfs2: be more verbose replaying invalid rgrp blocks
` [Cluster-devel] [GFS2 PATCH 05/15] gfs2: trivial clean up of gfs2_ail_error
` [Cluster-devel] [GFS2 PATCH 06/15] gfs2: tiny cleanup in gfs2_log_reserve
` [Cluster-devel] [GFS2 PATCH 07/15] gfs2: init system threads before freeze lock
` [Cluster-devel] [GFS2 PATCH 08/15] gfs2: Don't release and reacquire local statfs bh
` [Cluster-devel] [GFS2 PATCH 09/15] gfs2: fix deadlock in gfs2_ail1_empty withdraw
` [Cluster-devel] [GFS2 PATCH 10/15] gfs2: replace sd_aspace with sd_inode
` [Cluster-devel] [GFS2 PATCH 11/15] gfs2: reduce redundant code in gfs2_trans_add_*
` [Cluster-devel] [GFS2 PATCH 12/15] gfs2: Make recovery error more readable
` [Cluster-devel] [GFS2 PATCH 13/15] gfs2: ignore usr|grp|prjquota mount options
` [Cluster-devel] [GFS2 PATCH 14/15] fs: Move notify_change permission checks into may_setattr
` [Cluster-devel] [GFS2 PATCH 15/15] gfs2: Switch to may_setattr in gfs2_setattr
[Cluster-devel] [PATCH] gfs2: iomap inline data handling cleanup
2021-07-31 20:39 UTC
[Cluster-devel] [PATCH] gfs2: Delay withdraw from atomic context
2021-07-30 18:33 UTC
[Cluster-devel] [bug report] GFS2: Fix bug-trap in ail flush code
2021-07-30 18:32 UTC (2+ messages)
[Cluster-devel] [PATCH] gfs2: Don't call dlm after protocol is unmounted
2021-07-30 18:02 UTC
[Cluster-devel] [PATCH] gfs2: don't stop reads while withdraw in progress
2021-07-30 18:02 UTC
[Cluster-devel] [PATCH] gfs2: Mark journal inodes as "don't cache"
2021-07-30 18:01 UTC
[Cluster-devel] [PATCH] gfs2: nit: gfs2_drop_inode shouldn't return bool
2021-07-30 18:01 UTC
[Cluster-devel] [PATCH] gfs2: Eliminate vestigial HIF_FIRST
2021-07-30 18:01 UTC
[Cluster-devel] RFC: switch iomap to an iterator model
2021-07-29 20:33 UTC (8+ messages)
` [Cluster-devel] [PATCH 16/27] iomap: switch iomap_bmap to use iomap_iter
[Cluster-devel] [RFC dlm/next] fs: dlm: initial commit of locktorture
2021-07-28 19:19 UTC
[Cluster-devel] [GFS2 PATCH 00/10] gfs2: misc. patch collection
2021-07-28 13:16 UTC (7+ messages)
` [Cluster-devel] [GFS2 PATCH 10/10] gfs2: replace sd_aspace with sd_inode
[Cluster-devel] gfs2 hang in xfstests generic/361
2021-07-28 5:39 UTC (8+ messages)
` [Cluster-devel] gfs2 hang in xfstests generic/361 (v3)
[Cluster-devel] [PATCH v4 0/8] gfs2: Fix mmap + page fault deadlocks
2021-07-27 17:51 UTC (6+ messages)
` [Cluster-devel] [PATCH v4 1/8] iov_iter: Introduce iov_iter_fault_in_writeable helper
[Cluster-devel] [gfs2:for-next.mmap-fault 6/9] fs/iomap/direct-io.c:134 iomap_dio_complete() error: dereferencing freed memory 'dio'
2021-07-27 9:51 UTC
[Cluster-devel] [PATCH v3 0/7] gfs2: Fix mmap + page fault deadlocks
2021-07-26 18:08 UTC (9+ messages)
` [Cluster-devel] [PATCH v3 5/7] iomap: Support restarting direct I/O requests after user copy failures
` [Cluster-devel] [PATCH v3 7/7] gfs2: Fix mmap + page fault deadlocks for direct I/O
[Cluster-devel] [gfs2:for-next.mmap-fault 6/9] fs/iomap/direct-io.c:134:8-11: ERROR: reference preceded by free on line 130 (fwd)
2021-07-26 18:07 UTC
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).