gfs2.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-01 16:46:26 to 2023-12-07 04:16:56 UTC [more...]

[PATCH 0/11] vfs: inode cache scalability improvements
 2023-12-07  4:16 UTC  (22+ messages)
` [PATCH 01/11] lib/dlock-list: Distributed and lock-protected lists
` [PATCH 02/11] vfs: Remove unnecessary list_for_each_entry_safe() variants
` [PATCH 03/11] vfs: Use dlock list for superblock's inode list
` [PATCH 04/11] lib/dlock-list: Make sibling CPUs share the same linked list
` [PATCH 05/11] selinux: use dlist for isec inode list
` [PATCH 06/11] vfs: factor out inode hash head calculation
` [PATCH 07/11] hlist-bl: add hlist_bl_fake()
` [PATCH 08/11] vfs: inode cache conversion to hash-bl
` [PATCH 09/11] hash-bl: explicitly initialise hash-bl heads
` [PATCH 10/11] list_bl: don't use bit locks for PREEMPT_RT or lockdep
` [PATCH 11/11] hlist-bl: introduced nested locking for dm-snap

[PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules
 2023-12-07  2:45 UTC  (28+ messages)
` [PATCH -next RFC 01/14] block: add some bdev apis
` [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH -next RFC 03/14] bcache: use bdev api in read_super()
` [PATCH -next RFC 04/14] mtd: block2mtd: use bdev apis
` [PATCH -next RFC 05/14] s390/dasd: use bdev api in dasd_format()
` [PATCH -next RFC 06/14] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH -next RFC 07/14] bcachefs: remove dead function bdev_sectors()
` [PATCH -next RFC 08/14] btrfs: use bdev apis
` [PATCH -next RFC 09/14] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH -next RFC 10/14] erofs: use bdev api
` [PATCH -next RFC 11/14] ext4: use bdev apis
` [PATCH -next RFC 12/14] jbd2: "
` [PATCH -next RFC 13/14] gfs2: use bdev api
` [PATCH -next RFC 14/14] nilfs2: use bdev api in nilfs_attach_log_writer()

[PATCH] gfs2: Remove use of error flag in journal reads
 2023-12-06 19:58 UTC 

[PATCH] gfs2: rgrp: fix kernel-doc warnings
 2023-12-06 10:17 UTC  (2+ messages)

[syzbot] [gfs2?] kernel BUG in gfs2_quota_cleanup
 2023-12-05 13:51 UTC  (5+ messages)
  ` [PATCH] gfs2: fix "

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-04 18:07 UTC  (2+ messages)

[linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
 2023-11-28 15:52 UTC  (9+ messages)

[PATCH block/for-next v2 00/16] block: remove field 'bd_inode' from block_device
 2023-11-28 10:05 UTC  (21+ messages)
` [PATCH block/for-next v2 01/16] block: add a new helper to get inode "
` [PATCH block/for-next v2 02/16] xen/blkback: use "
` [PATCH block/for-next v2 03/16] bcache: "
` [PATCH block/for-next v2 04/16] mtd: block2mtd: "
` [PATCH block/for-next v2 05/16] s390/dasd: "
` [PATCH block/for-next v2 06/16] scsicam: "
` [PATCH block/for-next v2 07/16] bcachefs: "
` [PATCH block/for-next v2 08/16] btrfs: "
` [PATCH block/for-next v2 09/16] cramfs: "

[PATCH block/for-next v2 10/16] erofs: use new helper to get inode from block_device
 2023-11-27  6:22 UTC  (7+ messages)
` [PATCH block/for-next v2 11/16] ext4: "
` [PATCH block/for-next v2 12/16] gfs2: "
` [PATCH block/for-next v2 13/16] jbd2: "
` [PATCH block/for-next v2 14/16] nilfs2: "
` [PATCH block/for-next v2 15/16] buffer: "
` [PATCH block/for-next v2 16/16] block: "

[PATCH -next] block: remove field 'bd_inode' from block_device
 2023-11-27  1:13 UTC  (3+ messages)

[PATCH] gfs2: drop filesystem-specific hash function
 2023-11-22  5:57 UTC 

[PATCHv2 dlm/next 00/13] dlm: bring message parsing to softirq context
 2023-11-19 16:38 UTC  (14+ messages)
` [PATCHv2 dlm/next 01/13] dlm: remove allocation parameter in msg allocation
` [PATCHv2 dlm/next 02/13] dlm: switch to GFP_ATOMIC in dlm allocations
` [PATCHv2 dlm/next 03/13] dlm: move root_list functionality to recover.c
` [PATCHv2 dlm/next 04/13] dlm: move master dir dump to own list
` [PATCHv2 dlm/next 05/13] dlm: move root_list to ls_recover() stack
` [PATCHv2 dlm/next 06/13] dlm: implement directory dump context
` [PATCHv2 dlm/next 07/13] dlm: drop holding waiters mutex in waiters recovery
` [PATCHv2 dlm/next 08/13] dlm: convert ls_waiters_mutex to spinlock
` [PATCHv2 dlm/next 09/13] dlm: convert res_lock "
` [PATCHv2 dlm/next 10/13] dlm: make requestqueue handling non sleepable
` [PATCHv2 dlm/next 11/13] dlm: ls_recv_active semaphore to rwlock
` [PATCHv2 dlm/next 12/13] dlm: convert message parsing locks to disable bh
` [PATCHv2 dlm/next 13/13] dlm: do dlm message processing in softirq context

[PATCH v6.7-rc1 1/3] dlm: use fl_owner from lockd
 2023-11-13 21:27 UTC  (4+ messages)
` [PATCH v6.7-rc1 2/3] dlm: use FL_SLEEP to determine blocking vs non-blocking
` [PATCH v6.7-rc1 3/3] dlm: implement EXPORT_OP_ASYNC_LOCK

[PATCHv2 1/2] refcount: introduce __refcount_dec_and_lock macro
 2023-11-13 20:48 UTC  (2+ messages)
` [PATCHv2 2/2] kref: introduce __kref_put_lock macro

