messages from 2023-12-05 04:28:59 to 2023-12-11 22:48:04 UTC [more...]
[PATCHSET v28.1 0/9] xfs: online repair of inodes and forks
2023-12-11 22:48 UTC (22+ messages)
` [PATCH 1/9] xfs: disable online repair quota helpers when quota not enabled
` [PATCH 2/9] xfs: try to attach dquots to files before repairing them
` [PATCH 3/9] xfs: add missing nrext64 inode flag check to scrub
` [PATCH 4/9] xfs: repair inode records
` [PATCH 5/9] xfs: zap broken inode forks
` [PATCH 6/9] xfs: set inode sick state flags when we zap either ondisk fork
` [PATCH 7/9] xfs: abort directory parent scrub scans if we encounter a zapped directory
` [PATCH 8/9] xfs: skip the rmapbt search on an empty attr fork unless we know it was zapped
` [PATCH 9/9] xfs: repair obviously broken inode modes
[PATCH v2 1/3] xfs: add lock protection when remove perag from radix tree
2023-12-11 22:03 UTC (6+ messages)
` [PATCH v2 2/3] xfs: don't assert perag when free perag
` [PATCH v2 3/3] xfs: fix perag leak when growfs fails
[PATCHSET v28.1 0/7] xfs: online repair of AG btrees
2023-12-11 19:32 UTC (14+ messages)
` [PATCH 1/7] xfs: create separate structures and code for u32 bitmaps
` [PATCH 2/7] xfs: move the per-AG datatype bitmaps to separate files
` [PATCH 3/7] xfs: roll the scrub transaction after completing a repair
` [PATCH 4/7] xfs: remove trivial bnobt/inobt scrub helpers
` [PATCH 5/7] xfs: repair free space btrees
` [PATCH 6/7] xfs: repair inode btrees
` [PATCH 7/7] xfs: repair refcount btrees
[PATCHSET v28.1 0/6] xfs: prepare repair for bulk loading
2023-12-11 18:55 UTC (13+ messages)
` [PATCH 1/6] xfs: force all buffers to be written during btree bulk load
` [PATCH 2/6] xfs: set XBF_DONE on newly formatted btree block that are ready for writing
` [PATCH 3/6] xfs: read leaf blocks when computing keys for bulkloading into node blocks
` [PATCH 4/6] xfs: add debug knobs to control btree bulk load slack factors
` [PATCH 5/6] xfs: move btree bulkload record initialization to ->get_record implementations
` [PATCH 6/6] xfs: constrain dirty buffers while formatting a staged btree
improve libxfs device handling
2023-12-11 16:37 UTC (24+ messages)
` [PATCH 01/23] libxfs: remove the unused icache_flags member from struct libxfs_xinit
` [PATCH 02/23] libxfs: remove the dead {d,log,rt}path variables in libxfs_init
` [PATCH 03/23] libxfs/frog: remove latform_find{raw,block}path
` [PATCH 04/23] libxfs: remove the volname concept
` [PATCH 05/23] xfs_logprint: move all code to set up the fake xlog into logstat()
` [PATCH 06/23] libxlog: remove the verbose argument to xlog_is_dirty
` [PATCH 07/23] libxlog: add a helper to initialize a xlog without clobbering the x structure
` [PATCH 08/23] libxlog: don't require a libxfs_xinit structure for xlog_init
` [PATCH 09/23] libxlog: remove the global libxfs_xinit x structure
` [PATCH 10/23] libxfs: rename struct libxfs_xinit to libxfs_init
` [PATCH 11/23] libxfs: pass a struct libxfs_init to libxfs_mount
` [PATCH 12/23] libxfs: pass a struct libxfs_init to libxfs_alloc_buftarg
` [PATCH 13/23] libxfs: merge the file vs device cases in libxfs_init
` [PATCH 14/23] libxfs: making passing flags to libxfs_init less confusing
` [PATCH 15/23] libxfs: remove the setblksize == 1 case in libxfs_device_open
` [PATCH 16/23] libfrog: make platform_set_blocksize exit on fatal failure
` [PATCH 17/23] libxfs: remove dead size < 0 checks in libxfs_init
` [PATCH 18/23] libxfs: mark libxfs_device_{open,close} static
` [PATCH 19/23] libxfs: return the opened fd from libxfs_device_open
` [PATCH 20/23] libxfs: pass the device fd to discard_blocks
` [PATCH 21/23] xfs_repair: remove various libxfs_device_to_fd calls
` [PATCH 22/23] libxfs: stash away the device fd in struct xfs_buftarg
` [PATCH 23/23] libxfs: split out a libxfs_dev structure from struct libxfs_init
Project quota, info and advices
2023-12-11 12:54 UTC (2+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 18793e050504
2023-12-11 12:29 UTC
[PATCH] xfs_grow: Remove xflag and iflag to reduce redundant temporary variables
2023-12-11 11:10 UTC (3+ messages)
[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
2023-12-11 10:57 UTC (13+ messages)
` [RFC 1/7] iomap: Don't fall back to buffered write if the write is atomic
` [RFC 5/7] block: export blkdev_atomic_write_valid() and refactor api
map multiple blocks per ->map_blocks in iomap writeback
2023-12-11 10:45 UTC (19+ messages)
` [PATCH 01/14] iomap: clear the per-folio dirty bits on all writeback failures
` [PATCH 02/14] iomap: treat inline data in iomap_writepage_map as an I/O error
` [PATCH 03/14] iomap: move the io_folios field out of struct iomap_ioend
` [PATCH 04/14] iomap: move the PF_MEMALLOC check to iomap_writepages
` [PATCH 05/14] iomap: factor out a iomap_writepage_handle_eof helper
` [PATCH 06/14] iomap: move all remaining per-folio logic into iomap_writepage_map
` [PATCH 07/14] iomap: clean up the iomap_alloc_ioend calling convention
` [PATCH 08/14] iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
` [PATCH 09/14] iomap: don't chain bios
` [PATCH 10/14] iomap: only call mapping_set_error once for each failed bio
` [PATCH 11/14] iomap: factor out a iomap_writepage_map_block helper
` [PATCH 12/14] iomap: submit ioends immediately
` [PATCH 13/14] iomap: map multiple blocks at a time
` [PATCH 14/14] iomap: pass the length of the dirty region to ->map_blocks
[syzbot] Monthly xfs report (Dec 2023)
2023-12-10 10:05 UTC
[PATCH v3] Documentation: xfs: consolidate XFS docs into its own subdirectory
2023-12-09 8:17 UTC (4+ messages)
mm/truncate.c:669 VM_BUG_ON_FOLIO() - hit on XFS on different tests
2023-12-09 5:52 UTC (2+ messages)
[Bug report] More xfs courruption issue found on s390x
2023-12-09 4:53 UTC (4+ messages)
About the conflict between XFS inode recycle and VFS rcu-walk
2023-12-08 0:14 UTC (2+ messages)
Question: Is growing log size when filesystem is grown a feasible solution
2023-12-07 23:17 UTC (2+ messages)
[PATCHSET 0/1] xfs: fix growfsrt failure during rt volume attach
2023-12-07 5:06 UTC (3+ messages)
` [PATCH 1/1] xfs: recompute growfsrtfree transaction reservation while growing rt volume
[GIT PULL 6/6] xfs: reserve disk space for online repairs
2023-12-07 2:55 UTC
[GIT PULL 5/6] xfs: prevent livelocks in xchk_iget
2023-12-07 2:54 UTC
[GIT PULL 4/6] xfs: elide defer work ->create_done if no intent
2023-12-07 2:54 UTC
(no subject)
2023-12-07 2:54 UTC
[GIT PULL 2/6] xfs: continue removing defer item boilerplate
2023-12-07 2:53 UTC
[GIT PULL 1/6] xfs: log intent item recovery should reconstruct defer work state
2023-12-07 2:53 UTC
[GIT PULL 3/3] xfs: reserve disk space for online repairs
2023-12-07 2:52 UTC (2+ messages)
[GIT PULL 2/3] xfs: prevent livelocks in xchk_iget
2023-12-07 2:48 UTC
[GIT PULL 1/3] xfs: elide defer work ->create_done if no intent
2023-12-07 2:48 UTC
[GIT PULL 4/5] xfs: elide defer work ->create_done if no intent
2023-12-07 2:33 UTC (2+ messages)
[GIT PULL 3/5] xfs: fix realtime geometry integer overflows
2023-12-07 2:29 UTC
[GIT PULL 2/5] xfs: continue removing defer item boilerplate
2023-12-07 2:29 UTC
[GIT PULL 1/5] xfs: log intent item recovery should reconstruct defer work state
2023-12-07 2:29 UTC
[PATCHSET v2 0/2] xfs: elide defer work ->create_done if no intent
2023-12-07 2:28 UTC (3+ messages)
` [PATCH 1/2] xfs: document what LARP means
` [PATCH 2/2] xfs: elide ->create_done calls for unlogged deferred work
[PATCHSET v2 0/3] xfs: fix realtime geometry integer overflows
2023-12-07 2:28 UTC (4+ messages)
` [PATCH 1/3] xfs: make rextslog computation consistent with mkfs
` [PATCH 2/3] xfs: fix 32-bit truncation in xfs_compute_rextslog
` [PATCH 3/3] xfs: don't allow overly small or large realtime volumes
[PATCHSET v2 0/9] xfs: continue removing defer item boilerplate
2023-12-07 2:27 UTC (10+ messages)
` [PATCH 1/9] xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log item
` [PATCH 2/9] xfs: hoist intent done flag setting to ->finish_item callsite
` [PATCH 3/9] xfs: collapse the ->finish_item helpers
` [PATCH 4/9] xfs: hoist ->create_intent boilerplate to its callsite
` [PATCH 5/9] xfs: use xfs_defer_create_done for the relogging operation
` [PATCH 6/9] xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
` [PATCH 7/9] xfs: hoist xfs_trans_add_item calls to defer ops functions
` [PATCH 8/9] xfs: collapse the ->create_done functions
` [PATCH 9/9] xfs: move ->iop_relog to struct xfs_defer_op_type
[PATCHSET v3 0/8] xfs: log intent item recovery should reconstruct defer work state
2023-12-07 2:25 UTC (9+ messages)
` [PATCH 1/8] xfs: don't leak recovered attri intent items
` [PATCH 2/8] xfs: use xfs_defer_pending objects to recover "
` [PATCH 3/8] xfs: pass the xfs_defer_pending object to iop_recover
` [PATCH 4/8] xfs: transfer recovered intent item ownership in ->iop_recover
` [PATCH 5/8] xfs: recreate work items when recovering intent items
` [PATCH 6/8] xfs: dump the recovered xattri log item if corruption happens
` [PATCH 7/8] xfs: use xfs_defer_finish_one to finish recovered work items
` [PATCH 8/8] xfs: move ->iop_recover to xfs_defer_op_type
[PATCH 1/2] xfs: add lock protection when remove perag from radix tree
2023-12-06 12:48 UTC (7+ messages)
` [PATCH 2/2] xfs: fix perag leak when growfs fails
share xfs_ondisk.h with userspace
2023-12-06 8:49 UTC (2+ messages)
[PATCHSET v28.0 0/7] xfs: online repair of inodes and forks
2023-12-06 5:16 UTC (13+ messages)
` [PATCH 3/7] xfs: repair inode records
` [PATCH 4/7] xfs: zap broken inode forks
[Bug 218230] New: xfstests xfs/538 hung
2023-12-05 14:29 UTC (2+ messages)
` [Bug 218230] "
[Bug 218229] New: xfstests xfs/438 hung
2023-12-05 14:26 UTC (2+ messages)
` [Bug 218229] "
[PATCH 00/21] block atomic writes
2023-12-05 13:59 UTC (19+ messages)
` [PATCH 10/21] block: Add fops atomic write support
` [PATCH 17/21] fs: xfs: iomap "
[PATCHSET 0/2] xfs: elide defer work ->create_done if no intent
2023-12-05 6:09 UTC (8+ messages)
` [PATCH 1/2] xfs: document what LARP means
` [PATCH 2/2] xfs: elide ->create_done calls for unlogged deferred work
[PATCH v4 0/3] Fixes for ENOSPC xfs_remove
2023-12-05 6:06 UTC (5+ messages)
` [PATCH v4 1/3] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
` [PATCH v4 2/3] xfs: update dir3 leaf block metadata after swap
` [PATCH v4 3/3] xfs: extract xfs_da_buf_copy() helper function
[PATCH v2 0/4] sysctl: Remove sentinel elements from fs dir
2023-12-05 5:44 UTC (3+ messages)
[Bug 218226] New: XFS: Assertion failed: bp->b_flags & XBF_DONE, file: fs/xfs/xfs_trans_buf.c, line: 241
2023-12-05 5:42 UTC (4+ messages)
` [Bug 218226] "
[PATCHSET v28.0 0/5] xfs: online repair of quota and rt metadata files
2023-12-05 5:20 UTC (8+ messages)
` [PATCH 5/5] xfs: repair quotas
[PATCHSET v2 0/8] xfs: log intent item recovery should reconstruct defer work state
2023-12-05 5:19 UTC (4+ messages)
` [PATCH 1/8] xfs: don't leak recovered attri intent items
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