cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-29 00:58:20 to 2021-10-25 19:00:43 UTC [more...]

[Cluster-devel] [PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks
 2021-10-25 19:00 UTC  (32+ messages)
` [Cluster-devel] [PATCH v8 01/17] iov_iter: Fix iov_iter_get_pages{, _alloc} page fault return value
` [Cluster-devel] [PATCH v8 02/17] powerpc/kvm: Fix kvm_use_magic_page
` [Cluster-devel] [PATCH v8 03/17] gup: Turn fault_in_pages_{readable, writeable} into fault_in_{readable, writeable}
` [Cluster-devel] [PATCH v8 04/17] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [Cluster-devel] [PATCH v8 05/17] iov_iter: Introduce fault_in_iov_iter_writeable
` [Cluster-devel] [PATCH v8 06/17] gfs2: Add wrapper for iomap_file_buffered_write
` [Cluster-devel] [PATCH v8 07/17] gfs2: Clean up function may_grant
` [Cluster-devel] [PATCH v8 08/17] gfs2: Introduce flag for glock holder auto-demotion
` [Cluster-devel] [PATCH v8 09/17] gfs2: Move the inode glock locking to gfs2_file_buffered_write
` [Cluster-devel] [PATCH v8 10/17] gfs2: Eliminate ip->i_gh
` [Cluster-devel] [PATCH v8 11/17] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [Cluster-devel] [PATCH v8 12/17] iomap: Fix iomap_dio_rw return value for user copies
` [Cluster-devel] [PATCH v8 13/17] iomap: Support partial direct I/O on user copy failures
` [Cluster-devel] [PATCH v8 14/17] iomap: Add done_before argument to iomap_dio_rw
` [Cluster-devel] [PATCH v8 15/17] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [Cluster-devel] [PATCH v8 16/17] iov_iter: Introduce nofault "
` [Cluster-devel] [PATCH v8 17/17] gfs2: Fix mmap + page fault deadlocks for direct I/O

[Cluster-devel] [PATCH v7 00/19] gfs2: Fix mmap + page fault deadlocks
 2021-10-22 18:41 UTC  (76+ messages)
` [Cluster-devel] [PATCH v7 01/19] iov_iter: Fix iov_iter_get_pages{, _alloc} page fault return value
` [Cluster-devel] [PATCH v7 03/19] gup: Turn fault_in_pages_{readable, writeable} into fault_in_{readable, writeable}
` [Cluster-devel] [PATCH v7 05/19] iov_iter: Introduce fault_in_iov_iter_writeable
              ` [Cluster-devel] [RFC][arm64] possible infinite loop in btrfs search_ioctl()
` [Cluster-devel] [PATCH v7 14/19] iomap: Fix iomap_dio_rw return value for user copies
` [Cluster-devel] [PATCH v7 15/19] iomap: Support partial direct I/O on user copy failures
` [Cluster-devel] [PATCH v7 16/19] iomap: Add done_before argument to iomap_dio_rw
` [Cluster-devel] [PATCH v7 17/19] gup: Introduce FOLL_NOFAULT flag to disable page faults

[Cluster-devel] [gfs2:for-next 14/38] fs/erofs/data.c:290:17: error: too few arguments to function call, expected 6, have 5
 2021-10-14  0:28 UTC 

[Cluster-devel] [gfs2:for-next 4/38] fs/ntfs3/file.c:990:16: error: implicit declaration of function 'iov_iter_fault_in_readable'
 2021-10-13 23:42 UTC 

[Cluster-devel] [gfs2:for-next 14/38] fs/erofs/data.c:289:32: error: too few arguments to function 'iomap_dio_rw'
 2021-10-13 23:00 UTC 

[Cluster-devel] [gfs2:for-next 4/38] fs/ntfs3/file.c:990:30: error: implicit declaration of function 'iov_iter_fault_in_readable'; did you mean 'fault_in_readable'?
 2021-10-13 21:48 UTC 

[Cluster-devel] [PATCH] gfs2: Fix unused value warning in do_gfs2_set_flags()
 2021-10-13 14:30 UTC  (2+ messages)

[Cluster-devel] [PATCH gfs2/for-next] gfs2: check context on gfs2_glock_put
 2021-10-13 14:16 UTC  (2+ messages)

[Cluster-devel] [GFS2 v3 PATCH 00/13] gfs2: fix bugs related to node_scope and go_lock
 2021-10-12 21:48 UTC  (15+ messages)
` [Cluster-devel] [GFS2 v3 PATCH 01/13] gfs2: Allow append and immutable bits to coexist
` [Cluster-devel] [GFS2 v3 PATCH 02/13] gfs2: Save ip from gfs2_glock_nq_init
` [Cluster-devel] [GFS2 v3 PATCH 03/13] gfs2: dequeue iopen holder in gfs2_inode_lookup error
` [Cluster-devel] [GFS2 v3 PATCH 04/13] gfs2: dump glocks from gfs2_consist_OBJ_i
` [Cluster-devel] [GFS2 v3 PATCH 05/13] gfs2: change go_lock to go_instantiate
` [Cluster-devel] [GFS2 v3 PATCH 06/13] gfs2: Remove 'first' trace_gfs2_promote argument
` [Cluster-devel] [GFS2 v3 PATCH 07/13] gfs2: re-factor function do_promote
` [Cluster-devel] [GFS2 v3 PATCH 08/13] gfs2: further simplify do_promote
` [Cluster-devel] [GFS2 v3 PATCH 09/13] gfs2: split glock instantiation off from do_promote
` [Cluster-devel] [GFS2 v3 PATCH 10/13] gfs2: fix GL_SKIP node_scope problems
` [Cluster-devel] [GFS2 v3 PATCH 11/13] gfs2: Eliminate GIF_INVALID flag
` [Cluster-devel] [GFS2 v3 PATCH 12/13] gfs2: remove RDF_UPTODATE flag
` [Cluster-devel] [GFS2 v3 PATCH 13/13] gfs2: set glock object after nq

[Cluster-devel] [PATCH] gfs2: Cancel remote delete work asynchronously
 2021-10-11 19:06 UTC 

[Cluster-devel] [PATCH] gfs2: Fix glock_hash_walk bugs
 2021-10-07 14:19 UTC 

[Cluster-devel] WARNING in __set_page_dirty
 2021-10-06 12:14 UTC  (2+ messages)

[Cluster-devel] [PATCH dlm/next 1/2] fs: dlm: use dlm_recovery_stopped instead of test_bit
 2021-10-05 17:34 UTC  (2+ messages)
` [Cluster-devel] [PATCH dlm/next 2/2] fs: dlm: use dlm_recovery_stopped in condition

[Cluster-devel] [RFC PATCH dlm/next 0/2] fs: dlm: remove reverse locking order
 2021-10-04 20:58 UTC  (3+ messages)
` [Cluster-devel] [RFC PATCH dlm/next 1/2] fs: dlm: provide some lockless functionality
` [Cluster-devel] [RFC PATCH dlm/next 2/2] fs: dlm: change dlm logic locking behaviour

[Cluster-devel] [PATCH dlm/next] fs: dlm: make dlm_callback_resume quite
 2021-09-30 15:16 UTC 

[Cluster-devel] [PATCH dlm/next] fs: dlm: avoid ls_waiter_mutex circular lock dependency warning
 2021-09-29 17:10 UTC 

[Cluster-devel] [PATCH] gfs2: fix GL_SKIP node_scope problems
 2021-09-29 16:42 UTC  (4+ messages)

[Cluster-devel] [PATCH] gfs2: Save caller ip in gfs2_glock_nq_init
 2021-09-29 15:16 UTC  (3+ messages)

[Cluster-devel] [PATCH dlm/next 1/5] fs: dlm: fix small lockspace typo
 2021-09-27 22:54 UTC  (6+ messages)
` [Cluster-devel] [PATCH dlm/next 2/5] fs: dlm: remove check SCTP is loaded message
` [Cluster-devel] [PATCH dlm/next 3/5] fs: dlm: requestqueue busy wait to event based wait
` [Cluster-devel] [PATCH dlm/next 4/5] fs: dlm: ls_count "
` [Cluster-devel] [PATCH dlm/next 5/5] fs: dlm: avoid ls_waiter_mutex circular lock dependency warning

[Cluster-devel] [RFC PATCH 0/5] add new command reload_config set_config
 2021-09-25 14:21 UTC  (6+ messages)
` [Cluster-devel] [PATCH 1/5] dlm_tool man: add command "joinleave", add "USAGE" section
` [Cluster-devel] [PATCH 2/5] man: add reload_config in dlm_tool & dlm.conf
` [Cluster-devel] [PATCH 3/5] dlm_controld: add reload_config feature
` [Cluster-devel] [PATCH 4/5] dlm_tool man: add new command set_config
` [Cluster-devel] [PATCH 5/5] dlm_controld: add new feature set_config

[Cluster-devel] [PATCH RFC gfs2/for-next] fs: gfs2: fix suspicious RCU usage
 2021-09-25  0:23 UTC 

[Cluster-devel] [RFC PATCH dlm 00/10] dlm_controld config settings can be
 2021-09-22 14:35 UTC  (17+ messages)
` [Cluster-devel] [PATCH 01/10] dlm_tool man: add command "joinleave", add "USAGE" section
` [Cluster-devel] [PATCH 02/10] dlm_tool: add run_(check|cancel) all feature
` [Cluster-devel] [PATCH 03/10] dlm_tool man: add dynamic setting and examples
` [Cluster-devel] [PATCH 04/10] dlm_controld: put MAX_LINE in header file
` [Cluster-devel] [PATCH 05/10] dlm_controld: add dynamic setting items in "struct dlm_option"
` [Cluster-devel] [PATCH 06/10] dlm_controld: change dlm_options[] to shared memory type
` [Cluster-devel] [PATCH 07/10] dlm_controld: make few APIs public
` [Cluster-devel] [PATCH 08/10] dlm_controld: support "dlm_tool dump_config" to show dynamic setting
` [Cluster-devel] [PATCH 09/10] dlm_controld: add new API set_opt_online()
` [Cluster-devel] [PATCH 10/10] dlm_controld: enable "dlm_tool run|run_start" dynamic setting feature

[Cluster-devel] [GFS2 PATCH v2 0/6] gfs2: fix bugs related to node_scope and go_lock
 2021-09-22 13:54 UTC  (10+ messages)
` [Cluster-devel] [GFS2 PATCH v2 1/6] gfs2: remove redundant check in gfs2_rgrp_go_lock
` [Cluster-devel] [GFS2 PATCH v2 2/6] gfs2: Add GL_SKIP holder flag to dump_holder
` [Cluster-devel] [GFS2 PATCH v2 3/6] gfs2: move GL_SKIP check from glops to do_promote
` [Cluster-devel] [GFS2 PATCH v2 4/6] gfs2: Switch some BUG_ON to GLOCK_BUG_ON for debug
` [Cluster-devel] [GFS2 PATCH v2 5/6] gfs2: simplify do_promote and fix promote trace
` [Cluster-devel] [GFS2 PATCH v2 6/6] gfs2: introduce and use new glops go_lock_needed

[Cluster-devel] [PATCH dlm/tool] python: add bindings and test example
 2021-09-17 19:44 UTC 

[Cluster-devel] [PATCH dlm/next 0/3] fs: dlm: recovery ops and wait changes
 2021-09-15 20:39 UTC  (4+ messages)
` [Cluster-devel] [PATCH dlm/next 1/3] fs: dlm: add notes for recovery and membership handling
` [Cluster-devel] [PATCH dlm/next 2/3] fs: dlm: call dlm_lsop_recover_prep once
` [Cluster-devel] [PATCH dlm/next 3/3] fs: dlm: let new_lockspace() wait until recovery

[Cluster-devel] [PATCH AUTOSEL 5.13 03/19] gfs2: Switch to may_setattr in gfs2_setattr
 2021-09-13 22:33 UTC 

[Cluster-devel] [PATCH AUTOSEL 5.14 05/25] gfs2: Switch to may_setattr in gfs2_setattr
 2021-09-13 22:33 UTC 

[Cluster-devel] [GFS2 PATCH 0/4] gfs2: fix bugs related to node_scope and go_lock
 2021-09-13 19:30 UTC  (5+ messages)
` [Cluster-devel] [GFS2 PATCH 1/4] gfs2: remove redundant check in gfs2_rgrp_go_lock
` [Cluster-devel] [GFS2 PATCH 2/4] gfs2: Add GL_SKIP holder flag to dump_holder
` [Cluster-devel] [GFS2 PATCH 3/4] gfs2: move GL_SKIP check from glops to do_promote
` [Cluster-devel] [GFS2 PATCH 4/4] gfs2: rework go_lock mechanism for node_scope race

[Cluster-devel] [PATCH AUTOSEL 4.4 07/14] fs: dlm: fix return -EINTR on recovery stopped
 2021-09-10  0:23 UTC 

[Cluster-devel] [PATCH AUTOSEL 4.9 08/17] fs: dlm: fix return -EINTR on recovery stopped
 2021-09-10  0:23 UTC 

[Cluster-devel] [PATCH AUTOSEL 4.14 09/19] fs: dlm: fix return -EINTR on recovery stopped
 2021-09-10  0:22 UTC 

[Cluster-devel] [PATCH AUTOSEL 4.19 12/25] fs: dlm: fix return -EINTR on recovery stopped
 2021-09-10  0:22 UTC 

[Cluster-devel] [PATCH AUTOSEL 5.4 19/37] fs: dlm: fix return -EINTR on recovery stopped
 2021-09-10  0:21 UTC 

[Cluster-devel] [PATCH AUTOSEL 5.10 28/53] fs: dlm: fix return -EINTR on recovery stopped
 2021-09-10  0:20 UTC 

[Cluster-devel] [PATCH AUTOSEL 5.13 45/88] fs: dlm: fix return -EINTR on recovery stopped
 2021-09-10  0:17 UTC 

[Cluster-devel] [PATCH AUTOSEL 5.14 51/99] fs: dlm: fix return -EINTR on recovery stopped
 2021-09-10  0:15 UTC  (2+ messages)
` [Cluster-devel] [PATCH AUTOSEL 5.14 86/99] fs: dlm: avoid comms shutdown delay in release_lockspace

[Cluster-devel] [PATCH AUTOSEL 4.4 26/35] gfs2: Don't call dlm after protocol is unmounted
 2021-09-09 12:01 UTC 

[Cluster-devel] [PATCH AUTOSEL 4.9 36/48] gfs2: Don't call dlm after protocol is unmounted
 2021-09-09 12:00 UTC 

[Cluster-devel] [PATCH AUTOSEL 4.14 41/59] gfs2: Don't call dlm after protocol is unmounted
 2021-09-09 11:58 UTC 

[Cluster-devel] [PATCH AUTOSEL 4.19 54/74] gfs2: Don't call dlm after protocol is unmounted
 2021-09-09 11:57 UTC 

[Cluster-devel] [PATCH AUTOSEL 5.4 076/109] gfs2: Don't call dlm after protocol is unmounted
 2021-09-09 11:54 UTC 

[Cluster-devel] [PATCH AUTOSEL 5.10 078/176] gfs2: Fix glock recursion in freeze_go_xmote_bh
 2021-09-09 11:50 UTC  (2+ messages)
` [Cluster-devel] [PATCH AUTOSEL 5.10 127/176] gfs2: Don't call dlm after protocol is unmounted

[Cluster-devel] [PATCH AUTOSEL 5.13 097/219] gfs2: Fix glock recursion in freeze_go_xmote_bh
 2021-09-09 11:45 UTC  (2+ messages)
` [Cluster-devel] [PATCH AUTOSEL 5.13 159/219] gfs2: Don't call dlm after protocol is unmounted

[Cluster-devel] [PATCH AUTOSEL 5.14 111/252] gfs2: Fix glock recursion in freeze_go_xmote_bh
 2021-09-09 11:39 UTC  (2+ messages)
` [Cluster-devel] [PATCH AUTOSEL 5.14 180/252] gfs2: Don't call dlm after protocol is unmounted

[Cluster-devel] [PATCH dlm/tool 1/2] treewide: try to resolve symbols at linking time
 2021-09-07 16:21 UTC  (2+ messages)
` [Cluster-devel] [PATCH dlm/tool 2/2] dlm_controld: add version check for libquorum

[Cluster-devel] [GIT PULL] gfs2 fixes for 5.15
 2021-08-31 18:19 UTC  (2+ messages)

[Cluster-devel] [bug report] new ->follow_link() and ->put_link() calling conventions
 2021-08-31 15:01 UTC  (2+ messages)

[Cluster-devel] [PATCH] fs: dlm: remove unneeded semicolon
 2021-08-31  9:21 UTC 


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