messages from 2024-01-01 00:52:31 to 2024-01-04 04:35:53 UTC [more...]
[xfstests generic/648] 64k directory block size (-n size=65536) crash on _xfs_buf_ioapply
2024-01-04 4:35 UTC (5+ messages)
[BUG REPORT] shrink_dcache_parent() loops indefinitely on a next-20240102 kernel
2024-01-04 4:34 UTC (2+ messages)
[PATCH] xfs: improve handling of prjquot ENOSPC
2024-01-04 3:36 UTC (6+ messages)
` [PATCH v3] "
[PATCH] xfs: ensure submit buffers on LSN boundaries in error handlers
2024-01-04 2:01 UTC (2+ messages)
put the xfs xfile abstraction on a diet
2024-01-04 1:35 UTC (32+ messages)
` [PATCH 01/15] shmem: move the shmem_mapping assert into shmem_get_folio_gfp
` [PATCH 02/15] shmem: export shmem_get_folio
` [PATCH 03/15] shmem: document how to "persist" data when using shmem_*file_setup
` [PATCH 04/15] xfs: remove xfile_stat
` [PATCH 05/15] xfs: remove the xfile_pread/pwrite APIs
` [PATCH 06/15] xfs: don't try to handle non-update pages in xfile_obj_load
` [PATCH 07/15] xfs: shmem_file_setup can't return NULL
` [PATCH 08/15] xfs: don't modify file and inode flags for shmem files
` [PATCH 09/15] xfs: don't allow highmem pages in xfile mappings
` [PATCH 10/15] xfs: remove xfarray_sortinfo.page_kaddr
` [PATCH 11/15] xfs: use shmem_get_folio in xfile_get_page
` [PATCH 12/15] xfs: remove struct xfile_page
` [PATCH 13/15] xfs: don't unconditionally allocate a new page in xfile_get_page
` [PATCH 14/15] xfs: use xfile_get_page and xfile_put_page in xfile_obj_store
` [PATCH 15/15] xfs: use xfile_get_page and xfile_put_page in xfile_obj_load
[PATCHSET v29.0 26/28] xfs: cache xfile pages for better performance
2024-01-04 1:33 UTC (7+ messages)
` [PATCH 2/3] xfs: use b_offset to support direct-mapping pages when blocksize < pagesize
` [PATCH 3/3] xfile: implement write caching
RFC: in-memory btree simplifications
2024-01-04 1:24 UTC (10+ messages)
` [PATCH 1/5] xfs: remove the in-memory btree header block
` [PATCH 2/5] xfs: remove struct xfboff_bitmap
` [PATCH 3/5] xfs: remove bc_ino.flags
` [PATCH 4/5] xfs: factor out a xfs_btree_owner helper
` [PATCH 5/5] xfs: embedd struct xfbtree into the owning structure
[PATCHSET v29.0 10/28] xfs: move btree geometry to ops struct
2024-01-03 20:35 UTC (25+ messages)
` [PATCH 1/9] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
` [PATCH 2/9] xfs: encode the default bc_flags in the btree ops structure
` [PATCH 3/9] xfs: export some of the btree ops structures
` [PATCH 4/9] xfs: initialize btree blocks using btree_ops structure
` [PATCH 5/9] xfs: rename btree block/buffer init functions
` [PATCH 6/9] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
` [PATCH 7/9] xfs: remove the unnecessary daddr paramter to _init_block
` [PATCH 8/9] xfs: set btree block buffer ops in _init_buf
` [PATCH 9/9] xfs: remove unnecessary fields in xfbtree_config
[PATCHSET v29.0 08/28] xfs: support in-memory btrees
2024-01-03 19:37 UTC (17+ messages)
` [PATCH 1/9] xfs: dump xfiles for debugging purposes
` [PATCH 3/9] xfs: create buftarg helpers to abstract block_device operations
` [PATCH 4/9] xfs: make GFP_ usage consistent when allocating buftargs
` [PATCH 6/9] xfs: consolidate btree block freeing tracepoints
` [PATCH 9/9] xfs: connect in-memory btrees to xfiles
[PATCHSET v29.0 01/28] xfs: live inode scans for online fsck
2024-01-03 18:40 UTC (20+ messages)
` [PATCH 1/7] xfs: speed up xfs_iwalk_adjust_start a little bit
` [PATCH 2/7] xfs: implement live inode scan for scrub
` [PATCH 3/7] xfs: allow scrub to hook metadata updates in other writers
` [PATCH 4/7] xfs: allow blocking notifier chains with filesystem hooks
` [PATCH 5/7] xfs: stagger the starting AG of scrub iscans to reduce contention
` [PATCH 6/7] xfs: cache a bunch of inodes for repair scans
` [PATCH 7/7] xfs: iscan batching should handle unallocated inodes too
[PATCHSET v29.0 24/40] libxfs: cache xfile pages for better performance
2024-01-03 8:44 UTC (4+ messages)
` [PATCH 1/1] xfs: map xfile pages directly into xfs_buf
[PATCHSET v29.0 02/28] xfs: repair inode mode by scanning dirs
2024-01-03 7:38 UTC (13+ messages)
` [PATCH 1/4] xfs: create a static name for the dot entry too
` [PATCH 2/4] xfs: create a predicate to determine if two xfs_names are the same
` [PATCH 3/4] xfs: create a macro for decoding ftypes in tracepoints
` [PATCH 4/4] xfs: repair file modes by scanning for a dirent pointing to us
[PATCH 0/5] Add support for testing XFS metadump v2
2024-01-03 5:57 UTC (11+ messages)
` [PATCH 1/5] common/xfs: Do not append -a and -o options to metadump
` [PATCH 2/5] common/xfs: Add function to detect support for metadump v2
` [PATCH 3/5] _scratch_xfs_mdrestore: Pass scratch log device when applicable
` [PATCH 4/5] xfs: Add support for testing metadump v2
` [PATCH 5/5] xfs: Check correctness of metadump/mdrestore's ability to work with dirty log
[PATCHSET v29.0 11/28] xfs: reduce refcount repair memory usage
2024-01-03 2:31 UTC (11+ messages)
` [PATCH 1/4] xfs: move lru refs to the btree ops structure
` [PATCH 2/4] xfs: define an in-memory btree for storing refcount bag info during repairs
` [PATCH 3/4] xfs: create refcount bag structure for btree repairs
` [PATCH 4/4] xfs: port refcount repair to the new refcount bag structure
[NYE PATCHRIVER 1/4] xfs: the rest of online repair part 1
2024-01-03 2:01 UTC (11+ messages)
` [PATCHSET v29.0 34/40] xfs_scrub: fixes for systemd services
` [PATCH 8/9] xfs_scrub_fail: move executable script to /usr/libexec
` [PATCH 9/9] xfs_scrub_all.cron: move to package data directory
[PATCHSET v29.0 12/28] xfs: bmap log intent cleanups
2024-01-03 1:21 UTC (16+ messages)
` [PATCH 1/7] xfs: split tracepoint classes for deferred items
` [PATCH 2/7] xfs: clean up bmap log intent item tracepoint callsites
` [PATCH 3/7] xfs: remove xfs_trans_set_bmap_flags
` [PATCH 4/7] xfs: add a bi_entry helper
` [PATCH 5/7] xfs: reuse xfs_bmap_update_cancel_item
` [PATCH 6/7] xfs: move xfs_bmap_defer_add to xfs_bmap_item.c
` [PATCH 7/7] xfs: add a xattr_entry helper
[PATCHSET v29.0 13/28] xfs: widen BUI formats to support realtime
2024-01-02 10:46 UTC (7+ messages)
` [PATCH 1/3] xfs: fix xfs_bunmapi to allow unmapping of partial rt extents
` [PATCH 2/3] xfs: add a realtime flag to the bmap update log redo items
` [PATCH 3/3] xfs: support recovering bmap intent items targetting realtime extents
[PATCHSET v29.0 03/28] xfs: online repair of quota counters
2024-01-02 10:30 UTC (3+ messages)
` [PATCH 1/5] xfs: report the health of quota counts
[ANNOUNCE] xfs-linux: for-next updated to bcdfae6ee520
2024-01-01 5:55 UTC
[PATCHSET v2.0 4/4] xfs-documentation: reflink on the realtime device
2023-12-31 20:04 UTC (2+ messages)
` [PATCH 1/1] design: document changes for the realtime refcount btree
[PATCHSET v2.0 3/4] xfs-documentation: realtime reverse-mapping support
2023-12-31 20:04 UTC (2+ messages)
` [PATCH 1/1] design: document the revisions to the realtime rmap formats
[PATCHSET v2.0 2/4] xfs-documentation: shard the realtime section
2023-12-31 20:03 UTC (3+ messages)
` [PATCH 1/2] design: move discussion of realtime volumes to a separate section
` [PATCH 2/2] design: document realtime groups
[PATCHSET v2.0 1/4] xfs-documentation: document metadata directories
2023-12-31 20:03 UTC (2+ messages)
` [PATCH 1/1] design: document the changes required to handle "
[PATCHSET v13.0 2/2] xfs-documentation: document parent pointers
2023-12-31 20:03 UTC (2+ messages)
` [PATCH 1/1] design: document the parent pointer ondisk format
[PATCHSET v13.0 1/2] xfs-documentation: document attr log item changes for parent pointers
2023-12-31 20:03 UTC (2+ messages)
` [PATCH 1/1] design: document new name-value logged attribute variants
[PATCHSET v29.0] xfs-documentation: atomic file updates
2023-12-31 20:02 UTC (2+ messages)
` [PATCH 1/1] design: document atomic extent swap log intent structures
[PATCHSET 2/2] fstests: defragment free space
2023-12-31 20:02 UTC (3+ messages)
` [PATCH 1/2] xfs/122: update for XFS_IOC_MAP_FREESP
` [PATCH 2/2] xfs: test clearing of free space
[PATCHSET 1/2] fstests: functional test for refcount reporting
2023-12-31 20:02 UTC (3+ messages)
` [PATCH 1/2] xfs/122: update for the getfsrefs ioctl
` [PATCH 2/2] xfs: test output of new FSREFCOUNTS ioctl
[PATCHSET v2.0 9/9] fstests: functional tests for rt quota
2023-12-31 20:02 UTC (4+ messages)
` [PATCH 1/3] common: enable testing of realtime quota when supported
` [PATCH 2/3] xfs: fix quota tests to adapt to realtime quota
` [PATCH 3/3] xfs: regression testing of quota on the realtime device
[PATCHSET v2.0 8/9] fstests: reflink with large realtime extents
2023-12-31 20:01 UTC (6+ messages)
` [PATCH 1/5] xfs: make sure that CoW will write around when rextsize > 1
` [PATCH 2/5] xfs: skip cowextsize hint fragmentation tests on realtime volumes
` [PATCH 3/5] misc: add more congruent oplen testing
` [PATCH 4/5] xfs: test COWing entire rt extents
` [PATCH 5/5] generic/303: avoid test failures on weird rt extent sizes
[PATCHSET v2.0 7/9] fstests: establish baseline for realtime reflink fuzz tests
2023-12-31 20:01 UTC (2+ messages)
` [PATCH 1/1] xfs: baseline golden output for rt refcount btree "
[PATCHSET v2.0 6/9] fstests: reflink on the realtime device
2023-12-31 20:01 UTC (10+ messages)
` [PATCH 1/9] xfs/122: update fields for realtime reflink
` [PATCH 2/9] common/populate: create realtime refcount btree
` [PATCH 3/9] xfs: create fuzz tests for the "
` [PATCH 4/9] xfs/27[24]: adapt for checking files on the realtime volume
` [PATCH 5/9] xfs: race fsstress with realtime refcount btree scrub and repair
` [PATCH 6/9] xfs: remove xfs/131 now that we allow reflink on realtime volumes
` [PATCH 7/9] xfs/856: add rtreflink upgrade to test matrix
` [PATCH 8/9] generic/331,xfs/240: support files that skip delayed allocation
` [PATCH 9/9] common/xfs: fix _xfs_get_file_block_size when rtinherit is set and no rt section
[PATCHSET v2.0 5/9] fstests: establish baseline for realtime rmap fuzz tests
2023-12-31 20:01 UTC (2+ messages)
` [PATCH 1/1] fuzzy: create known output for rt rmap btree "
[PATCHSET v2.0 4/9] fstests: fixes for realtime rmap
2023-12-31 20:00 UTC (14+ messages)
` [PATCH 01/13] xfs: fix tests that try to access the realtime rmap inode
` [PATCH 02/13] fuzz: for fuzzing the rtrmapbt, find the path to the rt rmap btree file
` [PATCH 03/13] xfs: race fsstress with realtime rmap btree scrub and repair
` [PATCH 04/13] xfs/856: add rtrmapbt upgrade to test matrix
` [PATCH 05/13] xfs/122: update for rtgroups-based realtime rmap btrees
` [PATCH 06/13] xfs: fix various problems with fsmap detecting the data device
` [PATCH 07/13] xfs/341: update test for rtgroup-based rmap
` [PATCH 08/13] xfs/3{43,32}: adapt tests for rt extent size greater than 1
` [PATCH 09/13] xfs: skip tests if formatting small filesystem fails
` [PATCH 10/13] xfs/443: use file allocation unit, not dbsize
` [PATCH 11/13] populate: adjust rtrmap calculations for rtgroups
` [PATCH 12/13] populate: check that we created a realtime rmap btree of the given height
` [PATCH 13/13] fuzzy: create missing fuzz tests for rt rmap btrees
[PATCHSET v2.0 3/9] fstests: enable FITRIM for the realtime section
2023-12-31 20:00 UTC (3+ messages)
` [PATCH 1/2] xfs: refactor statfs field extraction
` [PATCH 2/2] common/xfs: FITRIM now supports realtime volumes
[PATCHSET v2.0 2/9] xfsprogs: shard the realtime section
2023-12-31 20:00 UTC (18+ messages)
` [PATCH 01/17] common/populate: refactor caching of metadumps to a helper
` [PATCH 02/17] common/xfs: wipe external logs during mdrestore operations
` [PATCH 03/17] common/ext4: reformat "
` [PATCH 04/17] xfs: use metadump v2 format by default
` [PATCH 05/17] common/xfs: capture external logs during metadump/mdrestore
` [PATCH 06/17] xfs/122: update for rtgroups
` [PATCH 07/17] punch-alternating: detect xfs realtime files with large allocation units
` [PATCH 08/17] xfs/206: update mkfs filtering for rt groups feature
` [PATCH 09/17] common: pass the realtime device to xfs_db when possible
` [PATCH 10/17] common: filter rtgroups when we're disabling metadir
` [PATCH 11/17] xfs/185: update for rtgroups
` [PATCH 12/17] xfs/449: update test to know about xfs_db -R
` [PATCH 13/17] xfs/122: update for rtbitmap headers
` [PATCH 14/17] xfs/122: udpate test to pick up rtword/suminfo ondisk unions
` [PATCH 15/17] xfs/27[46],xfs/556: fix tests to deal with rtgroups output in bmap/fsmap commands
` [PATCH 16/17] common/xfs: capture realtime devices during metadump/mdrestore
` [PATCH 17/17] common/fuzzy: adapt the scrub stress tests to support rtgroups
[PATCHSET v2.0 1/9] fstests: test XFS metadata directories
2023-12-31 20:00 UTC (3+ messages)
` [PATCH 10/11] xfs: baseline golden output for metadata directory fuzz tests
` [PATCH 11/11] xfs: test metapath repairs
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