public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-16 15:14:24 to 2023-11-26 13:01:41 UTC [more...]

misc cleanups to the resblks interfaces
 2023-11-26 13:01 UTC  (4+ messages)
` [PATCH 1/4] xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handler
` [PATCH 2/4] xfs: clean up the XFS_IOC_FSCOUNTS handler
` [PATCH 3/4] xfs: clean up the xfs_reserve_blocks interface

RFC: map multiple blocks per ->map_blocks in iomap writeback
 2023-11-26 12:47 UTC  (14+ messages)
` [PATCH 01/13] iomap: clear the per-folio dirty bits on all writeback failures
` [PATCH 02/13] iomap: treat inline data in iomap_writepage_map as an I/O error
` [PATCH 03/13] iomap: move the io_folios field out of struct iomap_ioend
` [PATCH 04/13] iomap: drop the obsolete PF_MEMALLOC check in iomap_do_writepage
` [PATCH 05/13] iomap: factor out a iomap_writepage_handle_eof helper
` [PATCH 06/13] iomap: move all remaining per-folio logic into xfs_writepage_map
` [PATCH 07/13] iomap: clean up the iomap_new_ioend calling convention
` [PATCH 08/13] iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
` [PATCH 09/13] iomap: don't chain bios
` [PATCH 10/13] iomap: only call mapping_set_error once for each failed bio
` [PATCH 11/13] iomap: factor out a iomap_writepage_map_block helper
` [PATCH 12/13] iomap: submit ioends immediately
` [PATCH 13/13] iomap: map multiple blocks at a time

[GIT PULL] xfs: new code for 6.7
 2023-11-25 17:13 UTC  (2+ messages)

[MEGAPATCHSET v28] xfs: online repair, second part of part 1
 2023-11-25  6:17 UTC  (66+ messages)
` [PATCHSET v28.0 0/1] xfs: prevent livelocks in xchk_iget
  ` [PATCH 1/1] xfs: make xchk_iget safer in the presence of corrupt inode btrees
` [PATCHSET v28.0 0/7] xfs: reserve disk space for online repairs
  ` [PATCH 1/7] xfs: don't append work items to logged xfs_defer_pending objects
  ` [PATCH 2/7] xfs: allow pausing of pending deferred work items
  ` [PATCH 3/7] xfs: remove __xfs_free_extent_later
  ` [PATCH 4/7] xfs: automatic freeing of freshly allocated unwritten space
  ` [PATCH 5/7] xfs: implement block reservation accounting for btrees we're staging
  ` [PATCH 6/7] xfs: log EFIs for all btree blocks being used to stage a btree
  ` [PATCH 7/7] xfs: force small EFIs for reaping btree extents
` [PATCHSET v28.0 0/4] xfs: prepare repair for bulk loading
  ` [PATCH 1/4] xfs: force all buffers to be written during btree bulk load
  ` [PATCH 2/4] xfs: add debug knobs to control btree bulk load slack factors
  ` [PATCH 3/4] xfs: move btree bulkload record initialization to ->get_record implementations
  ` [PATCH 4/4] xfs: constrain dirty buffers while formatting a staged btree
` [PATCHSET v28.0 0/5] xfs: online repair of AG btrees
  ` [PATCH 1/5] xfs: create separate structures and code for u32 bitmaps
  ` [PATCH 2/5] xfs: roll the scrub transaction after completing a repair
  ` [PATCH 3/5] xfs: repair free space btrees
  ` [PATCH 4/5] xfs: repair inode btrees
  ` [PATCH 5/5] xfs: repair refcount btrees
` [PATCHSET v28.0 0/7] xfs: online repair of inodes and forks
  ` [PATCH 1/7] xfs: disable online repair quota helpers when quota not enabled
  ` [PATCH 2/7] xfs: try to attach dquots to files before repairing them
  ` [PATCH 3/7] xfs: repair inode records
  ` [PATCH 4/7] xfs: zap broken inode forks
  ` [PATCH 5/7] xfs: abort directory parent scrub scans if we encounter a zapped directory
  ` [PATCH 6/7] xfs: skip the rmapbt search on an empty attr fork unless we know it was zapped
  ` [PATCH 7/7] xfs: repair obviously broken inode modes
` [PATCHSET v28.0 0/5] xfs: online repair of file fork mappings
  ` [PATCH 1/5] xfs: reintroduce reaping of file metadata blocks to xrep_reap_extents
  ` [PATCH 2/5] xfs: repair inode fork block mapping data structures
  ` [PATCH 3/5] xfs: refactor repair forcing tests into a repair.c helper
  ` [PATCH 4/5] xfs: create a ranged query function for refcount btrees
  ` [PATCH 5/5] xfs: repair problems in CoW forks
` [PATCHSET v28.0 0/6] xfs: online repair of rt bitmap file
  ` [PATCH 1/6] xfs: check rt bitmap file geometry more thoroughly
  ` [PATCH 2/6] xfs: check rt summary "
  ` [PATCH 3/6] xfs: always check the rtbitmap and rtsummary files
  ` [PATCH 4/6] xfs: repair the inode core and forks of a metadata inode
  ` [PATCH 5/6] xfs: create a new inode fork block unmap helper
  ` [PATCH 6/6] xfs: online repair of realtime bitmaps
