ocfs2-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-04 20:31:31 to 2022-04-14 03:49:17 UTC [more...]

[Ocfs2-devel] [PATCH v2 0/5] rewrite error handling during mounting stage
 2022-04-14  1:47 UTC  (14+ messages)
` [Ocfs2-devel] [PATCH v2 1/5] ocfs2: fix mounting crash if journal is not alloced
` [Ocfs2-devel] [PATCH v2 2/5] ocfs2: change return type of ocfs2_resmap_init
` [Ocfs2-devel] [PATCH v2 3/5] ocfs2: ocfs2_initialize_super does cleanup job before return error
` [Ocfs2-devel] [PATCH v2 4/5] ocfs2: ocfs2_mount_volume "
` [Ocfs2-devel] [PATCH v2 5/5] ocfs2: rewrite error handling of ocfs2_fill_super

[Ocfs2-devel] [PATCH v1 0/5] rewrite error handling during mounting stage
 2022-04-12 16:46 UTC  (23+ messages)
` [Ocfs2-devel] [PATCH v1 1/5] ocfs2: partly revert da5e7c87827e8 for mounting crash issue
` [Ocfs2-devel] [PATCH v1 2/5] ocfs2: change return type of ocfs2_resmap_init
` [Ocfs2-devel] [PATCH v1 3/5] ocfs2: ocfs2_initialize_super does cleanup job before return error
` [Ocfs2-devel] [PATCH v1 4/5] ocfs2: ocfs2_mount_volume "
` [Ocfs2-devel] [PATCH v1 5/5] ocfs2: rewrite error handling of ocfs2_fill_super

[Ocfs2-devel] use block_device based APIs in block layer consumers
 2022-04-11 18:24 UTC  (58+ messages)
` [Ocfs2-devel] [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
  ` [Ocfs2-devel] [dm-devel] "
` [Ocfs2-devel] [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [Ocfs2-devel] [PATCH 03/27] target: fix discard alignment on partitions
  ` [Ocfs2-devel] [dm-devel] "
