linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-09 18:44:55 to 2024-08-15 06:20:07 UTC [more...]

[bug report] raid0 array mkfs.xfs hang
 2024-08-15  6:19 UTC  (9+ messages)

[PATCH v2 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
 2024-08-15  6:00 UTC  (33+ 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

[ANNOUNCE] xfs-linux: for-next updated to 8d16762047c6
 2024-08-15  3:11 UTC 

[PATCH 6.1.y] xfs: remove WARN when dquot cache insertion fails
 2024-08-14 22:55 UTC  (4+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 4813305c621d
 2024-08-14 22:08 UTC  (2+ messages)

iwalk fixes
 2024-08-14 22:04 UTC  (7+ 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 v4 00/16] fanotify: add pre-content hooks
 2024-08-14 21:25 UTC  (17+ messages)
` [PATCH v4 01/16] fanotify: don't skip extra event info if no info_mode is set
` [PATCH v4 02/16] fsnotify: introduce pre-content permission event
` [PATCH v4 03/16] fsnotify: generate pre-content permission event on open
` [PATCH v4 04/16] fanotify: introduce FAN_PRE_ACCESS permission event
` [PATCH v4 05/16] fanotify: introduce FAN_PRE_MODIFY "
` [PATCH v4 06/16] fanotify: pass optional file access range in pre-content event
` [PATCH v4 07/16] fanotify: rename a misnamed constant
` [PATCH v4 08/16] fanotify: report file range info with pre-content events
` [PATCH v4 09/16] fanotify: allow to set errno in FAN_DENY permission response
` [PATCH v4 10/16] fanotify: add a helper to check for pre content events
` [PATCH v4 11/16] fanotify: disable readahead if we have pre-content watches
` [PATCH v4 12/16] mm: don't allow huge faults for files with pre content watches
` [PATCH v4 13/16] fsnotify: generate pre-content permission event on page fault
` [PATCH v4 14/16] bcachefs: add pre-content fsnotify hook to fault
` [PATCH v4 15/16] gfs2: "
` [PATCH v4 16/16] xfs: add pre-content fsnotify hook for write faults

[syzbot] [xfs?] possible deadlock in xfs_icwalk_ag (2)
 2024-08-14 14:12 UTC  (2+ messages)

[PATCH 1/2] xfs: remove a stale comment in xfs_ioc_trim
 2024-08-14  6:16 UTC  (6+ messages)
` [PATCH 2/2] xfs: don't extend the FITRIM range if the rt device does not support discard

conver XFS perag lookup to xarrays
 2024-08-14  5:21 UTC  (14+ 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

improve minalign handling v2
 2024-08-14  5:12 UTC  (8+ messages)
` [PATCH 1/5] statx.h: update to latest kernel UAPI
` [PATCH 2/5] add a new min_dio_alignment helper
` [PATCH 3/5] xfs/424: don't use _min_dio_alignment
` [PATCH 4/5] generic: don't use _min_dio_alignment without a device argument
` [PATCH 5/5] replace _min_dio_alignment with calls to src/min_dio_alignment

improve minalign handling
 2024-08-14  3:43 UTC  (16+ messages)
` [PATCH 1/5] statx.h: update to latest kernel UAPI
` [PATCH 2/5] add a new min_dio_alignment helper
` [PATCH 3/5] xfs/424: don't use _min_dio_alignment
` [PATCH 4/5] generic: don't use _min_dio_alignment without a device argument
` [PATCH 5/5] replace _min_dio_alignment with calls to src/min_dio_alignment

[PATCH v5] xfs_db: release ip resource before returning from get_next_unlinked()
 2024-08-14  2:00 UTC  (3+ messages)

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

XFS mount timeout in linux-6.9.11
 2024-08-13 15:25 UTC  (10+ messages)

[PATCH v3 00/14] forcealign for xfs
 2024-08-13 15:01 UTC  (3+ messages)
` [PATCH v3 02/14] xfs: always tail align maxlen allocations

[PATCH] fsck.xfs: fix fsck.xfs run by different shells when fsck.mode=force is set
 2024-08-13 14:53 UTC  (2+ messages)

[syzbot] [iomap?] [xfs?] WARNING in iomap_write_begin
 2024-08-13  8:14 UTC 

post-EOF block handling revamp v3
 2024-08-13  7:39 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] libxfs: dirty buffers should be marked uptodate too
 2024-08-13  6:01 UTC  (2+ messages)

[PATCH] xfs: fix di_onlink checking for V1/V2 inodes
 2024-08-13  5:46 UTC  (2+ messages)

[PATCH] xfs: fix folio dirtying for XFILE_ALLOC callers
 2024-08-13  5:46 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 "

post-EOF block handling revamp v2
 2024-08-11 23:48 UTC  (8+ messages)
` [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] 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  (5+ messages)


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 NNTP newsgroup(s).