public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-04 18:23:48 to 2022-11-11 20:52:59 UTC [more...]

[PATCH] xfs: fix incorrect i_nlink caused by inode racing
 2022-11-11 20:52 UTC  (4+ messages)

[PATCH] xfs: account extra freespace btree splits for multiple allocations
 2022-11-11 20:39 UTC  (3+ messages)

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

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

[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 v1] xfstests: test xfs_spaceman fsuuid command
 2022-11-09 22:26 UTC 

[PATCH v1] xfs_spaceman: add fsuuid command
 2022-11-09 22:23 UTC 

[PATCHSET RFCRAP v2 00/14] xfs, iomap: fix data corruption due to stale cached iomaps
 2022-11-09 18:23 UTC  (17+ 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 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)

Detecting disk failures on XFS
 2022-11-09 11:22 UTC  (2+ 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 00/26] Parent Pointers
 2022-11-08 16:26 UTC  (30+ messages)
` [PATCH v5 01/26] xfs: Add new name to attri/d
` [PATCH v5 02/26] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH v5 03/26] xfs: Hold inode locks in xfs_ialloc
` [PATCH v5 04/26] xfs: Hold inode locks in xfs_trans_alloc_dir
` [PATCH v5 05/26] xfs: Hold inode locks in xfs_rename
` [PATCH v5 06/26] xfs: Expose init_xattrs in xfs_create_tmpfile
` [PATCH v5 07/26] xfs: get directory offset when adding directory name
` [PATCH v5 08/26] xfs: get directory offset when removing "
` [PATCH v5 09/26] xfs: get directory offset when replacing a "
` [PATCH v5 10/26] xfs: add parent pointer support to attribute code
` [PATCH v5 11/26] xfs: define parent pointer xattr format
` [PATCH v5 12/26] xfs: Add xfs_verify_pptr
` [PATCH v5 13/26] xfs: extend transaction reservations for parent attributes
` [PATCH v5 14/26] xfs: parent pointer attribute creation
` [PATCH v5 15/26] xfs: add parent attributes to link
` [PATCH v5 16/26] xfs: add parent attributes to symlink
` [PATCH v5 17/26] xfs: remove parent pointers in unlink
` [PATCH v5 18/26] xfs: Indent xfs_rename
` [PATCH v5 19/26] xfs: Add parent pointers to rename
` [PATCH v5 20/26] xfs: Add parent pointers to xfs_cross_rename
` [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

[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  (11+ messages)
` [PATCH 1/2] xfs: wait xlog ioend workqueue drained before tearing down AIL
` [PATCH v2 "
  ` [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)

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

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 5.4 0/6] xfs stable candidate patches for 5.4.y (from v5.8)
 2022-11-07  8:52 UTC  (8+ messages)
` [PATCH 5.4 1/6] xfs: don't fail verifier on empty attr3 leaf block
` [PATCH 5.4 2/6] xfs: use ordered buffers to initialize dquot buffers during quotacheck
` [PATCH 5.4 3/6] xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()
` [PATCH 5.4 4/6] xfs: group quota should return EDQUOT when prj quota enabled
` [PATCH 5.4 5/6] xfs: don't fail unwritten extent conversion on writeback due to edquot
` [PATCH 5.4 6/6] xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()

[PATCH] generic: check logical-sector sized O_DIRECT
 2022-11-07  4:56 UTC 

[PATCH] nfs: test files written size as expected
 2022-11-07  4:05 UTC  (2+ messages)

[PATCH] generic: shutdown might leave NULL files with nonzero di_size
 2022-11-05 12:28 UTC  (4+ messages)

[GIT PULL] xfs: fixes for 6.1-rc4
 2022-11-04 22:46 UTC  (2+ messages)

[PATCH] xfs: move truncate zeroing flush into ->iomap_begin()
 2022-11-04 18:23 UTC 

[PATCH RFC 0/2] xfs: optimize truncate cache flushing
 2022-11-04 18:22 UTC  (7+ messages)
` [PATCH] xfs: redirty eof folio on truncate to avoid filemap flush


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