messages from 2023-10-16 09:15:15 to 2023-10-20 15:20:34 UTC [more...]
[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 "
[RFC PATCH] generic: test reads racing with slow reflink operations
2023-10-20 13:37 UTC (3+ messages)
[PATCH RFC 0/9] fs: multigrain timestamps (redux)
2023-10-20 12:12 UTC (20+ 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 RFC 6/9] xfs: switch to multigrain timestamps
` [PATCH RFC 7/9] ext4: "
` [PATCH RFC 8/9] btrfs: convert "
` [PATCH RFC 9/9] tmpfs: add support for "
[PATCH v14] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
2023-10-20 9:56 UTC (3+ messages)
` [PATCH v15] "
[linus:master] [xfs] cbc06310c3: filebench.sum_operations/s -40.3% regression
2023-10-20 7:03 UTC
[PATCH v4] xfs: allow read IO and FICLONE to run concurrently
2023-10-20 6:06 UTC (6+ messages)
[ANNOUNCE] xfs-linux: iomap-for-next updated to 3ac974796e5d
2023-10-19 16:47 UTC
[RFC v1.1] xfs-linux: rtalloc-speedups-6.7 updated to b67199695696
2023-10-19 16:13 UTC (85+ 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 "
` [PATCHSET v2.2 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 "
[PATCH] generic/251: check min and max length and minlen for FSTRIM
2023-10-19 14:36 UTC
[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
2023-10-19 9:16 UTC (5+ messages)
` [PATCH 1/6] "
[PATCH] iomap: fix short copy in iomap_write_iter()
2023-10-19 4:58 UTC (7+ 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
[PATCH 5.15] xfs: don't expose internal symlink metadata buffers to the vfs
2023-10-18 17:39 UTC
Zapytanie ofertowe
2023-10-18 8:45 UTC
[PATCH v3 00/28] fs-verity support for XFS
2023-10-18 2:35 UTC (23+ messages)
` [PATCH v3 07/28] fsverity: always use bitmap to track verified status
` [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
[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 (7+ messages)
` [PATCHSET RFC v1.0 0/7] xfs: clean up realtime type usage
[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 (6+ messages)
` [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 (6+ messages)
` [PATCH 2/8] xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox