ocfs2-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-08 17:13:11 to 2021-11-02 12:35:01 UTC [more...]

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

[Ocfs2-devel] [PATCH 0/2] ocfs2: Truncate data corruption fix
 2021-11-02  9:55 UTC  (9+ messages)
` [Ocfs2-devel] [PATCH 1/2] ocfs2: Fix data corruption on truncate
` [Ocfs2-devel] [PATCH 2/2] ocfs2: Do not zero pages beyond i_size

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

[Ocfs2-devel] [PATCH V3 RFC 1/1] ocfs2: fix race between searching chunks and release journal_head from buffer_head
 2021-10-26  3:56 UTC 

[Ocfs2-devel] [PATCH UEK6-U3 1/1] ocfs2: fix race between searching chunks and release journal_head from buffer_head
 2021-10-26  3:53 UTC  (2+ messages)

[Ocfs2-devel] [PATCH v7 00/19] gfs2: Fix mmap + page fault deadlocks
 2021-10-25 19:37 UTC  (66+ messages)
` [Ocfs2-devel] [PATCH v7 01/19] iov_iter: Fix iov_iter_get_pages{, _alloc} page fault return value
` [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] [RFC][arm64] possible infinite loop in btrfs search_ioctl()
` [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 V2 RFC 1/1] ocfs2: race between searching chunks and release journal_head from buffer_head
 2021-10-25 15:53 UTC  (5+ messages)

[Ocfs2-devel] [PATCH V1 RFC 1/1] ocfs2: race between searching chunks and release journal_head from buffer_head
 2021-10-21  7:40 UTC  (7+ messages)

[Ocfs2-devel] [PATCH V1 RFC 1/1] Subject: [[PATCH V1 RFC] 1/1] ocfs2: race between searching chunks and release journal_head from buffer_head
 2021-10-20  5:17 UTC  (4+ messages)
` [Ocfs2-devel] [PATCH V1 RFC "

[Ocfs2-devel] [PATCH RFC 1/1] ocfs2: race between searching chunks and release journal_head from buffer_head
 2021-10-19 14:14 UTC  (5+ messages)

[Ocfs2-devel] [PATCH] ocfs2: Fix data corruption after conversion from inline format
 2021-10-11  9:46 UTC  (3+ messages)

[Ocfs2-devel] [PATCH] ocfs2: cleanup journal init and shutdown
 2021-10-10 13:08 UTC  (4+ messages)
  ` [Ocfs2-devel] [PATCH v2] "

[Ocfs2-devel] [PATCH RFC 1/1] ocfs2: race between searching chunks and release journal_head from buffer_head
 2021-09-30  6:57 UTC 

[Ocfs2-devel] [PATCH] ocfs2: mount fails with buffer overflow in strlen
 2021-10-08 10:46 UTC  (9+ messages)
          ` [Ocfs2-devel] [PATCH v2] "

[Ocfs2-devel] [PATCH] ocfs2/dlm: Remove redundant assignment of variable ret
 2021-10-08  3:43 UTC  (2+ messages)

[Ocfs2-devel] The last part of the file is zeroed out when write N random bytes
 2021-09-29  0:57 UTC  (4+ messages)

[Ocfs2-devel] [PATCH] ocfs2: drop acl cache for directories too
 2021-09-20 15:36 UTC  (5+ messages)

[Ocfs2-devel] [PATCH] ocfs2: avoid getting dlm lock of the target directory multiple times during reflink process
 2021-09-17  7:37 UTC  (8+ messages)

[Ocfs2-devel] [PATCH v2] ocfs2: Fix handle refcount leak in two exception handling paths
 2021-09-15  2:36 UTC  (10+ messages)

[Ocfs2-devel] [PATCH linux-next] fs/ocfs2/dlm/dlmmaster.c: fix bugon.cocci warnings
 2021-08-25  6:31 UTC 

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

[Ocfs2-devel] [PATCH linux-next] ocfs2: fix bugon.cocci warnings
 2021-08-28  1:04 UTC 

[Ocfs2-devel] [PATCH v3 0/2] fs: remove support for mandatory locking
 2021-08-23 15:12 UTC  (3+ messages)
` [Ocfs2-devel] [PATCH v3 2/2] fs: remove mandatory file locking support

[Ocfs2-devel] [PATCH] ocfs2: Fix handle refcount leak in two exception handling paths
 2021-09-08  6:26 UTC 

[Ocfs2-devel] [PATCH AUTOSEL 4.4 13/14] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
 2021-09-10  0:24 UTC  (2+ messages)
` [Ocfs2-devel] [PATCH AUTOSEL 4.4 14/14] ocfs2: ocfs2_downconvert_lock failure results in deadlock

[Ocfs2-devel] [PATCH AUTOSEL 4.9 16/17] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
 2021-09-10  0:23 UTC  (2+ messages)
` [Ocfs2-devel] [PATCH AUTOSEL 4.9 17/17] ocfs2: ocfs2_downconvert_lock failure results in deadlock

[Ocfs2-devel] [PATCH AUTOSEL 4.14 18/19] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
 2021-09-10  0:23 UTC  (2+ messages)
` [Ocfs2-devel] [PATCH AUTOSEL 4.14 19/19] ocfs2: ocfs2_downconvert_lock failure results in deadlock

[Ocfs2-devel] [PATCH AUTOSEL 4.19 24/25] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
 2021-09-10  0:22 UTC  (2+ messages)
` [Ocfs2-devel] [PATCH AUTOSEL 4.19 25/25] ocfs2: ocfs2_downconvert_lock failure results in deadlock

[Ocfs2-devel] [PATCH AUTOSEL 5.4 36/37] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
 2021-09-10  0:21 UTC  (2+ messages)
` [Ocfs2-devel] [PATCH AUTOSEL 5.4 37/37] ocfs2: ocfs2_downconvert_lock failure results in deadlock

[Ocfs2-devel] [PATCH AUTOSEL 5.10 51/53] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
 2021-09-10  0:20 UTC  (2+ messages)
` [Ocfs2-devel] [PATCH AUTOSEL 5.10 52/53] ocfs2: ocfs2_downconvert_lock failure results in deadlock

[Ocfs2-devel] [PATCH AUTOSEL 5.13 79/88] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
 2021-09-10  0:18 UTC  (2+ messages)
` [Ocfs2-devel] [PATCH AUTOSEL 5.13 80/88] ocfs2: ocfs2_downconvert_lock failure results in deadlock

[Ocfs2-devel] [PATCH AUTOSEL 5.14 90/99] ocfs2: quota_local: fix possible uninitialized-variable access in ocfs2_local_read_info()
 2021-09-10  0:15 UTC  (2+ messages)
` [Ocfs2-devel] [PATCH AUTOSEL 5.14 91/99] ocfs2: ocfs2_downconvert_lock failure results in deadlock


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