public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-07 18:35:13 to 2023-11-16 14:42:35 UTC [more...]

[PATCHSET v4 0/2] fstests: reload entire iunlink lists
 2023-11-16 14:42 UTC  (4+ messages)
` [PATCH 1/2] common: make helpers for ttyprintk usage
` [PATCH 2/2] xfs: test unlinked inode list repair on demand

[xfsprogs PATCH] xfs_io/encrypt: support specifying crypto data unit size
 2023-11-16 10:04 UTC  (3+ messages)

[PATCHSET v2 0/1] fstests: updates for Linux 6.7
 2023-11-16  7:31 UTC  (3+ messages)
` [PATCH 1/1] generic: test reads racing with slow reflink operations

[PATCH 5.15 01/17] xfs: refactor buffer cancellation table allocation
 2023-11-16  2:28 UTC  (17+ messages)
` [PATCH 5.15 02/17] xfs: don't leak xfs_buf_cancel structures when recovery fails
` [PATCH 5.15 03/17] xfs: convert buf_cancel_table allocation to kmalloc_array
` [PATCH 5.15 04/17] xfs: use invalidate_lock to check the state of mmap_lock
` [PATCH 5.15 05/17] xfs: prevent a UAF when log IO errors race with unmount
` [PATCH 5.15 06/17] xfs: flush inode gc workqueue before clearing agi bucket
` [PATCH 5.15 07/17] xfs: fix use-after-free in xattr node block inactivation
` [PATCH 5.15 08/17] xfs: don't leak memory when attr fork loading fails
` [PATCH 5.15 09/17] xfs: fix NULL pointer dereference in xfs_getbmap()
` [PATCH 5.15 10/17] xfs: fix intermittent hang during quotacheck
` [PATCH 5.15 11/17] xfs: add missing cmap->br_state = XFS_EXT_NORM update
` [PATCH 5.15 12/17] xfs: Fix false ENOSPC when performing direct write on a delalloc extent in cow fork
` [PATCH 5.15 13/17] xfs: fix inode reservation space for removing transaction
` [PATCH 5.15 14/17] xfs: avoid a UAF when log intent item recovery fails
` [PATCH 5.15 15/17] xfs: fix exception caused by unexpected illegal bestcount in leaf dir
` [PATCH 5.15 16/17] xfs: fix memory leak in xfs_errortag_init
` [PATCH 5.15 17/17] xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()

[PATCH v3 0/4] Remove the XFS mrlock
 2023-11-15  1:17 UTC  (9+ messages)
` [PATCH v3 1/4] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
` [PATCH v3 2/4] mm: Use rwsem assertion macros for mmap_lock
` [PATCH v3 3/4] xfs: Replace xfs_isilocked with xfs_assert_ilocked
` [PATCH v3 4/4] xfs: Remove mrlock wrapper

[Bug 217769] New: XFS crash on mount on kernels >= 6.1
 2023-11-14 23:46 UTC  (4+ messages)
` [Bug 217769] "

[PATCH] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
 2023-11-14 20:01 UTC 

[ANNOUNCE] xfs-linux: for-next updated to 7930d9e10370
 2023-11-14 15:14 UTC 

[Bug report][fstests generic/047] Internal error !(flags & XFS_DABUF_MAP_HOLE_OK) at line 2572 of file fs/xfs/libxfs/xfs_da_btree.c. Caller xfs_dabuf_map.constprop.0+0x26c/0x368 [xfs]
 2023-11-14 11:17 UTC  (17+ messages)

[PATCH 5.15 CANDIDATE 00/17] 5.15 backports from 5.19..6.1
 2023-11-14  6:43 UTC  (19+ messages)
