messages from 2023-02-10 00:00:06 to 2023-02-16 20:41:34 UTC [more...]
[RFC DELUGE v9r2d1] xfs: Parent Pointers
2023-02-16 20:41 UTC (60+ messages)
` [PATCHSET v9r2d1 00/28] "
` [PATCH 01/28] xfs: Add new name to attri/d
` [PATCH 02/28] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH 03/28] xfs: Increase XFS_QM_TRANS_MAXDQS "
` [PATCH 04/28] xfs: Hold inode locks in xfs_ialloc
` [PATCH 05/28] xfs: Hold inode locks in xfs_trans_alloc_dir
` [PATCH 06/28] xfs: Hold inode locks in xfs_rename
` [PATCH 07/28] xfs: Expose init_xattrs in xfs_create_tmpfile
` [PATCH 08/28] xfs: get directory offset when adding directory name
` [PATCH 09/28] xfs: get directory offset when removing "
` [PATCH 10/28] xfs: get directory offset when replacing a "
` [PATCH 11/28] xfs: add parent pointer support to attribute code
` [PATCH 12/28] xfs: define parent pointer xattr format
` [PATCH 13/28] xfs: Add xfs_verify_pptr
` [PATCH 14/28] xfs: extend transaction reservations for parent attributes
` [PATCH 15/28] xfs: parent pointer attribute creation
` [PATCH 16/28] xfs: add parent attributes to link
` [PATCH 17/28] xfs: add parent attributes to symlink
` [PATCH 18/28] xfs: remove parent pointers in unlink
` [PATCH 19/28] xfs: Indent xfs_rename
` [PATCH 20/28] xfs: Add parent pointers to rename
` [PATCH 21/28] xfs: Add parent pointers to xfs_cross_rename
` [PATCH 22/28] xfs: Add the parent pointer support to the superblock version 5
` [PATCH 23/28] xfs: Add helper function xfs_attr_list_context_init
` [PATCH 24/28] xfs: Filter XFS_ATTR_PARENT for getfattr
` [PATCH 25/28] xfs: Add parent pointer ioctl
` [PATCH 26/28] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH 27/28] xfs: drop compatibility minimum log size computations for reflink
` [PATCH 28/28] xfs: add xfs_trans_mod_sb tracing
` [PATCHSET v9r2d1 0/3] xfs: bug fixes for parent pointers
` [PATCH 1/3] xfs: directory lookups should return diroffsets too
` [PATCH 2/3] xfs: move/add parent pointer validators to xfs_parent
` [PATCH 3/3] xfs: don't remove the attr fork when parent pointers are enabled
` [PATCHSET v9r2d1 0/4] xfs: rework the GETPARENTS ioctl
` [PATCH 1/4] xfs: fix multiple problems when doing getparents by handle
` [PATCH 2/4] xfs: use kvalloc for the parent pointer info buffer
` [PATCH 3/4] xfs: pass the attr value to put_listent when possible
` [PATCHSET v9r2d1 00/23] xfs: online fsck support patches
` [PATCHSET v9r2d1 0/7] xfs: online repair of directories
` [PATCHSET v9r2d1 0/2] xfs: online checking of parent pointers
` [PATCHSET v9r2d1 0/3] "
` [PATCHSET v9r2d1 0/2] xfs: online checking of directories
` [PATCHSET v9r2d1 0/5] xfs: encode parent pointer name in xattr key
` [PATCHSET v9r2d1 0/3] xfs: use flex arrays for XFS_IOC_GETPARENTS
` [PATCHSET v9r2d1 00/25] xfsprogs: Parent Pointers
` [PATCHSET v9r2d1 0/6] xfsprogs: bug fixes before parent pointers
` [PATCHSET v9r2d1 0/6] xfsprogs: tool fixes for "
` [PATCHSET v9r2d1 00/10] xfsprogs: actually use getparent ioctl
` [PATCHSET v9r2d1 0/4] xfsprogs: offline fsck support patches
` [PATCHSET v9r2d1 0/3] xfsprogs: online repair of directories
` [PATCHSET v9r2d1 0/1] xfsprogs: online checking of parent pointers
` [PATCHSET v9r2d1 0/2] "
` [PATCHSET v9r2d1 0/8] xfs_repair: support "
` [PATCHSET v9r2d1 0/6] xfsprogs: encode parent pointer name in xattr key
` [PATCHSET v9r2d1 0/3] xfsprogs: use flex arrays for XFS_IOC_GETPARENTS
` [PATCHSET v9r2d1 0/3] xfsprogs: turn on all available features
` [PATCHSET 00/14] fstests: adjust tests for xfs parent pointers
` [PATCHSET v9r2 0/4] fstests: encode parent pointer name in xattr key
` [PATCHSET v9r2 0/1] fstests: use flex arrays for XFS_IOC_GETPARENTS
[PATCH v9 00/28] Parent Pointers
2023-02-16 20:38 UTC (2+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 60b730a40c43
2023-02-16 17:13 UTC
[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
2023-02-16 15:47 UTC (7+ messages)
` [PATCH 08/14] xfs: document btree bulk loading
` [PATCH 10/14] xfs: document full filesystem scans for online fsck
[PATCHSET v23.3 00/14] xfs: design documentation for online fsck
2023-02-16 15:46 UTC (3+ messages)
` [PATCH 09/14] xfs: document online file metadata repair code
[PATCHSET v24.0 0/1] xfs: force rebuilding of metadata
2023-02-16 14:57 UTC (5+ messages)
` [PATCH 1/1] fuzzy: use FORCE_REBUILD over injecting force_repair
[PATCH 5.4 00/25] xfs stable candidate patches for 5.4.y (from v5.10)
2023-02-16 5:20 UTC (26+ messages)
` [PATCH 5.4 01/25] xfs: remove the xfs_efi_log_item_t typedef
` [PATCH 5.4 02/25] xfs: remove the xfs_efd_log_item_t typedef
` [PATCH 5.4 03/25] xfs: remove the xfs_inode_log_item_t typedef
` [PATCH 5.4 04/25] xfs: factor out a xfs_defer_create_intent helper
` [PATCH 5.4 05/25] xfs: merge the ->log_item defer op into ->create_intent
` [PATCH 5.4 06/25] xfs: merge the ->diff_items "
` [PATCH 5.4 07/25] xfs: turn dfp_intent into a xfs_log_item
` [PATCH 5.4 08/25] xfs: refactor xfs_defer_finish_noroll
` [PATCH 5.4 09/25] xfs: log new intent items created as part of finishing recovered intent items
` [PATCH 5.4 10/25] xfs: fix finobt btree block recovery ordering
` [PATCH 5.4 11/25] xfs: proper replay of deferred ops queued during log recovery
` [PATCH 5.4 12/25] xfs: xfs_defer_capture should absorb remaining block reservations
` [PATCH 5.4 13/25] xfs: xfs_defer_capture should absorb remaining transaction reservation
` [PATCH 5.4 14/25] xfs: clean up bmap intent item recovery checking
` [PATCH 5.4 15/25] xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering
` [PATCH 5.4 16/25] xfs: fix an incore inode UAF in xfs_bui_recover
` [PATCH 5.4 17/25] xfs: change the order in which child and parent defer ops are finished
` [PATCH 5.4 18/25] xfs: periodically relog deferred intent items
` [PATCH 5.4 19/25] xfs: expose the log push threshold
` [PATCH 5.4 20/25] xfs: only relog deferred intent items if free space in the log gets low
` [PATCH 5.4 21/25] xfs: fix missing CoW blocks writeback conversion retry
` [PATCH 5.4 22/25] xfs: ensure inobt record walks always make forward progress
` [PATCH 5.4 23/25] xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks
` [PATCH 5.4 24/25] xfs: prevent UAF in xfs_log_item_in_current_chkpt
` [PATCH 5.4 25/25] xfs: sync lazy sb accounting on quiesce of read-only mounts
[PATCH] xfs: fix a UAF when inode item push
2023-02-15 23:55 UTC (4+ messages)
[PATCH 0/3] xfs, iomap: fix writeback failure handling
2023-02-15 23:03 UTC (14+ messages)
` [PATCH 1/3] xfs: report block map corruption errors to the health tracking system
` [PATCH 2/3] xfs: failed delalloc conversion results in bad extent lists
` [PATCH 3/3] xfs, iomap: ->discard_folio() is broken so remove it
[PATCHSET v2 00/14] fstests: improve junit xml reporting
2023-02-15 18:53 UTC (16+ messages)
` [PATCH 01/14] check: generate section reports between tests
` [PATCH 02/14] report: derive an xml schema for the xunit report
` [PATCH 03/14] report: capture the time zone in the test report timestamp
` [PATCH 04/14] report: clarify the meaning of the timestamp attribute
` [PATCH 05/14] report: record fstests start and report generation timestamps
` [PATCH 06/14] report: encode cdata sections correctly
` [PATCH 07/14] report: encode the kernel log as a separate xml element
` [PATCH 08/14] report: sort properties by name
` [PATCH 09/14] report: pass property value to _xunit_add_property
` [PATCH 10/14] report: encode xml entities in property values
` [PATCH 11/14] report: collect basic information about a test run
` [PATCH 12/14] report: record xfs-specific "
` [PATCH 13/14] report: record ext*-specific "
` [PATCH 14/14] report: allow test runners to inject arbitrary values
[PATCH 5.15 00/10] xfs backports for 5.15.y
2023-02-15 16:34 UTC (13+ messages)
` [PATCH 5.15 01/10] xfs: zero inode fork buffer at allocation
` [PATCH 5.15 02/10] xfs: fix potential log item leak
` [PATCH 5.15 03/10] xfs: detect self referencing btree sibling pointers
` [PATCH 5.15 04/10] xfs: set XFS_FEAT_NLINK correctly
` [PATCH 5.15 05/10] xfs: validate v5 feature fields
` [PATCH 5.15 06/10] xfs: avoid unnecessary runtime sibling pointer endian conversions
` [PATCH 5.15 07/10] xfs: don't assert fail on perag references on teardown
` [PATCH 5.15 08/10] xfs: assert in xfs_btree_del_cursor should take into account error
` [PATCH 5.15 09/10] xfs: purge dquots after inode walk fails during quotacheck
` [PATCH 5.15 10/10] xfs: don't leak btree cursor when insrec fails after a split
[PATCH 5.4 CANDIDATE 00/25] xfs stable candidate patches for 5.4.y (from v5.10)
2023-02-15 16:21 UTC (27+ messages)
` [PATCH 5.4 CANDIDATE 01/25] xfs: remove the xfs_efi_log_item_t typedef
` [PATCH 5.4 CANDIDATE 02/25] xfs: remove the xfs_efd_log_item_t typedef
` [PATCH 5.4 CANDIDATE 03/25] xfs: remove the xfs_inode_log_item_t typedef
` [PATCH 5.4 CANDIDATE 04/25] xfs: factor out a xfs_defer_create_intent helper
` [PATCH 5.4 CANDIDATE 05/25] xfs: merge the ->log_item defer op into ->create_intent
` [PATCH 5.4 CANDIDATE 06/25] xfs: merge the ->diff_items "
` [PATCH 5.4 CANDIDATE 07/25] xfs: turn dfp_intent into a xfs_log_item
` [PATCH 5.4 CANDIDATE 08/25] xfs: refactor xfs_defer_finish_noroll
` [PATCH 5.4 CANDIDATE 09/25] xfs: log new intent items created as part of finishing recovered intent items
` [PATCH 5.4 CANDIDATE 10/25] xfs: fix finobt btree block recovery ordering
` [PATCH 5.4 CANDIDATE 11/25] xfs: proper replay of deferred ops queued during log recovery
` [PATCH 5.4 CANDIDATE 12/25] xfs: xfs_defer_capture should absorb remaining block reservations
` [PATCH 5.4 CANDIDATE 13/25] xfs: xfs_defer_capture should absorb remaining transaction reservation
` [PATCH 5.4 CANDIDATE 14/25] xfs: clean up bmap intent item recovery checking
` [PATCH 5.4 CANDIDATE 15/25] xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering
` [PATCH 5.4 CANDIDATE 16/25] xfs: fix an incore inode UAF in xfs_bui_recover
` [PATCH 5.4 CANDIDATE 17/25] xfs: change the order in which child and parent defer ops are finished
` [PATCH 5.4 CANDIDATE 18/25] xfs: periodically relog deferred intent items
` [PATCH 5.4 CANDIDATE 19/25] xfs: expose the log push threshold
` [PATCH 5.4 CANDIDATE 20/25] xfs: only relog deferred intent items if free space in the log gets low
` [PATCH 5.4 CANDIDATE 21/25] xfs: fix missing CoW blocks writeback conversion retry
` [PATCH 5.4 CANDIDATE 22/25] xfs: ensure inobt record walks always make forward progress
` [PATCH 5.4 CANDIDATE 23/25] xfs: fix the forward progress assertion in xfs_iwalk_run_callbacks
` [PATCH 5.4 CANDIDATE 24/25] xfs: prevent UAF in xfs_log_item_in_current_chkpt
` [PATCH 5.4 CANDIDATE 25/25] xfs: sync lazy sb accounting on quiesce of read-only mounts
[Bug 215851] New: gcc 12.0.1 LATEST: -Wdangling-pointer= triggers
2023-02-15 14:05 UTC (2+ messages)
` [Bug 215851] "
[PATCHSET RFC 0/8] fstests: improve junit xml reporting
2023-02-15 2:06 UTC (11+ messages)
` [PATCH 1/8] check: generate section reports between tests
` [PATCH 2/8] report: derive an xml schema for the xunit report
` [PATCH 6/8] report: collect basic information about a test run
[GIT PULL] xfs: per-ag centric allocation algorithms
2023-02-15 1:11 UTC
[PATCH] xfs_io: fix bmap command not detecting realtime files with xattrs
2023-02-14 8:17 UTC (2+ messages)
[PATCH] Remove several implicit function declarations
2023-02-14 8:16 UTC (2+ messages)
[Bug 217030] New: [Syzkaller & bisect] There is "xfs_bmapi_convert_delalloc" WARNING in v6.2-rc7 kernel
2023-02-14 1:23 UTC (4+ messages)
` [Bug 217030] "
[PATCH] xfs: fix hung when transaction commit fail in xfs_inactive_ifree
2023-02-11 11:46 UTC (3+ messages)
[PATCH 5.15 CANDIDATE 00/10] more xfs fixes for 5.15
2023-02-11 8:33 UTC (7+ messages)
[PATCH linux-next] xfs: use strscpy() to instead of strncpy()
2023-02-11 5:06 UTC (3+ messages)
[PATCH v3 00/42] xfs: per-ag centric allocation alogrithms
2023-02-11 4:06 UTC (5+ messages)
` [PATCH 07/42] xfs: active perag reference counting
[PATCH] xfs: fix uninitialized variable access
2023-02-10 17:13 UTC
[ANNOUNCE] xfs-linux: for-next updated to dd07bb8b6baf
2023-02-10 17:12 UTC
[PATCH v2] Remove several implicit function declarations
2023-02-10 14:31 UTC (3+ messages)
run more tests in the auto group
2023-02-10 13:39 UTC (2+ messages)
[syzbot] [xfs?] KMSAN: uninit-value in xfs_getfsmap_helper
2023-02-10 7:42 UTC
[syzbot] [xfs?] KASAN: use-after-free Read in xfs_inode_item_push
2023-02-10 6:33 UTC
[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in __xfs_xattr_put_listent
2023-02-10 6:29 UTC
[PATCH] xfs: make kobj_type structures constant
2023-02-10 2:57 UTC (2+ messages)
[PATCH v3] xfs: allow setting full range of panic tags
2023-02-10 0:02 UTC (2+ messages)
[PATCH 0/3] Prevent ->map_pages from sleeping
2023-02-09 23:59 UTC (9+ messages)
` [PATCH 1/3] xfs: Remove xfs_filemap_map_pages() wrapper
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox