Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-20 00:02:04 to 2022-10-26 06:30:16 UTC [more...]

[PATCH 5.4 00/26] xfs stable candidate patches for 5.4.y (from v5.7)
 2022-10-26  6:28 UTC  (12+ messages)
` [PATCH 5.4 01/26] xfs: open code insert range extent split helper
` [PATCH 5.4 02/26] xfs: rework insert range into an atomic operation
` [PATCH 5.4 03/26] xfs: rework collapse "
` [PATCH 5.4 04/26] xfs: add a function to deal with corrupt buffers post-verifiers
` [PATCH 5.4 05/26] xfs: xfs_buf_corruption_error should take __this_address
` [PATCH 5.4 06/26] xfs: fix buffer corruption reporting when xfs_dir3_free_header_check fails
` [PATCH 5.4 07/26] xfs: check owner of dir3 data blocks
` [PATCH 5.4 08/26] xfs: check owner of dir3 blocks
` [PATCH 5.4 09/26] xfs: Use scnprintf() for avoiding potential buffer overflow
` [PATCH 5.4 10/26] xfs: remove the xfs_disk_dquot_t and xfs_dquot_t
` [PATCH 5.4 11/26] xfs: remove the xfs_dq_logitem_t typedef

[PATCHSET 0/5] xfs: improve runtime refcountbt corruption detection
 2022-10-26  1:28 UTC  (12+ messages)
` [PATCH 1/5] xfs: move _irec structs to xfs_types.h
` [PATCH 2/5] xfs: refactor refcount record usage in xchk_refcountbt_rec
` [PATCH 3/5] xfs: track cow/shared record domains explicitly in xfs_refcount_irec
` [PATCH 4/5] xfs: rename XFS_REFC_COW_START to _COWFLAG
` [PATCH 5/5] xfs: check deferred refcount op continuation parameters

[PATCH] xfs: fix incorrect return type for fsdax fault handlers
 2022-10-25 22:30 UTC  (6+ messages)

[PATCHSET 0/6] xfs: fix various problems with log intent item recovery
 2022-10-25 22:22 UTC  (27+ messages)
` [PATCH 1/6] xfs: fix validation in attr log "
` [PATCH 2/6] xfs: fix memcpy fortify errors in BUI log format copying
` [PATCH 3/6] xfs: fix memcpy fortify errors in CUI "
` [PATCH 4/6] xfs: fix memcpy fortify errors in RUI "
` [PATCH 5/6] xfs: fix memcpy fortify errors in EFI "
` [PATCH 6/6] xfs: refactor all the EFI/EFD log item sizeof logic

[PATCH v4 00/27] Parent Pointers
 2022-10-25 21:34 UTC  (40+ messages)
` [PATCH v4 01/27] xfs: Add new name to attri/d
` [PATCH v4 02/27] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH v4 03/27] xfs: Hold inode locks in xfs_ialloc
` [PATCH v4 04/27] xfs: Hold inode locks in xfs_trans_alloc_dir
` [PATCH v4 05/27] xfs: Hold inode locks in xfs_rename
` [PATCH v4 06/27] xfs: Expose init_xattrs in xfs_create_tmpfile
` [PATCH v4 07/27] xfs: get directory offset when adding directory name
` [PATCH v4 08/27] xfs: get directory offset when removing "
` [PATCH v4 09/27] xfs: get directory offset when replacing a "
` [PATCH v4 10/27] xfs: add parent pointer support to attribute code
` [PATCH v4 11/27] xfs: define parent pointer xattr format
` [PATCH v4 12/27] xfs: Add xfs_verify_pptr
` [PATCH v4 13/27] xfs: Increase rename inode reservation
` [PATCH v4 14/27] xfs: extend transaction reservations for parent attributes
` [PATCH v4 15/27] xfs: parent pointer attribute creation
` [PATCH v4 16/27] xfs: add parent attributes to link
` [PATCH v4 17/27] xfs: add parent attributes to symlink
` [PATCH v4 18/27] xfs: remove parent pointers in unlink
` [PATCH v4 19/27] xfs: Add parent pointers to xfs_cross_rename
` [PATCH v4 20/27] xfs: Indent xfs_rename
` [PATCH v4 21/27] xfs: Add parent pointers to rename
` [PATCH v4 22/27] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v4 23/27] xfs: Add helper function xfs_attr_list_context_init
` [PATCH v4 24/27] xfs: Filter XFS_ATTR_PARENT for getfattr
` [PATCH v4 25/27] xfs: Add parent pointer ioctl
` [PATCH v4 26/27] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH v4 27/27] xfs: drop compatibility minimum log size computations for reflink

writeback completion soft lockup BUG in folio_wake_bit()
 2022-10-25 19:20 UTC  (17+ messages)

[RFC PATCH] xfs: fix FORTIFY_SOURCE complaints about log item memcpy
 2022-10-25 18:45 UTC  (7+ messages)

[PATCH v1] xfs: fix sb write verify for lazysbcount
 2022-10-25 18:16 UTC  (10+ messages)