` [PATCHSET v28.0 0/5] xfs: online repair of quota and rt metadata files
  ` [PATCH 1/5] xfs: check the ondisk space mapping behind a dquot
  ` [PATCH 2/5] xfs: check dquot resource timers
  ` [PATCH 3/5] xfs: pull xfs_qm_dqiterate back into scrub
  ` [PATCH 4/5] xfs: improve dquot iteration for scrub
  ` [PATCH 5/5] xfs: repair quotas

[MEGAPATCHSET v28] xfs: online repair, second part of part 1
 2023-11-24 23:32 UTC 

[PATCHSET v27.0 0/7] xfs: reserve disk space for online repairs
 2023-11-24 23:32 UTC  (5+ messages)
` [PATCH 4/7] xfs: automatic freeing of freshly allocated unwritten space

[MEGAPATCHSET v27] xfs: online repair, second part of part 1
 2023-11-24 23:30 UTC  (2+ messages)
` [MEGAPATCHSET v28] "

[PATCHSET 0/9] xfsprogs: minor fixes for 6.6
 2023-11-24  9:14 UTC  (27+ messages)
` [PATCH 1/9] libfrog: move 64-bit division wrappers to libfrog
` [PATCH 2/9] libxfs: don't UAF a requeued EFI
` [PATCH 3/9] xfs_copy: actually do directio writes to block devices
` [PATCH 4/9] xfs_db: report the device associated with each io cursor
` [PATCH 5/9] xfs_metadump.8: update for external log device options
` [PATCH 6/9] xfs_mdrestore: fix uninitialized variables in mdrestore main
` [PATCH 7/9] xfs_mdrestore: emit newlines for fatal errors
` [PATCH 8/9] xfs_mdrestore: EXTERNALLOG is a compat value, not incompat
` [PATCH 9/9] xfs_mdrestore: fix missed progress reporting

[PATCHSET v27.0 0/4] xfsprogs: force rebuilding of metadata
 2023-11-23  6:33 UTC  (9+ messages)
` [PATCH 1/4] xfs_io: support passing the FORCE_REBUILD flag to online repair
` [PATCH 2/4] xfs_scrub: handle spurious wakeups in scan_fs_tree
` [PATCH 3/4] xfs_scrub: don't retry unsupported optimizations
` [PATCH 4/4] xfs_scrub: try to use XFS_SCRUB_IFLAG_FORCE_REBUILD

PSA: this list has moved to new vger infra (no action required)
 2023-11-23  2:42 UTC 

xfs-linux: for-next updated to 9c235dfc3d3f
 2023-11-22 18:19 UTC 

[PATCH v2 0/4] sysctl: Remove sentinel elements from fs dir
 2023-11-22 14:00 UTC  (6+ messages)
` [PATCH v2 1/4] cachefiles: Remove the now superfluous sentinel element from ctl_table array
` [PATCH v2 2/4] fs: Remove the now superfluous sentinel elements "
` [PATCH v2 3/4] sysctl: "
` [PATCH v2 4/4] coda: "

[PATCH v2] Documentation: xfs: consolidate XFS docs into its own subdirectory
 2023-11-22  9:02 UTC 

[PATCH] Documentation: xfs: consolidate XFS docs into its own subdirectory
 2023-11-21 23:37 UTC  (5+ messages)

[PATCHSET 0/2] xfs: dquot recovery validation strengthening
 2023-11-21 21:25 UTC  (7+ messages)
` [PATCH 1/2] xfs: clean up dqblk extraction
` [PATCH 2/2] xfs: dquot recovery does not validate the recovered dquot

Question on xfs related kernel panic
 2023-11-21 16:08 UTC  (5+ messages)

[ANNOUNCE] xfsprogs: for-next updated to b1de31281
 2023-11-21 13:12 UTC 

[PATCH 5.15 01/17] xfs: refactor buffer cancellation table allocation
 2023-11-21  5:18 UTC  (7+ messages)
` [PATCH 5.15 09/17] xfs: fix NULL pointer dereference in xfs_getbmap()