[linux-next:master] BUILD REGRESSION d173336e238b0f7f5b7eddfa641d7c25c24bb86a
 2023-11-13 13:46 UTC 

[PATCH 0/3] Add folio_zero_tail() and folio_fill_tail()
 2023-11-11  4:02 UTC  (14+ messages)
` [PATCH 1/3] mm: Add folio_zero_tail() and use it in ext4
` [PATCH 2/3] mm: Add folio_fill_tail() and use it in iomap
` [PATCH 3/3] gfs2: Convert stuffed_readpage() to stuffed_read_folio()

[linux-next:master] BUILD REGRESSION 8728c14129df7a6e29188a2e737b4774fb200953
 2023-11-11  3:10 UTC 

[PATCH 1/3] refcount: move kdoc to header definition
 2023-11-09 14:15 UTC  (6+ messages)
` [PATCH 2/3] refcount: introduce __refcount_dec_and_lock macro
` [PATCH 3/3] kref: introduce __kref_put_lock macro

[gfs2:alloc 69/77] fs/gfs2/bmap.c:1330:17: error: 'pos' undeclared
 2023-11-08  8:50 UTC 

[linux-next:master] BUILD REGRESSION 5cd631a52568a18b12fd2563418985c8cb63e4b0
 2023-11-08  6:55 UTC 

[gfs2:alloc 57/77] fs/gfs2/bmap.c:1176:23: error: too many arguments to function 'gfs2_iomap_write_alloc'
 2023-11-08  6:21 UTC 

[GIT PULL] gfs2 fixes
 2023-11-08  0:04 UTC  (5+ messages)

[syzbot] Monthly gfs2 report (Nov 2023)
 2023-11-06 23:07 UTC 

[PATCH] dlm: use kernel_connect() and kernel_bind()
 2023-11-06 21:24 UTC 

Fwd: [PATCH] fs:gfs2:rgrp.c: Fix kernel NULL pointer dereference
 2023-11-06 16:57 UTC 

[RFC 1/2] refcount: introduce generic lockptr funcs
 2023-11-06 15:12 UTC  (6+ messages)
` [RFC 2/2] kref: introduce kref_put_lockptr() and use lockptr

[linux-next:master] BUILD REGRESSION e27090b1413ff236ca1aec26d6b022149115de2c
 2023-11-04 11:38 UTC 

[RFC 1/2] refcount: introduce generic lockptr funcs
 2023-11-03 16:16 UTC  (4+ messages)
` [RFC 2/2] kref: introduce kref_put_lockptr() and use lockptr

[PATCH] gfs2: don't withdraw if init_threads() got interrupted
 2023-11-02 22:11 UTC  (4+ messages)

[PATCH] gfs2: don't withdraw if init_threads() got interrupted
 2023-11-02 19:58 UTC  (2+ messages)

[PATCH 00/25] gfs2 patches on for-next
 2023-11-02 19:05 UTC  (27+ messages)
` [PATCH 07/25] gfs2: fix an oops in gfs2_permission
` [PATCH 08/25] gfs2: setattr_chown: Add missing initialization
` [PATCH 09/25] gfs2: Stop using GFS2_BASIC_BLOCK and GFS2_BASIC_BLOCK_SHIFT
` [PATCH 10/25] gfs2: Two quota=account mode fixes
` [PATCH 11/25] gfs2: Clean up gfs2_alloc_parms initializers
` [PATCH 12/25] gfs2: Clean up quota.c:print_message
` [PATCH 13/25] gfs2: Add metapath_dibh helper
` [PATCH 14/25] gfs2: Initialize metapaths outside of __gfs2_iomap_get
` [PATCH 15/25] gfs2: Get rid of repeated call to __gfs2_iomap_get
` [PATCH 16/25] gfs2: Remove unnecessary gfs2_iomap_begin_write parameters
` [PATCH 17/25] gfs2: Get rid of gfs2_alloc_blocks generation parameter
` [PATCH 18/25] gfs2: Minor gfs2_write_jdata_batch PAGE_SIZE cleanup
` [PATCH 19/25] gfs2: Convert stuffed_readpage to folios
` [PATCH 20/25] gfs2: Convert gfs2_internal_read "
` [PATCH 21/25] gfs2: Rename gfs2_lookup_{ simple => meta }
` [PATCH 22/25] gfs2: No longer use 'extern' in function declarations
` [PATCH 23/25] gfs2: fs: derive f_fsid from s_uuid
` [PATCH 24/25] gfs2: Silence "suspicious RCU usage in gfs2_permission" warning
` [PATCH 25/25] fs/gfs2: Fix slab-use-after-free in gfs2_qd_dealloc

[GIT PULL] dlm updates for 6.7
 2023-11-02 18:38 UTC  (2+ messages)

[PATCHv2] generic: add fcntl corner cases tests
 2023-11-02 14:37 UTC  (2+ messages)

[PATCH] gfs2: remove dead code in __acquires
 2023-11-02 11:50 UTC  (2+ messages)

[PATCH] gfs2: Initialize metapaths outside of __gfs2_iomap_get
 2023-11-01 18:09 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).