ocfs2-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-28 16:01:43 to 2021-08-20 16:39:37 UTC [more...]

[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 v3 0/2] fs: remove support for mandatory locking
 2021-08-20 16:39 UTC  (3+ 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 v6 00/19] gfs2: Fix mmap + page fault deadlocks
 2021-08-20 15:22 UTC  (27+ 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] 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] ocfs2: reflink deadlock when clone file to the same directory simultaneously
 2021-08-19  6:31 UTC  (16+ messages)

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

[Ocfs2-devel] [PATCH] ocfs2: remove redundant initialization of variable ret
 2021-06-15  1:50 UTC  (2+ messages)

[Ocfs2-devel] [PATCH V3] ocfs2: fix data corruption by fallocate
 2021-05-30 11:53 UTC  (2+ messages)

[Ocfs2-devel] [PATCH -next 1/3] powerpc/rtas: Replaced simple_strtoull() with kstrtoull()
 2021-05-27 14:37 UTC  (5+ messages)
` [Ocfs2-devel] [PATCH -next 2/3] xen: balloon: "
` [Ocfs2-devel] [PATCH -next 3/3] ocfs2: "

[Ocfs2-devel] [PATCH v2] ocfs2: fix data corruption by fallocate
 2021-05-26  5:10 UTC  (10+ messages)

[Ocfs2-devel] [PATCH] ocfs2: Remove repeated uptodate check for buffer
 2021-04-25  2:57 UTC 

[Ocfs2-devel] [PATCH 1/3] fs/buffer.c: add new api to allow eof writeback
 2021-05-11 12:19 UTC  (20+ messages)
` [Ocfs2-devel] [PATCH 2/3] ocfs2: allow writing back pages out of inode size
` [Ocfs2-devel] [PATCH 3/3] gfs2: fix out of inode size writeback
` [Ocfs2-devel] [Cluster-devel] [PATCH 1/3] fs/buffer.c: add new api to allow eof writeback

[Ocfs2-devel] [PATCH -next] ocfs2: Remove unnecessary INIT_LIST_HEAD()
 2021-05-11 11:58 UTC 

[Ocfs2-devel] [PATCH] ocfs2: remove redundant assignment to pointer queue
 2021-05-13 12:00 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: fix snprintf() checking
 2021-05-11 13:53 UTC  (4+ messages)
  ` [Ocfs2-devel] [PATCH v2] "

[Ocfs2-devel] [PATCH v2] ocfs2: Reomve err less than zero check
 2021-05-11  2:16 UTC  (4+ messages)

[Ocfs2-devel] [PATCH] ocfs2: Reomve err less than zero check
 2021-05-10  2:10 UTC  (2+ 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).