public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-21 10:11:43 to 2022-11-30 04:12:33 UTC [more...]

[PATCH 0/2] fsdax,xfs: fix warning messages
 2022-11-30  4:12 UTC  (10+ messages)
` [PATCH 1/2] fsdax,xfs: fix warning messages at dax_[dis]associate_entry()
` [PATCH 2/2] fsdax,xfs: port unshare to fsdax

[PATCH v2] xfs: get rid of assert from xfs_btree_islastblock
 2022-11-30  4:02 UTC 

[PATCH] xfs: fix incorrect usage of xfs_btree_check_block
 2022-11-30  2:51 UTC  (8+ messages)

[PATCHSET 0/2] xfs: fix broken MAXREFCOUNT handling
 2022-11-30  0:19 UTC  (9+ messages)
` [PATCH 1/2] xfs: hoist refcount record merge predicates
` [PATCH 2/2] xfs: estimate post-merge refcounts correctly
` [RFC PATCH] xfs/179: modify test to trigger refcount update bugs

XFS corruption help; xfs_repair isn't working
 2022-11-29 22:06 UTC  (2+ messages)

[PATCH 0/9 V4] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-29 21:57 UTC  (23+ 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
` [PATCH 10/9] xfs: add debug knob to slow down writeback for fun
  ` [PATCH v2 "
    ` [RFC PATCH] xfs: regression test for writeback corruption bug
` [PATCH 11/9] xfs: add debug knob to slow down write for fun
  ` [PATCH v2 "
    ` [RFC PATCH] xfs: regression test for writes racing with reclaim writeback

[PATCHSET 0/3] xfs: fixes for 6.2
 2022-11-29 21:38 UTC  (18+ messages)
` [PATCH 1/3] xfs: invalidate block device page cache during unmount
` [PATCH 2/3] xfs: use memcpy, not strncpy, to format the attr prefix during listxattr
` [PATCH 3/3] xfs: shut up -Wuninitialized in xfsaild_push
` [PATCH 4/3] xfs: attach dquots to inode before reading data/cow fork mappings
  ` [PATCH v2 "

Do I have to fsync after aio_write finishes (with fallocate preallocation) ?
 2022-11-29 21:34 UTC  (3+ messages)

[PATCH v6 00/27] Parent Pointers
 2022-11-29 21:12 UTC  (28+ messages)
` [PATCH v6 01/27] xfs: Add new name to attri/d
` [PATCH v6 02/27] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH v6 03/27] xfs: Increase XFS_QM_TRANS_MAXDQS "
` [PATCH v6 04/27] xfs: Hold inode locks in xfs_ialloc
` [PATCH v6 05/27] xfs: Hold inode locks in xfs_trans_alloc_dir
` [PATCH v6 06/27] xfs: Hold inode locks in xfs_rename
` [PATCH v6 07/27] xfs: Expose init_xattrs in xfs_create_tmpfile
` [PATCH v6 08/27] xfs: get directory offset when adding directory name
` [PATCH v6 09/27] xfs: get directory offset when removing "
` [PATCH v6 10/27] xfs: get directory offset when replacing a "
` [PATCH v6 11/27] xfs: add parent pointer support to attribute code
` [PATCH v6 12/27] xfs: define parent pointer xattr format
` [PATCH v6 13/27] xfs: Add xfs_verify_pptr
` [PATCH v6 14/27] xfs: extend transaction reservations for parent attributes
` [PATCH v6 15/27] xfs: parent pointer attribute creation
` [PATCH v6 16/27] xfs: add parent attributes to link
` [PATCH v6 17/27] xfs: add parent attributes to symlink
` [PATCH v6 18/27] xfs: remove parent pointers in unlink
` [PATCH v6 19/27] xfs: Indent xfs_rename
` [PATCH v6 20/27] xfs: Add parent pointers to rename
` [PATCH v6 21/27] xfs: Add parent pointers to xfs_cross_rename
` [PATCH v6 22/27] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v6 23/27] xfs: Add helper function xfs_attr_list_context_init
` [PATCH v6 24/27] xfs: Filter XFS_ATTR_PARENT for getfattr
` [PATCH v6 25/27] xfs: Add parent pointer ioctl
` [PATCH v6 26/27] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH v6 27/27] xfs: drop compatibility minimum log size computations for reflink

[syzbot] WARNING in iomap_read_inline_data
 2022-11-29 20:30 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated (with iomap changes) to 7dd73802f97d
 2022-11-29 17:08 UTC 

