public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-24 18:39:29 to 2024-10-02 01:10:43 UTC [more...]

[PATCHBOMB] xfsprogs: catch us up to 6.11
 2024-10-02  1:10 UTC  (26+ messages)
` [PATCHSET 1/6] xfsprogs: Debian and Ubuntu archive changes
  ` [PATCH 1/6] debian: Update debhelper-compat level
  ` [PATCH 2/6] debian: Update public release key
  ` [PATCH 3/6] debian: Prevent recreating the orig tarball
  ` [PATCH 4/6] debian: Add Build-Depends on pkg with systemd.pc
  ` [PATCH 5/6] debian: Modernize build script
  ` [PATCH 6/6] debian: Correct the day-of-week on 2024-09-04
` [PATCHSET 2/6] xfsprogs: do not depend on libattr
  ` [PATCH 1/2] misc: clean up code around attr_list_by_handle calls
  ` [PATCH 2/2] libfrog: emulate deprecated attrlist functionality in libattr
` [PATCHSET v2.5 3/6] libxfs: resync with 6.11
  ` [PATCH 01/64] xfs: avoid redundant AGFL buffer invalidation
  ` [PATCH 02/64] xfs: don't walk off the end of a directory data block
  ` [PATCH 03/64] xfs: Remove header files which are included more than once
  ` [PATCH 04/64] xfs: hoist extent size helpers to libxfs
  ` [PATCH 05/64] xfs: hoist inode flag conversion functions "
  ` [PATCH 06/64] xfs: hoist project id get/set "
  ` [PATCH 07/64] libxfs: put all the inode functions in a single file
  ` [PATCH 08/64] libxfs: pass IGET flags through to xfs_iread
  ` [PATCH 09/64] xfs: pack icreate initialization parameters into a separate structure
  ` [PATCH 10/64] libxfs: "
  ` [PATCH 11/64] xfs: implement atime updates in xfs_trans_ichgtime
` [PATCHSET v2.5 4/6] xfsprogs: port tools to new 6.11 APIs
` [PATCHSET 5/6] xfs_repair: cleanups for 6.11
` [PATCHSET v2.5 6/6] mkfs: clean up inode initialization code

[PATCH v1] xfs_io: add RWF_ATOMIC support to pwrite
 2024-10-02  1:01 UTC  (2+ messages)

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-10-01 21:10 UTC  (38+ messages)

[PATCHSET v31.1 2/2] fstests: atomic file content commits
 2024-10-01 16:49 UTC  (3+ messages)
` [PATCH 1/2] src/fiexchange.h: add the start-commit/commit-range ioctls
` [PATCH 2/2] xfs/122: add tests for commitrange structures

[PATCHSET 1/2] fstests: random fixes for v2024.09.29
 2024-10-01 16:48 UTC  (2+ messages)
` [PATCH 1/1] common/populate: fix bash syntax error in _fill_fs

[PATCH v8 00/12] fs: multigrain timestamp redux
 2024-10-01 16:17 UTC  (17+ messages)
` [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value
` [PATCH v8 02/12] fs: add infrastructure for multigrain timestamps
` [PATCH v8 03/12] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 04/12] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v8 05/12] fs: tracepoints around multigrain timestamp events
` [PATCH v8 06/12] fs: add percpu counters for significant "
` [PATCH v8 07/12] timekeeping: add percpu counter for tracking floor swap events
` [PATCH v8 08/12] Documentation: add a new file documenting multigrain timestamps
` [PATCH v8 09/12] xfs: switch to "
` [PATCH v8 10/12] ext4: "
` [PATCH v8 11/12] btrfs: convert "
` [PATCH v8 12/12] tmpfs: add support for "

[PATCH v6 0/7] block atomic writes for xfs
 2024-10-01 15:48 UTC  (26+ messages)
` [PATCH v6 1/7] block/fs: Pass an iocb to generic_atomic_write_valid()
` [PATCH v6 2/7] fs: Export generic_atomic_write_valid()
` [PATCH v6 3/7] fs: iomap: Atomic write support
` [PATCH v6 4/7] xfs: Support FS_XFLAG_ATOMICWRITES
` [PATCH v6 5/7] xfs: Support atomic write for statx
` [PATCH v6 6/7] xfs: Validate atomic writes
` [PATCH v6 7/7] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[linux-next:master] [xfs] 3062a738d7: filebench.sum_operations/s -85.0% regression
 2024-10-01 15:29 UTC  (4+ messages)

xfs post-EOF block freeing fixes v2
 2024-10-01 14:59 UTC  (5+ messages)
` [PATCH] xfs: new EOF fragmentation tests

