public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-30 01:16:14 to 2024-08-05 18:46:46 UTC [more...]

[PATCH] xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set
 2024-08-05 18:46 UTC 

[PATCH] xfs: revert AIL TASK_KILLABLE threshold
 2024-08-05 18:46 UTC 

[PATCH] xfs: attr forks require attr, not attr2
 2024-08-05 18:45 UTC 

[PATCH] xfs_db: release ip resource before returning from get_next_unlinked()
 2024-08-05 15:48 UTC  (4+ messages)

[PATCH 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
 2024-08-05 15:48 UTC  (18+ messages)
` [PATCH 1/6] iomap: correct the range of a partial dirty clear
` [PATCH 2/6] iomap: support invalidating partial folios
` [PATCH 3/6] iomap: advance the ifs allocation if we have more than one blocks per folio
` [PATCH 4/6] iomap: correct the dirty length in page mkwrite
` [PATCH 5/6] iomap: drop unnecessary state_lock when setting ifs uptodate bits
` [PATCH 6/6] iomap: drop unnecessary state_lock when changing ifs dirty bits

Are jump labels broken on 6.11-rc1?
 2024-08-05 14:35 UTC  (9+ messages)

[PATCH v11 00/10] enable bs > ps in XFS
 2024-08-05 13:24 UTC  (5+ messages)
` [PATCH v11 10/10] xfs: enable block size larger than page size support

[GIT PULL] xfs: bug fixes for 6.11
 2024-08-03 16:32 UTC  (2+ messages)

[PATCH 0/9] introduce defrag to xfs_spaceman
 2024-08-02 18:31 UTC  (24+ messages)
` [PATCH 2/9] spaceman/defrag: pick up segments from target file
` [PATCH 6/9] spaceman/defrag: workaround kernel xfs_reflink_try_clear_inode_flag()
` [PATCH 8/9] spaceman/defrag: readahead for better performance
` [PATCH 9/9] spaceman/defrag: warn on extsize

[PATCH] [RFC] xfs: filesystem expansion design documentation
 2024-08-02 12:09 UTC  (6+ messages)

[RFC PATCHSET] xfsprogs: filesystem properties
 2024-08-02  0:29 UTC  (41+ messages)
` [PATCHSET v30.9 1/3] "
  ` [PATCH 1/7] libfrog: support editing filesystem property sets
  ` [PATCH 2/7] xfs_spaceman: edit filesystem properties
  ` [PATCH 3/7] xfs_db: improve getting and setting extended attributes
  ` [PATCH 4/7] libxfs: hoist listxattr from xfs_repair
  ` [PATCH 5/7] libxfs: pass a transaction context through listxattr
  ` [PATCH 6/7] xfs_db: add a command to list xattrs
  ` [PATCH 7/7] xfs_property: add a new tool to administer fs properties
` [PATCHSET v30.9 2/3] xfs_scrub: control of autonomous self healing
  ` [PATCH 1/3] libfrog: define a self_healing filesystem property
  ` [PATCH 2/3] xfs_scrub: allow sysadmin to control background scrubs
  ` [PATCH 3/3] mkfs: set self_healing property
` [PATCHSET v30.9 3/3] xfs_scrub: separate package for self healing
  ` [PATCH 1/3] misc: shift install targets
  ` [PATCH 2/3] xfs_scrub: use the self_healing fsproperty to select mode
  ` [PATCH 3/3] debian: create a new package for automatic self-healing
` [PATCHSET v30.9] fstests: xfs filesystem properties
  ` [PATCH 1/1] xfs: functional testing for "

[PATCH v3 00/14] forcealign for xfs
 2024-08-01 16:30 UTC  (15+ messages)
` [PATCH v3 01/14] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v3 02/14] xfs: always tail align maxlen allocations
` [PATCH v3 03/14] xfs: simplify extent allocation alignment
` [PATCH v3 04/14] xfs: make EOF allocation simpler
` [PATCH v3 05/14] xfs: introduce forced allocation alignment
` [PATCH v3 06/14] xfs: align args->minlen for "
` [PATCH v3 07/14] xfs: Introduce FORCEALIGN inode flag
` [PATCH v3 08/14] xfs: Update xfs_inode_alloc_unitsize() for forcealign
` [PATCH v3 09/14] xfs: Update xfs_setattr_size() "
` [PATCH v3 10/14] xfs: Do not free EOF blocks "
` [PATCH v3 11/14] xfs: Only free full extents "
` [PATCH v3 12/14] xfs: Unmap blocks according to forcealign
` [PATCH v3 13/14] xfs: Don't revert allocated offset for forcealign
` [PATCH v3 14/14] xfs: Enable file data forcealign feature

[PATCH 1/2] xfs: remove duplicated include header
 2024-08-01 11:33 UTC  (2+ messages)

[RFC PATCH 0/4] bringing back the AGFL reserve
 2024-08-01  0:53 UTC  (7+ messages)
` [RFC PATCH 1/4] xfs: resurrect the AGFL reservation

[ANNOUNCE] xfs-linux: for-next updated to 7bf888fa26e8
 2024-07-31 12:39 UTC 

[PATCH] [PATCH] xfs/348: add _fixed_by tag
 2024-07-31  2:58 UTC  (3+ messages)

xfsprogs 6.9 .deb build broken on debian 12?
 2024-07-30 19:01 UTC  (2+ messages)

[PATCH] xfs: trace: replace strncpy() with strscpy()
 2024-07-30 15:16 UTC 

[GIT PULLBOMB] xfsprogs: catch us up to 6.10
 2024-07-30  2:46 UTC  (24+ messages)
` [GIT PULL 01/23] libxfs: fixes for 6.9
` [GIT PULL 02/23] libxfs: sync with 6.10
` [GIT PULL 03/23] xfsprogs: atomic file updates
` [GIT PULL 04/23] xfsprogs: set and validate dir/attr block owners
` [GIT PULL 05/23] xfsprogs: inode-related repair fixes
` [GIT PULL 06/23] xfs_scrub: fixes to the repair code
` [GIT PULL 07/23] xfs_scrub: improve warnings about difficult repairs
` [GIT PULL 08/23] xfs_scrub: track data dependencies for repairs
` [GIT PULL 09/23] xfs_scrub: use scrub_item to track check progress
` [GIT PULL 10/23] xfs_scrub: improve scheduling of repair items
` [GIT PULL 11/23] xfs_scrub: detect deceptive filename extensions
` [GIT PULL 12/23] xfs_scrub: move fstrim to a separate phase
` [GIT PULL 13/23] xfs_scrub: use free space histograms to reduce fstrim runtime
` [GIT PULL 14/23] xfs_scrub: tighten security of systemd services
` [GIT PULL 15/23] xfs_scrub_all: automatic media scan service
` [GIT PULL 16/23] xfs_scrub_all: improve systemd handling
` [GIT PULL 17/23] xfsprogs: improve extended attribute validation
` [GIT PULL 18/23] xfsprogs: Parent Pointers
` [GIT PULL 19/23] xfsprogs: scrubbing for parent pointers
` [GIT PULL 20/23] xfsprogs: offline repair "
` [GIT PULL 21/23] xfsprogs: detect and correct directory tree problems
` [GIT PULL 22/23] xfs_scrub: vectorize kernel calls
` [GIT PULL 23/23] xfs_repair: fixes for kernel 6.10

[PATCHSET v30.9 23/23] xfs_repair: fixes for kernel 6.10
 2024-07-30  1:32 UTC  (2+ messages)
` [PATCH 1/1] xfs_repair: allow symlinks with short remote targets

[PATCHSET v30.9 22/23] xfs_scrub: vectorize kernel calls
 2024-07-30  1:32 UTC  (11+ messages)
` [PATCH 01/10] man: document vectored scrub mode
` [PATCH 02/10] libfrog: support vectored scrub
` [PATCH 03/10] xfs_io: "
` [PATCH 04/10] xfs_scrub: split the scrub epilogue code into a separate function
` [PATCH 05/10] xfs_scrub: split the repair "
` [PATCH 06/10] xfs_scrub: convert scrub and repair epilogues to use xfs_scrub_vec
` [PATCH 07/10] xfs_scrub: vectorize scrub calls
` [PATCH 08/10] xfs_scrub: vectorize repair calls
` [PATCH 09/10] xfs_scrub: use scrub barriers to reduce kernel calls
` [PATCH 10/10] xfs_scrub: try spot repairs of metadata items to make scrub progress

[PATCHSET v13.8 21/23] xfsprogs: detect and correct directory tree problems
 2024-07-30  1:30 UTC  (6+ messages)
` [PATCH 1/5] libfrog: add directory tree structure scrubber to scrub library
` [PATCH 2/5] xfs_spaceman: report directory tree corruption in the health information
` [PATCH 3/5] xfs_scrub: fix erroring out of check_inode_names
` [PATCH 4/5] xfs_scrub: detect and repair directory tree corruptions
` [PATCH 5/5] xfs_scrub: defer phase5 file scans if dirloop fails

[PATCHSET v13.8 20/23] xfsprogs: offline repair for parent pointers
 2024-07-30  1:28 UTC  (13+ messages)