[PATCH V2 0/2] xfsprogs: fix covscan issues
 2022-11-29 14:18 UTC  (5+ messages)
` [PATCH 1/2] xfs_repair: Fix check_refcount() error path
` [PATCH 2/2] xfs_repair: Fix rmaps_verify_btree() "

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

After block device error, FICLONE and sync_file_range() make NULs, unlike read()
 2022-11-29  2:50 UTC  (6+ messages)

[GIT PULL] xfs, iomap: fix data corruption due to stale cached iomaps
 2022-11-29  0:16 UTC 

[PATCH v3] fsck.xfs: mount/umount xfs fs to replay log before running xfs_repair
 2022-11-28 23:04 UTC  (5+ messages)
        ` [External] : "

[PATCH v5 0/2] xfs: shutdown UAF fixes
 2022-11-28 22:59 UTC  (8+ messages)
` [PATCH v5 1/2] xfs: wait iclog complete before tearing down AIL
` [PATCH v5 2/2] xfs: fix super block buf log item UAF during force shutdown

[PATCH] xfs: fix broken truncate pre-size update flushing
 2022-11-28 17:39 UTC 

[PATCH] filelock: move file locking definitions to separate header file
 2022-11-28 10:53 UTC  (21+ messages)

moar weird metadata corruptions, this time on arm64
 2022-11-27 18:45 UTC  (8+ messages)

Bug#924307: xfsprogs: xfs_fsr needlessly defragments fully defragmented files
 2022-11-27 17:43 UTC 

[syzbot] WARNING in xfs_bmapi_convert_delalloc
 2022-11-26 10:08 UTC 

[syzbot] kernel BUG in assfail
 2022-11-24  8:07 UTC  (3+ messages)

[PATCH RFC] xfs_io: simple bad buf hack to simulate write failure
 2022-11-23 18:13 UTC 

[PATCH v2 0/9] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-23 17:25 UTC  (7+ messages)
` [PATCH 5/9] xfs: buffered write failure should not truncate the page cache

[ANNOUNCE] xfs-linux: for-next updated to 28b4b0596343
 2022-11-23 17:18 UTC 

[PATCHSET 0/9] xfsprogs: random fixes for 6.1
 2022-11-23 17:09 UTC  (10+ messages)
` [PATCH 1/9] libxfs: consume the xfs_warn mountpoint argument
` [PATCH 2/9] misc: add static to various sourcefile-local functions
` [PATCH 3/9] misc: add missing includes
` [PATCH 4/9] xfs_db: fix octal conversion logic
` [PATCH 5/9] xfs_db: fix printing of reverse mapping record blockcounts
` [PATCH 6/9] xfs_repair: don't crash on unknown inode parents in dry run mode
` [PATCH 7/9] xfs_repair: retain superblock buffer to avoid write hook deadlock
` [PATCH 8/9] xfs_{db,repair}: fix XFS_REFC_COW_START usage
` [PATCH 9/9] mkfs.xfs: add mkfs config file for the 6.1 LTS kernel

[PATCH v1] xfs_spaceman: add fsuuid command
 2022-11-22 23:45 UTC  (7+ messages)

[syzbot] WARNING in xfs_qm_dqget_cache_insert
 2022-11-22 21:28 UTC 

[ANNOUNCE] xfsprogs for-next branch updated
 2022-11-22 19:48 UTC  (4+ messages)

[PATCHSET 00/24] xfsprogs: sync with 6.1
 2022-11-22  9:55 UTC  (5+ messages)
  ` [PATCH 15/24] xfs: track cow/shared record domains explicitly in xfs_refcount_irec

[PATCH] nfs: test files written size as expected
 2022-11-22  6:09 UTC  (4+ messages)

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

xfs_repair hangs at "process newly discovered inodes..."
 2022-11-21 20:48 UTC  (6+ messages)

[PATCHSET 0/7] xfsprogs: random fixes for 6.0
 2022-11-21 17:06 UTC  (6+ messages)
    ` [PATCH 7/7] xfs_repair: retain superblock buffer to avoid write hook deadlock

[PATCH] Documentation: admin-guide: correct "it's" to possessive "its"
 2022-11-21 16:54 UTC  (2+ messages)

[PATCH 5.4 3/6] xfs: redesign the reflink remap loop to fix blkres depletion crash
 2022-11-21 12:13 UTC  (3+ messages)
` [PATCH 5.4 V2] "


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