linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-09 18:06:34 to 2022-11-17 20:20:21 UTC [more...]

[PATCHSET v23.1 0/3] xfs: fix iget/irele usage in online fsck
 2022-11-17 20:20 UTC  (12+ messages)
` [PATCH 3/3] xfs: retain the AGI when we can't iget an inode to scrub the core
` [PATCH 1/3] xfs: manage inode DONTCACHE status at irele time
` [PATCH 2/3] xfs: fix an inode lookup race in xchk_get_inode

[PATCH v4 0/2] xfs: shutdown UAF fixes
 2022-11-17 19:28 UTC  (5+ messages)
` [PATCH v4 1/2] xfs: wait xlog ioend workqueue drained before tearing down AIL
` [PATCH v4 2/2] xfs: fix super block buf log item UAF during force shutdown

[PATCH v3] xfs: fix incorrect i_nlink caused by inode racing
 2022-11-17 19:14 UTC  (2+ messages)

[PATCH] xfs: fix incorrect usage of xfs_btree_check_block
 2022-11-17 19:07 UTC  (6+ messages)
` friendly ping

[PATCH 0/8 v3] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-17 18:59 UTC  (17+ messages)
` [PATCH 1/9] xfs: write page faults in iomap are not buffered writes
` [PATCH 2/9] xfs: punching delalloc extents on write failure is racy
` [PATCH 3/9] xfs: use byte ranges for write cleanup ranges
` [PATCH 4/9] xfs,iomap: move delalloc punching to iomap
` [PATCH 5/9] iomap: buffered write failure should not truncate the page cache
` [PATCH 6/9] xfs: xfs_bmap_punch_delalloc_range() should take a byte range
` [PATCH 7/9] iomap: write iomap validity checks
` [PATCH 8/9] xfs: use iomap_valid method to detect stale cached iomaps
` [PATCH 9/9] xfs: drop write error injection is unfixable, remove it

xfs_repair hangs at "process newly discovered inodes..."
 2022-11-17 18:48 UTC  (2+ messages)

[PATCH v2 0/9] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-17 18:28 UTC  (29+ messages)
` [PATCH 1/9] mm: export mapping_seek_hole_data()
` [PATCH 2/9] xfs: write page faults in iomap are not buffered writes
` [PATCH 3/9] xfs: punching delalloc extents on write failure is racy
` [PATCH 4/9] xfs: use byte ranges for write cleanup ranges
` [PATCH 5/9] xfs: buffered write failure should not truncate the page cache
` [PATCH 6/9] xfs: xfs_bmap_punch_delalloc_range() should take a byte range
` [PATCH 7/9] iomap: write iomap validity checks
` [PATCH 8/9] xfs: use iomap_valid method to detect stale cached iomaps
` [PATCH 9/9] xfs: drop write error injection is unfixable, remove it

[ANNOUNCE] xfs-linux: for-next **REBASED** to 64c80dfd04d1
 2022-11-17 17:36 UTC 

xfsprogs_6.0.0-1_source.changes ACCEPTED into unstable
 2022-11-17 13:34 UTC 

Processing of xfsprogs_6.0.0-1_source.changes
 2022-11-17 13:25 UTC 

[GIT PULL 7/7] xfs: scrub inode core when checking metadata files
 2022-11-17  3:15 UTC 

[GIT PULL 6/7] xfs: strengthen file mapping scrub
 2022-11-17  3:13 UTC 

[GIT PULL 5/7] xfs: enhance fs summary counter scrubber
 2022-11-17  3:13 UTC 

[GIT PULL 4/7] xfs: improve rt metadata use for scrub
 2022-11-17  3:13 UTC 

[GIT PULL 3/7] xfs: fix incorrect return values in online fsck
 2022-11-17  3:13 UTC 

[PATCH v2] xfs: fix incorrect i_nlink caused by inode racing
 2022-11-17  3:13 UTC  (2+ messages)

[GIT PULL 2/7] xfs: clean up memory allocations in online fsck
 2022-11-17  3:09 UTC 

[GIT PULL 1/7] xfs: fix handling of AG[IF] header buffers during scrub
 2022-11-17  3:09 UTC 

[PATCH] xfs: Call kiocb_modified() for buffered write
 2022-11-17  2:28 UTC  (3+ messages)

[PATCH v2 2/2] xfs: fix super block buf log item UAF during force shutdown
 2022-11-17  2:12 UTC  (6+ messages)
` [PATCH v3 1/2] xfs: wait xlog ioend workqueue drained before tearing down AIL

[ANNOUNCE] xfsprogs for-next updated
 2022-11-16  9:58 UTC 

After block device error, FICLONE and sync_file_range() make NULs, unlike read()
 2022-11-16  3:14 UTC  (4+ messages)

[PATCH] xfs: account extra freespace btree splits for multiple allocations
 2022-11-16  2:51 UTC  (8+ messages)

[PATCH -next] xfs: Fix some kernel-doc comments
 2022-11-16  0:59 UTC 

[ANNOUNCE] xfsprogs-6.0.0 released
 2022-11-15 23:18 UTC  (6+ messages)

[PATCH v1] xfstests: test xfs_spaceman fsuuid command
 2022-11-15 23:03 UTC  (4+ messages)

[PATCH] xfs: fix incorrect i_nlink caused by inode racing
 2022-11-15 14:33 UTC  (7+ messages)

[PATCHSET RFCRAP v2 00/14] xfs, iomap: fix data corruption due to stale cached iomaps
 2022-11-15  8:38 UTC  (21+ messages)
` [PATCH 01/14] xfs: write page faults in iomap are not buffered writes
` [PATCH 02/14] xfs: punching delalloc extents on write failure is racy
` [PATCH 03/14] xfs: use byte ranges for write cleanup ranges
` [PATCH 04/14] xfs: buffered write failure should not truncate the page cache
` [PATCH 05/14] iomap: write iomap validity checks
` [PATCH 06/14] xfs: use iomap_valid method to detect stale cached iomaps
` [PATCH 07/14] xfs: drop write error injection is unfixable, remove it
` [PATCH 08/14] iomap: pass iter to ->iomap_begin implementations
` [PATCH 09/14] iomap: pass iter to ->iomap_end implementations
` [PATCH 10/14] iomap: pass a private pointer to iomap_file_buffered_write
` [PATCH 11/14] xfs: move the seq counters for buffered writes to a private struct
` [PATCH 12/14] xfs: validate COW fork sequence counters during buffered writes
` [PATCH 13/14] xfs: add debug knob to slow down writeback for fun
` [PATCH 14/14] xfs: add debug knob to slow down write "
` [PATCH 15/14] fstest: regression test for writeback corruption bug
` [PATCH 16/14] fstest: regression test for writes racing with reclaim writeback

[PATCHSET v23.1 0/2] xfs: scrub inode core when checking metadata files
 2022-11-15  3:31 UTC  (6+ messages)
` [PATCH 2/2] xfs: check inode core when scrubbing "
` [PATCH 1/2] xfs: don't warn about files that are exactly s_maxbytes long

[PATCHSET v23.1 0/4] xfs: fix incorrect return values in online fsck
 2022-11-15  2:54 UTC  (4+ messages)
` [PATCH 4/4] xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbed
  ` [PATCH v23.3 "

[PATCH v3] fsck.xfs: mount/umount xfs fs to replay log before running xfs_repair
 2022-11-14 22:59 UTC  (3+ messages)

[PATCH v1] xfs_spaceman: add fsuuid command
 2022-11-14 22:55 UTC  (4+ messages)

Detecting disk failures on XFS
 2022-11-14 22:45 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to eab06d36b0ac
 2022-11-14 19:04 UTC 

[ANNOUNCE] xfs-linux: iomap-6.2-merge updated to f1bd37a47352
 2022-11-14 18:55 UTC 

[PATCH v1 0/2] porting the GETFSUUID ioctl to xfs
 2022-11-11 21:31 UTC  (9+ messages)
` [PATCH v1 1/2] fs: hoist get/set UUID ioctls
` [PATCH v1 2/2] xfs: add FS_IOC_GETFSUUID ioctl

[PATCH 5.4 0/6] xfs stable candidate patches for 5.4.y (from v5.9)
 2022-11-11  9:04 UTC  (8+ messages)
` [PATCH 5.4 1/6] xfs: preserve rmapbt swapext block reservation from freed blocks
` [PATCH 5.4 2/6] xfs: rename xfs_bmap_is_real_extent to is_written_extent
` [PATCH 5.4 3/6] xfs: redesign the reflink remap loop to fix blkres depletion crash
` [PATCH 5.4 4/6] xfs: use MMAPLOCK around filemap_map_pages()
` [PATCH 5.4 5/6] xfs: preserve inode versioning across remounts
` [PATCH 5.4 6/6] xfs: drain the buf delwri queue before xfsaild idles

[PATCH v5 00/25] xfsprogs: parent pointers for v5
 2022-11-10 21:05 UTC  (26+ messages)
` [PATCH v5 01/25] xfsprogs: Fix default superblock attr bits
` [PATCH v5 02/25] xfsprogs: Add new name to attri/d
` [PATCH v5 03/25] xfsprogs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH v5 04/25] xfsprogs: get directory offset when adding directory name
` [PATCH v5 05/25] xfsprogs: get directory offset when removing "
` [PATCH v5 06/25] xfsprogs: get directory offset when replacing a "
` [PATCH v5 07/25] xfsprogs: add parent pointer support to attribute code
` [PATCH v5 08/25] xfsprogs: define parent pointer xattr format
` [PATCH v5 09/25] xfsprogs: Add xfs_verify_pptr
` [PATCH v5 10/25] xfsprogs: Increase rename inode reservation
` [PATCH v5 11/25] xfsprogs: extend transaction reservations for parent attributes
` [PATCH v5 12/25] xfsprogs: add parent attributes to link
` [PATCH v5 13/25] xfsprogs: add parent attributes to symlink
` [PATCH v5 14/25] xfsprogs: parent pointer attribute creation
` [PATCH v5 15/25] xfsprogs: remove parent pointers in unlink
` [PATCH v5 16/25] xfsprogs: Add parent pointers to rename
` [PATCH v5 17/25] xfsprogs: Add the parent pointer support to the superblock version 5
` [PATCH v5 18/25] xfsprogs: Add parent pointer ioctl
` [PATCH v5 19/25] xfsprogs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH v5 20/25] xfsprogs: drop compatibility minimum log size computations for reflink
` [PATCH v5 21/25] xfsprogs: Add parent pointer flag to cmd
` [PATCH v5 22/25] xfsprogs: Print pptrs in ATTRI items
` [PATCH v5 23/25] xfsprogs: implement the upper half of parent pointers
` [PATCH v5 24/25] xfsprogs: Add parent pointers during protofile creation
` [PATCH v5 25/25] xfsprogs: Add i, n and f flags to parent command

[PATCH 5.4 CANDIDATE 0/6] xfs stable candidate patches for 5.4.y (from v5.9)
 2022-11-10 20:39 UTC  (8+ messages)
` [PATCH 5.4 CANDIDATE 1/6] xfs: preserve rmapbt swapext block reservation from freed blocks
` [PATCH 5.4 CANDIDATE 2/6] xfs: rename xfs_bmap_is_real_extent to is_written_extent
` [PATCH 5.4 CANDIDATE 3/6] xfs: redesign the reflink remap loop to fix blkres depletion crash
` [PATCH 5.4 CANDIDATE 4/6] xfs: use MMAPLOCK around filemap_map_pages()
` [PATCH 5.4 CANDIDATE 5/6] xfs: preserve inode versioning across remounts
` [PATCH 5.4 CANDIDATE 6/6] xfs: drain the buf delwri queue before xfsaild idles

generic/650 makes v6.0-rc client unusable
 2022-11-10 15:21 UTC  (7+ 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 NNTP newsgroup(s).