Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-05 05:03:38 to 2024-01-15 23:01:21 UTC [more...]

[PATCH 00/12] xfs: remove remaining kmem interfaces and GFP_NOFS usage
 2024-01-15 22:59 UTC  (9+ messages)
` [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 08/12] xfs: use GFP_KERNEL in pure transaction contexts
` [PATCH 09/12] xfs: place intent recovery under NOFS allocation context
` [PATCH 12/12] xfs: use xfs_defer_alloc a bit more

[PATCH] xfs: ensure submit buffers on LSN boundaries in error handlers
 2024-01-15 14:14 UTC  (15+ messages)

[PATCH v5 0/3] Remove the XFS mrlock
 2024-01-13  0:38 UTC  (8+ 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

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 00/16] block atomic writes
 2024-01-11 16:15 UTC  (23+ messages)

[PATCH v2] xfs: improve handling of prjquot ENOSPC
 2024-01-11  7:24 UTC  (8+ 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  (6+ messages)

[GIT PULL] xfs: new code for 6.8
 2024-01-10 17:37 UTC  (2+ messages)

[PATCH] libxfs: fix krealloc to allow freeing data
 2024-01-10 14:32 UTC  (3+ messages)

[PATCH V2 0/5] Add support for testing XFS metadump v2
 2024-01-10  5:26 UTC  (9+ messages)
` [PATCH V2 1/5] common/xfs: Do not append -a and -o options to metadump
` [PATCH V2 2/5] common/xfs: Add function to detect support for metadump v2
` [PATCH V2 3/5] _scratch_xfs_mdrestore: Pass scratch log device when applicable
` [PATCH V2 4/5] xfs: Add support for testing metadump v2
` [PATCH V2 5/5] xfs: Check correctness of metadump/mdrestore's ability to work with dirty log

[PATCHSET v29.0 03/28] xfs: online repair of quota counters
 2024-01-09  4:35 UTC  (13+ messages)
` [PATCH 2/5] xfs: implement live quotacheck inode scan
` [PATCH 3/5] xfs: track quota updates during live quotacheck
` [PATCH 4/5] xfs: repair cannot update the summary counters when logging quota flags
` [PATCH 5/5] xfs: repair dquots based on live quotacheck results

[PATCHSET v29.0 20/28] xfs: online repair of extended attributes
 2024-01-08 17:12 UTC  (7+ messages)
` [PATCH 1/6] xfs: create a blob array data structure

[PATCH 0/5] Add support for testing XFS metadump v2
 2024-01-06 17:10 UTC  (14+ 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 4/5] xfs: Add support for testing "
` [PATCH 5/5] xfs: Check correctness of metadump/mdrestore's ability to work with dirty log

[PATCHSET v29.0 01/40] xfs_scrub: fix licensing and copyright notices
 2024-01-06  0:34 UTC  (4+ messages)
` [PATCH 2/3] xfs_scrub: add missing license and copyright information

[bug report] xfs: check rt summary file geometry more thoroughly
 2024-01-05 13:31 UTC 

[PATCHSET v29.0 15/28] xfs: clean up symbolic link code
 2024-01-05  5:52 UTC  (7+ messages)
` [PATCH 1/3] xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h
` [PATCH 2/3] xfs: move remote symlink target read function to libxfs
` [PATCH 3/3] xfs: move symlink target write "

[PATCHSET v29.0 14/28] xfs: support attrfork and unwritten BUIs
 2024-01-05  5:50 UTC  (5+ messages)
` [PATCH 1/2] xfs: support deferred bmap updates on the attr fork
` [PATCH 2/2] xfs: xfs_bmap_finish_one should map unwritten extents properly

[PATCHSET v29.0 09/28] xfs: online repair of rmap btrees
 2024-01-05  5:48 UTC  (3+ messages)
` [PATCH 1/4] xfs: create a helper to decide if a file mapping targets the rt volume

[PATCHSET v29.0 07/28] xfs: online repair for fs summary counters
 2024-01-05  5:48 UTC  (3+ messages)
` [PATCH 1/1] xfs: repair "

[PATCHSET v29.0 06/28] xfs: indirect health reporting
 2024-01-05  5:47 UTC  (7+ messages)
` [PATCH 1/3] xfs: add secondary and indirect classes to the health tracking system
` [PATCH 2/3] xfs: remember sick inodes that get inactivated
` [PATCH 3/3] xfs: update health status if we get a clean bill of health

[PATCHSET v29.0 05/28] xfs: report corruption to the health trackers
 2024-01-05  5:45 UTC  (23+ messages)
` [PATCH 01/11] xfs: separate the marking of sick and checked metadata
` [PATCH 02/11] xfs: report fs corruption errors to the health tracking system
` [PATCH 03/11] xfs: report ag header "
` [PATCH 04/11] xfs: report block map "
` [PATCH 05/11] xfs: report btree block corruption errors to the health system
` [PATCH 06/11] xfs: report dir/attr "
` [PATCH 07/11] xfs: report symlink "
` [PATCH 08/11] xfs: report inode "
` [PATCH 09/11] xfs: report quota block "
` [PATCH 10/11] xfs: report realtime metadata "
` [PATCH 11/11] xfs: report XFS_IS_CORRUPT "

[PATCHSET v29.0 04/28] xfs: online repair of file link counts
 2024-01-05  5:42 UTC  (9+ messages)
` [PATCH 1/4] xfs: report health of inode "
` [PATCH 2/4] xfs: teach scrub to check file nlinks
` [PATCH 3/4] xfs: track directory entry updates during live nlinks fsck
` [PATCH 4/4] xfs: teach repair to fix file nlinks

[PATCHSET v29.0 34/40] xfs_scrub: fixes for systemd services
 2024-01-05  5:11 UTC  (9+ messages)
` [PATCH 6/9] xfs_scrub_fail: add content type header to failure emails
` [PATCH 7/9] xfs_scrub_fail: advise recipients not to reply
` [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 30/40] xfs_scrub: improve scheduling of repair items
 2024-01-05  5:09 UTC  (9+ messages)
` [PATCH 1/4] libfrog: enhance ptvar to support initializer functions
` [PATCH 2/4] xfs_scrub: improve thread scheduling repair items during phase 4
` [PATCH 3/4] xfs_scrub: recheck entire metadata objects after corruption repairs
` [PATCH 4/4] xfs_scrub: try to repair space metadata before file metadata

[PATCHSET v29.0 29/40] xfs_scrub: use scrub_item to track check progress
 2024-01-05  5:06 UTC  (11+ messages)
` [PATCH 1/5] xfs_scrub: start tracking scrub state in scrub_item
` [PATCH 2/5] xfs_scrub: remove enum check_outcome
` [PATCH 3/5] xfs_scrub: refactor scrub_meta_type out of existence
` [PATCH 4/5] xfs_scrub: hoist repair retry loop to repair_item_class
` [PATCH 5/5] xfs_scrub: hoist scrub retry loop to scrub_item_check_file

[PATCHSET v29.0 28/40] xfs_scrub: track data dependencies for repairs
 2024-01-05  5:04 UTC  (7+ messages)
` [PATCH 7/9] xfs_scrub: check dependencies of a scrub type before repairing
` [PATCH 8/9] xfs_scrub: retry incomplete repairs
` [PATCH 9/9] xfs_scrub: remove unused action_list fields


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).