public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-13 04:06:51 to 2023-02-16 20:50:44 UTC [more...]

[RFC DELUGE v9r2d1] xfs: Parent Pointers
 2023-02-16 20:50 UTC  (95+ 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
  ` [PATCH 4/4] xfs: replace the XFS_IOC_GETPARENTS backend
` [PATCHSET v9r2d1 00/23] xfs: online fsck support patches
  ` [PATCH 01/23] xfs: manage inode DONTCACHE status at irele time
  ` [PATCH 02/23] xfs: make checking directory dotdot entries more reliable
  ` [PATCH 03/23] xfs: xfs_iget in the directory scrubber needs to use UNTRUSTED
  ` [PATCH 04/23] xfs: always check the existence of a dirent's child inode
  ` [PATCH 05/23] xfs: remove the for_each_xbitmap_ helpers
  ` [PATCH 06/23] xfs: drop the _safe behavior from the xbitmap foreach macro
  ` [PATCH 07/23] xfs: convert xbitmap to interval tree
  ` [PATCH 08/23] xfs: port xbitmap_test
  ` [PATCH 09/23] xfs: ignore stale buffers when scanning the buffer cache
  ` [PATCH 10/23] xfs: create a big array data structure
  ` [PATCH 11/23] xfs: wrap ilock/iunlock operations on sc->ip
  ` [PATCH 12/23] xfs: port scrub inode scan from djwong-dev
  ` [PATCH 13/23] xfs: allow scrub to hook metadata updates in other writers
  ` [PATCH 14/23] xfs: allow blocking notifier chains with filesystem hooks
  ` [PATCH 15/23] xfs: streamline the directory iteration code for scrub
  ` [PATCH 16/23] xfs: track file link count updates during live nlinks fsck
  ` [PATCH 17/23] xfs: connect in-memory btrees to xfiles
  ` [PATCH 18/23] xfs: create temporary files and directories for online repair
  ` [PATCH 19/23] xfs: hide private inodes from bulkstat and handle functions
  ` [PATCH 20/23] xfs: create a blob array data structure
  ` [PATCH 21/23] xfs: repair extended attributes
  ` [PATCH 22/23] xfs: online repair of directories
  ` [PATCH 23/23] xfs: create an xattr iteration function for scrub
` [PATCHSET v9r2d1 0/7] xfs: online repair of directories
  ` [PATCH 1/7] xfs: pass directory offsets as part of the dirent hook data
  ` [PATCH 2/7] xfs: pass diroffset back from xchk_dir_lookup
  ` [PATCH 3/7] xfs: shorten parent pointer function names
  ` [PATCH 4/7] xfs: rearrange bits of the parent pointer apis for fsck
  ` [PATCH 5/7] xfs: reconstruct directories from parent pointers
  ` [PATCH 6/7] xfs: add hooks to do directory updates
  ` [PATCH 7/7] xfs: compare generated and existing dirents
` [PATCHSET v9r2d1 0/2] xfs: online checking of parent pointers
  ` [PATCH 1/2] xfs: scrub "
  ` [PATCH 2/2] xfs: deferred scrub of "
` [PATCHSET v9r2d1 0/3] xfs: online checking "
  ` [PATCH 1/3] xfs: repair parent pointers by scanning directories
  ` [PATCH 2/3] xfs: repair parent pointers with live scan hooks
` [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  (14+ messages)
` [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] "


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