linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-13 11:30:15 to 2020-11-23 19:53:29 UTC [more...]

[PATCH 00/27] [RFC, WIP] xfsprogs: xfs_buf unification and AIO
 2020-11-23 19:53 UTC  (9+ messages)
` [PATCH 02/27] xfsprogs: remove unused IO_DEBUG functionality
` [PATCH 03/27] libxfs: get rid of b_bcount from xfs_buf
` [PATCH 04/27] libxfs: rename buftarg->dev to btdev
` [PATCH 05/27] xfsprogs: get rid of ancient btree tracing fragments

[PATCH] xfs: show the proper user quota options
 2020-11-23 18:36 UTC  (2+ messages)

[PATCH] generic: add test for XFS forkoff miscalcution on 32-bit platform
 2020-11-23 18:24 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/7] various: test xfs things fixed in 5.10
 2020-11-23 18:20 UTC  (3+ messages)

[RFC PATCH v2 0/6] fsdax: introduce fs query to support reflink
 2020-11-23  0:41 UTC  (7+ messages)
` [RFC PATCH v2 1/6] fs: introduce ->storage_lost() for memory-failure
` [RFC PATCH v2 2/6] blk: introduce ->block_lost() to handle memory-failure
` [RFC PATCH v2 3/6] md: implement ->block_lost() for memory-failure
` [RFC PATCH v2 4/6] pagemap: introduce ->memory_failure()
` [RFC PATCH v2 5/6] mm, fsdax: refactor dax handler in memory-failure
` [RFC PATCH v2 6/6] fsdax: remove useless (dis)associate functions

XFS: corruption detected in 5.9.10, upgrading from 5.9.6: (partial) panic log
 2020-11-22 20:14 UTC  (3+ messages)

Internal error ltrec.rm_startblock > bno since Kernel 5.9.9
 2020-11-22 19:37 UTC  (2+ messages)

[PATCH 0/6] xfstests: random fixes
 2020-11-22 14:35 UTC  (3+ messages)
` [PATCH 2/6] check: run tests in a systemd scope for mandatory test cleanup

[GIT PULL] xfs: fixes for 5.10-rc5
 2020-11-21 18:39 UTC  (2+ messages)

[PATCH V2 00/11] xfs: Tests to check for inode fork extent count overflow detection
 2020-11-21  8:23 UTC  (12+ messages)
` [PATCH V2 01/11] common/xfs: Add a helper to get an inode fork's extent count
` [PATCH V2 02/11] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V2 03/11] xfs: Check for extent overflow when growing realtime bitmap/summary inodes
` [PATCH V2 04/11] xfs: Check for extent overflow when punching a hole
` [PATCH V2 05/11] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V2 06/11] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V2 07/11] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V2 08/11] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V2 09/11] xfs: Check for extent overflow when remapping an extent
` [PATCH V2 10/11] xfs: Check for extent overflow when swapping extents
` [PATCH V2 11/11] xfs: Stress test with with bmap_alloc_minlen_extent error tag enabled

[ANNOUNCE] xfsprogs for-next updated to 49c49fa6
 2020-11-20 22:16 UTC 

[PATCH 0/3] mmu_notifier fs fs_reclaim lockdep annotations
 2020-11-20 18:23 UTC  (14+ messages)
` [PATCH 1/3] mm: Track mmu notifiers in fs_reclaim_acquire/release
` [PATCH 2/3] mm: Extract might_alloc() debug check
` [PATCH 3/3] locking/selftests: Add testcases for fs_reclaim
` [PATCH] drm/ttm: don't set page->mapping

[ANNOUNCE] xfs-linux: for-next updated to eb8409071a1d
 2020-11-20 16:55 UTC 

[PATCH v4 0/9] xfsprogs: add a inode btree blocks counts to the AGI header
 2020-11-20  4:10 UTC  (9+ messages)
` [PATCH 5/9] xfs_db: add inobtcnt upgrade path
  ` [PATCH v2 "
` [PATCH 6/9] xfs_repair: check inode btree block counters in AGI
  ` [PATCH v2 "

[PATCH RFCv4 0/2] xfstests: add inode btree blocks counters to the AGI header
 2020-11-20  1:53 UTC  (4+ messages)
` [PATCH 2/2] xfs: test inobtcount upgrade

[PATCH] xfs: revert "xfs: fix rmap key and record comparison functions"
 2020-11-19 23:44 UTC  (2+ messages)

[PATCH] xfs: don't allow NOWAIT DIO across extent boundaries
 2020-11-19 20:50 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 595189c25c28
 2020-11-19 17:51 UTC 

xfs_reclaim_inodes_ag taking several seconds
 2020-11-19  7:31 UTC  (6+ messages)

[PATCH v13 00/10] xfs: Delayed Attributes
 2020-11-19  4:01 UTC  (35+ messages)
` [PATCH v13 02/10] xfs: Add delay ready attr remove routines
` [PATCH v13 03/10] xfs: Add delay ready attr set routines
` [PATCH v13 05/10] xfs: Set up infastructure for deferred attribute operations
` [PATCH v13 06/10] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v13 07/10] xfs: Add feature bit XFS_SB_FEAT_INCOMPAT_LOG_DELATTR

[PATCH] xfs: return corresponding errcode if xfs_initialize_perag() fail
 2020-11-18 17:17 UTC  (2+ messages)

