public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-05 03:38:21 to 2024-06-13 07:04:51 UTC [more...]

[PATCHSET] xfs: random fixes for 6.10
 2024-06-13  7:04 UTC  (11+ messages)
` [PATCH 1/5] xfs: don't treat append-only files as having preallocations
` [PATCH 2/5] xfs: fix freeing speculative preallocations for preallocated files
` [PATCH 3/5] xfs: restrict when we try to align cow fork delalloc to cowextsz hints
` [PATCH 4/5] xfs: allow unlinked symlinks and dirs with zero size
` [PATCH 5/5] xfs: verify buffer, inode, and dquot items every tx commit

[PATCH v4] xfs: don't walk off the end of a directory data block
 2024-06-13  3:05 UTC 

[PATCH v3 00/21] block atomic writes for XFS
 2024-06-13  2:04 UTC  (17+ messages)
` [PATCH v3 07/21] fs: xfs: align args->minlen for forced allocation alignment
` [PATCH v3 08/21] xfs: Introduce FORCEALIGN inode flag
` [PATCH RFC v3 11/21] xfs: Unmap blocks according to forcealign
` [PATCH v3 14/21] iomap: Sub-extent zeroing

[PATCH] xfs: fix unlink vs cluster buffer instantiation race
 2024-06-12 22:51 UTC 

[PATCH] Documentation: document the design of iomap and how to port
 2024-06-12 22:15 UTC  (19+ messages)

[PATCH v4 00/22] block atomic writes for xfs
 2024-06-12 21:47 UTC  (27+ messages)
` [PATCH v4 01/22] fs: Add generic_atomic_write_valid_size()
` [PATCH v4 02/22] iomap: Allow filesystems set IO block zeroing size
` [PATCH v4 03/22] xfs: Use extent size granularity for iomap->io_block_size
` [PATCH v4 04/22] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v4 05/22] xfs: always tail align maxlen allocations
` [PATCH v4 06/22] xfs: simplify extent allocation alignment
` [PATCH v4 07/22] xfs: make EOF allocation simpler
` [PATCH v4 08/22] xfs: introduce forced allocation alignment
` [PATCH v4 09/22] xfs: align args->minlen for "
` [PATCH v4 10/22] xfs: Introduce FORCEALIGN inode flag
` [PATCH v4 11/22] xfs: Do not free EOF blocks for forcealign
` [PATCH v4 12/22] xfs: Update xfs_inode_alloc_unitsize_fsb() "
` [PATCH v4 13/22] xfs: Unmap blocks according to forcealign
` [PATCH v4 14/22] xfs: Only free full extents for forcealign
` [PATCH v4 15/22] xfs: Don't revert allocated offset "
` [PATCH v4 16/22] xfs: Enable file data forcealign feature
` [PATCH v4 17/22] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH v4 18/22] iomap: Atomic write support
` [PATCH v4 19/22] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v4 20/22] xfs: Support atomic write for statx
` [PATCH v4 21/22] xfs: Validate atomic writes
` [PATCH v4 22/22] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[PATCH v7 00/11] enable bs > ps in XFS
 2024-06-12 20:40 UTC  (29+ messages)
` [PATCH v7 01/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v7 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v7 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v7 04/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v7 05/11] mm: split a folio in minimum folio order chunks
` [PATCH v7 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v7 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v7 08/11] xfs: use kvmalloc for xattr buffers
` [PATCH v7 09/11] xfs: expose block size in stat
` [PATCH v7 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v7 11/11] xfs: enable block size larger than page size support

[PATCH 0/1] Forward: Install files into UsrMerged layout
 2024-06-12 20:10 UTC  (8+ messages)