` [PATCH v2] "

[PATCH] xfs: fail dax mount if reflink is enabled on a partition
 2022-10-25 17:56 UTC  (21+ messages)

[PATCH 5.4 CANDIDATE 00/26] xfs stable candidate patches for 5.4.y (from v5.7)
 2022-10-25 16:47 UTC  (30+ messages)
` [PATCH 5.4 CANDIDATE 01/26] xfs: open code insert range extent split helper
` [PATCH 5.4 CANDIDATE 02/26] xfs: rework insert range into an atomic operation
` [PATCH 5.4 CANDIDATE 03/26] xfs: rework collapse "
` [PATCH 5.4 CANDIDATE 04/26] xfs: add a function to deal with corrupt buffers post-verifiers
` [PATCH 5.4 CANDIDATE 05/26] xfs: xfs_buf_corruption_error should take __this_address
` [PATCH 5.4 CANDIDATE 06/26] xfs: fix buffer corruption reporting when xfs_dir3_free_header_check fails
` [PATCH 5.4 CANDIDATE 07/26] xfs: check owner of dir3 data blocks
` [PATCH 5.4 CANDIDATE 08/26] xfs: check owner of dir3 blocks
` [PATCH 5.4 CANDIDATE 09/26] xfs: Use scnprintf() for avoiding potential buffer overflow
` [PATCH 5.4 CANDIDATE 10/26] xfs: remove the xfs_disk_dquot_t and xfs_dquot_t
` [PATCH 5.4 CANDIDATE 11/26] xfs: remove the xfs_dq_logitem_t typedef
` [PATCH 5.4 CANDIDATE 12/26] xfs: remove the xfs_qoff_logitem_t typedef
` [PATCH 5.4 CANDIDATE 13/26] xfs: Replace function declaration by actual definition
` [PATCH 5.4 CANDIDATE 14/26] xfs: factor out quotaoff intent AIL removal and memory free
` [PATCH 5.4 CANDIDATE 15/26] xfs: fix unmount hang and memory leak on shutdown during quotaoff
` [PATCH 5.4 CANDIDATE 16/26] xfs: preserve default grace interval during quotacheck
` [PATCH 5.4 CANDIDATE 17/26] xfs: Lower CIL flush limit for large logs
` [PATCH 5.4 CANDIDATE 18/26] xfs: Throttle commits on delayed background CIL push
` [PATCH 5.4 CANDIDATE 19/26] xfs: factor common AIL item deletion code
` [PATCH 5.4 CANDIDATE 20/26] xfs: tail updates only need to occur when LSN changes
` [PATCH 5.4 CANDIDATE 21/26] xfs: don't write a corrupt unmount record to force summary counter recalc
` [PATCH 5.4 CANDIDATE 22/26] xfs: trylock underlying buffer on dquot flush
` [PATCH 5.4 CANDIDATE 23/26] xfs: factor out a new xfs_log_force_inode helper
` [PATCH 5.4 CANDIDATE 24/26] xfs: reflink should force the log out if mounted with wsync
` [PATCH 5.4 CANDIDATE 25/26] xfs: move inode flush to the sync workqueue
` [PATCH 5.4 CANDIDATE 26/26] xfs: fix use-after-free on CIL context on shutdown

[PATCH v2 0/2] Introduce flexible array struct helpers
 2022-10-25  8:58 UTC  (7+ messages)
` [PATCH v2 1/2] "
` [PATCH 2/2] xfs: Use flex_cpy() to check extent copying

[ANNOUNCE] xfsdump: for-next (created and) updated to aaaa57f32a605
 2022-10-24 13:02 UTC 

fs/xfs/xfs_file.c:1266:31: sparse: sparse: incorrect type in return expression (different base types)
 2022-10-24 17:23 UTC 

[PATCHSET v23.1 0/4] xfs: fix handling of AG[IF] header buffers during scrub
 2022-10-24  4:16 UTC  (6+ messages)
` [PATCH 3/4] xfs: set the buffer type after holding the AG[IF] across trans_roll

[PATCHSET v23.1 0/3] fstests: refactor xfs geometry computation
 2022-10-21 15:16 UTC  (12+ messages)
` [PATCH 1/3] xfs: refactor filesystem feature detection logic
` [PATCH 2/3] xfs: refactor filesystem directory block size extraction logic
` [PATCH 3/3] xfs: refactor filesystem realtime geometry detection logic

[PATCH v8 0/8] fs: clean up internal i_version handling
 2022-10-21 13:06 UTC  (9+ messages)
` [PATCH v8 1/8] fs: uninline inode_query_iversion
` [PATCH v8 2/8] fs: clarify when the i_version counter must be updated
` [PATCH v8 3/8] vfs: plumb i_version handling into struct kstat
` [PATCH v8 4/8] nfs: report the inode version in getattr if requested
` [PATCH v8 5/8] ceph: "
` [PATCH v8 6/8] nfsd: move nfsd4_change_attribute to nfsfh.c
` [PATCH v8 7/8] nfsd: use the getattr operation to fetch i_version
` [PATCH v8 8/8] nfsd: remove fetch_iversion export operation

[PATCH v7 0/9] fs: clean up handling of i_version counter
 2022-10-21 10:08 UTC  (17+ messages)
` [RFC PATCH v7 9/9] vfs: expose STATX_VERSION to userland

[PATCHSET 0/1] fstests: random fixes for v2022.10.16
 2022-10-20 20:32 UTC  (4+ messages)
` [PATCH 1/1] populate: unexport the metadump description text

[ANNOUNCE] xfs-linux: for-next updated to d08af40340ca
 2022-10-20 16:47 UTC 

[RFC PATCH] xfs: drop experimental warning for fsdax
 2022-10-20  3:02 UTC  (12+ 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).