public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-21 18:31:07 to 2024-11-27 00:55:52 UTC [more...]

[PATCH v4 0/3] Addition of new tests for extsize hints
 2024-11-27  0:55 UTC  (9+ messages)
` [PATCH v4 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v4 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v4 3/3] generic: Addition of new tests for extsize hints

[ANNOUNCE] xfs-documentation: for-next updated to f512c164a1d0e8
 2024-11-27  0:44 UTC 

[PATCHBOMB] xfs-documentation: updates for 6.13
 2024-11-27  0:20 UTC  (13+ messages)
` [PATCHSET] "
  ` [PATCH 01/10] design: update metadata reconstruction chapter
  ` [PATCH 02/10] design: document filesystem properties
  ` [PATCH 03/10] design: move superblock documentation to a separate file
  ` [PATCH 04/10] design: document the actual ondisk superblock
  ` [PATCH 05/10] design: document the changes required to handle metadata directories
  ` [PATCH 06/10] design: move discussion of realtime volumes to a separate section
  ` [PATCH 07/10] design: document realtime groups
  ` [PATCH 08/10] design: document metadata directory tree quota changes
  ` [PATCH 09/10] design: update metadump v2 format to reflect rt dumps
  ` [PATCH 10/10] xfs-documentation: release for 6.1[23]
` [GIT PULL] xfs-documentation: updates for 6.13

[PATCHBOMB] xfs/fstests: largeish pile of bug fixes
 2024-11-26 20:27 UTC  (61+ messages)
` [PATCHSET v3] fstests: random fixes for v2024.11.17
  ` [PATCH 01/16] generic/757: fix various bugs in this test
  ` [PATCH 02/16] generic/757: convert to thinp
  ` [PATCH 03/16] xfs/113: fix failure to corrupt the entire directory
  ` [PATCH 04/16] xfs/508: fix test for 64k blocksize
  ` [PATCH 05/16] common/rc: capture dmesg when oom kills happen
  ` [PATCH 06/16] generic/562: handle ENOSPC while cloning gracefully
  ` [PATCH 07/16] xfs/163: skip test if we can't shrink due to enospc issues
  ` [PATCH 08/16] xfs/009: allow logically contiguous preallocations
  ` [PATCH 09/16] generic/251: use sentinel files to kill the fstrim loop
  ` [PATCH 10/16] generic/251: constrain runtime via time/load/soak factors
  ` [PATCH 11/16] generic/251: don't copy the fsstress source code
  ` [PATCH 12/16] common/rc: _scratch_mkfs_sized supports extra arguments
  ` [PATCH 13/16] xfs/157: do not drop necessary mkfs options
  ` [PATCH 14/16] generic/366: fix directio requirements checking
  ` [PATCH 15/16] generic/454: actually set attr value for llamapirate subtest
  ` [PATCH 16/16] xfs/122: add tests for commitrange structures
  ` [PATCH 17/16] generic/459: prevent collisions between test VMs backed by a shared disk pool
` [PATCHSET] xfs: bug fixes for 6.13
  ` [PATCH 01/21] xfs: fix off-by-one error in fsmap's end_daddr usage
  ` [PATCH 02/21] xfs: metapath scrubber should use the already loaded inodes
  ` [PATCH 03/21] xfs: keep quota directory inode loaded
  ` [PATCH 04/21] xfs: return a 64-bit block count from xfs_btree_count_blocks
  ` [PATCH 05/21] xfs: don't drop errno values when we fail to ficlone the entire range
  ` [PATCH 06/21] xfs: separate healthy clearing mask during repair
  ` [PATCH 07/21] xfs: set XFS_SICK_INO_SYMLINK_ZAPPED explicitly when zapping a symlink
  ` [PATCH 08/21] xfs: mark metadir repair tempfiles with IRECOVERY
  ` [PATCH 09/21] xfs: fix null bno_hint handling in xfs_rtallocate_rtg
  ` [PATCH 10/21] xfs: fix error bailout in xfs_rtginode_create
  ` [PATCH 11/21] xfs: update btree keys correctly when _insrec splits an inode root block
  ` [PATCH 12/21] xfs: fix scrub tracepoints when inode-rooted btrees are involved
  ` [PATCH 13/21] xfs: unlock inodes when erroring out of xfs_trans_alloc_dir
  ` [PATCH 14/21] xfs: only run precommits once per transaction object
  ` [PATCH 15/21] xfs: remove recursion in __xfs_trans_commit
  ` [PATCH 16/21] xfs: don't lose solo superblock counter update transactions
  ` [PATCH 17/21] xfs: don't lose solo dquot "
  ` [PATCH 18/21] xfs: separate dquot buffer reads from xfs_dqflush
  ` [PATCH 19/21] xfs: clean up log item accesses in xfs_qm_dqflush{,_done}
  ` [PATCH 20/21] xfs: attach dquot buffer to dquot log item buffer
  ` [PATCH 21/21] xfs: convert quotacheck to attach dquot buffers
  ` [PATCH 22/21] xfs: fix sb_spino_align checks for large fsblock sizes

[PATCH] xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay
 2024-11-26 12:31 UTC 

[PATCH 6.12] MAINTAINERS: appoint myself the XFS maintainer for 6.12 LTS
 2024-11-26 12:26 UTC  (2+ messages)

[PATCH v4 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-11-26  6:53 UTC  (6+ messages)
` [PATCH v4 2/2] xfs: clean up xfs_end_ioend() to reuse local variables

[PATCH] xfs_io: Avoid using __kernel_rwf_t for older kernels
 2024-11-26  4:53 UTC  (4+ messages)

[PATCHSET v2] fstests: random fixes for v2024.11.17
 2024-11-26  1:26 UTC  (31+ messages)
` [PATCH 01/17] generic/757: fix various bugs in this test
` [PATCH 02/17] generic/757: convert to thinp
` [PATCH 03/17] logwrites: warn if we don't think read after discard returns zeroes
` [PATCH 04/17] logwrites: use BLKZEROOUT if it's available
` [PATCH 05/17] logwrites: only use BLKDISCARD if we know discard zeroes data
` [PATCH 06/17] xfs/113: fix failure to corrupt the entire directory
` [PATCH 07/17] xfs/508: fix test for 64k blocksize
` [PATCH 08/17] common/rc: capture dmesg when oom kills happen
` [PATCH 09/17] generic/562: handle ENOSPC while cloning gracefully
` [PATCH 10/17] xfs/163: skip test if we can't shrink due to enospc issues
` [PATCH 11/17] xfs/009: allow logically contiguous preallocations
` [PATCH 12/17] generic/251: use sentinel files to kill the fstrim loop
` [PATCH 13/17] generic/251: constrain runtime via time/load/soak factors
` [PATCH 14/17] generic/251: don't copy the fsstress source code
` [PATCH 15/17] common/rc: _scratch_mkfs_sized supports extra arguments
` [PATCH 16/17] xfs/157: do not drop necessary mkfs options
` [PATCH 17/17] generic/366: fix directio requirements checking

[PATCH 0/5] *** Introduce new space allocation algorithm ***
 2024-11-26  0:51 UTC  (10+ messages)

[PATCH] xfs: fix race condition in inodegc list and cpumask handling
 2024-11-25 21:03 UTC  (2+ messages)

[PATCH] xfs: use inode_set_cached_link()
 2024-11-25 18:36 UTC  (5+ messages)

[PATCH v3 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-11-25 13:13 UTC  (32+ messages)
` [PATCH v3 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v3 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v3 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v3 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v3 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v3 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v3 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v3 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v3 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v3 10/25] pci/p2pdma: Don't initialise page refcount to one
` [PATCH v3 11/25] mm: Allow compound zone device pages
` [PATCH v3 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v3 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v3 14/25] huge_memory: Allow mappings of PUD sized pages
` [PATCH v3 15/25] huge_memory: Allow mappings of PMD "
` [PATCH v3 16/25] memremap: Add is_device_dax_page() and is_fsdax_page() helpers
` [PATCH v3 17/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v3 18/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v3 19/25] memcontrol-v1: "
` [PATCH v3 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v3 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v3 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v3 23/25] mm: Remove pXX_devmap callers
` [PATCH v3 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v3 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

[PATCH v2] xfs: remove unknown compat feature check in superblock write validation
 2024-11-25 11:57 UTC  (2+ messages)

[PATCH] xfs: eliminate lockdep false positives in xfs_attr_shortform_list
 2024-11-25 11:57 UTC  (2+ messages)

[PATCH 0/3] xfs: miscellaneous bug fixes
 2024-11-25 11:57 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to a8581099604d
 2024-11-25 11:46 UTC 

[ANNOUNCE] xfsprogs: for-next updated to 409477af604f
 2024-11-25 10:21 UTC 

[PATCHSET] fstests: random fixes for v2024.11.17
 2024-11-25  5:18 UTC  (24+ messages)
` [PATCH 01/12] generic/757: fix various bugs in this test
` [PATCH 05/12] generic/562: handle ENOSPC while cloning gracefully

[PATCH v3 1/2] iomap: fix zero padding data issue in concurrent append writes
 2024-11-25  1:45 UTC  (3+ messages)

[syzbot] [xfs?] possible deadlock in xfs_dquot_disk_alloc
 2024-11-24  7:53 UTC 

[syzbot] [xfs?] possible deadlock in xfs_qm_dqfree_one (3)
 2024-11-23 15:04 UTC 

[PATCH v3 0/3] Addition of new tests for extsize hints
 2024-11-22 19:06 UTC  (15+ messages)
` [PATCH v3 1/3] common/rc,xfs/207: Add a common helper function to check xflag bits
` [PATCH v3 2/3] common/rc: Add a new _require_scratch_extsize helper function
` [PATCH v3 3/3] generic: Addition of new tests for extsize hints

[PATCH v8 00/19] fanotify: add pre-content hooks
 2024-11-22 13:51 UTC  (9+ messages)
` [PATCH v8 10/19] fanotify: introduce FAN_PRE_ACCESS permission event

[PATCH v9 00/19] fanotify: add pre-content hooks
 2024-11-22 10:58 UTC  (4+ messages)
` [PATCH 03/19] fsnotify: check if file is actually being watched for pre-content events on open

[6.13-rc0 regression] workqueue throwing cpu affinity warnings during CPU hotplug
 2024-11-22  0:38 UTC 


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