messages from 2024-08-13 15:25:31 to 2024-08-20 17:05:34 UTC [more...]
fix a DEBUG-only assert failure in xfs/538
2024-08-20 17:04 UTC (5+ messages)
` [PATCH 1/6] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
` [PATCH 2/6] xfs: return bool from xfs_attr3_leaf_add
` [PATCH 3/6] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
` [PATCH 4/6] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
fix FITRIM with non-discard capable RT device v2
2024-08-20 16:35 UTC (9+ messages)
` [PATCH 1/2] xfs: remove a stale comment in xfs_ioc_trim
` [PATCH 2/2] xfs: don't extend the FITRIM range if the rt device does not support discard
[PATCH] xfs: ensure st_blocks never goes to zero during COW writes
2024-08-20 16:29 UTC
[PATCH] Documentation: iomap: fix a typo
2024-08-20 16:15 UTC (2+ messages)
[syzbot] [xfs?] possible deadlock in xfs_ilock_attr_map_shared
2024-08-20 15:26 UTC (2+ messages)
[PATCH V4 0/2] Some bugfix for xfs fsmap
2024-08-20 9:45 UTC (14+ messages)
` [PATCH V4 1/2] xfs: Fix the owner setting issue for rmap query in "
` [PATCH V4 2/2] xfs: Fix missing interval for missing_owner "
[PATCH v12 00/10] enable bs > ps in XFS
2024-08-20 9:17 UTC (26+ messages)
` [PATCH v12 01/10] fs: Allow fine-grained control of folio sizes
` [PATCH v12 02/10] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v12 03/10] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v12 04/10] mm: split a folio in minimum folio order chunks
` [PATCH v12 05/10] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v12 06/10] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v12 07/10] xfs: use kvmalloc for xattr buffers
` [PATCH v12 08/10] xfs: expose block size in stat
` [PATCH v12 09/10] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v12 10/10] xfs: enable block size larger than page size support
[PATCH] xfs_db: do some checks in init to prevent corruption
2024-08-20 1:56 UTC
[syzbot] [xfs?] INFO: task hung in xfs_buf_item_unpin (2)
2024-08-19 22:16 UTC (4+ messages)
[PATCHSET v3.0 5/5] xfs: enable FITRIM for the realtime section
2024-08-19 16:01 UTC (3+ messages)
` [PATCH 1/1] xfs: enable FITRIM on the realtime device
[PATCH] libfrog: Unconditionally build fsprops.c
2024-08-19 15:57 UTC (5+ messages)
[PATCH 1/1] libxfs: provide a memfd_create() wrapper if not present in libc
2024-08-19 14:17 UTC (2+ messages)
[GIT PULL] xfs: bug fixes for 6.11
2024-08-17 17:12 UTC (2+ messages)
[PATCH V2] xfs_io: Fix fscrypt macros ordering
2024-08-17 11:17 UTC (2+ messages)
[PATCH v5 0/7] block atomic writes for xfs
2024-08-17 9:48 UTC (8+ messages)
` [PATCH v5 1/7] block/fs: Pass an iocb to generic_atomic_write_valid()
` [PATCH v5 2/7] fs: Export generic_atomic_write_valid()
` [PATCH v5 3/7] fs: iomap: Atomic write support
` [PATCH v5 4/7] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v5 5/7] xfs: Support atomic write for statx
` [PATCH v5 6/7] xfs: Validate atomic writes
` [PATCH v5 7/7] xfs: Support setting FMODE_CAN_ATOMIC_WRITE
[PATCH v2 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
2024-08-17 7:16 UTC (29+ messages)
` [PATCH v2 1/6] iomap: correct the range of a partial dirty clear
` [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] xfs_io: use FICLONE/FICLONERANGE/FIDEDUPERANGE for reflink/dudupe IO commands
2024-08-17 6:50 UTC (3+ messages)
` [PATCH] xfs_io: use FICLONE/FICLONERANGE/FIDEDUPERANGE for reflink/dedupe "
` [PATCH] xfs: use FICLONE/FICLONERANGE/FIDEDUPERANGE for test cases
[PATCH] xfs_io: Fix fscrypt macros ordering
2024-08-16 20:20 UTC (3+ messages)
HI DEAR !
2024-08-16 17:50 UTC
[PATCH V2] xfs: Make the fsmap more precise
2024-08-16 4:18 UTC (2+ messages)
[PATCH V3 0/2] Some bugfix for xfs fsmap
2024-08-16 1:37 UTC (8+ 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 "
perf loss on parallel compile due to conention on the buf semaphore
2024-08-15 22:56 UTC (3+ messages)
[PATCHSET] AGFL reservation changes
2024-08-15 19:40 UTC (10+ messages)
` [PATCH 0/5] linux: Modifying per-ag reservation to account for dependent allocations
` [PATCH 1/5] xfs: count the number of blocks in a per-ag reservation
` [PATCH 2/5] xfs: move calculation in xfs_alloc_min_freelist to its own function
` [PATCH 3/5] xfs: make alloc_set_aside and friends aware of per-AG reservations
` [PATCH 4/5] xfs: push the agfl set aside into xfs_alloc_space_available
` [PATCH 5/5] xfs: include min freelist in m_ag_max_usable
` [RFC PATCH 0/2] xfstests: fstests for agfl reservation
` [RFC PATCH 1/2] xfs/608: a test case for xfs_bmap_extents_to_btree allocation failure
` [RFC PATCH 2/2] xfs/306: update resblks to account for increased per-ag reservation size
[syzbot] [xfs?] possible deadlock in xfs_can_free_eofblocks (2)
2024-08-15 12:35 UTC
[syzbot] Monthly xfs report (Aug 2024)
2024-08-15 10:40 UTC
[bug report] raid0 array mkfs.xfs hang
2024-08-15 6:21 UTC (10+ messages)
[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 (3+ 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 (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 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 (4+ messages)
` [PATCH 2/3] xfs: convert perag lookup to xarray
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 (4+ messages)
` [PATCH 2/5] add a new min_dio_alignment helper
[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 (9+ 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