[PATCHSET 0/2] fstests: random fixes for v2023.11.19
 2023-11-21  4:35 UTC  (5+ messages)
` [PATCH 1/2] xfs/601: move this to tests/generic
` [PATCH 2/2] xfs/604: add missing falloc test

[PATCH v3 0/3] xfs: fix two problem when recovery intents fails
 2023-11-21  1:26 UTC  (5+ messages)
` [PATCH v3 3/3] xfs: fix intent item uaf when recover intents fail

[PATCH 1/2] libxf-apply: Ignore Merge commits
 2023-11-20 19:50 UTC  (7+ messages)
` [PATCH 2/2] libxfs-apply: Add option to only import patches into guilt stack
` [RFC PATCH 3/2] libxfs-apply: allow stgit users to force-apply a patch

add and use a per-mapping stable writes flag v2
 2023-11-20 14:07 UTC  (2+ messages)

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

xfsprogs-6.5.0 with grub 2.12~rc1-12: unknown filesystem
 2023-11-19 22:28 UTC  (3+ messages)

[GIT PULL] xfs: bug fixes for 6.7
 2023-11-19 13:35 UTC  (4+ messages)

[PATCH 0/2] xfs: fix recovery corruption on s390 w/ nrext64
 2023-11-17 22:19 UTC  (5+ messages)
` [PATCH 1/2] xfs: inode recovery does not validate the recovered inode

[PATCH v2] xfs: fix internal error from AGFL exhaustion
 2023-11-17 22:07 UTC  (6+ messages)
` [PATCH fstests v2] xfs: test refilling AGFL after lots of btree splits

[xfsprogs PATCH] xfs_io/encrypt: support specifying crypto data unit size
 2023-11-17  5:24 UTC  (4+ messages)

[PATCH v3 0/4] Remove the XFS mrlock
 2023-11-17  1:50 UTC  (7+ messages)
` [PATCH v3 1/4] locking: Add rwsem_assert_held() and rwsem_assert_held_write()

[GIT PULL 3/3] fstests: FIEXCHANGE is now an XFS ioctl
 2023-11-16 17:35 UTC 

[GIT PULL 2/3] fstests: updates for Linux 6.7
 2023-11-16 17:35 UTC 

[GIT PULL 1/3] fstests: reload entire iunlink lists
 2023-11-16 17:35 UTC 

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

[PATCHSET v3 0/1] fstests: updates for Linux 6.7
 2023-11-16 17:30 UTC  (2+ messages)
` [PATCH 1/1] generic: test reads racing with slow reflink operations

[PATCHSET v5 0/2] fstests: reload entire iunlink lists
 2023-11-16 17:30 UTC  (3+ 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-16 16:35 UTC  (4+ messages)
` [PATCH 1/2] misc: privatize the FIEXCHANGE ioctl for now


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