` [PATCH 5.15 CANDIDATE 01/17] xfs: refactor buffer cancellation table allocation
` [PATCH 5.15 CANDIDATE 02/17] xfs: don't leak xfs_buf_cancel structures when recovery fails
` [PATCH 5.15 CANDIDATE 03/17] xfs: convert buf_cancel_table allocation to kmalloc_array
` [PATCH 5.15 CANDIDATE 04/17] xfs: use invalidate_lock to check the state of mmap_lock
` [PATCH 5.15 CANDIDATE 05/17] xfs: prevent a UAF when log IO errors race with unmount
` [PATCH 5.15 CANDIDATE 06/17] xfs: flush inode gc workqueue before clearing agi bucket
` [PATCH 5.15 CANDIDATE 07/17] xfs: fix use-after-free in xattr node block inactivation
` [PATCH 5.15 CANDIDATE 08/17] xfs: don't leak memory when attr fork loading fails
` [PATCH 5.15 CANDIDATE 09/17] xfs: fix NULL pointer dereference in xfs_getbmap()
` [PATCH 5.15 CANDIDATE 10/17] xfs: fix intermittent hang during quotacheck
` [PATCH 5.15 CANDIDATE 11/17] xfs: add missing cmap->br_state = XFS_EXT_NORM update
` [PATCH 5.15 CANDIDATE 12/17] xfs: Fix false ENOSPC when performing direct write on a delalloc extent in cow fork
` [PATCH 5.15 CANDIDATE 13/17] xfs: fix inode reservation space for removing transaction
` [PATCH 5.15 CANDIDATE 14/17] xfs: avoid a UAF when log intent item recovery fails
` [PATCH 5.15 CANDIDATE 15/17] xfs: fix exception caused by unexpected illegal bestcount in leaf dir
` [PATCH 5.15 CANDIDATE 16/17] xfs: fix memory leak in xfs_errortag_init
` [PATCH 5.15 CANDIDATE 17/17] xfs: Fix unreferenced object reported by kmemleak in xfs_sysfs_init()

[PATCHSET 0/1] fstests: updates for Linux 6.7
 2023-11-13 16:46 UTC  (7+ messages)
` [PATCH 1/1] generic: test reads racing with slow reflink operations
  ` [PATCH v2 "

[PATCH] xfs_repair: notify user when cache flush starts
 2023-11-13 16:33 UTC  (3+ messages)

[PATCH v2 RESEND] xfs: remove redundant batch variables for serialization
 2023-11-12 14:35 UTC 

[PATCH] xfs: Remove unused function
 2023-11-11 15:39 UTC  (4+ messages)

[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()

Question on xfs related kernel panic
 2023-11-10 22:23 UTC  (4+ messages)

[PATCH 00/21] block atomic writes
 2023-11-10 10:42 UTC  (28+ messages)
` [PATCH 01/21] block: Add atomic write operations to request_queue limits
` [PATCH 02/21] block: Limit atomic writes according to bio and queue limits
` [PATCH 03/21] fs/bdev: Add atomic write support info to statx
` [PATCH 12/21] fs: xfs: Introduce FORCEALIGN inode flag
` [PATCH 17/21] fs: xfs: iomap atomic write support
` [PATCH 21/21] nvme: Support atomic writes

[PATCH 0/2] xfs: fix recovery corruption on s390 w/ nrext64
 2023-11-10 20:40 UTC  (7+ messages)
` [PATCH 1/2] xfs: inode recovery does not validate the recovered inode
` [PATCH 2/2] xfs: recovery should not clear di_flushiter unconditionally

[PATCHSET v3 0/2] fstests: reload entire iunlink lists
 2023-11-10  4:46 UTC  (6+ messages)
` [PATCH 1/2] common: make helpers for ttyprintk usage
` [PATCH 2/2] xfs: test unlinked inode list repair on demand

[PATCHSET v27.0 0/2] fstests: FIEXCHANGE is now an XFS ioctl
 2023-11-10  4:48 UTC  (5+ messages)
` [PATCH 1/2] misc: privatize the FIEXCHANGE ioctl for now
` [PATCH 2/2] misc: update xfs_io swapext usage

[PATCH, RFC] libxfs: check the size of on-disk data structures
 2023-11-10  5:08 UTC  (3+ messages)

[PATCH v3 0/3] xfs: fix two problem when recovery intents fails
 2023-11-10 11:07 UTC  (5+ messages)

[GIT PULL] xfs: new code for 6.7
 2023-11-09 22:05 UTC  (11+ messages)

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

sparse feature request: nocast integer types
 2023-11-09 17:57 UTC  (4+ messages)

[PATCH] repair: fix the call to search_rt_dup_extent in scan_bmapbt
 2023-11-09 16:14 UTC  (3+ messages)

[PATCH] repair: fix process_rt_rec_dups
 2023-11-09  4:44 UTC  (5+ messages)

[PATCH] Remove use of LFS64 interfaces
 2023-11-09  2:16 UTC  (5+ messages)

[Bug report] More xfs courruption issue found on s390x
 2023-11-09  1:50 UTC  (3+ messages)

[PATCHSET v25.0 0/5] xfs_scrub: tighten security of systemd services
 2023-11-09  0:50 UTC  (13+ messages)
` [PATCH 1/5] xfs_scrub: allow auxiliary pathnames for sandboxing
` [PATCH 3/5] xfs_scrub: tighten up the security on the background systemd service

[syzbot] Monthly xfs report (Nov 2023)
 2023-11-08 23:44 UTC 

xfsprogs: repair: Higher memory consumption when disable prefetch
 2023-11-08 22:54 UTC  (3+ messages)

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-11-08 18:24 UTC  (8+ messages)
` [PATCH 1/6] "

[PATCH V2 0/2] xfsdocs: Describe Metadump V2's ondisk format structure
 2023-11-08 16:28 UTC  (5+ messages)
` [PATCH V2 1/2] metadump.asciidoc: Add description for version v1's mb_info field
` [PATCH V2 2/2] metadump.asciidoc: Add description for metadump v2 ondisk format

add and use a per-mapping stable writes flag v2
 2023-11-08 16:25 UTC  (3+ messages)

[PATCH V1 0/2] xfsdocs: Describe Metadump V2's ondisk format structure
 2023-11-08  3:40 UTC  (5+ messages)
` [PATCH V1 1/2] metadump.asciidoc: Add description for version v1's mb_info field
` [PATCH V1 2/2] metadump.asciidoc: Add description for metadump v2 ondisk format


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