messages from 2024-01-10 17:45:54 to 2024-01-22 16:53:37 UTC [more...]
[PATCH 0/2] fstest changes for LBS
2024-01-22 16:53 UTC (4+ messages)
` [PATCH 1/2] xfs/558: scale blk IO size based on the filesystem blksz
` [PATCH 2/2] xfs/161: adapt the test case for LBS filesystem
[RFC PATCH 0/3] remove duplicate ifdefs
2024-01-22 14:37 UTC (7+ messages)
` [RFC PATCH 1/3] sched: "
` [RFC PATCH 2/3] fs: "
` [RFC PATCH 3/3] arch/powerpc: "
[RFC] [PATCH 0/3] xfs: use large folios for buffers
2024-01-22 13:34 UTC (18+ messages)
` [PATCH 1/3] xfs: unmapped buffer item size straddling mismatch
` [PATCH 2/3] xfs: use folios in the buffer cache
` [PATCH 3/3] xfs: convert buffer cache to use high order folios
` (no subject)
`
` Using Folios for XFS metadata
[xfstests generic/648] 64k directory block size (-n size=65536) crash on _xfs_buf_ioapply
2024-01-22 13:18 UTC (14+ messages)
[PATCH v2 00/16] block atomic writes
2024-01-22 8:29 UTC (3+ messages)
` [PATCH v2 05/16] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
[PATCHv2] xfs/604: Make test as _notrun for higher blocksizes filesystem
2024-01-22 8:21 UTC
[PATCH v4 1/3] Remove use of LFS64 interfaces
2024-01-22 7:26 UTC (5+ messages)
` [PATCH v4 2/3] build: Request 64-bit time_t where possible
` [PATCH v4 3/3] io: Adapt to >= 64-bit time_t
[PATCH v3 1/4] Remove use of LFS64 interfaces
2024-01-22 7:22 UTC (7+ messages)
` [PATCH v3 2/4] io: Assert we have a sensible off_t
[PATCH] xfs/604: Make test as _notrun for higher blocksizes filesystem
2024-01-22 6:29 UTC (3+ messages)
[RFC PATCH v2] xfs: run blockgc on freeze to avoid iget stalls after reclaim
2024-01-22 3:23 UTC (3+ messages)
[GIT PULL] xfs: More code changes for 6.8
2024-01-19 18:03 UTC (2+ messages)
[PATCH v2] xfs: ensure submit buffers on LSN boundaries in error handlers
2024-01-19 13:10 UTC (3+ messages)
[PATCH 00/12] xfs: remove remaining kmem interfaces and GFP_NOFS usage
2024-01-19 0:52 UTC (25+ messages)
` [PATCH 01/12] xfs: convert kmem_zalloc() to kzalloc()
` [PATCH 02/12] xfs: convert kmem_alloc() to kmalloc()
` [PATCH 03/12] xfs: move kmem_to_page()
` [PATCH 04/12] xfs: convert kmem_free() for kvmalloc users to kvfree()
` [PATCH 05/12] xfs: convert remaining kmem_free() to kfree()
` [PATCH 06/12] xfs: use an empty transaction for fstrim
` [PATCH 07/12] xfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
` [PATCH 08/12] xfs: use GFP_KERNEL in pure transaction contexts
` [PATCH 09/12] xfs: place intent recovery under NOFS allocation context
` [PATCH 10/12] xfs: place the CIL under nofs "
` [PATCH 11/12] xfs: clean up remaining GFP_NOFS users
` [PATCH 12/12] xfs: use xfs_defer_alloc a bit more
[PATCHSET 0/2] xfs_db: use directio for filesystem access
2024-01-19 0:52 UTC (6+ messages)
` [PATCH 2/2] xfs_db: use directio for device access
[BUG REPORT] shrink_dcache_parent() loops indefinitely on a next-20240102 kernel
2024-01-18 6:39 UTC (5+ messages)
fix log sector size detection v2
2024-01-17 23:57 UTC (9+ messages)
` [PATCH 1/5] libxfs: remove the unused fs_topology_t typedef
` [PATCH 2/5] libxfs: refactor the fs_topology structure
` [PATCH 3/5] libxfs: remove the S_ISREG check from blkid_get_topology
` [PATCH 4/5] libxfs: also query log device topology in get_topology
` [PATCH 5/5] mkfs: use a sensible log sector size default
[PATCH v2 00/16] block atomic writes
2024-01-17 16:16 UTC (25+ messages)
[PATCH] xfs: read only mounts with fsopen mount API are busted
2024-01-17 2:33 UTC (3+ messages)
[PATCHSET v2 5/5] xfs: aligned file data extent mappings
2024-01-16 9:26 UTC (3+ messages)
` [PATCH 2/4] xfs: make file data allocations observe the 'forcealign' flag
[PATCH v5 0/3] Remove the XFS mrlock
2024-01-16 3:07 UTC (9+ messages)
` [PATCH v5 1/3] locking: Add rwsem_assert_held() and rwsem_assert_held_write()
` [PATCH v5 2/3] xfs: Replace xfs_isilocked with xfs_assert_ilocked
` [PATCH v5 3/3] xfs: Remove mrlock wrapper
[PATCH] xfs: ensure submit buffers on LSN boundaries in error handlers
2024-01-15 14:14 UTC (14+ messages)
fix log sector size detection
2024-01-12 16:54 UTC (11+ messages)
` [PATCH 1/4] libxfs: remove the unused fs_topology_t typedef
` [PATCH 2/4] libxfs: refactor the fs_topology structure
` [PATCH 3/4] libxfs: also query log device topology in get_topology
` [PATCH 4/4] mkfs: use a sensible log sector size default
_supports_xfs_scrub cleanups v2
2024-01-12 16:43 UTC (12+ messages)
` [PATCH 1/4] xfs: check that the mountpoint is actually mounted in _supports_xfs_scrub
` [PATCH 2/4] xfs: add a _scratch_require_xfs_scrub helper
` [PATCH 3/4] xfs/262: call _scratch_require_xfs_scrub
` [PATCH 4/4] xfs/506: "
[PATCH] xfs: explicitly call cond_resched in xfs_itruncate_extents_flags
2024-01-12 13:01 UTC (8+ messages)
_supports_xfs_scrub cleanups
2024-01-12 4:42 UTC (12+ messages)
` [PATCH 1/3] xfs: check that the mountpoint is actually mounted in _supports_xfs_scrub
` [PATCH 2/3] xfs: add a _scratch_require_xfs_scrub helper
` [PATCH 3/3] xfs/262: call _scratch_require_xfs_scrub
[PATCH] xfs: drop experimental warning for FSDAX
2024-01-12 2:21 UTC (3+ messages)
[PATCH V3 0/5] Add support for testing XFS metadump v2
2024-01-12 2:20 UTC (9+ messages)
` [PATCH V3 1/5] common/xfs: Do not append -a and -o options to metadump
` [PATCH V3 2/5] common/xfs: Add function to detect support for metadump v2
` [PATCH V3 3/5] _scratch_xfs_mdrestore: Pass scratch log device when applicable
` [PATCH V3 4/5] xfs: Add support for testing metadump v2
` [PATCH V3 5/5] xfs: Check correctness of metadump/mdrestore's ability to work with dirty log
[GIT PULL 6/6] xfs_scrub: tighten security of systemd services
2024-01-12 2:17 UTC
[GIT PULL 5/6] xfs_scrub_all: fixes for systemd services
2024-01-12 2:17 UTC
[GIT PULL 4/6] xfs_scrub: fixes for systemd services
2024-01-12 2:17 UTC
[GIT PULL 3/6] xfs_scrub: fixes to the repair code
2024-01-12 2:16 UTC
[GIT PULL 2/6] xfs_scrub: fix licensing and copyright notices
2024-01-12 2:16 UTC
[GIT PULL 1/6] xfsprogs: various bug fixes for 6.6
2024-01-12 2:16 UTC
[PATCH v12 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
2024-01-12 1:56 UTC (3+ messages)
[PATCH 0/2] Introduce non-exclusive defrag to spaceman
2024-01-11 17:39 UTC
[PATCH 2/2] xfsprogs: modify spaceman man page for defrag
2024-01-11 17:40 UTC
[PATCH 1/2] xfsprogs: introduce defrag command to spaceman
2024-01-11 17:39 UTC
[PATCH v2] xfs: improve handling of prjquot ENOSPC
2024-01-11 7:24 UTC (7+ messages)
` [PATCH v4] "
[ANNOUNCE] xfs-linux: for-next updated to d61b40bf15ce
2024-01-11 5:16 UTC
put the xfs xfile abstraction on a diet
2024-01-10 22:42 UTC (3+ messages)
` [PATCH 12/15] xfs: remove struct xfile_page
[PATCH] xfs: delete unnecessary check in xfs_growfs_data_private()
2024-01-10 18:53 UTC
[PATCH] xfs/262: call _supports_xfs_scrub
2024-01-10 17:52 UTC (3+ messages)
[PATCH] xfs: fix backwards logic in xfs_bmap_alloc_account
2024-01-10 17:47 UTC (3+ messages)
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