public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-07 09:03:40 to 2022-11-15 08:38:06 UTC [more...]

[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

[PATCH] xfs: account extra freespace btree splits for multiple allocations
 2022-11-15  7:57 UTC  (7+ messages)

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

[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  (6+ messages)
` [PATCH 4/4] xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbed
  ` [PATCH v23.2 "
  ` [PATCH v23.3 "

[PATCH v2 0/9] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-15  1:30 UTC  (10+ 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

[PATCH] xfs: fix incorrect i_nlink caused by inode racing
 2022-11-15  0:23 UTC  (6+ messages)

[PATCH v3] fsck.xfs: mount/umount xfs fs to replay log before running xfs_repair
 2022-11-14 22:59 UTC  (6+ 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  (3+ messages)

[ANNOUNCE] xfsprogs-6.0.0 released
 2022-11-14 19:16 UTC  (4+ 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] xfstests: test xfs_spaceman fsuuid command
 2022-11-12 14:24 UTC  (3+ messages)

[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)

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

[PATCH v3] generic: shutdown might leave NULL files with nonzero di_size
 2022-11-09 16:51 UTC  (2+ messages)

[PATCH 0/2] xfsprogs: fix covscan issues
 2022-11-09 16:10 UTC  (6+ messages)
` [PATCH 1/2] xfs_repair: Fix check_refcount() error path

[PATCH v2 00/18] Fix the DAX-gup mistake
 2022-11-09 11:38 UTC  (3+ messages)

[PATCHSET 00/24] xfsprogs: sync with 6.1
 2022-11-09  2:07 UTC  (25+ messages)
` [PATCH 01/24] xfs: clean up "%Ld/%Lu" which doesn't meet C standard
` [PATCH 02/24] xfs: Remove the unneeded result variable
` [PATCH 03/24] xfs: trim the mapp array accordingly in xfs_da_grow_inode_int
` [PATCH 04/24] xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx
` [PATCH 05/24] treewide: use prandom_u32_max() when possible, part 1
` [PATCH 06/24] treewide: use get_random_u32() when possible
` [PATCH 07/24] xfs: fix exception caused by unexpected illegal bestcount in leaf dir
` [PATCH 08/24] xfs: increase rename inode reservation
` [PATCH 09/24] xfs: fix memcpy fortify errors in EFI log format copying
` [PATCH 10/24] xfs: refactor all the EFI/EFD log format sizeof logic
` [PATCH 11/24] xfs: make sure aglen never goes negative in xfs_refcount_adjust_extents
` [PATCH 12/24] xfs: create a predicate to verify per-AG extents
` [PATCH 13/24] xfs: check deferred refcount op continuation parameters
` [PATCH 14/24] xfs: move _irec structs to xfs_types.h
` [PATCH 15/24] xfs: track cow/shared record domains explicitly in xfs_refcount_irec
` [PATCH 16/24] xfs: report refcount domain in tracepoints
` [PATCH 17/24] xfs: refactor domain and refcount checking
` [PATCH 18/24] xfs: remove XFS_FIND_RCEXT_SHARED and _COW
` [PATCH 19/24] xfs: check record domain when accessing refcount records
` [PATCH 20/24] xfs: fix agblocks check in the cow leftover recovery function
` [PATCH 21/24] xfs: fix uninitialized list head in struct xfs_refcount_recovery
` [PATCH 22/24] xfs: rename XFS_REFC_COW_START to _COWFLAG
` [PATCH 23/24] xfs_{db,repair}: fix XFS_REFC_COW_START usage
` [PATCH 24/24] mkfs.xfs: add mkfs config file for the 6.1 LTS kernel

[PATCHSET 0/7] xfsprogs: random fixes for 6.0
 2022-11-09  2:05 UTC  (8+ messages)
` [PATCH 1/7] libxfs: consume the xfs_warn mountpoint argument
` [PATCH 2/7] misc: add static to various sourcefile-local functions
` [PATCH 3/7] misc: add missing includes
` [PATCH 4/7] xfs_db: fix octal conversion logic
` [PATCH 5/7] xfs_db: fix printing of reverse mapping record blockcounts
` [PATCH 6/7] xfs_repair: don't crash on unknown inode parents in dry run mode
` [PATCH 7/7] xfs_repair: retain superblock buffer to avoid write hook deadlock

CentOS 7.9, 2 XFS issues
 2022-11-08 22:37 UTC 

[PATCH v5 16/26] xfs: add parent attributes to symlink
 2022-11-08 16:26 UTC  (4+ messages)

[PATCH v2] generic: shutdown might leave NULL files with nonzero di_size
 2022-11-08 16:08 UTC  (5+ messages)

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

[PATCH] xfs: fix incorrect error-out in xfs_remove
 2022-11-08  9:59 UTC  (2+ messages)

[PATCH] xfs: fix incorrect usage of xfs_btree_check_block
 2022-11-08  1:50 UTC  (3+ messages)

xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-08  0:00 UTC  (13+ messages)
` [PATCH 3/7] xfs: use byte ranges for write cleanup ranges
` [PATCH 4/7] xfs: buffered write failure should not truncate the page cache
` [PATCH 6/7] xfs: use iomap_valid method to detect stale cached iomaps

[RFC 2/2] iomap: Support subpage size dirty tracking to improve write performance
 2022-11-07 13:03 UTC  (8+ messages)
` [RFC 0/2] iomap: Add support for subpage dirty state "

[PATCH v5 00/26] Parent Pointers
 2022-11-07  9:01 UTC  (7+ messages)
` [PATCH v5 21/26] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v5 22/26] xfs: Add helper function xfs_attr_list_context_init
` [PATCH v5 23/26] xfs: Filter XFS_ATTR_PARENT for getfattr
` [PATCH v5 24/26] xfs: Add parent pointer ioctl
` [PATCH v5 25/26] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH v5 26/26] xfs: drop compatibility minimum log size computations for reflink


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