[PATCH v8 00/11] fs: multigrain timestamp redux
 2024-10-01 12:45 UTC  (19+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-01 10:43 UTC  (15+ messages)
` [PATCH 05/12] mm/memory: Add dax_insert_pfn
` [PATCH 07/12] huge_memory: Allow mappings of PMD sized pages
` [PATCH 08/12] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH 09/12] mm: Update vm_normal_page() callers to accept "
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages
` [PATCH 11/12] mm: Remove pXX_devmap callers

fix recovery of allocator ops after a growfs
 2024-10-01  8:49 UTC  (12+ messages)
` [PATCH 1/7] xfs: pass the exact range to initialize to xfs_initialize_perag
` [PATCH 2/7] xfs: merge the perag freeing helpers
` [PATCH 3/7] xfs: update the file system geometry after recoverying superblock buffers
` [PATCH 4/7] xfs: error out when a superblock buffer updates reduces the agcount
` [PATCH 5/7] xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
` [PATCH 6/7] xfs: don't update file system geometry through transaction deltas
` [PATCH 7/7] xfs: split xfs_trans_mod_sb

[next] xfs: remove the redundant xfs_alloc_log_agf
 2024-09-30 23:19 UTC  (3+ messages)

[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-09-30 22:58 UTC  (4+ messages)

[PATCH] xfs: Fix circular locking during xfs inode reclamation
 2024-09-30 22:53 UTC  (2+ messages)

[PATCH v2] xfs: skip background cowblock trims on inodes open for write
 2024-09-30 17:09 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: master updated to v6.12-rc1
 2024-09-30  8:13 UTC 

[PATCH v3] xfs_db: make sure agblocks is valid to prevent corruption
 2024-09-29  8:53 UTC 

[PATCH v2] xfs: do not unshare any blocks beyond eof
 2024-09-29  8:30 UTC  (2+ messages)

[PATCH v3] xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()
 2024-09-27 18:45 UTC  (2+ messages)

[PATCH v1] xfs: scrub: convert comma to semicolon
 2024-09-27 18:45 UTC  (2+ messages)

[PATCH] xfs: Remove empty declartion in header file
 2024-09-27 18:45 UTC  (2+ messages)

fix a DEBUG-only assert failure in xfs/538 v5
 2024-09-27 18:45 UTC  (2+ messages)

[PATCH] MAINTAINERS: add Carlos Maiolino as XFS release manager
 2024-09-27 18:45 UTC  (4+ messages)

[PATCH v2 0/2] Minor fixes for xfsprogs
 2024-09-27 16:20 UTC  (3+ messages)
` [PATCH v2 1/2] xfsprogs: fix permissions on files installed by libtoolize
` [PATCH v2 2/2] xfsprogs: update gitignore

[PATCH 0/2] Minor fixes for xfsprogs
 2024-09-27 16:17 UTC  (10+ messages)
` [PATCH 1/2] xfsprogs: fix permissions on files installed by libtoolize
    `  "
` [PATCH 2/2] xfsprogs: update gitignore
    `  "
      `  "

[syzbot] [iomap?] KASAN: use-after-free Read in iomap_read_inline_data
 2024-09-27 14:21 UTC 

[PATCH v5.10] xfs: add bounds checking to xlog_recover_process_data
 2024-09-27  6:52 UTC  (5+ messages)
` [PATCH v5.10] xfs: No need for inode number error injection in __xfs_dir3_data_check
` [PATCH v5.10] xfs: don't walk off the end of a directory data block

[PATCH 6.1 00/26] xfs backports to catch 6.1.y up to 6.6
 2024-09-27  6:50 UTC  (7+ messages)
` [PATCH 6.1 24/26] xfs: make inode unlinked bucket recovery work with quotacheck
` [PATCH 6.1 25/26] xfs: fix reloading entire unlinked bucket lists
` [PATCH 6.1 26/26] xfs: set bnobt/cntbt numrecs correctly when formatting new AGs

[syzbot] [xfs?] KASAN: slab-use-after-free Read in xfs_inode_item_push
 2024-09-26 21:46 UTC  (2+ messages)

[PATCH 2/3] vfs: Fix implicit conversion problem when testing overflow case
 2024-09-26  9:06 UTC  (4+ messages)

[PATCH AUTOSEL 6.11 237/244] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-09-26  7:58 UTC  (4+ messages)
    `  "
` [PATCH AUTOSEL 6.11 242/244] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release

[PATCH 6.1 27/26] xfs: journal geometry is not properly bounds checked
 2024-09-26  0:57 UTC 

Worried about XFS recovery taking too long. Please help :D
 2024-09-25 22:00 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 133/139] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-09-25 12:09 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 138/139] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release

[PATCH AUTOSEL 6.10 190/197] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-09-25 11:53 UTC  (2+ messages)
` [PATCH AUTOSEL 6.10 195/197] iomap: handle a post-direct I/O invalidate race in iomap_write_delalloc_release

fix stale delalloc punching for COW I/O v3
 2024-09-25  9:24 UTC  (3+ messages)
  ` fix stale delalloc punching for COW I/O v4

[PATCH] xfs: add bounds checking to xlog_recover_process_data
 2024-09-24 22:29 UTC  (3+ messages)
` [PATCH] xfs: No need for inode number error injection in __xfs_dir3_data_check
` [PATCH] xfs: don't walk off the end of a directory data block

fix stale delalloc punching for COW I/O v4
 2024-09-24  7:40 UTC 


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