messages from 2024-02-24 01:34:58 to 2024-02-27 15:51:27 UTC [more...]
[PATCHSET v29.4 02/13] xfs: refactorings for atomic file content exchanges
2024-02-27 15:51 UTC (12+ messages)
` [PATCH 1/6] xfs: move inode lease breaking functions to xfs_inode.c
` [PATCH 2/6] xfs: move xfs_iops.c declarations out of xfs_inode.h
` [PATCH 3/6] xfs: declare xfs_file.c symbols in xfs_file.h
` [PATCH 4/6] xfs: create a new helper to return a file's allocation unit
` [PATCH 5/6] xfs: hoist multi-fsb allocation unit detection to a helper
` [PATCH 6/6] xfs: refactor non-power-of-two alignment checks
[PATCHSET v29.4 03/13] xfs: atomic file content exchanges
2024-02-27 15:45 UTC (18+ messages)
` [PATCH 01/14] vfs: export remap and write check helpers
` [PATCH 02/14] xfs: introduce new file range exchange ioctls
` [PATCH 03/14] xfs: create a log incompat flag for atomic file mapping exchanges
` [PATCH 04/14] xfs: introduce a file mapping exchange log intent item
` [PATCH 05/14] xfs: create deferred log items for file mapping exchanges
` [PATCH 06/14] xfs: bind together the front and back ends of the file range exchange code
` [PATCH 07/14] xfs: add error injection to test file mapping exchange recovery
` [PATCH 08/14] xfs: condense extended attributes after a mapping exchange operation
` [PATCH 09/14] xfs: condense directories "
` [PATCH 10/14] xfs: condense symbolic links "
` [PATCH 11/14] xfs: make file range exchange support realtime files
` [PATCH 12/14] xfs: support non-power-of-two rtextsize with exchange-range
` [PATCH 13/14] docs: update swapext -> exchmaps language
` [PATCH 14/14] xfs: enable logged file mapping exchange feature
[PATCHSET] fstests: random fixes for v2024.02.09
2024-02-27 14:54 UTC (28+ messages)
` [PATCH 1/8] generic/604: try to make race occur reliably
` [PATCH v1.1 "
` [PATCH 2/8] xfs/155: fail the test if xfs_repair hangs for too long
` [PATCH v1.1 "
` [PATCH 3/8] generic/192: fix spurious timeout
` [PATCH 4/8] generic/491: increase test timeout
` [PATCH 5/8] xfs/599: reduce the amount of attrs created here
` [PATCH 6/8] xfs/122: update test to pick up rtword/suminfo ondisk unions
` [PATCH 7/8] xfs/43[4-6]: make module reloading optional
` [PATCH 8/8] xfs: test for premature ENOSPC with large cow delalloc extents
[PATCH 0/2] xfs: kmalloc/kfree conversion fixes
2024-02-27 14:48 UTC (11+ messages)
` [PATCH 1/2] xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL
` [PATCH 2/2] xfs: use kvfree() in xlog_cil_free_logvec()
` [PATCH v2 "
[PATCH 00/13] enable bs > ps in XFS
2024-02-27 12:42 UTC (29+ messages)
` [PATCH 01/13] mm: Support order-1 folios in the page cache
` [PATCH 02/13] fs: Allow fine-grained control of folio sizes
` [PATCH 03/13] filemap: align the index to mapping_min_order in the page cache
` [PATCH 04/13] filemap: use mapping_min_order while allocating folios
` [PATCH 05/13] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [PATCH 06/13] readahead: align index to mapping_min_order in ondemand_ra and force_ra
` [PATCH 07/13] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH 08/13] readahead: allocate folios with mapping_min_order in ra_(unbounded|order)
` [PATCH 09/13] mm: do not split a folio if it has minimum folio order requirement
` [PATCH 10/13] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH 11/13] xfs: expose block size in stat
` [PATCH 12/13] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH 13/13] xfs: enable block size larger than page size support
[PATCH] xfs: drop experimental warning for FSDAX
2024-02-27 9:50 UTC (6+ messages)
linux-next: manual merge of the vfs-brauner tree with the xfs tree
2024-02-27 8:44 UTC (2+ messages)
[PATCH 1/2] kernel-doc: Add unary operator * to $type_param_ref
2024-02-27 5:06 UTC (2+ messages)
` [PATCH 2/2] mm/shmem.c: Use new form of *@param in kernel-doc
[PATCHSET v29.4 13/13] xfs: inode-related repair fixes
2024-02-27 2:34 UTC (5+ messages)
` [PATCH 1/4] xfs: check unused nlink fields in the ondisk inode
` [PATCH 2/4] xfs: try to avoid allocating from sick inode clusters
` [PATCH 3/4] xfs: pin inodes that would otherwise overflow link count
` [PATCH 4/4] xfs: create subordinate scrub contexts for xchk_metadata_inode_subtype
[PATCHSET v29.4 12/13] xfs: online fsck of iunlink buckets
2024-02-27 2:33 UTC (4+ messages)
` [PATCH 1/3] xfs: check AGI unlinked inode buckets
` [PATCH 2/3] xfs: hoist AGI repair context to a heap object
` [PATCH 3/3] xfs: repair AGI unlinked inode bucket lists
[PATCHSET v29.['hch@lst.de'] 11/13] xfs: online repair of symbolic links
2024-02-27 2:32 UTC (3+ messages)
` [PATCH 1/1] "
[PATCHSET v29.4 10/13] xfs: move orphan files to lost and found
2024-02-27 2:32 UTC (4+ messages)
` [PATCH 1/3] xfs: move orphan files to the orphanage
` [PATCH 2/3] xfs: move files to orphanage instead of letting nlinks drop to zero
` [PATCH 3/3] xfs: ensure dentry consistency when the orphanage adopts a file
[PATCHSET v29.4 09/13] xfs: online repair of directories
2024-02-27 2:31 UTC (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] xfs: scan the filesystem to repair a directory dotdot entry
` [PATCH 3/4] xfs: online repair of parent pointers
` [PATCH 4/4] xfs: ask the dentry cache if it knows the parent of a directory
[PATCHSET v29.4 08/13] xfs: online repair of inode unlinked state
2024-02-27 2:30 UTC (3+ messages)
` [PATCH 1/2] xfs: ensure unlinked list state is consistent with nlink during scrub
` [PATCH 2/2] xfs: update the unlinked list when repairing link counts
[PATCHSET v29.4 07/13] xfs: online repair of extended attributes
2024-02-27 2:30 UTC (7+ messages)
` [PATCH 1/6] xfs: create a blob array data structure
` [PATCH 2/6] xfs: use atomic extent swapping to fix user file fork data
` [PATCH 3/6] xfs: repair extended attributes
` [PATCH 4/6] xfs: scrub should set preen if attr leaf has holes
` [PATCH 5/6] xfs: flag empty xattr leaf blocks for optimization
` [PATCH 6/6] xfs: create an xattr iteration function for scrub
[PATCHSET v29.4 06/13] xfs: set and validate dir/attr block owners
2024-02-27 2:28 UTC (10+ messages)
` [PATCH 1/9] xfs: add an explicit owner field to xfs_da_args
` [PATCH 2/9] xfs: use the xfs_da_args owner field to set new dir/attr block owner
` [PATCH 3/9] xfs: validate attr leaf buffer owners
` [PATCH 4/9] xfs: validate attr remote value "
` [PATCH 5/9] xfs: validate dabtree node "
` [PATCH 6/9] xfs: validate directory leaf "
` [PATCH 7/9] xfs: validate explicit directory data "
` [PATCH 8/9] xfs: validate explicit directory block "
` [PATCH 9/9] xfs: validate explicit directory free block owners
[PATCHSET v29.4 05/13] xfs: online repair of realtime summaries
2024-02-27 2:26 UTC (4+ messages)
` [PATCH 1/3] xfs: support preallocating and copying content into temporary files
` [PATCH 2/3] xfs: teach the tempfile to set up atomic file content exchanges
` [PATCH 3/3] xfs: online repair of realtime summaries
[PATCHSET v29.4 04/13] xfs: create temporary files for online repair
2024-02-27 2:25 UTC (5+ messages)
` [PATCH 1/4] xfs: hide private inodes from bulkstat and handle functions
` [PATCH 2/4] xfs: create temporary files and directories for online repair
` [PATCH 3/4] xfs: refactor live buffer invalidation for repairs
` [PATCH 4/4] xfs: add the ability to reap entire inode forks
[PATCHSET v29.4 01/13] xfs: improve log incompat feature handling
2024-02-27 2:19 UTC (3+ messages)
` [PATCH 1/2] xfs: only clear log incompat flags at clean unmount
` [PATCH 2/2] xfs: only add log incompat features with explicit permission
[PATCH] xfs: skip background cowblock trims on inodes open for write
2024-02-26 20:13 UTC (5+ messages)
bring back RT delalloc support v3
2024-02-26 18:01 UTC (13+ messages)
` [PATCH 01/10] xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions
` [PATCH 02/10] xfs: move RT inode locking out of __xfs_bunmapi
` [PATCH 03/10] xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positive
` [PATCH 04/10] xfs: split xfs_mod_freecounter
` [PATCH 05/10] xfs: reinstate RT support in xfs_bmapi_reserve_delalloc
` [PATCH 06/10] xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay
` [PATCH 07/10] xfs: support RT inodes in xfs_mod_delalloc
` [PATCH 08/10] xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocations
` [PATCH 09/10] xfs: stop the steal (of data blocks for RT indirect blocks)
` [PATCH 10/10] xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)
[PRBOMB] xfs: online repair patches for 6.9
2024-02-26 13:04 UTC (6+ messages)
linux-next: build warning after merge of the xfs tree
2024-02-26 10:57 UTC (3+ messages)
[PATCH] xfs: fix scrub stats file permissions
2024-02-26 10:05 UTC (2+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 8a800a1e9004
2024-02-26 9:38 UTC
[PATCH v4 00/25] fs-verity support for XFS
2024-02-26 2:24 UTC (11+ messages)
` [PATCH v4 07/25] fsverity: support block-based Merkle tree caching
` [PATCH v4 09/25] fsverity: add tracepoints
[LSF/MM/BPF TOPIC] no tears atomics & LBS
2024-02-26 0:10 UTC (3+ messages)
[PATCH] xfs: remove SLAB_MEM_SPREAD flag usage
2024-02-25 4:50 UTC (3+ messages)
[PATCHSET 2/6] time_stats: cleanups and fixes
2024-02-24 6:02 UTC (5+ messages)
` [PATCH 09/10] time_stats: report information in json format
[PATCH 0/6] block atomic writes for XFS
2024-02-24 4:18 UTC (9+ messages)
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set
[PATCHSET RFC] xfsprogs: live health monitoring of filesystems
2024-02-24 1:36 UTC (6+ messages)
` [PATCH 3/7] xfs: report shutdown events through healthmon
` [PATCH 4/7] xfs_io: monitor filesystem health events
` [PATCH 5/7] xfs_scrubbed: create daemon to listen for "
` [PATCH 6/7] xfs_scrubbed: enable repairing filesystems
` [PATCH 7/7] xfs_scrubbed: create a background monitoring service
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