messages from 2024-02-29 20:18:41 to 2024-03-07 23:17:48 UTC [more...]
[PATCHSET] fstests: random fixes for v2024.02.09
2024-03-07 23:17 UTC (22+ messages)
` [PATCH 1/8] generic/604: try to make race occur reliably
` [PATCH v1.1 "
` [PATCH 6/8] xfs/122: update test to pick up rtword/suminfo ondisk unions
` [PATCH 7/8] xfs/43[4-6]: make module reloading optional
` [PATCH v1.1 "
` [PATCH 8/8] xfs: test for premature ENOSPC with large cow delalloc extents
` [PATCH v1.1 "
[PATCH] xfs: fix dev_t usage in xmbuf tracepoints
2024-03-07 23:13 UTC
[PATCH v5 00/24] fs-verity support for XFS
2024-03-07 23:10 UTC (53+ messages)
` [PATCH v5 01/24] fsverity: remove hash page spin lock
` [PATCH v5 02/24] xfs: add parent pointer support to attribute code
` [PATCH v5 03/24] xfs: define parent pointer ondisk extended attribute format
` [PATCH v5 04/24] xfs: add parent pointer validator functions
` [PATCH v5 05/24] fs: add FS_XFLAG_VERITY for verity files
` [PATCH v5 06/24] fsverity: pass tree_blocksize to end_enable_verity()
` [PATCH v5 07/24] fsverity: support block-based Merkle tree caching
` [PATCH v5 08/24] fsverity: add per-sb workqueue for post read processing
` [PATCH v5 09/24] fsverity: add tracepoints
` [PATCH v5 10/24] iomap: integrate fs-verity verification into iomap's read path
` [PATCH v5 11/24] xfs: add XBF_VERITY_SEEN xfs_buf flag
` [PATCH v5 12/24] xfs: add XFS_DA_OP_BUFFER to make xfs_attr_get() return buffer
` [PATCH v5 13/24] xfs: add attribute type for fs-verity
` [PATCH v5 14/24] xfs: make xfs_buf_get() to take XBF_* flags
` [PATCH v5 15/24] xfs: add XBF_DOUBLE_ALLOC to increase size of the buffer
` [PATCH v5 16/24] xfs: add fs-verity ro-compat flag
` [PATCH v5 17/24] xfs: add inode on-disk VERITY flag
` [PATCH v5 18/24] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v5 19/24] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v5 20/24] xfs: disable direct read path for fs-verity files
` [PATCH v5 21/24] xfs: add fs-verity support
` [PATCH v5 22/24] xfs: make scrub aware of verity dinode flag
` [PATCH v5 23/24] xfs: add fs-verity ioctls
` [PATCH v5 24/24] xfs: enable ro-compat fs-verity flag
RFC: untangle and fix __blkdev_issue_discard
2024-03-07 21:33 UTC (14+ messages)
` [PATCH 01/10] block: remove the discard_granularity check in __blkdev_issue_discard
` [PATCH 02/10] block: move discard checks into the ioctl handler
` [PATCH 03/10] block: add a blk_next_discard_bio helper
` [PATCH 04/10] xfs: switch to using blk_next_discard_bio directly
` [PATCH 05/10] f2fs: "
` [PATCH 06/10] ext4: "
` [PATCH 07/10] nvmet: "
` [PATCH 08/10] md: "
` [PATCH 09/10] dm-thin: "
` [PATCH 10/10] block: remove __blkdev_issue_discard
[PATCH] xfs: small cleanup in xrep_update_qflags()
2024-03-07 15:16 UTC (2+ messages)
[PATCH v2 00/14] block atomic writes for XFS
2024-03-07 12:57 UTC (42+ messages)
` [PATCH v2 01/14] block: Add blk_validate_atomic_write_op_size()
` [PATCH v2 02/14] fs: xfs: Don't use low-space allocator for alignment > 1
` [PATCH v2 03/14] fs: xfs: Introduce FORCEALIGN inode flag
` [PATCH v2 04/14] fs: xfs: Make file data allocations observe the 'forcealign' flag
` [RFC PATCH 0/3] xfs: forced extent alignment
` [PATCH 1/3] xfs: simplify extent allocation alignment
` [PATCH 2/3] xfs: make EOF allocation simpler
` [PATCH 3/3] xfs: introduce forced allocation alignment
` [PATCH v2 05/14] fs: xfs: Enable file data forcealign feature
` [PATCH v2 06/14] fs: xfs: Do not free EOF blocks for forcealign
` [PATCH v2 07/14] fs: iomap: Sub-extent zeroing
` [PATCH v2 08/14] fs: xfs: "
` [PATCH v2 09/14] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH v2 10/14] fs: iomap: Atomic write support
` [PATCH v2 11/14] fs: xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v2 12/14] fs: xfs: Support atomic write for statx
` [PATCH v2 13/14] fs: xfs: Validate atomic writes
` [PATCH v2 14/14] fs: xfs: Support setting FMODE_CAN_ATOMIC_WRITE
[ANNOUNCE] xfs-linux: for-next updated to 75bcffbb9e75
2024-03-07 9:46 UTC
[BUG REPORT] General protection fault while discarding extents on XFS on next-20240305
2024-03-07 9:21 UTC (9+ messages)
A bug was found in Linux Kernel 5.15.148 and 5.15.150: KASAN: use-after-free in xfs_allocbt_init_key_from_rec (with POC)
2024-03-07 7:23 UTC
[PATCH v2 1/2] xfs: Remove duplicate include
2024-03-06 15:36 UTC (4+ messages)
` [PATCH v2 2/2] "
[PATCH] xfs: shrink failure needs to hold AGI buffer
2024-03-06 12:35 UTC (4+ messages)
[BUG REPORT] Deadlock when executing xfs/168 on XFS' previous for-next
2024-03-06 7:36 UTC (3+ messages)
[PATCH] xfs: allow cross-linking special files without project quota
2024-03-04 22:02 UTC (2+ messages)
[PATCH v2 00/13] enable bs > ps in XFS
2024-03-04 15:38 UTC (20+ messages)
` [PATCH v2 01/13] mm: Support order-1 folios in the page cache
` [PATCH v2 02/13] fs: Allow fine-grained control of folio sizes
` [PATCH v2 03/13] filemap: align the index to mapping_min_order in the page cache
` [PATCH v2 04/13] filemap: use mapping_min_order while allocating folios
` [PATCH v2 05/13] readahead: round up file_ra_state->ra_pages to mapping_min_nrpages
` [PATCH v2 06/13] readahead: align index to mapping_min_order in ondemand_ra and force_ra
` [PATCH v2 07/13] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v2 08/13] readahead: allocate folios with mapping_min_order in ra_(unbounded|order)
` [PATCH v2 09/13] mm: do not split a folio if it has minimum folio order requirement
` [PATCH v2 10/13] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v2 11/13] xfs: expose block size in stat
` [PATCH v2 12/13] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v2 13/13] xfs: enable block size larger than page size support
[ANNOUNCE] xfs-linux: for-next updated to 8d4dd9d741c3
2024-03-04 6:50 UTC
[PATCH] xfs: Remove unused function is_rt_data_fork
2024-03-04 2:44 UTC (2+ messages)
[PATCH] xfs: stop advertising SB_I_VERSION
2024-03-04 0:45 UTC (4+ messages)
[PATCH] shared/298: run xfs_db against the loop device instead of the image file
2024-03-03 14:41 UTC (7+ messages)
[GIT PULL] xfs: Code changes for 6.8
2024-03-02 18:22 UTC (2+ messages)
[PATCHSET v29.4 03/13] xfs: atomic file content exchanges
2024-03-02 12:43 UTC (16+ messages)
` [PATCH 14/13] xfs: make XFS_IOC_COMMIT_RANGE freshness data opaque
don't use O_DIRECT in xfsdump for RT files v2
2024-03-01 17:49 UTC (3+ messages)
` [PATCH] xfsdump/xfsrestore: don't use O_DIRECT on the RT device
[PATCH RFC 0/2] ext4: Do endio process under irq context for DIO overwrites
2024-03-01 10:02 UTC (4+ messages)
` [PATCH RFC 1/2] iomap: Add a IOMAP_DIO_MAY_INLINE_COMP flag
[RFC PATCH v3 07/26] iomap: don't increase i_size if it's not a write operation
2024-03-01 3:26 UTC (6+ messages)
[PATCH] xfs: use KMEM_CACHE() to create xfs_defer_pending cache
2024-03-01 2:02 UTC (3+ 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