public inbox for gfs2@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2025-03-03 03:13:48 to 2025-05-01 18:52:40 UTC [more...]

add more bio helpers v2
 2025-05-01 18:52 UTC  (22+ messages)
` [PATCH 01/19] block: add a bio_add_virt_nofail helper
` [PATCH 02/19] block: add a bdev_rw_virt helper
` [PATCH 03/19] block: add a bio_add_max_vecs helper
` [PATCH 04/19] block: add a bio_add_vmalloc helpers
` [PATCH 05/19] block: remove the q argument from blk_rq_map_kern
` [PATCH 06/19] block: pass the operation to bio_{map,copy}_kern
` [PATCH 07/19] block: simplify bio_map_kern
` [PATCH 08/19] bcache: use bio_add_virt_nofail
` [PATCH 09/19] rnbd-srv: "
` [PATCH 10/19] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 11/19] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 12/19] PM: hibernate: split and simplify hib_submit_io
` [PATCH 13/19] dm-bufio: use bio_add_virt_nofail
` [PATCH 14/19] dm-integrity: "
` [PATCH 15/19] xfs: simplify xfs_buf_submit_bio
` [PATCH 16/19] xfs: simplify xfs_rw_bdev
` [PATCH 17/19] xfs: simplify building the bio in xlog_write_iclog
` [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio

[PATCH] gfs2: Remove set but not used variable 'xattr_initialized'
 2025-04-30  8:43 UTC  (4+ messages)

[RFC PATCH dlm/next 1/4] dlm: mask sk_shutdown value
 2025-04-30  7:15 UTC  (8+ messages)
` [RFC PATCH dlm/next 2/4] dlm: use SHUT_RDWR for SCTP shutdown
` [RFC PATCH dlm/next 3/4] dlm: reject SCTP configuration if not enabled
` [RFC PATCH dlm/next 4/4] dlm: drop SCTP Kconfig dependency

add more bio helper
 2025-04-29 14:53 UTC  (73+ messages)
` [PATCH 01/17] block: add a bio_add_virt_nofail helper
` [PATCH 02/17] block: add a bdev_rw_virt helper
` [PATCH 03/17] block: add a bio_add_vmalloc helper
` [PATCH 04/17] block: remove the q argument from blk_rq_map_kern
` [PATCH 05/17] block: pass the operation to bio_{map,copy}_kern
` [PATCH 06/17] block: simplify bio_map_kern
` [PATCH 07/17] bcache: use bio_add_virt_nofail
` [PATCH 08/17] dm-bufio: "
` [PATCH 09/17] dm-integrity: "
` [PATCH 10/17] rnbd-srv: "
` [PATCH 11/17] xfs: simplify xfs_buf_submit_bio
` [PATCH 12/17] xfs: simplify xfs_rw_bdev
` [PATCH 13/17] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 14/17] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
` [PATCH 15/17] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 16/17] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 17/17] PM: hibernate: split and simplify hib_submit_io

[Question] dlm: shutdown sctp sock always timeouts
 2025-04-29 13:54 UTC  (3+ messages)

[PATCH v2 3/3] gfs2: deallocate inodes in gfs2_create_inode
 2025-04-24 15:30 UTC  (3+ messages)

[PATCH v3 3/3] gfs2: deallocate inodes in gfs2_create_inode
 2025-04-24 15:28 UTC 

[PATCH] gfs2: Fix usage of bio->bi_status in gfs2_end_log_write
 2025-04-23 19:15 UTC  (2+ messages)

[PATCH 1/3] gfs2: Move gfs2_dinode_dealloc
 2025-04-23 16:20 UTC  (6+ messages)
` [PATCH 2/3] gfs2: Move GIF_ALLOC_FAILED check out of gfs2_ea_dealloc
` [PATCH 3/3] gfs2: deallocate inodes in gfs2_create_inode

KASAN: slab-out-of-bounds Write in gfs2_pin
 2025-04-23 14:19 UTC 

[PATCH] gfs2: Don't reread inodes unnecessarily
 2025-04-22  9:40 UTC 

[PATCH] gfs2: gfs2_create_inode error handling fix
 2025-04-22  9:40 UTC 

KASAN: slab-out-of-bounds Write in gfs2_pin
 2025-04-22  3:55 UTC 

[PATCH] fs:gfs:glock: Delete the invalid pointer insert_pt in add_to_queue()
 2025-04-19 19:03 UTC  (2+ messages)

[PATCH] gfs2: Remove unnecessary NULL check before free_percpu()
 2025-04-17 13:39 UTC  (2+ messages)

[PATCH] fs: gfs: Delete duplicate function generic_update_time calls
 2025-04-16 11:09 UTC  (2+ messages)

[PATCH v3 0/2] Fix false warning in inode_to_wb
 2025-04-14 23:22 UTC  (8+ messages)
` [PATCH v3 1/2] gfs2: replace sd_aspace with sd_inode
` [PATCH v3 2/2] writeback: Fix false warning in inode_to_wb()

[PATCH v2 0/2] Fix false warning in inode_to_wb
 2025-04-12 16:37 UTC  (5+ messages)
` [PATCH v2 1/2] gfs2: replace sd_aspace with sd_inode
` [PATCH v2 2/2] writeback: Fix false warning in inode_to_wb()

[syzbot] [gfs2?] UBSAN: shift-out-of-bounds in gfs2_fill_super
 2025-04-12 12:24 UTC  (3+ messages)
` [PATCH] gfs2: capture blocksize set failed

[PATCH v4 1/4] mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()
 2025-04-11 23:22 UTC  (3+ messages)

[RFC 0/2] Fix false warning in inode_to_wb
 2025-04-10 19:20 UTC  (9+ messages)
` [RFC 1/2] gfs2: replace sd_aspace with sd_inode
` [RFC 2/2] writeback: Fix false warning in inode_to_wb()

[syzbot] Monthly gfs2 report (Apr 2025)
 2025-04-09  7:11 UTC 

[PATCH gfs2/for-next] gfs2: only apply DLM_LKF_VALBLK if GLOF_LVB is set
 2025-04-07 22:29 UTC  (2+ messages)

[PATCHv2 gfs2/for-next] gfs2: move msleep to sleepable context
 2025-04-01 11:34 UTC  (2+ messages)

[PATCH gfs2/for-next] gfs2: use delay during spinlock area
 2025-03-31 22:47 UTC  (3+ messages)

[GIT PULL] dlm updates for 6.15
 2025-03-27 20:48 UTC  (2+ messages)

[GIT PULL] gfs2 changes for 6.15
 2025-03-27 20:48 UTC  (2+ messages)

lockref cleanups
 2025-03-20  5:34 UTC  (7+ messages)
` [PATCH 3/8] lockref: use bool for false/true returns

[PATCH] dlm_controld: remove 'detect' mode from config item 'protocol'
 2025-03-18 13:44 UTC  (6+ messages)
` [PATCH] dlm: make tcp still work in multi-link env

[PATCH next] gfs2: Fix a NULL vs IS_ERR() bug in gfs2_find_jhead()
 2025-03-12 12:06 UTC  (2+ messages)

[PATCH 0/8] More GFS2 folio conversions
 2025-03-10 18:14 UTC  (11+ messages)
` [PATCH 6/8] gfs2: Convert gfs2_find_jhead() to use a folio
` [PATCH 7/8] gfs2: Convert gfs2_end_log_write_bh() to work on "

[gfs2:for-next 19/20] fs/ocfs2/refcounttree.c:2969:21: error: implicit declaration of function 'page_has_buffers'; did you mean 'inode_has_buffers'?
 2025-03-09 15:39 UTC 

[gfs2:for-next 19/20] fs/ocfs2/aops.c:878:7: error: call to undeclared function 'page_has_buffers'; ISO C99 and later do not support implicit function declarations
 2025-03-09 15:29 UTC 

[syzbot] Monthly gfs2 report (Mar 2025)
 2025-03-08 22:16 UTC 

kernel bug found and suggestions for fixing it
 2025-03-06  7:30 UTC 

[PATCH] dlm_controld: Support for extended value of kernel DLM_MAX_ADDR_COUNT
 2025-03-04 18:04 UTC  (10+ messages)

KASAN: slab-out-of-bounds Write in gfs2_pin
 2025-03-03 14:54 UTC 

KASAN: slab-use-after-free Read in gfs2_discard ( v6.14-rc4 kernel)
 2025-03-03  3:13 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox