messages from 2024-06-03 19:10:34 to 2024-06-07 22:44:28 UTC [more...]
setting up xfs office hours
2024-06-07 22:44 UTC (2+ messages)
[PATCH v7 00/11] enable bs > ps in XFS
2024-06-07 20:51 UTC (17+ messages)
` [PATCH v7 01/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v7 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v7 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v7 04/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v7 05/11] mm: split a folio in minimum folio order chunks
` [PATCH v7 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v7 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v7 08/11] xfs: use kvmalloc for xattr buffers
` [PATCH v7 09/11] xfs: expose block size in stat
` [PATCH v7 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v7 11/11] xfs: enable block size larger than page size support
[PATCHSET 3/3] xfsprogs: scale shards on ssds
2024-06-07 18:16 UTC (6+ messages)
` [PATCH 1/1] xfs: test scaling of the mkfs concurrency options
[PATCH] xfs: allow unlinked symlinks and dirs with zero size
2024-06-07 16:12 UTC
[PATCH V3] xfsprogs: remove platform_zero_range wrapper
2024-06-07 15:24 UTC
[PATCH v4 00/22] block atomic writes for xfs
2024-06-07 14:39 UTC (23+ messages)
` [PATCH v4 01/22] fs: Add generic_atomic_write_valid_size()
` [PATCH v4 02/22] iomap: Allow filesystems set IO block zeroing size
` [PATCH v4 03/22] xfs: Use extent size granularity for iomap->io_block_size
` [PATCH v4 04/22] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v4 05/22] xfs: always tail align maxlen allocations
` [PATCH v4 06/22] xfs: simplify extent allocation alignment
` [PATCH v4 07/22] xfs: make EOF allocation simpler
` [PATCH v4 08/22] xfs: introduce forced allocation alignment
` [PATCH v4 09/22] xfs: align args->minlen for "
` [PATCH v4 10/22] xfs: Introduce FORCEALIGN inode flag
` [PATCH v4 11/22] xfs: Do not free EOF blocks for forcealign
` [PATCH v4 12/22] xfs: Update xfs_inode_alloc_unitsize_fsb() "
` [PATCH v4 13/22] xfs: Unmap blocks according to forcealign
` [PATCH v4 14/22] xfs: Only free full extents for forcealign
` [PATCH v4 15/22] xfs: Don't revert allocated offset "
` [PATCH v4 16/22] xfs: Enable file data forcealign feature
` [PATCH v4 17/22] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH v4 18/22] iomap: Atomic write support
` [PATCH v4 19/22] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v4 20/22] xfs: Support atomic write for statx
` [PATCH v4 21/22] xfs: Validate atomic writes
` [PATCH v4 22/22] xfs: Support setting FMODE_CAN_ATOMIC_WRITE
[PATCH v2 2/4] fs: add FS_IOC_FSSETXATTRAT and FS_IOC_FSGETXATTRAT
2024-06-07 6:17 UTC (16+ messages)
[PATCH v3 00/21] block atomic writes for XFS
2024-06-07 6:04 UTC (9+ messages)
` [PATCH v3 07/21] fs: xfs: align args->minlen for forced allocation alignment
` [PATCH RFC v3 11/21] xfs: Unmap blocks according to forcealign
[PATCH V2] xfsprogs: remove platform_zero_range wrapper
2024-06-07 4:47 UTC (2+ messages)
[PATCH v3] xfs: don't walk off the end of a directory data block
2024-06-07 3:25 UTC (3+ messages)
Reproducible system lockup, extracting files into XFS on dm-raid5 on dm-integrity on HDD
2024-06-07 1:17 UTC (5+ messages)
[PATCH V4] xfs: make sure sb_fdblocks is non-negative
2024-06-06 22:55 UTC (2+ messages)
[PATCH] xfsprogs: remove platform_zero_range wrapper
2024-06-06 22:51 UTC (4+ messages)
[PATCH] xfs: dont remain new blocks in cowfork for unshare
2024-06-06 18:16 UTC (6+ messages)
[PATCH] xfs: add bounds checking to xlog_recover_process_data
2024-06-06 16:34 UTC (3+ messages)
[PATCH] xfs: Remove header files which are included more than once
2024-06-06 15:22 UTC (2+ messages)
[PATCH] iomap: keep on increasing i_size in iomap_write_end()
2024-06-06 5:45 UTC (5+ messages)
[PATCH v2] xfs: don't walk off the end of a directory data block
2024-06-06 2:29 UTC (3+ messages)
[PATCHv2 0/2] iomap: Optimize read_folio
2024-06-05 15:29 UTC (7+ messages)
` [PATCHv2 1/2] iomap: Fix iomap_adjust_read_range for plen calculation
` (subset) "
` [PATCHv2 2/2] iomap: Optimize iomap_read_folio
` (subset) "
[PATCH] xfs_repair: detect null buf passed to duration
2024-06-05 14:17 UTC (6+ messages)
` [PATCH v2] "
[RFC] Documentation: Add initial iomap document
2024-06-05 4:07 UTC (3+ messages)
[PATCH] xfs: Fix file creation failure
2024-06-05 8:46 UTC (8+ messages)
[RFC] fstests: add mmap page boundary tests
2024-06-05 4:40 UTC (4+ messages)
[RFC PATCH v4 0/8] iomap/xfs: fix stale data exposure when truncating realtime inodes
2024-06-04 23:38 UTC (12+ messages)
` [RFC PATCH v4 1/8] iomap: zeroing needs to be pagecache aware
` [RFC PATCH v4 8/8] xfs: improve truncate on a realtime inode with huge extsize
[PATCH V3] xfs: make sure sb_fdblocks is non-negative
2024-06-04 23:08 UTC (2+ messages)
[PATCH v6 00/11] enable bs > ps in XFS
2024-06-04 10:29 UTC (10+ messages)
` [PATCH v6 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v6 05/11] mm: split a folio in minimum folio order chunks
` [PATCH v6 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
[PATCHSET v30.5 2/3] fstests: fuzz non-root dquots on xfs
2024-06-04 5:06 UTC (7+ messages)
` [PATCH 1/3] fuzzy: mask off a few more inode fields from the fuzz tests
` [PATCH 2/3] fuzzy: allow FUZZ_REWRITE_DURATION to control fsstress runtime when fuzzing
` [PATCH 3/3] fuzzy: test other dquot ids
[PATCHSET 1/3] fstests: random fixes for v2024.05.26
2024-06-04 5:05 UTC (3+ messages)
` [PATCH 1/1] generic/747: redirect mkfs stderr to seqres.full
[PATCH] xfs: make sure sb_fdblocks is non-negative
2024-06-04 4:06 UTC (8+ messages)
[PATCHBOMB] xfsprogs: catch us up to 6.9
2024-06-03 20:22 UTC (4+ messages)
` [PATCHSET v30.4 02/10] libxfs: sync with 6.9
[GIT PULLBOMB v30.5] xfsprogs: catch us up to 6.9 (final)
2024-06-03 19:57 UTC (11+ messages)
` [GIT PULL 01/10] libxfs: prepare to sync with 6.9
` [GIT PULL 02/10] libxfs: "
` [GIT PULL 03/10] xfsprogs: bmap log intent cleanups
` [GIT PULL 04/10] xfsprogs: widen BUI formats to support realtime
` [GIT PULL 05/10] xfs_spaceman: updates for 6.9
` [GIT PULL 06/10] xfs_scrub: "
` [GIT PULL 07/10] xfs_repair: minor fixes
` [GIT PULL 08/10] xfs_repair: use in-memory rmap btrees
` [GIT PULL 09/10] xfs_repair: reduce refcount repair memory usage
` [GIT PULL 10/10] mkfs: cleanups for 6.9
[PATCHSET v30.5 10/10] mkfs: cleanups for 6.9
2024-06-03 19:27 UTC (2+ messages)
` [PATCH 1/1] mkfs: use libxfs to create symlinks
[PATCHSET v30.5 09/10] xfs_repair: reduce refcount repair memory usage
2024-06-03 19:27 UTC (5+ messages)
` [PATCH 1/4] xfs_repair: define an in-memory btree for storing refcount bag info
` [PATCH 2/4] xfs_repair: create refcount bag
` [PATCH 3/4] xfs_repair: port to the new refcount bag structure
` [PATCH 4/4] xfs_repair: remove the old bag implementation
[PATCHSET v30.5 08/10] xfs_repair: use in-memory rmap btrees
2024-06-03 19:26 UTC (7+ messages)
` [PATCH 1/6] libxfs: provide a kernel-compatible kasprintf
` [PATCH 2/6] xfs_repair: convert regular rmap repair to use in-memory btrees
` [PATCH 3/6] xfs_repair: verify on-disk rmap btrees with in-memory btree data
` [PATCH 4/6] xfs_repair: compute refcount data from in-memory rmap btrees
` [PATCH 5/6] xfs_repair: reduce rmap bag memory usage when creating refcounts
` [PATCH 6/6] xfs_repair: remove the old rmap collection slabs
[PATCHSET v30.5 07/10] xfs_repair: minor fixes
2024-06-03 19:24 UTC (3+ messages)
` [PATCH 1/2] xfs_repair: log when buffers fail CRC checks even if we just recompute it
` [PATCH 2/2] xfs_repair: check num before bplist[num]
[PATCHSET v30.5 06/10] xfs_scrub: updates for 6.9
2024-06-03 19:24 UTC (6+ messages)
` [PATCH 1/5] xfs_scrub: implement live quotacheck inode scan
` [PATCH 2/5] xfs_scrub: check file link counts
` [PATCH 3/5] xfs_scrub: update health status if we get a clean bill of health
` [PATCH 4/5] xfs_scrub: use multiple threads to run in-kernel metadata scrubs that scan inodes
` [PATCH 5/5] xfs_scrub: upload clean bills of health
[PATCHSET v30.5 05/10] xfs_spaceman: updates for 6.9
2024-06-03 19:22 UTC (3+ messages)
` [PATCH 1/2] xfs_spaceman: report the health of quota counts
` [PATCH 2/2] xfs_spaceman: report health of inode link counts
[PATCHSET v30.5 04/10] xfsprogs: widen BUI formats to support realtime
2024-06-03 19:22 UTC (2+ messages)
` [PATCH 1/1] libxfs: add a realtime flag to the bmap update log redo items
[PATCHSET v30.5 03/10] xfsprogs: bmap log intent cleanups
2024-06-03 19:22 UTC (5+ messages)
` [PATCH 1/4] libxfs: remove kmem_alloc, kmem_zalloc, and kmem_free
` [PATCH 2/4] libxfs: add a bi_entry helper
` [PATCH 3/4] libxfs: reuse xfs_bmap_update_cancel_item
` [PATCH 4/4] libxfs: add a xattr_entry helper
[PATCHSET v30.5 02/10] libxfs: sync with 6.9
2024-06-03 19:20 UTC (42+ messages)
` [PATCH 071/111] xfs: split xfs_inobt_insert_sprec
` [PATCH 072/111] xfs: split xfs_inobt_init_cursor
` [PATCH 073/111] xfs: pass a 'bool is_finobt' to xfs_inobt_insert
` [PATCH 074/111] xfs: remove xfs_btnum_t
` [PATCH 075/111] xfs: simplify xfs_btree_check_sblock_siblings
` [PATCH 076/111] xfs: simplify xfs_btree_check_lblock_siblings
` [PATCH 077/111] xfs: open code xfs_btree_check_lptr in xfs_bmap_btree_to_extents
` [PATCH 078/111] xfs: consolidate btree ptr checking
` [PATCH 079/111] xfs: misc cleanups for __xfs_btree_check_sblock
` [PATCH 080/111] xfs: remove the crc variable in __xfs_btree_check_lblock
` [PATCH 081/111] xfs: tighten up validation of root block in inode forks
` [PATCH 082/111] xfs: consolidate btree block verification
` [PATCH 083/111] xfs: rename btree helpers that depends on the block number representation
` [PATCH 084/111] xfs: factor out a __xfs_btree_check_lblock_hdr helper
` [PATCH 085/111] xfs: remove xfs_btree_reada_bufl
` [PATCH 086/111] xfs: remove xfs_btree_reada_bufs
` [PATCH 087/111] xfs: move and rename xfs_btree_read_bufl
` [PATCH 088/111] libxfs: teach buftargs to maintain their own buffer hashtable
` [PATCH 089/111] libxfs: add xfile support
` [PATCH 090/111] libxfs: partition memfd files to avoid using too many fds
` [PATCH 091/111] xfs: teach buftargs to maintain their own buffer hashtable
` [PATCH 092/111] libxfs: support in-memory buffer cache targets
` [PATCH 093/111] xfs: add a xfs_btree_ptrs_equal helper
` [PATCH 094/111] xfs: support in-memory btrees
` [PATCH 095/111] xfs: launder in-memory btree buffers before transaction commit
` [PATCH 096/111] xfs: create a helper to decide if a file mapping targets the rt volume
` [PATCH 097/111] xfs: repair the rmapbt
` [PATCH 098/111] xfs: create a shadow rmap btree during rmap repair
` [PATCH 099/111] xfs: hook live rmap operations during a repair operation
` [PATCH 100/111] xfs: clean up bmap log intent item tracepoint callsites
` [PATCH 101/111] xfs: move xfs_bmap_defer_add to xfs_bmap_item.c
` [PATCH 102/111] xfs: fix xfs_bunmapi to allow unmapping of partial rt extents
` [PATCH 103/111] xfs: add a realtime flag to the bmap update log redo items
` [PATCH 104/111] xfs: support deferred bmap updates on the attr fork
` [PATCH 105/111] xfs: xfs_bmap_finish_one should map unwritten extents properly
` [PATCH 106/111] xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h
` [PATCH 107/111] xfs: move remote symlink target read function to libxfs
` [PATCH 108/111] xfs: move symlink target write "
` [PATCH 109/111] xfs: xfs_btree_bload_prep_block() should use __GFP_NOFAIL
` [PATCH 110/111] xfs: shrink failure needs to hold AGI buffer
` [PATCH 111/111] xfs: allow sunit mount option to repair bad primary sb stripe values
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