linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-25 09:45:24 to 2022-03-03 14:39:13 UTC [more...]

[REPORT] kernel BUG at fs/ext4/inode.c:2620 - page_buffers()
 2022-03-03 14:38 UTC  (15+ messages)
` [PATCH -v2] ext4: don't BUG if kernel subsystems dirty pages without asking ext4 first
      ` [PATCH -v3] "
        ` [PATCH -v4] "
          ` [PATCH -v5] ext4: don't BUG if someone "

Intel QAT on A2SDi-8C-HLN4F causes massive data corruption with dm-crypt + xfs
 2022-03-03 13:49 UTC  (19+ messages)
          ` [dm-devel] "

[PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent
 2022-03-03 11:48 UTC  (18+ messages)
` [PATCH 1/8] sched: coredump.h: clarify the use of MMF_VM_HUGEPAGE
` [PATCH 2/8] mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGED
` [PATCH 3/8] mm: khugepaged: skip DAX vma
` [PATCH 4/8] mm: thp: only regular file could be THP eligible
` [PATCH 5/8] mm: khugepaged: make khugepaged_enter() void function
` [PATCH 6/8] mm: khugepaged: move some khugepaged_* functions to khugepaged.c
` [PATCH 7/8] mm: khugepaged: introduce khugepaged_enter_file() helper
` [PATCH 8/8] fs: register suitable readonly vmas for khugepaged

[PATCH v4 00/26] xfs: remove xfs_disk_quot from incore dquot
 2022-03-03  0:38 UTC  (5+ messages)
` [PATCH 25/26] xfs: actually bump warning counts when we send warnings
  ` Quota warning woes (was: [PATCH 25/26] xfs: actually bump warning counts when we send warnings)

[PATCH] iomap: fix incomplete async dio reads when using IOMAP_DIO_PARTIAL
 2022-03-02 23:12 UTC  (7+ messages)

[PATCH RESEND] xfs: don't generate selinux audit messages for capability testing
 2022-03-02 14:44 UTC  (5+ messages)

WARNING: CPU: 5 PID: 25802 at fs/xfs/libxfs/xfs_bmap.c:4530 xfs_bmapi_convert_delalloc+0x434/0x4a0 [xfs]
 2022-03-02 11:53 UTC  (13+ messages)

[PATCH 0/6] block, fs: convert most Direct IO cases to FOLL_PIN
 2022-03-02  8:07 UTC  (21+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()
` [PATCH 2/6] iov_iter: new iov_iter_pin_pages*(), for FOLL_PIN pages
` [PATCH 3/6] block, fs: assert that key paths use iovecs, and nothing else
` [PATCH 4/6] block, bio, fs: convert most filesystems to pin_user_pages_fast()
` [PATCH 5/6] NFS: direct-io: convert to FOLL_PIN pages
` [PATCH 6/6] fuse: convert direct IO paths to use FOLL_PIN

[PATCH V7 00/17] xfs: Extend per-inode extent counters
 2022-03-02  0:31 UTC  (20+ messages)
` [PATCH V7 01/17] xfs: Move extent count limits to xfs_format.h
` [PATCH V7 02/17] xfs: Introduce xfs_iext_max_nextents() helper
` [PATCH V7 03/17] xfs: Use xfs_extnum_t instead of basic data types
` [PATCH V7 04/17] xfs: Introduce xfs_dfork_nextents() helper
` [PATCH V7 05/17] xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextents
` [PATCH V7 06/17] xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
` [PATCH V7 07/17] xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
` [PATCH V7 08/17] xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64
` [PATCH V7 09/17] xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
` [PATCH V7 10/17] xfs: Use xfs_rfsblock_t to count maximum blocks that can be used by BMBT
` [PATCH V7 11/17] xfs: Introduce macros to represent new maximum extent counts for data/attr forks
` [PATCH V7 12/17] xfs: Introduce per-inode 64-bit extent counters
` [PATCH V7 13/17] xfs: xfs_growfs_rt_alloc: Unlock inode explicitly rather than through iop_committing()
` [PATCH V7 14/17] xfs: Conditionally upgrade existing inodes to use 64-bit extent counters
` [PATCH V7 15/17] xfs: Enable bulkstat ioctl to support 64-bit per-inode "
` [PATCH V7 16/17] xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
` [PATCH V7 17/17] xfs: Define max extent length based on on-disk format definition

[PATCH v7 0/1] xfstests: add log attribute replay test
 2022-03-01 20:46 UTC  (3+ messages)
` [PATCH v7 1/1] xfstests: Add Log Attribute Replay test

[PATCH v28 00/15] xfs: Log Attribute Replay
 2022-03-01 20:39 UTC  (18+ messages)
` [PATCH v28 01/15] xfs: Fix double unlock in defer capture code
` [PATCH v28 02/15] xfs: don't commit the first deferred transaction without intents
` [PATCH v28 03/15] xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process
` [PATCH v28 04/15] xfs: Set up infrastructure for log attribute replay
` [PATCH v28 05/15] xfs: Implement attr logging and replay
` [PATCH v28 06/15] xfs: Skip flip flags for delayed attrs
` [PATCH v28 07/15] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v28 08/15] xfs: Remove unused xfs_attr_*_args
` [PATCH v28 09/15] xfs: Add log attribute error tag
` [PATCH v28 10/15] xfs: Add larp debug option
` [PATCH v28 11/15] xfs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v28 12/15] xfs: Add helper function xfs_attr_leaf_addname
` [PATCH v28 13/15] xfs: Add helper function xfs_init_attr_trans
` [PATCH v28 14/15] xfs: add leaf split error tag
` [PATCH v28 15/15] xfs: add leaf to node "

[PATCH v6 01/10] mm: add zone device coherent type memory support
 2022-03-01 16:32 UTC  (8+ messages)
` [PATCH] mm: split vm_normal_pages for LRU and non-LRU handling

[PATCHSET 00/17] xfsprogs: various 5.15 fixes
 2022-03-01 15:55 UTC  (38+ messages)
` [PATCH 04/17] libfrog: move the GETFSMAP definitions into libfrog
  ` [PATCH v1.1 04/17] libfrog: always use the kernel GETFSMAP definitions
` [PATCH 07/17] xfs_db: fix nbits parameter in fa_ino[48] functions
` [PATCH 08/17] xfs_repair: explicitly cast resource usage counts in do_warn
` [PATCH 09/17] xfs_repair: explicitly cast directory inode numbers "
` [PATCH 10/17] xfs_repair: fix indentation problems in upgrade_filesystem
` [PATCH 11/17] xfs_repair: update secondary superblocks after changing features
` [PATCH 12/17] xfs_scrub: report optional features in version string
  ` [PATCH v2 "
  ` [PATCH v3 "
` [PATCH 16/17] mkfs: add a config file for x86_64 pmem filesystems
  ` [PATCH v2 "
` [PATCH 17/17] mkfs: enable inobtcount and bigtime by default
` [PATCH 19/17] mkfs: increase default log size for new (aka bigtime) filesystems

[PATCH RFC 0/4] xfs: track and skip realloc of busy inodes
 2022-03-01 15:05 UTC  (10+ messages)
` [PATCH RFC 3/4] xfs: crude chunk allocation retry mechanism

[RFC PATCH 0/7] block, fs: convert Direct IO to FOLL_PIN
 2022-03-01  9:30 UTC  (14+ messages)
` [RFC PATCH 1/7] mm/gup: introduce pin_user_page()

[PATCH] xfs: reserve quota for directory expansion when hardlinking files
 2022-03-01  4:59 UTC  (2+ messages)
` [PATCH] generic: test that linking into a directory fails with EDQUOT

[PATCH] xfs: don't generate selinux audit messages for capability testing
 2022-03-01  2:49 UTC  (2+ messages)

[PATCH] xfs: add missing cmap->br_state = XFS_EXT_NORM update
 2022-03-01  2:48 UTC  (5+ messages)

Fwd: [PATCH] xfs_quota: Support XFS_GETNEXTQUOTA in range calls
 2022-02-28 21:57 UTC  (2+ messages)

[ANNOUNCE] xfsprogs for-next updated to 1c08f0ae
 2022-02-28 21:26 UTC 

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-02-27 15:57 UTC  (13+ messages)
` [PATCH v11 1/8] dax: Introduce holder for dax_device
` [PATCH v11 2/8] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v11 3/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v11 4/8] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v11 5/8] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v11 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v11 7/8] xfs: Implement ->notify_failure() for XFS
` [PATCH v11 8/8] fsdax: set a CoW flag when associate reflink mappings

[GIT PULL] xfs: fixes for 5.17-rc6
 2022-02-26 19:08 UTC  (2+ messages)

Performance regression when large number of tasks perform random I/O
 2022-02-25 21:41 UTC  (2+ messages)

[PATCH] xfs: do not clear S_ISUID|S_ISGID for idmapped mounts
 2022-02-25 17:11 UTC  (5+ 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).