[PATCH v2] xfs: ensure inobt record walks always make forward progress
 2020-11-18  5:58 UTC  (2+ messages)

[PATCH 00/11] xfs: Tests to check for inode fork extent count overflow detection
 2020-11-18  5:20 UTC  (36+ messages)
` [PATCH 01/11] common/xfs: Add a helper to get an inode fork's extent count
` [PATCH 02/11] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH 03/11] "
` [PATCH 04/11] xfs: Check for extent overflow when punching a hole
` [PATCH 05/11] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH 06/11] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH 07/11] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH 08/11] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH 09/11] xfs: Check for extent overflow when remapping an extent
` [PATCH 10/11] xfs: Check for extent overflow when swapping extents
` [PATCH 11/11] xfs: Stress test with with bmap_alloc_minlen_extent error tag enabled

[PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto
 2020-11-18  2:51 UTC  (16+ messages)
` [PATCH v7 1/8] block: ensure bios are not split in middle of crypto data unit
` [PATCH v7 2/8] blk-crypto: don't require user buffer alignment
` [PATCH v7 3/8] fscrypt: add functions for direct I/O support
` [PATCH v7 4/8] direct-io: add support for fscrypt using blk-crypto
` [PATCH v7 5/8] iomap: support direct I/O with "
` [PATCH v7 6/8] ext4: "
` [PATCH v7 7/8] f2fs: "
` [PATCH v7 8/8] fscrypt: update documentation for direct I/O support

[ANNOUNCE] xfsprogs for-next updated to effdc364
 2020-11-17 20:44 UTC 

[PATCH v6 00/26] xfsprogs: widen timestamps to deal with y2038
 2020-11-17 18:18 UTC  (10+ messages)
` [PATCH 05/26] xfs_quota: convert time_to_string to use time64_t
` [PATCH 20/26] xfs_db: report bigtime format timestamps
  ` [PATCH v2 "
` [PATCH 22/26] xfs_db: add bigtime upgrade path
  ` [PATCH v2 "

[PATCH] xfs: ensure inobt record walks always make forward progress
 2020-11-17 17:23 UTC  (3+ messages)

Corporate and Personal Loan/
 2020-11-10 14:10 UTC 

[PATCH V11 00/14] Bail out if transaction can cause extent count to overflow
 2020-11-17 13:44 UTC  (15+ messages)
` [PATCH V11 01/14] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V11 02/14] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V11 03/14] xfs: Check for extent overflow when punching a hole
` [PATCH V11 04/14] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V11 05/14] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V11 06/14] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V11 07/14] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V11 08/14] xfs: Check for extent overflow when remapping an extent
` [PATCH V11 09/14] xfs: Check for extent overflow when swapping extents
` [PATCH V11 10/14] xfs: Introduce error injection to reduce maximum inode fork extent count
` [PATCH V11 11/14] xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
` [PATCH V11 12/14] xfs: Compute bmap extent alignments in a separate function
` [PATCH V11 13/14] xfs: Process allocated extent "
` [PATCH V11 14/14] xfs: Introduce error injection to allocate only minlen size extents for files

RCU stall in xfs_reclaim_inodes_ag
 2020-11-16 21:30 UTC  (2+ messages)

[PATCH v2 0/2] xfs_db: add minimal directory navigation
 2020-11-16 17:35 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command
` [PATCH 2/2] xfs_db: add an ls command

[RFC PATCH] xfsrestore: fix rootdir due to xfsdump bulkstat misuse
 2020-11-16  8:23 UTC  (6+ messages)
` [RFC PATCH v2] "

Corporate and Personal Loan *
 2020-11-15 16:44 UTC 

[PATCH 0/2] xfs_db: add minimal directory navigation
 2020-11-15 16:30 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command

[PATCH 0/4] xfstests: fix compiler warnings with fsx/fsstress
 2020-11-15  9:12 UTC  (10+ messages)
` [PATCH 1/4] fsx: fix strncpy usage error
` [PATCH 2/4] fsstress: stop using attr_set
` [PATCH 3/4] fsstress: remove attr_remove
` [PATCH 4/4] fsstress: get rid of attr_list

[PATCH] xfs: fix signed calculation related to XFS_LITINO(mp)
 2020-11-14 19:06 UTC  (7+ messages)
` [PATCH v2] xfs: fix forkoff miscalculation "
  ` [PATCH v3] "

[PATCH] xfs_io: fix up typos in manpage
 2020-11-14 17:57 UTC  (2+ messages)

[PATCH] libxfs: add realtime extent reservation and usage tracking to transactions
 2020-11-14 10:48 UTC  (2+ messages)

[PATCH 0/4] xfs: fix various scrub problems
 2020-11-14 10:40 UTC  (7+ messages)
` [PATCH 2/4] xfs: fix the minrecs logic when dealing with inode root child blocks
` [PATCH 3/4] xfs: strengthen rmap record flags checking
` [PATCH 4/4] xfs: directory scrub should check the null bestfree entries too

[GIT PULL] vfs: fs freeze fix for 5.10-rc4
 2020-11-14  0:49 UTC  (4+ messages)

[GIT PULL] vfs: fs freeze fix for 5.10-rc4 (part 2)
 2020-11-14  0:15 UTC  (2+ messages)

[GIT PULL] xfs: fixes for 5.10-rc4
 2020-11-14  0:15 UTC  (2+ 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).