` [PATCH 1/1] "
  ` [PATCH v2 "

Handing xfs fsverity development back to you
 2024-06-12 19:06 UTC 

[PATCH V3] xfsprogs: remove platform_zero_range wrapper
 2024-06-12 18:28 UTC  (2+ messages)

[xfsprogs PATCH] xfs_io: fix mread with length 1 mod page size
 2024-06-12 18:01 UTC  (2+ messages)

Processed: xfsprogs: diff for NMU version 6.8.0-2.1
 2024-06-12 15:57 UTC 

Processing of xfsprogs_6.8.0-2.1_source.changes
 2024-06-12 15:57 UTC 

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-06-12 15:55 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 0/4] inode_init_always zeroing i_state
 2024-06-12 12:17 UTC  (8+ messages)
` [PATCH v2 1/4] xfs: preserve i_state around inode_init_always in xfs_reinit_inode
` [PATCH v2 2/4] vfs: partially sanitize i_state zeroing on inode creation
` [PATCH v2 3/4] xfs: remove now spurious i_state initialization in xfs_inode_alloc
` [PATCH v2 4/4] bcachefs: remove now spurious i_state initialization

[PATCH v2 2/4] fs: add FS_IOC_FSSETXATTRAT and FS_IOC_FSGETXATTRAT
 2024-06-12 11:24 UTC  (24+ messages)
                        `  "
                            `  "

[PATCH 0/5] fstests: add some new LBS inspired tests
 2024-06-12  8:06 UTC  (20+ messages)
` [PATCH 1/5] common: move mread() to generic helper _mread()
` [PATCH 2/5] fstests: add mmap page boundary tests
` [PATCH 3/5] fstests: add fsstress + compaction test
` [PATCH 4/5] _require_debugfs(): simplify and fix for debian
` [PATCH 5/5] fstests: add stress truncation + writeback test

[PATCH] xfs: dont remain new blocks in cowfork for unshare
 2024-06-11 17:00 UTC  (7+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 58f880711f2b
 2024-06-11 10:31 UTC 

[PATCH] xfs: allow unlinked symlinks and dirs with zero size
 2024-06-11  6:07 UTC  (5+ messages)

setting up xfs office hours
 2024-06-07 22:44 UTC  (2+ messages)

[PATCHSET 3/3] xfsprogs: scale shards on ssds
 2024-06-07 18:16 UTC  (5+ messages)

[PATCH V2] xfsprogs: remove platform_zero_range wrapper
 2024-06-07  4:47 UTC  (2+ messages)

[PATCH v3] xfs: don't walk off the end of a directory data block
 2024-06-07  3:25 UTC  (3+ messages)

Reproducible system lockup, extracting files into XFS on dm-raid5 on dm-integrity on HDD
 2024-06-07  1:17 UTC  (5+ messages)

[PATCH V4] xfs: make sure sb_fdblocks is non-negative
 2024-06-06 22:55 UTC  (2+ messages)

[PATCH] xfsprogs: remove platform_zero_range wrapper
 2024-06-06 22:51 UTC  (4+ messages)

[PATCH] xfs: add bounds checking to xlog_recover_process_data
 2024-06-06 16:34 UTC  (3+ messages)

[PATCH] xfs: Remove header files which are included more than once
 2024-06-06 15:22 UTC  (2+ messages)

[PATCH] iomap: keep on increasing i_size in iomap_write_end()
 2024-06-06  5:45 UTC  (3+ messages)

[PATCH v2] xfs: don't walk off the end of a directory data block
 2024-06-06  2:29 UTC  (3+ messages)

[PATCHv2 0/2] iomap: Optimize read_folio
 2024-06-05 15:29 UTC  (5+ messages)
` [PATCHv2 1/2] iomap: Fix iomap_adjust_read_range for plen calculation
  ` (subset) "
` [PATCHv2 2/2] iomap: Optimize iomap_read_folio
  ` (subset) "

[PATCH] xfs_repair: detect null buf passed to duration
 2024-06-05 14:17 UTC  (5+ messages)
  ` [PATCH v2] "

[RFC] Documentation: Add initial iomap document
 2024-06-05  4:07 UTC  (3+ messages)

[PATCH] xfs: Fix file creation failure
 2024-06-05  8:46 UTC  (7+ messages)

[RFC] fstests: add mmap page boundary tests
 2024-06-05  4:40 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox