Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-31 15:41:59 to 2024-08-08 19:28:30 UTC [more...]

[PATCH v2 00/16] fanotify: add pre-content hooks
 2024-08-08 19:27 UTC  (11+ messages)
` [PATCH v2 01/16] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v2 02/16] fsnotify: introduce pre-content permission event
` [PATCH v2 03/16] fsnotify: generate pre-content permission event on open
` [PATCH v2 04/16] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v2 05/16] fanotify: introduce FAN_PRE_MODIFY "
` [PATCH v2 06/16] fanotify: pass optional file access range in pre-content event
` [PATCH v2 07/16] fanotify: rename a misnamed constant
` [PATCH v2 08/16] fanotify: report file range info with pre-content events
` [PATCH v2 09/16] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v2 10/16] fanotify: add a helper to check for pre content events

[PATCH v3] xfs_db: release ip resource before returning from get_next_unlinked()
 2024-08-08 19:00 UTC  (4+ messages)

[bug report] raid0 array mkfs.xfs hang
 2024-08-08 17:12 UTC 

[PATCHSET] xfs-documentation: updates for 6.10
 2024-08-08 16:57 UTC  (12+ messages)
` [PATCH 1/5] design: document atomic file mapping exchange log intent structures
` [PATCH 2/5] design: document new name-value logged attribute variants
` [PATCH 3/5] design: document the parent pointer ondisk format
` [PATCH 4/5] design: document the metadump v2 format
` [PATCH 5/5] design: fix the changelog to reflect the new changes

[GIT PULLBOMB] xfsprogs: catch us up to 6.10, part 2
 2024-08-08 16:51 UTC  (3+ messages)
` [GIT PULL 1/2] xfs_scrub: admin control of automatic fsck
` [GIT PULL 2/2] debian: enable xfs_scrub_all by default

[PATCH] [PATCH] xfs/348: add _fixed_by tag
 2024-08-08 15:57 UTC  (6+ messages)

[PATCH V2] xfs: Make the fsmap more precise
 2024-08-08 15:29 UTC  (2+ messages)

post-EOF block handling revamp v2
 2024-08-08 15:27 UTC  (10+ messages)
` [PATCH 1/9] xfs: remove the i_mode check in xfs_release
` [PATCH 2/9] xfs: refactor f_op->release handling
` [PATCH 3/9] xfs: don't bother returning errors from xfs_file_release
` [PATCH 4/9] xfs: skip all of xfs_file_release when shut down
` [PATCH 5/9] xfs: don't free post-EOF blocks on read close
` [PATCH 6/9] xfs: only free posteof blocks on first close
` [PATCH 7/9] xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocks
` [PATCH 8/9] xfs: simplify extent lookup in xfs_can_free_eofblocks
` [PATCH 9/9] xfs: reclaim speculative preallocations for append only files

[PATCH] man: Update unit for fsx_extsize and fsx_cowextsize
 2024-08-08 15:05 UTC  (2+ messages)

[PATCH] xfs: Make the fsmap more precise
 2024-08-08 14:40 UTC 

[PATCH] xfs: remove all traces of xfs_check
 2024-08-08  4:25 UTC  (3+ messages)

Are jump labels broken on 6.11-rc1?
 2024-08-07 22:51 UTC  (16+ messages)

[GIT PULL] xfs: random fixes for 6.11
 2024-08-07 22:49 UTC 

[PATCH v2] xfs_db: release ip resource before returning from get_next_unlinked()
 2024-08-07 18:40 UTC  (3+ messages)

[PATCH] xfs_db: release ip resource before returning from get_next_unlinked()
 2024-08-07 17:35 UTC  (6+ messages)

[PATCHBOMB v30.10] xfsprogs-6.10: filesystem properties
 2024-08-07 16:43 UTC  (28+ messages)
` [PATCHSET v30.10 1/3] xfsprogs: "
  ` [PATCH 1/7] libfrog: support editing filesystem property sets
  ` [PATCH 2/7] xfs_io: 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.10 2/3] xfs_scrub: admin control of automatic fsck
  ` [PATCH 1/4] libfrog: define a autofsck filesystem property
  ` [PATCH 2/4] xfs_scrub: allow sysadmin to control background scrubs
  ` [PATCH 3/4] xfs_scrub: use the autofsck fsproperty to select mode
  ` [PATCH 4/4] mkfs: set autofsck filesystem property
` [PATCHSET v30.10 3/3] debian: enable xfs_scrub_all by default
  ` [PATCH 1/1] debian: enable xfs_scrub_all systemd timer services "
` [PATCHSET v30.10] fstests: xfs filesystem properties
  ` [PATCH 1/1] xfs: functional testing for "

[PATCH v3 00/14] forcealign for xfs
 2024-08-07 16:19 UTC  (41+ 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] xfs: test online repair when xfiles consists of THPs
 2024-08-07 16:14 UTC  (2+ messages)

post-EOF block handling revamp
 2024-08-07 15:01 UTC  (9+ messages)
` [PATCH 02/10] xfs: remove the i_mode check in xfs_release
` [PATCH 04/10] xfs: don't bother returning errors from xfs_file_release

xfs_release lock contention
 2024-08-07 14:56 UTC  (4+ messages)

don't fail tests when mkfs options collide
 2024-08-07 14:35 UTC  (5+ messages)
` [PATCH 1/4] common: _notrun if _scratch_mkfs_sized failed
` [PATCH 2/4] common: _notrun if _scratch_mkfs_xfs failed
` [PATCH 3/4] xfs/432: use _scratch_mkfs_xfs
` [PATCH 4/4] xfs/516: "

[PATCH] Fix spelling and gramatical errors
 2024-08-07 14:25 UTC  (4+ messages)

[PATCH 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
 2024-08-07 11:39 UTC  (14+ messages)
` [PATCH 5/6] iomap: drop unnecessary state_lock when setting ifs uptodate bits

[PATCH] xfs: skip background cowblock trims on inodes open for write
 2024-08-06 23:26 UTC  (6+ messages)

[PATCH v2 00/13] forcealign for xfs
 2024-08-06 18:58 UTC  (3+ messages)
` [PATCH v2 04/13] xfs: make EOF allocation simpler

[GIT PULLBOMB] xfsprogs: catch us up to 6.10
 2024-08-06 13:59 UTC  (2+ messages)

[PATCH] xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set
 2024-08-06 13:07 UTC  (2+ messages)

[PATCH] xfs: revert AIL TASK_KILLABLE threshold
 2024-08-06 13:07 UTC  (2+ messages)

[PATCH] xfs: attr forks require attr, not attr2
 2024-08-06 13:06 UTC  (2+ messages)

[PATCH] [RFC] xfs: filesystem expansion design documentation
 2024-08-06  2:01 UTC  (7+ 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  (12+ messages)
` [PATCH 6/9] spaceman/defrag: workaround kernel xfs_reflink_try_clear_inode_flag()
` [PATCH 8/9] spaceman/defrag: readahead for better performance

[RFC PATCHSET] xfsprogs: filesystem properties
 2024-08-02  0:29 UTC  (2+ messages)

[PATCHSET v30.9 1/3] xfsprogs: filesystem properties
 2024-08-02  0:25 UTC  (15+ messages)
` [PATCH 2/7] xfs_spaceman: edit "
` [PATCH 4/7] libxfs: hoist listxattr from xfs_repair
` [PATCH 7/7] xfs_property: add a new tool to administer fs properties

[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

[PATCHSET v30.9 2/3] xfs_scrub: control of autonomous self healing
 2024-07-31 19:43 UTC  (7+ messages)
` [PATCH 1/3] libfrog: define a self_healing filesystem property


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).