public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-11 19:00:59 to 2023-10-18 17:41:57 UTC [more...]

[PATCH RFC 0/9] fs: multigrain timestamps (redux)
 2023-10-18 17:41 UTC  (6+ messages)
` [PATCH RFC 1/9] fs: switch timespec64 fields in inode to discrete integers
` [PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
` [PATCH RFC 3/9] timekeeping: add new debugfs file to count multigrain timestamps
` [PATCH RFC 4/9] fs: add infrastructure for "
` [PATCH RFC 5/9] fs: have setattr_copy handle multigrain timestamps appropriately

[PATCH 5.15] xfs: don't expose internal symlink metadata buffers to the vfs
 2023-10-18 17:39 UTC 

[RFC v1.1] xfs-linux: rtalloc-speedups-6.7 updated to b67199695696
 2023-10-18 17:04 UTC  (69+ messages)
` [PATCHSET RFC v1.1 0/4] xfs: minor bugfixes for rt stuff
  ` [PATCH 1/4] xfs: bump max fsgeom struct version
  ` [PATCH 2/4] xfs: hoist freeing of rt data fork extent mappings
  ` [PATCH 3/4] xfs: prevent rt growfs when quota is enabled
  ` [PATCH 4/4] xfs: rt stubs should return negative errnos when rt disabled
` [PATCHSET RFC v1.1 0/8] xfs: clean up realtime type usage
  ` [PATCH 1/8] xfs: fix units conversion error in xfs_bmap_del_extent_delay
  ` [PATCH 2/8] xfs: make sure maxlen is still congruent with prod when rounding down
  ` [PATCH 3/8] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
  ` [PATCH 4/8] xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
  ` [PATCH 5/8] xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
  ` [PATCH 6/8] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
  ` [PATCH 7/8] xfs: rename xfs_verify_rtext to xfs_verify_rtbext
  ` [PATCH 8/8] xfs: convert rt extent numbers to xfs_rtxnum_t
` [PATCHSET RFC v1.1 0/7] xfs: refactor rt extent unit conversions
  ` [PATCH 1/7] xfs: create a helper to convert rtextents to rtblocks
  ` [PATCH 2/7] xfs: create a helper to compute leftovers of realtime extents
  ` [PATCH 3/7] xfs: create a helper to convert extlen to rtextlen
  ` [PATCH 4/7] xfs: create helpers to convert rt block numbers to rt extent numbers
  ` [PATCH 5/7] xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
  ` [PATCH 6/7] xfs: create rt extent rounding helpers for realtime extent blocks
  ` [PATCH 7/7] xfs: use shifting and masking when converting rt extents, if possible
` [PATCHSET RFC v1.1 0/8] xfs: refactor rtbitmap/summary macros
  ` [PATCH 1/8] xfs: convert the rtbitmap block and bit macros to static inline functions
  ` [PATCH 2/8] xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
  ` [PATCH 3/8] xfs: convert open-coded xfs_rtword_t pointer accesses to helper
  ` [PATCH 4/8] xfs: convert rt summary macros to helpers
  ` [PATCH 5/8] xfs: create helpers for rtbitmap block/wordcount computations
  ` [PATCH 6/8] xfs: use accessor functions for bitmap words
  ` [PATCH 7/8] xfs: create helpers for rtsummary block/wordcount computations
  ` [PATCH 8/8] xfs: use accessor functions for summary info words
  ` [PATCHSET RFC v1.2 0/4] xfs: refactor rtbitmap/summary accessors
    ` [PATCH 1/4] xfs: create a helper to handle logging parts of rt bitmap blocks
    ` [PATCH 2/4] xfs: use accessor functions for bitmap words
    ` [PATCH 3/4] xfs: create helpers for rtsummary block/wordcount computations
    ` [PATCH 4/4] xfs: use accessor functions for summary info words
` [PATCHSET RFC 2.1 0/7] xfs: CPU usage optimizations for realtime allocator
  ` [PATCH 1/7] xfs: consolidate realtime allocation arguments
  ` [PATCH 2/7] xfs: cache last bitmap block in realtime allocator
  ` [PATCH 3/7] xfs: invert the realtime summary cache
  ` [PATCH 4/7] xfs: return maximum free size from xfs_rtany_summary()
  ` [PATCH 5/7] xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()
  ` [PATCH 6/7] xfs: don't try redundant allocations "
  ` [PATCH 7/7] xfs: don't look for end of extent further than necessary "

[PATCH] iomap: fix short copy in iomap_write_iter()
 2023-10-18 15:52 UTC  (4+ messages)

Zapytanie ofertowe
 2023-10-18  8:45 UTC 

[PATCH v4] xfs: allow read IO and FICLONE to run concurrently
 2023-10-18  6:08 UTC  (4+ messages)

[PATCH v3 00/28] fs-verity support for XFS
 2023-10-18  2:35 UTC  (31+ messages)
` [PATCH v3 07/28] fsverity: always use bitmap to track verified status
` [PATCH v3 09/28] fsverity: pass log_blocksize to end_enable_verity()
` [PATCH v3 10/28] fsverity: operate with Merkle tree blocks instead of pages
` [PATCH v3 11/28] iomap: pass readpage operation to read path
` [PATCH v3 15/28] xfs: introduce workqueue for post read IO work
` [PATCH v3 23/28] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v3 24/28] xfs: disable direct read path for fs-verity sealed files

[powerpc] kernel BUG fs/xfs/xfs_message.c:102! [4k block]
 2023-10-17 17:07 UTC  (3+ messages)

[RFC] xfs-linux: realtime work branch rtalloc-speedups-6.7 updated to 8468dc886e05
 2023-10-17 15:26 UTC  (2+ messages)

[PATCHBOMB RFC]: xfs: realtime units cleanups
 2023-10-17  4:05 UTC  (23+ messages)
` [PATCHSET RFC v1.0 0/7] xfs: clean up realtime type usage
  ` [PATCH 1/7] xfs: make sure maxlen is still congruent with prod when rounding down
  ` [PATCH 2/7] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
  ` [PATCH 3/7] xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
  ` [PATCH 4/7] xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
  ` [PATCH 5/7] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
  ` [PATCH 6/7] xfs: rename xfs_verify_rtext to xfs_verify_rtbext
  ` [PATCH 7/7] xfs: convert rt extent numbers to xfs_rtxnum_t

[PATCH] xfs: only remap the written blocks in xfs_reflink_end_cow_extent
 2023-10-17  0:56 UTC  (4+ messages)

[PATCHSET RFC v1.0 0/7] xfs: refactor rt extent unit conversions
 2023-10-17  0:51 UTC  (22+ messages)
` [PATCH 1/7] xfs: create a helper to convert rtextents to rtblocks
` [PATCH 2/7] xfs: create a helper to compute leftovers of realtime extents
` [PATCH 3/7] "
` [PATCH 4/7] xfs: create helpers to convert rt block numbers to rt extent numbers
` [PATCH 5/7] xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
` [PATCH 6/7] xfs: create rt extent rounding helpers for realtime extent blocks
` [PATCH 7/7] xfs: use shifting and masking when converting rt extents, if possible

[PATCHSET RFC v1.0 0/8] xfs: refactor rtbitmap/summary macros
 2023-10-17  0:49 UTC  (30+ messages)
` [PATCH 1/8] xfs: convert the rtbitmap block and bit macros to static inline functions
` [PATCH 2/8] xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
` [PATCH 3/8] xfs: convert open-coded xfs_rtword_t pointer accesses to helper
` [PATCH 4/8] xfs: convert rt summary macros to helpers
` [PATCH 5/8] xfs: create helpers for rtbitmap block/wordcount computations
` [PATCH 6/8] xfs: use accessor functions for bitmap words
` [PATCH 7/8] xfs: create helpers for rtsummary block/wordcount computations
` [PATCH 8/8] xfs: use accessor functions for summary info words

[GIT PULL] xfs: bug fixes for 6.6
 2023-10-14 16:14 UTC  (2+ messages)

[PATCH v3 0/3] xfs: fix two problem when recovery intents fails
 2023-10-14  9:13 UTC  (4+ messages)
` [PATCH v3 3/3] xfs: fix intent item uaf when recover intents fail

[xfsprogs PATCH] xfs_io/encrypt: support specifying crypto data unit size
 2023-10-13  6:26 UTC 

Subject: [ANNOUNCE] xfs-linux: for-next updated to cbc06310c36f
 2023-10-13  4:45 UTC 

[PATCHSET RFC v1.0 0/3] xfs: minor bugfixes for rt stuff
 2023-10-12 17:34 UTC  (8+ messages)
` [PATCH 1/3] xfs: bump max fsgeom struct version
` [PATCH 2/3] xfs: prevent rt growfs when quota is enabled
` [PATCH 3/3] xfs: rt stubs should return negative errnos when rt disabled

[PATCHSET 0/3] fstests: random fixes for v2023.10.08
 2023-10-12 15:10 UTC  (9+ messages)
` [PATCH 1/3] xfs/178: don't fail when SCRATCH_DEV contains random xfs superblocks
  ` [PATCH v2 "

[PATCH v3] xfs: allow read IO and FICLONE to run concurrently
 2023-10-12 15:07 UTC  (5+ messages)

[ANNOUNCE] xfsprogs-6.5.0 released
 2023-10-12 12:00 UTC 

[PATCH] xfs: pin inodes that would otherwise overflow link count
 2023-10-12 11:05 UTC  (7+ messages)

[PATCH 0/9] xfs: byte-based grant head reservation tracking
 2023-10-12  8:54 UTC  (9+ messages)
` [PATCH 1/9] xfs: move and xfs_trans_committed_bulk
` [PATCH 7/9] xfs: track log space pinned by the AIL
` [PATCH 8/9] xfs: pass the full grant head to accounting functions
` [PATCH 9/9] xfs: grant heads track byte counts, not LSNs

[PATCH 0/9 v2] xfs: byte-base grant head reservation tracking
 2023-10-12  8:44 UTC  (4+ messages)
` [PATCH 2/9] xfs: AIL doesn't need manual pushing

[PATCH] xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIE
 2023-10-12  4:47 UTC  (6+ messages)

[PATCHSET v27.0 0/7] xfs: reserve disk space for online repairs
 2023-10-12  5:05 UTC  (3+ messages)
` [PATCH 4/7] xfs: automatic freeing of freshly allocated unwritten space
  ` [PATCH v27.1 "

[PATCH] xfs_quota: fix missing mount point warning
 2023-10-11 21:45 UTC  (2+ messages)

[GIT PULL] xfs: random fixes for 6.6
 2023-10-11 20:25 UTC 

xfsprogs: bug feedback
 2023-10-11 20:08 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