linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-18 18:05:54 to 2023-10-27 10:36:10 UTC [more...]

[PATCH RFC 0/9] fs: multigrain timestamps (redux)
 2023-10-27 10:35 UTC  (33+ messages)
` [PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing

[PATCH] iomap: fix iomap_dio_zero() for fs bs > system page size
 2023-10-27  8:03 UTC  (6+ messages)

[GIT PULL] iomap: bug fixes for 6.6-rc7
 2023-10-27  0:43 UTC  (10+ messages)

[PATCH] xfs: fix internal error from AGFL exhaustion
 2023-10-26 20:56 UTC  (13+ messages)
` [PATCH fstests] xfs: test refilling AGFL after lots of btree splits

[PATCH 1/2] generic/251: don't snapshot $here during a test
 2023-10-26  3:21 UTC  (2+ messages)
` [PATCH 2/2] generic/251: check min and max length and minlen for FSTRIM

[PATCH v2] xfs: up(ic_sema) if flushing data device fails
 2023-10-26  0:41 UTC  (2+ messages)

add and use a per-mapping stable writes flag v2
 2023-10-25 14:40 UTC  (7+ messages)
` [PATCH 1/4] filemap: add a per-mapping stable writes flag
` [PATCH 2/4] block: update the stable_writes flag in bdev_add
` [PATCH 3/4] xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
` [PATCH 4/4] xfs: respect the stable writes flag on the RT device

[PATCH] generic/251: check min and max length and minlen for FSTRIM
 2023-10-25  5:16 UTC  (10+ messages)

[RFC PATCH 0/9] xfs: push perags further into allocation routines
 2023-10-24 16:25 UTC  (4+ messages)
` [PATCH 3/9] xfs: select the AG with the largest contiguous space

add and use a per-mapping stable writes flag
 2023-10-24 16:16 UTC  (16+ messages)
` [PATCH 1/3] filemap: add "
` [PATCH 2/3] block: update the stable_writes flag in bdev_add
` [PATCH 3/3] xfs: respect the stable writes flag on the RT device

[PATCH 00/21] block atomic writes
 2023-10-24 12:59 UTC  (4+ messages)
` [PATCH 16/21] fs: iomap: Atomic write support

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-10-24 11:10 UTC  (6+ messages)
` [PATCH 1/6] "

Prezentacja
 2023-10-24  7:31 UTC 

[PATCH] xfs: up(ic_sema) if flushing data device fails
 2023-10-24  1:41 UTC  (4+ messages)

xfsprogs_6.5.0-1_source.changes ACCEPTED into unstable
 2023-10-23 20:49 UTC 

Processing of xfsprogs_6.5.0-1_source.changes
 2023-10-23 19:59 UTC 

[PATCH v4] xfs: allow read IO and FICLONE to run concurrently
 2023-10-23 15:40 UTC  (9+ messages)

[PATCH v14] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
 2023-10-23 12:21 UTC  (8+ messages)
` [PATCH v15] "
  ` [PATCH v15.1] "

[RFC PATCH] generic: test reads racing with slow reflink operations
 2023-10-22 22:20 UTC  (5+ messages)

[GIT PULL 6/6] xfs: CPU usage optimizations for realtime allocator
 2023-10-20 22:17 UTC 

[GIT PULL 5/6] xfs: refactor rtbitmap/summary accessors
 2023-10-20 22:17 UTC 

[GIT PULL 4/6] xfs: refactor rtbitmap/summary macros
 2023-10-20 22:17 UTC 

[GIT PULL 3/6] xfs: refactor rt extent unit conversions
 2023-10-20 22:17 UTC 

[GIT PULL 2/6] xfs: clean up realtime type usage
 2023-10-20 22:17 UTC 

[GIT PULL 1/6] xfs: minor bugfixes for rt stuff
 2023-10-20 22:17 UTC 

[ANNOUNCE] xfs-linux: realtime work branch rtalloc-speedups-6.7 updated to e0f7422f54b0
 2023-10-20 15:20 UTC  (46+ messages)
` [PATCHSET 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 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 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 v1.1 0/5] xfs: refactor rtbitmap/summary macros
  ` [PATCH 1/5] xfs: convert the rtbitmap block and bit macros to static inline functions
  ` [PATCH 2/5] xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
  ` [PATCH 3/5] xfs: convert open-coded xfs_rtword_t pointer accesses to helper
  ` [PATCH 4/5] xfs: convert rt summary macros to helpers
  ` [PATCH 5/5] xfs: create helpers for rtbitmap block/wordcount computations
` [PATCHSET v1.2 0/4] xfs: refactor rtbitmap/summary accessors
  ` [PATCH 1/4] xfs: create a helper to handle logging parts of rt bitmap/summary 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 v2.3 0/9] xfs: CPU usage optimizations for realtime allocator
  ` [PATCH 1/9] xfs: consolidate realtime allocation arguments
  ` [PATCH 2/9] xfs: cache last bitmap block in realtime allocator
  ` [PATCH 3/9] xfs: simplify xfs_rtbuf_get calling conventions
  ` [PATCH 4/9] xfs: simplify rt bitmap/summary block accessor functions
  ` [PATCH 5/9] xfs: invert the realtime summary cache
  ` [PATCH 6/9] xfs: return maximum free size from xfs_rtany_summary()
  ` [PATCH 7/9] xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()
  ` [PATCH 8/9] xfs: don't try redundant allocations "
  ` [PATCH 9/9] xfs: don't look for end of extent further than necessary "

[linus:master] [xfs] cbc06310c3: filebench.sum_operations/s -40.3% regression
 2023-10-20  7:03 UTC 

[ANNOUNCE] xfs-linux: iomap-for-next updated to 3ac974796e5d
 2023-10-19 16:47 UTC 

[PATCHSET RFC 2.1 0/7] xfs: CPU usage optimizations for realtime allocator
 2023-10-19 16:13 UTC  (20+ messages)
` [PATCH 2/7] xfs: cache last bitmap block in "
` [PATCHSET v2.2 0/9] xfs: CPU usage optimizations for "
  ` [PATCH 1/9] xfs: consolidate realtime allocation arguments
  ` [PATCH 2/9] xfs: cache last bitmap block in realtime allocator
  ` [PATCH 3/9] xfs: simplify xfs_rtbuf_get calling conventions
  ` [PATCH 4/9] xfs: simplify rt bitmap/summary block accessor functions
  ` [PATCH 5/9] xfs: invert the realtime summary cache
  ` [PATCH 6/9] xfs: return maximum free size from xfs_rtany_summary()
  ` [PATCH 7/9] xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()
  ` [PATCH 8/9] xfs: don't try redundant allocations "
  ` [PATCH 9/9] xfs: don't look for end of extent further than necessary "

[PATCH] iomap: fix short copy in iomap_write_iter()
 2023-10-19  4:58 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 25/28] xfs: add fs-verity support
 2023-10-18 19:18 UTC  (2+ messages)

[PATCH] Polish translation update for xfsprogs 6.5.0
 2023-10-18 18:02 UTC 


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).