messages from 2024-08-07 14:38:09 to 2024-08-12 19:02:46 UTC [more...]
conver XFS perag lookup to xarrays
2024-08-12 19:02 UTC (10+ messages)
` [PATCH 1/3] xarray: add xa_set
` [PATCH 2/3] xfs: convert perag lookup to xarray
` [PATCH 3/3] xfs: use kfree_rcu_mightsleep to free the perag structures
iwalk fixes
2024-08-12 17:42 UTC (5+ messages)
` [PATCH 1/2] xfs: fix handling of RCU freed inodes from other AGs in xfs_icwalk_ag
` [PATCH 2/2] xfs: fix handling of RCU freed inodes from other AGs in xrep_iunlink_mark_incore
[PATCH v2 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
2024-08-12 17:00 UTC (14+ messages)
` [PATCH v2 1/6] iomap: correct the range of a partial dirty clear
` [PATCH v2 2/6] iomap: support invalidating partial folios
` [PATCH v2 3/6] iomap: advance the ifs allocation if we have more than one blocks per folio
` [PATCH v2 4/6] iomap: correct the dirty length in page mkwrite
` [PATCH v2 5/6] iomap: don't mark blocks uptodate after partial zeroing
` [PATCH v2 6/6] iomap: reduce unnecessary state_lock when setting ifs uptodate and dirty bits
[bug report] raid0 array mkfs.xfs hang
2024-08-12 14:50 UTC (2+ messages)
[PATCH 6.1.y] xfs: remove WARN when dquot cache insertion fails
2024-08-12 14:40 UTC (2+ messages)
[RFD] xfsprogs/mkfs: prototype XFS image mode format for scalable AG growth
2024-08-12 13:56 UTC
xfsprogs port of perag xarray conversion
2024-08-12 6:32 UTC (5+ messages)
` [PATCH 1/4] libfrog: add xarray emulation
` [PATCH 2/4] libxfs: add a kfree_rcu_mightsleep stub
` [PATCH 3/4] xfs: convert perag lookup to xarray
` [PATCH 4/4] xfs: use kfree_rcu_mightsleep to free the perag structures
[PATCH V3 0/2] Some bugfix for xfs fsmap
2024-08-12 1:15 UTC (3+ messages)
` [PATCH V3 1/2] xfs: Fix the owner setting issue for rmap query in "
` [PATCH V3 2/2] xfs: Fix missing interval for missing_owner "
XFS mount timeout in linux-6.9.11
2024-08-12 0:04 UTC (6+ messages)
post-EOF block handling revamp v2
2024-08-11 23:48 UTC (16+ 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] xfs_scrub: Use POSIX-conformant strerror_r
2024-08-11 8:42 UTC (2+ messages)
[PATCH v3 00/16] fanotify: add pre-content hooks
2024-08-11 8:40 UTC (21+ messages)
` [PATCH v3 01/16] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v3 02/16] fsnotify: introduce pre-content permission event
` [PATCH v3 03/16] fsnotify: generate pre-content permission event on open
` [PATCH v3 04/16] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v3 05/16] fanotify: introduce FAN_PRE_MODIFY "
` [PATCH v3 06/16] fanotify: pass optional file access range in pre-content event
` [PATCH v3 07/16] fanotify: rename a misnamed constant
` [PATCH v3 08/16] fanotify: report file range info with pre-content events
` [PATCH v3 09/16] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v3 10/16] fanotify: add a helper to check for pre content events
` [PATCH v3 11/16] fanotify: disable readahead if we have pre-content watches
` [PATCH v3 12/16] mm: don't allow huge faults for files with pre content watches
` [PATCH v3 13/16] fsnotify: generate pre-content permission event on page fault
` [PATCH v3 14/16] bcachefs: add pre-content fsnotify hook to fault
` [PATCH v3 15/16] gfs2: "
` [PATCH v3 16/16] xfs: add pre-content fsnotify hook for write faults
[PATCH] xfs: conditionally allow FS_XFLAG_REALTIME changes if S_DAX is set
2024-08-10 16:41 UTC (3+ messages)
[PATCH V2] xfs: Make the fsmap more precise
2024-08-10 0:31 UTC (7+ messages)
[PATCH v2 00/16] fanotify: add pre-content hooks
2024-08-09 18:38 UTC (36+ 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 v2 11/16] fanotify: disable readahead if we have pre-content watches
` [PATCH v2 12/16] mm: don't allow huge faults for files with pre content watches
` [PATCH v2 13/16] fsnotify: generate pre-content permission event on page fault
` [PATCH v2 14/16] bcachefs: add pre-content fsnotify hook to fault
` [PATCH v2 15/16] gfs2: "
` [PATCH v2 16/16] xfs: add pre-content fsnotify hook for write faults
[PATCH v5] xfs_db: release ip resource before returning from get_next_unlinked()
2024-08-09 17:15 UTC
[PATCH v4] xfs_db: release ip resource before returning from get_next_unlinked()
2024-08-09 17:03 UTC (3+ messages)
[PATCH] xfs_io: use FICLONE/FICLONERANGE/FIDEDUPERANGE for reflink/dudupe IO commands
2024-08-09 15:04 UTC (2+ messages)
[PATCH v2] xfs/348: add helper tags
2024-08-09 15:01 UTC (2+ messages)
[PATCH] [RFC] xfs: filesystem expansion design documentation
2024-08-09 13:31 UTC (8+ messages)
[ANNOUNCE] xfsprogs: for-next updated to ac1f1c2b2
2024-08-09 13:01 UTC
[GIT PULLBOMB] xfsprogs: catch us up to 6.10, part 2
2024-08-09 8:26 UTC (4+ 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-09 8:22 UTC (7+ messages)
[PATCH v3] xfs_db: release ip resource before returning from get_next_unlinked()
2024-08-09 2:04 UTC (7+ messages)
[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
[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 (2+ messages)
Are jump labels broken on 6.11-rc1?
2024-08-07 22:51 UTC (14+ 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 (5+ messages)
[PATCHSET v30.10 1/3] xfsprogs: filesystem properties
2024-08-07 16:43 UTC (8+ messages)
` [PATCH 2/7] xfs_io: edit "
` [PATCH 3/7] xfs_db: improve getting and setting extended attributes
` [PATCH 7/7] xfs_property: add a new tool to administer fs properties
[PATCH v3 00/14] forcealign for xfs
2024-08-07 16:19 UTC (17+ messages)
` [PATCH v3 07/14] xfs: Introduce FORCEALIGN inode flag
` [PATCH v3 10/14] xfs: Do not free EOF blocks for forcealign
` [PATCH v3 12/14] xfs: Unmap blocks according to 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)
[PATCHSET v30.10] fstests: xfs filesystem properties
2024-08-07 16:13 UTC (3+ messages)
` [PATCH 1/1] xfs: functional testing for "
[PATCHSET v30.10 3/3] debian: enable xfs_scrub_all by default
2024-08-07 16:13 UTC (3+ messages)
` [PATCH 1/1] debian: enable xfs_scrub_all systemd timer services "
[PATCHSET v30.10 2/3] xfs_scrub: admin control of automatic fsck
2024-08-07 16:13 UTC (9+ messages)
` [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
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)
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