` [Ocfs2-devel] [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [Ocfs2-devel] [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [Ocfs2-devel] [PATCH 06/27] drbd: cleanup decide_on_discard_support
` [Ocfs2-devel] [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [Ocfs2-devel] [PATCH 08/27] ntfs3: use bdev_logical_block_size "
` [Ocfs2-devel] [PATCH 09/27] mm: use bdev_is_zoned in claim_swapfile
` [Ocfs2-devel] [PATCH 10/27] block: add a bdev_nonrot helper
` [Ocfs2-devel] [PATCH 11/27] block: add a bdev_write_cache helper
` [Ocfs2-devel] [PATCH 12/27] block: add a bdev_fua helper
` [Ocfs2-devel] [PATCH 13/27] block: add a bdev_stable_writes helper
` [Ocfs2-devel] [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
  ` [Ocfs2-devel] [dm-devel] "
` [Ocfs2-devel] [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [Ocfs2-devel] [PATCH 16/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [Ocfs2-devel] [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [Ocfs2-devel] [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [Ocfs2-devel] [PATCH 19/27] block: remove queue_discard_alignment
` [Ocfs2-devel] [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [Ocfs2-devel] [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment out of line
` [Ocfs2-devel] [PATCH 22/27] block: refactor discard bio size limiting
` [Ocfs2-devel] [PATCH 23/27] block: add a bdev_max_discard_sectors helper
  ` [Ocfs2-devel] [Cluster-devel] "
` [Ocfs2-devel] [PATCH 24/27] block: add a bdev_discard_granularity helper
` [Ocfs2-devel] [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
` [Ocfs2-devel] [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [Ocfs2-devel] [f2fs-dev] "
` [Ocfs2-devel] [PATCH 27/27] direct-io: remove random prefetches

[Ocfs2-devel] use block_device based APIs in block layer consumers v2
 2022-04-09  4:50 UTC  (20+ messages)
` [Ocfs2-devel] [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [Ocfs2-devel] [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [Ocfs2-devel] [PATCH 03/27] target: fix discard alignment on partitions
` [Ocfs2-devel] [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [Ocfs2-devel] [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [Ocfs2-devel] [PATCH 06/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [Ocfs2-devel] [PATCH 07/27] drbd: cleanup decide_on_discard_support
` [Ocfs2-devel] [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [Ocfs2-devel] [PATCH 09/27] ntfs3: use bdev_logical_block_size "
` [Ocfs2-devel] [PATCH 10/27] mm: use bdev_is_zoned in claim_swapfile
` [Ocfs2-devel] [PATCH 13/27] block: add a bdev_fua helper
` [Ocfs2-devel] [PATCH 14/27] block: add a bdev_stable_writes helper
` [Ocfs2-devel] [PATCH 16/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [Ocfs2-devel] [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [Ocfs2-devel] [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [Ocfs2-devel] [PATCH 19/27] block: remove queue_discard_alignment
` [Ocfs2-devel] [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [Ocfs2-devel] [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment out of line
` [Ocfs2-devel] [PATCH 27/27] direct-io: remove random prefetches

[Ocfs2-devel] [PATCH] ocfs2: fix error handling during mounting stage
 2022-04-06 15:14 UTC  (4+ messages)

[Ocfs2-devel] [Resend PATCH v3] ocfs2: fix kernel crash after mounting when journal doesn't ready
 2022-03-28  3:18 UTC  (10+ messages)

[Ocfs2-devel] [PATCH] ocfs2: replace usage of found with dedicated list iterator variable
 2022-03-25  3:15 UTC 

[Ocfs2-devel] [PATCH] ocfs2: fix crash when mount with quota enabled
 2022-03-23  2:36 UTC 

[Ocfs2-devel] [PATCH] ocfs2: quota_local: fix mount crash of filesystems with quota enabled
 2022-03-22 20:35 UTC  (3+ messages)

[Ocfs2-devel] [PATCH v2] ocfs2: remove usage of list iterator variable after the loop body
 2022-03-22 10:54 UTC 

[Ocfs2-devel] [PATCH] ocfs2: fix check if list iterator did find an element
 2022-03-22  2:15 UTC  (5+ messages)

[Ocfs2-devel] [PATCH] ocfs2: refactor the noqueue_attempted
 2022-03-20 13:40 UTC  (2+ messages)

[Ocfs2-devel] [PATCH v3] ocfs2: fix kernel crash after mounting when journal doesn't ready
 2022-03-18 14:39 UTC  (2+ messages)

[Ocfs2-devel] [PATCH v2] ocfs2: fix kernel crash after mounting when dlm doesn't ready
 2022-03-11  8:10 UTC  (3+ messages)

[Ocfs2-devel] [bug report] ocfs2/dlm: Fix race in adding/removing lockres' to/from the tracking list
 2022-03-11  3:08 UTC  (7+ messages)

[Ocfs2-devel] [PATCH] ocfs2: fix crash when initialize filecheck kobj fails
 2022-03-10  8:19 UTC 

[Ocfs2-devel] [PATCH] fix kernel crash after mounting when dlm doesn't ready
 2022-03-10  8:16 UTC  (3+ messages)

[Ocfs2-devel] [PATCH] fs/ocfs2: fix comments mentioning i_mutex
 2022-02-11 17:57 UTC  (2+ messages)

[Ocfs2-devel] [PATCH 0/2] ocfs2: fix a deadlock case
 2022-01-27 12:46 UTC  (6+ messages)
` [Ocfs2-devel] [PATCH 1/2] jbd2: export jbd2_journal_[grab|put]_journal_head
` [Ocfs2-devel] [PATCH 2/2] ocfs2: fix a deadlock when commit trans

[Ocfs2-devel] [fs/ocfs2] 32e1a3dbeb: kernel_BUG_at_fs/ocfs2/uptodate.c
 2022-01-24  2:34 UTC 

[Ocfs2-devel] [PATCH] ocfs2: cleanup some return variables
 2022-01-21  1:46 UTC  (2+ messages)

[Ocfs2-devel] [PATCHC RFC V2 1/1] ocfs2: fix a deadlock when commit trans
 2022-01-21  1:43 UTC  (2+ messages)

[Ocfs2-devel] [PATCH RFC V1 1/1] ocfs2: fix a deadlock caused by commit 6f1b228529ae49b0
 2022-01-20 11:49 UTC  (2+ messages)

[Ocfs2-devel] [PATCH RFC 1/1] ocfs2: fix a deadlock caused by commit 6f1b228529ae49b0
 2022-01-20  8:06 UTC  (2+ messages)

[Ocfs2-devel] [bug report] ocfs2/cluster: Pin/unpin o2hb regions
 2022-01-20  2:13 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: remove redundant assignment to variable free_space
 2022-01-13  2:18 UTC 

[Ocfs2-devel] [PATCH] fs/ocfs2: remove redundant ret variable
 2022-01-12 11:19 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: cluster: use default_groups in kobj_type
 2022-01-06 11:29 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] fs/ocfs2: remove redundant ret variable
 2022-01-05  2:04 UTC  (2+ messages)

[Ocfs2-devel] + ocfs2-use-default_groups-in-kobj_type.patch added to -mm tree
 2021-12-29 23:35 UTC 

[Ocfs2-devel] [PATCH] ocfs2: use default_groups in kobj_type
 2021-12-29  1:47 UTC  (2+ messages)

[Ocfs2-devel] [PATCH] ocfs2: remove redundant assignment to pointer root_bh
 2021-12-28  1:49 UTC 

[Ocfs2-devel] [BUG] fs: ocfs2: possible ABBA deadlock in ocfs2_dio_end_io_write() and ocfs2_move_extents()
 2021-12-14  7:08 UTC 

[Ocfs2-devel] [PATCH v2] ocfs2: clearly handle ocfs2_grab_pages_for_write() return value
 2021-12-06  6:50 UTC 

[Ocfs2-devel] [PATCH] ocfs2: clearly handle ocfs2_grab_pages_for_write() return value
 2021-12-06  6:36 UTC 

[Ocfs2-devel] [PATCH] ocfs2: fix uninitialized variable in ocfs2_dio_wr_get_block()
 2021-12-06  6:03 UTC  (3+ messages)

[Ocfs2-devel] [PATCH v2 6/8] inotify: simplify subdirectory registration with register_sysctl()
 2021-11-24 13:40 UTC  (3+ messages)
  ` [Ocfs2-devel] [PATCH v2 4/8] ocfs2: "

[Ocfs2-devel] [PATCH] ocfs2:Use BUG_ON instead of if condition followed by BUG
 2021-11-05  1:54 UTC  (2+ messages)

[Ocfs2-devel] [PATCH v9 00/17] gfs2: Fix mmap + page fault deadlocks
 2021-11-04 20:31 UTC  (4+ messages)
` [Ocfs2-devel] [PATCH v9 04/17] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable


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