public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-02 19:08:26 to 2021-11-09 08:33:32 UTC [more...]

decouple DAX from block devices
 2021-11-09  8:32 UTC  (5+ 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 v2 0/2] Dax poison recovery
 2021-11-09  7:27 UTC  (13+ 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

[syzbot] WARNING in iomap_iter
 2021-11-09  7:20 UTC  (2+ messages)

[Bug 214767] New: xfs seems to hang due to race condition? maybe related to (gratuitous) thaw
 2021-11-09  5:19 UTC  (2+ messages)
` [Bug 214767] "

[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 00/16 v6] xfs: rework xlog_write()
 2021-11-09  1:50 UTC  (17+ 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

[PATCH v2] fsstress: run more than 2^32 operations
 2021-11-08 17:05 UTC  (3+ messages)

[PATCH v2 00/28] iomap/xfs folio patches
 2021-11-08  4:05 UTC  (29+ 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

[PATCH] xfsprogs: move stubbed-out kernel functions out of xfs_shared.h
 2021-11-07 22:58 UTC  (11+ messages)
` [PATCH V2] "
` [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  (3+ 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  (32+ messages)
` [dm-devel] "

[PATCH 00/21] iomap/xfs folio patches
 2021-11-06  3:44 UTC  (37+ messages)
` [PATCH 02/21] block: Add bio_add_folio()
` [PATCH 03/21] block: Add bio_for_each_folio_all()
` [PATCH 07/21] iomap: Convert iomap_releasepage to use a folio
` [PATCH 08/21] iomap: Add iomap_invalidate_folio
` [PATCH 15/21] iomap: Convert iomap_write_begin and iomap_write_end to folios
` [PATCH 17/21] iomap,xfs: Convert ->discard_page to ->discard_folio
` [PATCH 18/21] iomap: Convert iomap_add_to_ioend to take a folio
` [PATCH 19/21] iomap: Convert iomap_migrate_page to use folios
` [PATCH 20/21] iomap: Support multi-page folios in invalidatepage
` [PATCH 21/21] xfs: Support multi-page folios

[RFC PATCH 0/8] block: add support for REQ_OP_VERIFY
 2021-11-05  8:25 UTC  (19+ 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
` [PATCH 4/8] nvmet: add Verify command support for bdev-ns
` [RFC PATCH 5/8] nvmet: add Verify emulation "
` [RFC PATCH 6/8] nvmet: add verify emulation support for file-ns
` [RFC PATCH 7/8] null_blk: add REQ_OP_VERIFY support
` [RFC PATCH 8/8] md: add support for REQ_OP_VERIFY

[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] "

[PATCH] xfs: use swap() to make code cleaner
 2021-11-04  6:24 UTC 

[PATCHSET 00/61] xfs: sync libxfs with 5.14
 2021-11-04  2:30 UTC  (4+ messages)
` [PATCH 61/61] mkfs: warn about V4 deprecation when creating new V4 filesystems

[PATCH v2] tests/xfs: test COW writeback failure when overlapping non-shared blocks
 2021-11-03 16:10 UTC  (4+ messages)

[GIT PULL] xfs: new code for 5.16
 2021-11-02 19:52 UTC  (2+ messages)


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