ocfs2-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-08 14:20:46 to 2021-08-27 21:54:40 UTC [more...]

[Ocfs2-devel] [PATCH linux-next] fs/ocfs2/dlm/dlmmaster.c: fix bugon.cocci warnings
 2021-08-25  8:27 UTC  (2+ messages)

[Ocfs2-devel] [PATCH v2 0/2] fs: remove support for mandatory locking
 2021-08-20 16:06 UTC  (7+ messages)
` [Ocfs2-devel] [PATCH v2 1/2] fs: warn about impending deprecation of mandatory locks
` [Ocfs2-devel] [PATCH v2 2/2] fs: remove mandatory file locking support

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

[Ocfs2-devel] [PATCH] ocfs2: ocfs2_downconvert_lock failure results in deadlock
 2021-08-27  5:50 UTC  (5+ messages)

[Ocfs2-devel] [PATCH] ocfs2: avoid getting dlm lock of the target directory multiple times during reflink process
 2021-08-26  7:59 UTC 

[Ocfs2-devel] [PATCH] ocfs2: reflink deadlock when clone file to the same directory simultaneously
 2021-08-26  5:56 UTC  (17+ messages)

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

[Ocfs2-devel] [PATCH v3 0/2] fs: remove support for mandatory locking
 2021-08-20 19:45 UTC  (5+ messages)
` [Ocfs2-devel] [PATCH v3 1/2] fs: warn about impending deprecation of mandatory locks
` [Ocfs2-devel] [PATCH v3 2/2] fs: remove mandatory file locking support

[Ocfs2-devel] [PATCH] fs: remove mandatory file locking support
 2021-08-20 11:40 UTC 

[Ocfs2-devel] [PATCH v5 00/12] gfs2: Fix mmap + page fault deadlocks
 2021-08-19 21:39 UTC  (23+ messages)
` [Ocfs2-devel] [PATCH v5 01/12] iov_iter: Fix iov_iter_get_pages{, _alloc} page fault return value
` [Ocfs2-devel] [PATCH v5 02/12] powerpc/kvm: Fix kvm_use_magic_page
` [Ocfs2-devel] [PATCH v5 03/12] Turn fault_in_pages_{readable, writeable} into fault_in_{readable, writeable}
` [Ocfs2-devel] [PATCH v5 04/12] Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [Ocfs2-devel] [PATCH v5 05/12] iov_iter: Introduce fault_in_iov_iter_writeable
` [Ocfs2-devel] [PATCH v5 06/12] gfs2: Add wrapper for iomap_file_buffered_write
` [Ocfs2-devel] [PATCH v5 07/12] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [Ocfs2-devel] [PATCH v5 08/12] iomap: Fix iomap_dio_rw return value for user copies
` [Ocfs2-devel] [PATCH v5 09/12] iomap: Support restarting direct I/O requests after user copy failures
` [Ocfs2-devel] [PATCH v5 10/12] iomap: Add done_before argument to iomap_dio_rw
` [Ocfs2-devel] [PATCH v5 11/12] iov_iter: Introduce noio flag to disable page faults
` [Ocfs2-devel] [PATCH v5 12/12] gfs2: Fix mmap + page fault deadlocks for direct I/O

[Ocfs2-devel] [PATCH v3] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
 2021-08-19  3:46 UTC  (3+ messages)

[Ocfs2-devel] [PATCH] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
 2021-08-01  8:19 UTC  (3+ messages)

[Ocfs2-devel] [PATCH v2] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
 2021-08-04  2:36 UTC  (2+ messages)

[Ocfs2-devel] [PATCH v4 0/8] gfs2: Fix mmap + page fault deadlocks
 2021-07-27 17:51 UTC  (19+ messages)
` [Ocfs2-devel] [PATCH v4 1/8] iov_iter: Introduce iov_iter_fault_in_writeable helper
` [Ocfs2-devel] [PATCH v4 2/8] gfs2: Add wrapper for iomap_file_buffered_write
` [Ocfs2-devel] [PATCH v4 3/8] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [Ocfs2-devel] [PATCH v4 4/8] iomap: Fix iomap_dio_rw return value for user copies
` [Ocfs2-devel] [PATCH v4 5/8] iomap: Add done_before argument to iomap_dio_rw
` [Ocfs2-devel] [PATCH v4 6/8] iomap: Support restarting direct I/O requests after user copy failures
` [Ocfs2-devel] [PATCH v4 7/8] iov_iter: Introduce noio flag to disable page faults
` [Ocfs2-devel] [PATCH v4 8/8] gfs2: Fix mmap + page fault deadlocks for direct I/O

[Ocfs2-devel] [PATCH v3 0/7] gfs2: Fix mmap + page fault deadlocks
 2021-07-26 18:08 UTC  (20+ messages)
` [Ocfs2-devel] [PATCH v3 1/7] iov_iter: Introduce fault_in_iov_iter helper
` [Ocfs2-devel] [PATCH v3 2/7] gfs2: Add wrapper for iomap_file_buffered_write
` [Ocfs2-devel] [PATCH v3 3/7] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [Ocfs2-devel] [PATCH v3 4/7] iomap: Fix iomap_dio_rw return value for user copies
` [Ocfs2-devel] [PATCH v3 5/7] iomap: Support restarting direct I/O requests after user copy failures
` [Ocfs2-devel] [PATCH v3 6/7] iov_iter: Introduce noio flag to disable page faults
` [Ocfs2-devel] [PATCH v3 7/7] gfs2: Fix mmap + page fault deadlocks for direct I/O

[Ocfs2-devel] [PATCH V2 1/2] ocfs2: fix zero out valid data
 2021-07-22  5:59 UTC  (3+ messages)
` [Ocfs2-devel] [PATCH V2 2/2] ocfs2: issue zeroout to EOF blocks

[Ocfs2-devel] [PATCH 1/2] ocfs2: fix zero out valid data
 2021-07-21  3:32 UTC  (5+ messages)
` [Ocfs2-devel] [PATCH 2/2] ocfs2: issue zeroout to EOF blocks

[Ocfs2-devel] [PATCH v2 0/6] gfs2: Fix mmap + page fault deadlocks
 2021-07-19 20:17 UTC  (12+ messages)
` [Ocfs2-devel] [PATCH v2 1/6] iov_iter: Introduce fault_in_iov_iter helper
` [Ocfs2-devel] [PATCH v2 2/6] iomap: Fix iomap_dio_rw return value for page faults
` [Ocfs2-devel] [PATCH v2 3/6] gfs2: Add wrapper for iomap_file_buffered_write
` [Ocfs2-devel] [PATCH v2 4/6] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [Ocfs2-devel] [PATCH v2 5/6] iov_iter: Introduce ITER_FLAG_FAST_ONLY flag
` [Ocfs2-devel] [PATCH v2 6/6] gfs2: Fix mmap + page fault deadlocks for direct I/O

[Ocfs2-devel] [PATCH] ocfs2: remove an unnecessary condition
 2021-07-12  1:46 UTC  (2+ messages)

[Ocfs2-devel] Find one ocfs2 hang between reflink and ocfs2_complete_recovery
 2021-07-11  9:22 UTC  (5+ messages)


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