gfs2.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-20 16:05:32 to 2024-02-01 13:23:38 UTC [more...]

map multiple blocks per ->map_blocks in iomap writeback
 2024-02-01 13:23 UTC  (5+ messages)

[PATCH v3 00/47] filelock: split file leases out of struct file_lock
 2024-01-31 23:02 UTC  (48+ messages)
` [PATCH v3 01/47] filelock: fl_pid field should be signed int
` [PATCH v3 02/47] filelock: rename some fields in tracepoints
` [PATCH v3 03/47] filelock: rename fl_pid variable in lock_get_status
` [PATCH v3 04/47] filelock: add some new helper functions
` [PATCH v3 05/47] 9p: rename fl_type variable in v9fs_file_do_lock
` [PATCH v3 06/47] afs: convert to using new filelock helpers
` [PATCH v3 07/47] ceph: "
` [PATCH v3 08/47] dlm: "
` [PATCH v3 09/47] gfs2: "
` [PATCH v3 10/47] lockd: "
` [PATCH v3 11/47] nfs: "
` [PATCH v3 12/47] nfsd: "
` [PATCH v3 13/47] ocfs2: "
` [PATCH v3 14/47] smb/client: "
` [PATCH v3 15/47] smb/server: "
` [PATCH v3 16/47] filelock: drop the IS_* macros
` [PATCH v3 17/47] filelock: split common fields into struct file_lock_core
` [PATCH v3 18/47] filelock: have fs/locks.c deal with file_lock_core directly
` [PATCH v3 19/47] filelock: convert more internal functions to use file_lock_core
` [PATCH v3 20/47] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH v3 21/47] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH v3 22/47] filelock: make locks_{insert,delete}_global_locks "
` [PATCH v3 23/47] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH v3 24/47] filelock: make __locks_delete_block and __locks_wake_up_blocks take file_lock_core
` [PATCH v3 25/47] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH v3 26/47] filelock: convert fl_blocker to file_lock_core
` [PATCH v3 27/47] filelock: clean up locks_delete_block internals
` [PATCH v3 28/47] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH v3 29/47] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH v3 30/47] filelock: convert locks_wake_up_blocks to "
` [PATCH v3 31/47] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH v3 32/47] filelock: convert locks_translate_pid to take file_lock_core
` [PATCH v3 33/47] filelock: convert seqfile handling to use file_lock_core
` [PATCH v3 34/47] 9p: adapt to breakup of struct file_lock
` [PATCH v3 35/47] afs: "
` [PATCH v3 36/47] ceph: "
` [PATCH v3 37/47] dlm: "
` [PATCH v3 38/47] gfs2: "
` [PATCH v3 39/47] fuse: "
` [PATCH v3 40/47] lockd: "
` [PATCH v3 41/47] nfs: "
` [PATCH v3 42/47] nfsd: "
` [PATCH v3 43/47] ocfs2: "
` [PATCH v3 44/47] smb/client: "
` [PATCH v3 45/47] smb/server: "
` [PATCH v3 46/47] filelock: remove temporary compatibility macros
` [PATCH v3 47/47] filelock: split leases out of struct file_lock

[PATCH AUTOSEL 4.19 11/12] gfs2: Refcounting fix in gfs2_thaw_super
 2024-01-30 21:16 UTC  (4+ messages)

[PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-25 23:58 UTC  (46+ 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 v2 29/41] 9p: adapt to breakup of struct file_lock
` [PATCH v2 30/41] afs: "
` [PATCH v2 31/41] ceph: "
` [PATCH v2 32/41] dlm: "
` [PATCH v2 33/41] gfs2: "
` [PATCH v2 34/41] lockd: "
` [PATCH v2 35/41] nfs: "
` [PATCH v2 36/41] nfsd: "
` [PATCH v2 37/41] ocfs2: "
` [PATCH v2 38/41] smb/client: "
` [PATCH v2 39/41] smb/server: "
` [PATCH v2 40/41] filelock: remove temporary compatability macros
` [PATCH v2 41/41] filelock: split leases out of struct file_lock

[syzbot] [gfs2?] INFO: task hung in gfs2_gl_hash_clear (3)
 2024-01-23  9:05 UTC  (2+ messages)

[PATCH 0/9] gfs2: Bugs in "Use GL_NOBLOCK flag for non-blocking lookups"
 2024-01-22 12:52 UTC  (13+ messages)
` [PATCH 1/9] gfs2: Fix gfs2_drevalidate NULL pointer dereference
` [PATCH 2/9] gfs2: Pass FGP flags to gfs2_getbuf
` [PATCH 3/9] gfs2: Split gfs2_meta_read_async off from gfs2_meta_read
` [PATCH 4/9] gfs2: Add FGP_NOWAIT support to gfs2_meta_read_async
` [PATCH 5/9] gfs2: Pass FGP flags to gfs2_meta_{,inode_}buffer
` [PATCH 6/9] gfs2: Pass FGP flags to gfs2_dirent_search
` [PATCH 7/9] gfs2: Pass FGP flags to gfs2_dir_check
` [PATCH 8/9] gfs2: Minor gfs2_drevalidate cleanup
` [PATCH 9/9] gfs2: Fix LOOKUP_RCU support in gfs2_drevalidate

[syzbot] [gfs2?] kernel BUG in qd_put (2)
 2024-01-20  0:10 UTC 

[PATCHv2 dlm/next 00/13] dlm: bring message parsing to softirq context
 2024-01-17 21:02 UTC  (3+ messages)
` [PATCHv2 dlm/next 13/13] dlm: do dlm message processing in "

[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

[syzbot] [gfs2?] BUG: sleeping function called from invalid context in gfs2_make_fs_ro
 2024-01-17 10:01 UTC  (2+ messages)

[PATCH] fs: dlm: Simplify the allocation of slab caches in dlm_lowcomms_msg_cache_create
 2024-01-17  9:49 UTC 

[syzbot] [gfs2?] BUG: unable to handle kernel NULL pointer dereference in gfs2_rindex_update
 2024-01-16 15:57 UTC  (3+ messages)

[syzbot] [gfs2?] BUG: sleeping function called from invalid context in glock_hash_walk
 2024-01-16 15:55 UTC  (3+ messages)

fsck.gfs2 bad read: Input/output error from lgfs2_inode_read:51
 2024-01-16 15:51 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 11/12] gfs2: Refcounting fix in gfs2_thaw_super
 2024-01-16  0:27 UTC 

[PATCH AUTOSEL 6.6 18/19] gfs2: Refcounting fix in gfs2_thaw_super
 2024-01-16  0:23 UTC 

[PATCH AUTOSEL 6.7 18/19] gfs2: Refcounting fix in gfs2_thaw_super
 2024-01-16  0:22 UTC 

[PATCH] gfs2: Improve gfs2_consist_inode() usage
 2024-01-12 10:10 UTC  (3+ messages)

[GIT PULL] gfs2 changes
 2024-01-10 20:38 UTC  (2+ messages)

[GIT PULL] dlm updates for 6.8
 2024-01-10 20:38 UTC  (2+ messages)

[syzbot] [gfs2?] KMSAN: uninit-value in inode_go_dump (3)
 2024-01-09 18:21 UTC 

[syzbot] Monthly gfs2 report (Jan 2024)
 2024-01-09 18:20 UTC 

[PATCH dlm/next 0/2] dlm: refcount fixes and improvements
 2024-01-04  2:05 UTC  (3+ messages)
` [PATCH dlm/next 1/2] dlm: fix off-by-one waiters refcount handling
` [PATCH dlm/next 2/2] dlm: put lkbs instead of force free

[PATCH 1/3] gfs2: Minor gfs2_{freeze,thaw}_super cleanup
 2023-12-27 12:30 UTC  (3+ messages)
` [PATCH 2/3] gfs2: Refcounting fix in gfs2_thaw_super
` [PATCH 3/3] gfs2: Fix freeze consistency check in log_write_header

[PATCH 1/2] gfs2: Add missing set_freezable() for freezable kthread
 2023-12-21 14:11 UTC  (4+ messages)
` [PATCH 2/2] gfs2: Use wait_event_freezable_timeout() "

[PATCH] gfs2: Remove use of error flag in journal reads
 2023-12-21 12:38 UTC  (3+ messages)

[PATCH 1/2] gfs2: Add GL_NOBLOCK flag
 2023-12-20 20:24 UTC  (2+ messages)
` [PATCH 2/2] gfs2: Use GL_NOBLOCK flag for non-blocking lookups

[PATCH 1/4] gfs2: Minor gfs2_ail1_empty cleanup
 2023-12-20 20:12 UTC  (4+ messages)
` [PATCH 2/4] gfs2: Mark withdraws as unlikely
` [PATCH 3/4] gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawn
` [PATCH 4/4] gfs2: Lift withdraw check out of gfs2_ail1_empty

[PATCH dlm/next 1/2] dlm: fix format seq ops type 4
 2023-12-20 19:38 UTC  (2+ messages)
` [PATCH dlm/next 2/2] dlm: update format header reflect current format


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 read-only IMAP folder(s) and NNTP newsgroup(s).