ocfs2-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-20 13:01:05 to 2024-01-25 10:45:02 UTC [more...]

[PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-25 10:43 UTC  (29+ messages)
` [PATCH v2 01/41] filelock: rename some fields in tracepoints
` [PATCH v2 02/41] filelock: rename fl_pid variable in lock_get_status
` [PATCH v2 03/41] dlm: rename fl_flags variable in dlm_posix_unlock
` [PATCH v2 04/41] nfs: rename fl_flags variable in nfs4_proc_unlck
` [PATCH v2 05/41] nfsd: rename fl_type and fl_flags variables in nfsd4_lock
` [PATCH v2 06/41] lockd: rename fl_flags and fl_type variables in nlmclnt_lock
` [PATCH v2 07/41] 9p: rename fl_type variable in v9fs_file_do_lock
` [PATCH v2 08/41] afs: rename fl_type variable in afs_next_locker
` [PATCH v2 09/41] filelock: drop the IS_* macros
` [PATCH v2 10/41] filelock: split common fields into struct file_lock_core
` [PATCH v2 11/41] filelock: add coccinelle scripts to move fields to "
` [PATCH v2 12/41] filelock: have fs/locks.c deal with file_lock_core directly
` [PATCH v2 13/41] filelock: convert some internal functions to use file_lock_core instead
` [PATCH v2 14/41] filelock: convert more internal functions to use file_lock_core
` [PATCH v2 15/41] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH v2 16/41] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH v2 17/41] filelock: make locks_{insert,delete}_global_locks "
` [PATCH v2 18/41] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH v2 19/41] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
` [PATCH v2 20/41] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH v2 21/41] filelock: convert fl_blocker to file_lock_core
` [PATCH v2 22/41] filelock: clean up locks_delete_block internals
` [PATCH v2 23/41] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH v2 24/41] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH v2 25/41] filelock: convert locks_wake_up_blocks to "
` [PATCH v2 26/41] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH v2 27/41] filelock: convert locks_translate_pid to take file_lock_core
` [PATCH v2 28/41] filelock: convert seqfile handling to use file_lock_core

[PATCH 67/82] ocfs2: Refactor intentional wrap-around test
 2024-01-23  0:27 UTC 

[PATCH AUTOSEL 6.7 07/88] ocfs2: Avoid touching renamed directory if parent does not change
 2024-01-22 14:50 UTC 

[PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-17 18:59 UTC  (40+ messages)
` [PATCH 01/20] filelock: split common fields into struct file_lock_core
` [PATCH 02/20] filelock: add coccinelle scripts to move fields to "
` [PATCH 03/20] filelock: the results of the coccinelle conversion
` [PATCH 04/20] filelock: fixups after the coccinelle changes
` [PATCH 05/20] filelock: convert some internal functions to use file_lock_core instead
` [PATCH 06/20] filelock: convert more internal functions to use file_lock_core
` [PATCH 07/20] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH 08/20] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH 09/20] filelock: make locks_{insert,delete}_global_locks "
` [PATCH 10/20] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH 11/20] filelock: convert the IS_* macros to take file_lock_core
` [PATCH 12/20] filelock: make __locks_delete_block and __locks_wake_up_blocks "
` [PATCH 13/20] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH 14/20] filelock: convert fl_blocker to file_lock_core
` [PATCH 15/20] filelock: clean up locks_delete_block internals
` [PATCH 16/20] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH 17/20] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH 18/20] filelock: convert locks_wake_up_blocks to "
` [PATCH 19/20] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH 20/20] filelock: split leases out of struct file_lock

[PATCH] ocfs2: remove useless code in ocfs2_try_to_merge_extent
 2024-01-17  1:23 UTC  (3+ messages)

[PATCH] ocfs2: Spelling fix
 2024-01-08  2:21 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 14/22] __ocfs2_add_entry(), ocfs2_prepare_dir_for_insert(): namelen checks
 2023-12-20  5:31 UTC  (2+ messages)
` [PATCH 19/22] ocfs2_find_match(): there's no such thing as NULL or negative ->d_parent

[PATCH v2 0/4] sysctl: Remove sentinel elements from fs dir
 2023-12-05  5:44 UTC  (7+ messages)
` [PATCH v2 1/4] cachefiles: Remove the now superfluous sentinel element from ctl_table array
` [PATCH v2 2/4] fs: Remove the now superfluous sentinel elements "
` [PATCH v2 3/4] sysctl: "
` [PATCH v2 4/4] coda: "

[PATCH] ocfs2: call ocfs2_abort when journal abort
 2023-11-21 12:39 UTC  (8+ messages)

[PATCH v2] ocfs2: call ocfs2_abort when journal abort
 2023-11-21 12:25 UTC 

[PATCH 0/4] sysctl: Remove sentinel elements from fs dir
 2023-11-09 21:12 UTC  (13+ messages)
` [PATCH 1/4] cachefiles: Remove the now superfluous sentinel element from ctl_table array
` [PATCH 2/4] aio: Remove the now superfluous sentinel elements "
` [PATCH 3/4] sysctl: "
` [PATCH 4/4] coda: "

[PATCH] ocfs2: Fix a spelling typo in comment
 2023-10-27  9:26 UTC  (2+ messages)

[PATCH] ocfs2/dlm: Clean up errors in dlmdomain.c
 2023-10-19  9:53 UTC  (2+ messages)

[PATCH] ocfs2: replace BUG_ON() at ocfs2_num_free_extents() with ocfs2_error()
 2023-10-19  1:22 UTC  (2+ messages)

[PATCH v2 00/27] Finish the create_empty_buffers() transition
 2023-10-18 14:19 UTC  (30+ messages)
` [PATCH v2 01/27] buffer: Return bool from grow_dev_folio()
` [PATCH v2 02/27] buffer: Make folio_create_empty_buffers() return a buffer_head
` [PATCH v2 03/27] mpage: Convert map_buffer_to_folio() to folio_create_empty_buffers()
` [PATCH v2 04/27] ext4: Convert to folio_create_empty_buffers
` [PATCH v2 05/27] buffer: Add get_nth_bh()
` [PATCH v2 06/27] gfs2: Convert inode unstuffing to use a folio
` [PATCH v2 07/27] gfs2: Convert gfs2_getbuf() to folios
` [PATCH v2 08/27] gfs2: Convert gfs2_getjdatabuf to use a folio
` [PATCH v2 09/27] gfs2: Convert gfs2_write_buf_to_page() "
` [PATCH v2 10/27] nilfs2: Convert nilfs_mdt_freeze_buffer "
` [PATCH v2 11/27] nilfs2: Convert nilfs_grab_buffer() "
` [PATCH v2 12/27] nilfs2: Convert nilfs_copy_page() to nilfs_copy_folio()
` [PATCH v2 13/27] nilfs2: Convert nilfs_mdt_forget_block() to use a folio
` [PATCH v2 14/27] nilfs2: Convert nilfs_mdt_get_frozen_buffer "
` [PATCH v2 15/27] nilfs2: Remove nilfs_page_get_nth_block
` [PATCH v2 16/27] nilfs2: Convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buffers
` [PATCH v2 17/27] ntfs: Convert ntfs_read_block() to use a folio
` [PATCH v2 18/27] ntfs: Convert ntfs_writepage "
` [PATCH v2 19/27] ntfs: Convert ntfs_prepare_pages_for_non_resident_write() to folios
` [PATCH v2 20/27] ntfs3: Convert ntfs_zero_range() to use a folio
` [PATCH v2 21/27] ocfs2: Convert ocfs2_map_page_blocks "
` [PATCH v2 22/27] reiserfs: Convert writepage "
` [PATCH v2 23/27] ufs: Add ufs_get_locked_folio and ufs_put_locked_folio
` [PATCH v2 24/27] ufs: Use ufs_get_locked_folio() in ufs_alloc_lastblock()
` [PATCH v2 25/27] ufs; Convert ufs_change_blocknr() to use folios
` [PATCH v2 26/27] ufs: Remove ufs_get_locked_page()
` [PATCH v2 27/27] buffer: Remove folio_create_empty_buffers()

[PATCH] ocfs2: fix a typo in a comment
 2023-10-12  1:11 UTC  (2+ messages)

[PATCH] fs: ocfs2: Check status values
 2023-10-10  1:20 UTC  (2+ messages)

[PATCH 7/7] block, drivers: make lots of attribute_group globals const
 2023-10-09 17:40 UTC  (3+ messages)

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-09 16:09 UTC  (5+ messages)
` [PATCH v2 01/89] fs: new accessor methods for "
  ` [PATCH v2 02/89] fs: convert core infrastructure to new timestamp accessors
  ` [PATCH v2 56/89] ocfs2: convert "

[PATCH v2 87/89] fs: rename inode i_atime and i_mtime fields
 2023-10-04 18:55 UTC  (3+ messages)
` [PATCH v2 88/89] fs: switch timespec64 fields in inode to discrete integers
` [PATCH v2 89/89] fs: move i_generation into new hole created after timestamp conversion

[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
 2023-10-01  5:01 UTC  (24+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
            ` [OT] "
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode

[PATCH 20/29] ocfs2: move ocfs2_xattr_handlers and ocfs2_xattr_handler_map to .rodata
 2023-09-30  5:00 UTC 

[PATCH] ocfs2: Annotate struct ocfs2_slot_info with __counted_by
 2023-09-29 19:17 UTC  (2+ messages)

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-09-28 11:03 UTC  (3+ messages)
` [PATCH 01/87] "
  ` [PATCH 55/87] fs/ocfs2: convert to new inode {a,m}time accessors

[PATCH] ocfs2: Annotate struct ocfs2_replay_map with __counted_by
 2023-09-25  2:22 UTC  (3+ messages)

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-09-20 15:45 UTC  (19+ messages)
` [PATCH v7 12/13] ext4: switch to "


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