` [PATCH 01/12] xfs_db: remove some boilerplate from xfs_attr_set
` [PATCH 02/12] xfs_db: actually report errors from libxfs_attr_set
` [PATCH 03/12] xfs_repair: junk parent pointer attributes when filesystem doesn't support them
` [PATCH 04/12] xfs_repair: add parent pointers when messing with /lost+found
` [PATCH 05/12] xfs_repair: junk duplicate hashtab entries when processing sf dirents
` [PATCH 06/12] xfs_repair: build a parent pointer index
` [PATCH 07/12] xfs_repair: move the global dirent name store to a separate object
` [PATCH 08/12] xfs_repair: deduplicate strings stored in string blob
` [PATCH 09/12] xfs_repair: check parent pointers
` [PATCH 10/12] xfs_repair: dump garbage parent pointer attributes
` [PATCH 11/12] xfs_repair: update ondisk parent pointer records
` [PATCH 12/12] xfs_repair: wipe ondisk parent pointers when there are none

[PATCHSET v13.8 19/23] xfsprogs: scrubbing for parent pointers
 2024-07-30  1:25 UTC  (3+ messages)
` [PATCH 1/2] xfs: create a blob array data structure
` [PATCH 2/2] man2: update ioctl_xfs_scrub_metadata.2 for parent pointers

[PATCHSET v13.8 18/23] xfsprogs: Parent Pointers
 2024-07-30  1:25 UTC  (25+ messages)
` [PATCH 01/24] libxfs: create attr log item opcodes and formats for parent pointers
` [PATCH 02/24] xfs_{db,repair}: implement new attr hash value function
` [PATCH 03/24] xfs_logprint: dump new attr log item fields
` [PATCH 04/24] man: document the XFS_IOC_GETPARENTS ioctl
` [PATCH 05/24] libfrog: report parent pointers to userspace
` [PATCH 06/24] libfrog: add parent pointer support code
` [PATCH 07/24] xfs_io: adapt parent command to new parent pointer ioctls
` [PATCH 08/24] xfs_io: Add i, n and f flags to parent command
` [PATCH 09/24] xfs_logprint: decode parent pointers in ATTRI items fully
` [PATCH 10/24] xfs_spaceman: report file paths
` [PATCH 11/24] xfs_scrub: use parent pointers when possible to report file operations
` [PATCH 12/24] xfs_scrub: use parent pointers to report lost file data
` [PATCH 13/24] xfs_db: report parent pointers in version command
` [PATCH 14/24] xfs_db: report parent bit on xattrs
` [PATCH 15/24] xfs_db: report parent pointers embedded in xattrs
` [PATCH 16/24] xfs_db: obfuscate dirent and parent pointer names consistently
` [PATCH 17/24] libxfs: export attr3_leaf_hdr_from_disk via libxfs_api_defs.h
` [PATCH 18/24] xfs_db: add a parents command to list the parents of a file
` [PATCH 19/24] xfs_db: make attr_set and attr_remove handle parent pointers
` [PATCH 20/24] xfs_db: add link and unlink expert commands
` [PATCH 21/24] xfs_db: compute hashes of parent pointers
` [PATCH 22/24] libxfs: create new files with attr forks if necessary
` [PATCH 23/24] mkfs: Add parent pointers during protofile creation
` [PATCH 24/24] mkfs: enable formatting with parent pointers

[PATCHSET v13.8 17/23] xfsprogs: improve extended attribute validation
 2024-07-30  1:18 UTC  (7+ messages)
` [PATCH 1/6] xfs_scrub_all: fail fast on masked units
` [PATCH 2/6] xfs_scrub: automatic downgrades to dry-run mode in service mode
` [PATCH 3/6] xfs_scrub: add an optimization-only mode
` [PATCH 4/6] xfs_repair: check free space requirements before allowing upgrades
` [PATCH 5/6] xfs_repair: enforce one namespace bit per extended attribute
` [PATCH 6/6] xfs_repair: check for unknown flags in attr entries

[PATCHSET v30.9 16/23] xfs_scrub_all: improve systemd handling
 2024-07-30  1:17 UTC  (6+ messages)
` [PATCH 1/5] xfs_scrub_all: encapsulate all the subprocess code in an object
` [PATCH 2/5] xfs_scrub_all: encapsulate all the systemctl "
` [PATCH 3/5] xfs_scrub_all: add CLI option for easier debugging
` [PATCH 4/5] xfs_scrub_all: convert systemctl calls to dbus
` [PATCH 5/5] xfs_scrub_all: implement retry and backoff for dbus calls


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox