messages from 2021-11-04 18:34:15 to 2021-11-11 16:07:30 UTC [more...]
[RFC PATCH 0/2] xfs: add error tags for log attribute replay test
2021-11-11 16:07 UTC (5+ messages)
` [RFC PATCH 1/2] xfs: add leaf split error tag
` [RFC PATCH 2/2] xfs: add leaf to node "
[PATCH] iomap: Fix iomap_readahead_iter error handling
2021-11-11 14:08 UTC
[PATCH 00/16 v6] xfs: rework xlog_write()
2021-11-11 8:29 UTC (26+ messages)
` [PATCH 01/16] xfs: factor out the CIL transaction header building
` [PATCH 02/16] xfs: only CIL pushes require a start record
` [PATCH 03/16] xfs: embed the xlog_op_header in the unmount record
` [PATCH 04/16] xfs: embed the xlog_op_header in the commit record
` [PATCH 05/16] xfs: log tickets don't need log client id
` [PATCH 06/16] xfs: move log iovec alignment to preparation function
` [PATCH 07/16] xfs: reserve space and initialise xlog_op_header in item formatting
` [PATCH 08/16] xfs: log ticket region debug is largely useless
` [PATCH 09/16] xfs: pass lv chain length into xlog_write()
` [PATCH 10/16] xfs: change the type of ic_datap
` [PATCH 11/16] xfs: introduce xlog_write_full()
` [PATCH 12/16] xfs:_introduce xlog_write_partial()
` [PATCH 13/16] xfs: remove xlog_verify_dest_ptr
` [PATCH 14/16] xfs: xlog_write() no longer needs contwr state
` [PATCH 15/16] xfs: xlog_write() doesn't need optype anymore
` [PATCH 16/16] xfs: CIL context doesn't need to count iovecs
[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
2021-11-11 8:27 UTC (21+ messages)
` [RFC PATCH 1/8] "
` [RFC PATCH 2/8] scsi: add REQ_OP_VERIFY support
` [RFC PATCH 3/8] nvme: add support for the Verify command
` [RFC PATCH 8/8] md: add support for REQ_OP_VERIFY
[5.15 REGRESSION] iomap: Fix inline extent handling in iomap_readpage
2021-11-11 7:25 UTC (4+ messages)
[PATCH 1/2] vfs: check dentry is still valid in get_link()
2021-11-11 3:39 UTC (2+ messages)
` [PATCH 2/2] xfs: make sure link path does not go away at access
[RFC PATCH 0/2] xfsprogs: add error tags for log attribute replay test
2021-11-11 1:37 UTC (4+ messages)
` [RFC PATCH 1/2] xfsprogs: add leaf split error tag
` [RFC PATCH 2/2] xfsprogs: add leaf to node "
[PATCH v3 0/1] xfstests: add log attribute replay test
2021-11-11 0:06 UTC (2+ messages)
` [PATCH v3 1/1] xfstests: Add Log Attribute Replay test
[PATCH v2 0/2] Dax poison recovery
2021-11-10 18:26 UTC (19+ messages)
` [PATCH v2 1/2] dax: Introduce normal and recovery dax operation modes
` [PATCH v2 2/2] dax,pmem: Implement pmem based dax data recovery
[PATCH 0/3] xfs: #ifdef out perag code for userspace
2021-11-10 17:12 UTC (8+ messages)
` [PATCH 1/3] libxfs: "
` [PATCH 2/3] libxfs: #ifdef out perag code for userspace (xfsprogs version)
` [PATCH 3/3] xfsprogs: remove kernel stubs from xfs_shared.h
` [PATCH 4/3] xfs: sync xfs_btree_split macros with userspace libxfs
[Bug 214767] New: xfs seems to hang due to race condition? maybe related to (gratuitous) thaw
2021-11-10 15:16 UTC (3+ messages)
` [Bug 214767] "
[PATCH] design: fix computation of buffer log item bitmap size
2021-11-10 1:58 UTC
[PATCH v2 00/28] iomap/xfs folio patches
2021-11-09 8:47 UTC (35+ messages)
` [PATCH v2 01/28] csky,sparc: Declare flush_dcache_folio()
` [PATCH v2 02/28] mm: Add functions to zero portions of a folio
` [PATCH v2 03/28] fs: Remove FS_THP_SUPPORT
` [PATCH v2 04/28] fs: Rename AS_THP_SUPPORT and mapping_thp_support
` [PATCH v2 05/28] block: Add bio_add_folio()
` [PATCH v2 06/28] block: Add bio_for_each_folio_all()
` [PATCH v2 07/28] fs/buffer: Convert __block_write_begin_int() to take a folio
` [PATCH v2 08/28] iomap: Convert to_iomap_page "
` [PATCH v2 09/28] iomap: Convert iomap_page_create "
` [PATCH v2 10/28] iomap: Convert iomap_page_release "
` [PATCH v2 11/28] iomap: Convert iomap_releasepage to use "
` [PATCH v2 12/28] iomap: Add iomap_invalidate_folio
` [PATCH v2 13/28] iomap: Pass the iomap_page into iomap_set_range_uptodate
` [PATCH v2 14/28] iomap: Convert bio completions to use folios
` [PATCH v2 15/28] iomap: Use folio offsets instead of page offsets
` [PATCH v2 16/28] iomap: Convert iomap_read_inline_data to take a folio
` [PATCH v2 17/28] iomap: Convert readahead and readpage to use "
` [PATCH v2 18/28] iomap: Convert iomap_page_mkwrite "
` [PATCH v2 19/28] iomap: Convert __iomap_zero_iter "
` [PATCH v2 20/28] iomap: Convert iomap_write_begin() and iomap_write_end() to folios
` [PATCH v2 21/28] iomap: Convert iomap_write_end_inline to take a folio
` [PATCH v2 22/28] iomap,xfs: Convert ->discard_page to ->discard_folio
` [PATCH v2 23/28] iomap: Simplify iomap_writepage_map()
` [PATCH v2 24/28] iomap: Simplify iomap_do_writepage()
` [PATCH v2 25/28] iomap: Convert iomap_add_to_ioend() to take a folio
` [PATCH v2 26/28] iomap: Convert iomap_migrate_page() to use folios
` [PATCH v2 27/28] iomap: Support multi-page folios in invalidatepage
` [PATCH v2 28/28] xfs: Support multi-page folios
decouple DAX from block devices
2021-11-09 8:33 UTC (30+ messages)
` [PATCH 01/29] nvdimm/pmem: move dax_attribute_group from dax to pmem
` [PATCH 02/29] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 03/29] dax: remove CONFIG_DAX_DRIVER
` [PATCH 04/29] dax: simplify the dax_device <-> gendisk association
` [PATCH 05/29] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 09/29] dm-linear: add a linear_dax_pgoff helper
` [PATCH 10/29] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 11/29] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 12/29] fsdax: remove a pointless __force cast in copy_cow_page_dax
` [PATCH 13/29] fsdax: use a saner calling convention for copy_cow_page_dax
` [PATCH 14/29] fsdax: simplify the pgoff calculation
` [PATCH 15/29] xfs: add xfs_zero_range and xfs_truncate_page helpers
` [PATCH 16/29] fsdax: simplify the offset check in dax_iomap_zero
` [PATCH 17/29] fsdax: factor out a dax_memzero helper
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 19/29] ext2: cleanup the dax handling in ext2_fill_super
` [PATCH 20/29] ext4: cleanup the dax handling in ext4_fill_super
` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc,free}_buftarg
` [PATCH 22/29] iomap: add a IOMAP_DAX flag
` [PATCH 23/29] xfs: use IOMAP_DAX to check for DAX mappings
` [PATCH 24/29] xfs: use xfs_direct_write_iomap_ops for DAX zeroing
` [PATCH 25/29] dax: return the partition offset from fs_dax_get_by_bdev
` [PATCH 26/29] fsdax: shift partition offset handling into the file systems
` [PATCH 27/29] dax: fix up some of the block device related ifdefs
` [PATCH 28/29] iomap: build the block based code conditionally
` [PATCH 29/29] fsdax: don't require CONFIG_BLOCK
[syzbot] WARNING in iomap_iter
2021-11-09 7:20 UTC (2+ messages)
[PATCH 00/14 v6] xfs: improve CIL scalability
2021-11-09 1:52 UTC (15+ messages)
` [PATCH 01/14] xfs: use the CIL space used counter for emptiness checks
` [PATCH 02/14] xfs: lift init CIL reservation out of xc_cil_lock
` [PATCH 03/14] xfs: rework per-iclog header CIL reservation
` [PATCH 04/14] xfs: introduce per-cpu CIL tracking structure
` [PATCH 05/14] xfs: implement percpu cil space used calculation
` [PATCH 06/14] xfs: track CIL ticket reservation in percpu structure
` [PATCH 07/14] xfs: convert CIL busy extents to per-cpu
` [PATCH 08/14] xfs: Add order IDs to log items in CIL
` [PATCH 09/14] xfs: convert CIL to unordered per cpu lists
` [PATCH 10/14] xfs: convert log vector chain to use list heads
` [PATCH 11/14] xfs: move CIL ordering to the logvec chain
` [PATCH 12/14] xfs: avoid cil push lock if possible
` [PATCH 13/14] xfs: xlog_sync() manually adjusts grant head space
` [PATCH 14/14] xfs: expanding delayed logging design with background material
[PATCH v2] fsstress: run more than 2^32 operations
2021-11-08 17:05 UTC (3+ messages)
[PATCH] xfsprogs: move stubbed-out kernel functions out of xfs_shared.h
2021-11-07 22:58 UTC (6+ messages)
` [PATCH V3 RFC] xfsprogs: remove stubbed-out kernel functions out from xfs_shared.h
XFS / xfs_repair - problem reading very large sparse files on very large filesystem
2021-11-07 22:25 UTC (10+ messages)
[PATCH] fsstress: run more than 2^32 operations
2021-11-07 13:00 UTC (2+ messages)
soft lockup in xfs/170 on a file system formatted with -m crc=0
2021-11-06 16:43 UTC (6+ messages)
` xfs/076 takes a long long time testing with a realtime volume
[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
2021-11-06 7:41 UTC (21+ messages)
` [dm-devel] "
[PATCH 00/21] iomap/xfs folio patches
2021-11-06 3:44 UTC (3+ messages)
` [PATCH 19/21] iomap: Convert iomap_migrate_page to use folios
[PATCH] xfs: Fix double unlock in defer capture code
2021-11-05 6:59 UTC (6+ messages)
futher decouple DAX from block devices
2021-11-05 3:30 UTC (9+ messages)
[PATCH] xfs: Fix the free logic of state in xfs_attr_node_hasname
2021-11-05 3:12 UTC (3+ messages)
` [PATCH v2] "
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