linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-09 06:19:56 to 2021-08-12 18:20:19 UTC [more...]

switch iomap to an iterator model v2
 2021-08-12 18:20 UTC  (56+ messages)
` [PATCH 04/30] iomap: mark the iomap argument to iomap_inline_data const
` [PATCH 05/30] iomap: mark the iomap argument to iomap_inline_data_valid const
` [PATCH 07/30] fsdax: mark the iomap argument to dax_iomap_sector as const
` [PATCH 08/30] iomap: mark the iomap argument to iomap_read_inline_data const
` [PATCH 09/30] iomap: mark the iomap argument to iomap_read_page_sync const
` [PATCH 10/30] iomap: fix the iomap_readpage_actor return value for inline data
` [PATCH 11/30] iomap: add the new iomap_iter model
  ` [PATCH v2.1 "
` [PATCH 12/30] iomap: switch readahead and readpage to use iomap_iter
` [PATCH 13/30] iomap: switch iomap_file_buffered_write "
` [PATCH 14/30] iomap: switch iomap_file_unshare "
` [PATCH 15/30] iomap: switch iomap_zero_range "
` [PATCH 16/30] iomap: switch iomap_page_mkwrite "
` [PATCH 17/30] iomap: switch __iomap_dio_rw "
` [PATCH 18/30] iomap: switch iomap_fiemap "
` [PATCH 19/30] iomap: switch iomap_bmap "
  ` [PATCH v2.1 "
` [PATCH 20/30] iomap: switch iomap_seek_hole "
` [PATCH 21/30] iomap: switch iomap_seek_data "
` [PATCH 22/30] iomap: switch iomap_swapfile_activate "
` [PATCH 23/30] fsdax: switch dax_iomap_rw "
` [PATCH 24/30] iomap: remove iomap_apply
  ` [PATCH v2.1 "
` [PATCH 25/30] iomap: pass an iomap_iter to various buffered I/O helpers
` [PATCH 26/30] iomap: rework unshare flag
` [PATCH 27/30] fsdax: factor out helpers to simplify the dax fault code
` [PATCH 28/30] fsdax: factor out a dax_fault_actor() helper
` [PATCH 29/30] fsdax: switch the fault handlers to use iomap_iter
` [PATCH 30/30] iomap: constify iomap_iter_srcmap
` [PATCH 31/30] iomap: move iomap iteration code to iter.c

misc typedef removal
 2021-08-12 17:16 UTC  (13+ messages)
` [PATCH 1/3] xfs: remove the xfs_dinode_t typedef
` [PATCH 2/3] xfs: remove the xfs_dsb_t typedef
` [PATCH 3/3] xfs: remove the xfs_dqblk_t typedef

[PATCHSET 0/3] fstests: exercise code refactored in 5.14
 2021-08-12 17:07 UTC  (9+ messages)
` [PATCH 1/3] generic: test xattr operations only
` [PATCH 2/3] generic: test shutdowns of a nested filesystem
` [PATCH 3/3] xfs: test regression in shrink when the new EOFS splits a sparse inode cluster

[PATCHSET 0/3] xfs: fix various bugs in fsmap
 2021-08-12 16:24 UTC  (9+ messages)
` [PATCH 1/3] xfs: make xfs_rtalloc_query_range input parameters const
` [PATCH 2/3] xfs: fix off-by-one error when the last rt extent is in use
` [PATCH 3/3] xfs: make fsmap backend function key parameters const

[PATCH 0/8] iomap writethrough for O_SYNC writes
 2021-08-12 13:28 UTC  (11+ messages)
` [PATCH 1/8] iomap: Pass struct iomap to iomap_alloc_ioend()
` [PATCH 2/8] iomap: Remove iomap_writepage_ctx from iomap_can_add_to_ioend()
` [PATCH 3/8] iomap: Do not pass iomap_writepage_ctx to iomap_add_to_ioend()
` [PATCH 4/8] iomap: Accept a NULL iomap_writepage_ctx in iomap_submit_ioend()
` [PATCH 5/8] iomap: Pass iomap_write_ctx to iomap_write_actor()
` [PATCH 6/8] iomap: Allow a NULL writeback_control argument to iomap_alloc_ioend()
` [PATCH 7/8] iomap: Pass a length to iomap_add_to_ioend()
` [PATCH 8/8] iomap: Add writethrough for O_SYNC

[PATCHSET 0/2] xfs: more random tweaks
 2021-08-12  8:45 UTC  (5+ messages)
` [PATCH 1/2] xfs: remove unnecessary agno variable from struct xchk_ag
` [PATCH 2/2] xfs: add trace point for fs shutdown

[PATCH 0/3] xfs: clean up buffer cache disk addressing
 2021-08-12  8:23 UTC  (11+ messages)
` [PATCH 1/3] xfs: introduce xfs_buf_daddr()
` [PATCH 2/3] xfs: convert bp->b_bn references to xfs_buf_daddr()
` [PATCH 3/3] xfs: rename buffer cache index variable b_bn

[PATCH 00/16 v2] xfs: rework feature flags
 2021-08-12  8:07 UTC  (28+ messages)
` [PATCH 01/16] xfs: sb verifier doesn't handle uncached sb buffer
` [PATCH 02/16] xfs: rename xfs_has_attr()
` [PATCH 03/16] xfs: rework attr2 feature and mount options
` [PATCH 04/16] xfs: reflect sb features in xfs_mount
` [PATCH 05/16] xfs: replace xfs_sb_version checks with feature flag checks
` [PATCH 06/16] xfs: consolidate mount option features in m_features
` [PATCH 07/16] xfs: convert mount flags to features
` [PATCH 08/16] xfs: convert remaining mount flags to state flags
` [PATCH 09/16] xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
` [PATCH 10/16] xfs: convert xfs_fs_geometry to use mount feature checks
` [PATCH 11/16] xfs: open code sb verifier "
` [PATCH 12/16] xfs: convert scrub to use mount-based "
` [PATCH 13/16] xfs: convert xfs_sb_version_has checks to use mount features
` [PATCH 14/16] xfs: remove unused xfs_sb_version_has wrappers
` [PATCH 15/16] xfs: introduce xfs_sb_is_v5 helper
` [PATCH 16/16] xfs: kill xfs_sb_version_has_v3inode()

[PATCH 0/5 v3] xfs: strictly order log start records
 2021-08-12  7:49 UTC  (7+ messages)
` [PATCH 1/5] xfs: move xlog_commit_record to xfs_log_cil.c
` [PATCH 2/5] xfs: pass a CIL context to xlog_write()
` [PATCH 3/5] xfs: factor out log write ordering from xlog_cil_push_work()
` [PATCH 4/5] xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()
` [PATCH 5/5] xfs: order CIL checkpoint start records

[bug report] xfs: pass the goal of the incore inode walk to xfs_inode_walk()
 2021-08-12  6:42 UTC 

[PATCH v5 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-12  6:34 UTC  (15+ messages)
` [PATCH v5 01/13] ext4/xfs: add page refcount helper
` [PATCH v5 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v5 03/13] kernel: resource: lookup_resource as exported symbol
` [PATCH v5 04/13] drm/amdkfd: add SPM support for SVM
` [PATCH v5 05/13] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v5 06/13] include/linux/mm.h: helpers to check zone device generic type
` [PATCH v5 07/13] mm: add generic type support to migrate_vma helpers
` [PATCH v5 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages
` [PATCH v5 09/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v5 10/13] lib: test_hmm add module param for "
` [PATCH v5 11/13] lib: add support for device generic type in test_hmm
` [PATCH v5 12/13] tools: update hmm-test to support device generic type
` [PATCH v5 13/13] tools: update test_hmm script to support SP config

Dirty bits and sync writes
 2021-08-11 20:40 UTC  (6+ messages)

linux-next: Signed-off-by missing for commits in the xfs tree
 2021-08-11 19:21 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next **REBASED** to edf27485eb56
 2021-08-11 16:36 UTC 

linux-next: manual merge of the folio tree with the xfs tree
 2021-08-11 14:44 UTC  (3+ messages)

linux-next: manual merge of the akpm-current tree with the xfs tree
 2021-08-11  8:33 UTC 

[PATCH 1/2] iomap: Use kmap_local_page instead of kmap_atomic
 2021-08-10 21:18 UTC  (5+ messages)

[PATCH 0/3 v7] xfs: make CIL pipelining work
 2021-08-10  5:22 UTC  (4+ messages)
` [PATCH 1/3] xfs: AIL needs asynchronous CIL forcing
` [PATCH 2/3] xfs: CIL work is serialised, not pipelined
` [PATCH 3/3] xfs: move the CIL workqueue to the CIL

[PATCH 0/9 v3] xfs: shutdown is a racy mess
 2021-08-10  5:18 UTC  (10+ messages)
` [PATCH 1/9] xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()
` [PATCH 2/9] xfs: XLOG_STATE_IOERROR must die
` [PATCH 3/9] xfs: move recovery needed state updates to xfs_log_mount_finish
` [PATCH 4/9] xfs: convert log flags to an operational state field
` [PATCH 5/9] xfs: make forced shutdown processing atomic
` [PATCH 6/9] xfs: rework xlog_state_do_callback()
` [PATCH 7/9] xfs: separate out log shutdown callback processing
` [PATCH 8/9] xfs: don't run shutdown callbacks on active iclogs
` [PATCH 9/9] xfs: log head and tail aren't reliable during shutdown

[PATCHSET 0/3] common/dm*: support external log and rt devices
 2021-08-10  4:16 UTC  (4+ messages)
` [PATCH 3/3] dmflakey: support external log and realtime devices

[PATCHSET v9 00/14] xfs: deferred inode inactivation
 2021-08-09 23:36 UTC  (5+ messages)
` [PATCH 05/14] xfs: per-cpu deferred inode inactivation queues

[ANNOUNCE] xfs-linux: for-next updated to 130916145229
 2021-08-09 23:21 UTC 

[PATCH 0/5 v2] xfs: strictly order log start records
 2021-08-09 18:39 UTC  (2+ messages)

[PATCH v22 00/16] Delayed Attributes
 2021-08-09 17:24 UTC  (3+ messages)
` [PATCH v22 04/16] xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process

don't allow disabling quota accounting on a mounted file system v2
 2021-08-09 16:13 UTC  (6+ messages)
` [PATCH 1/4] xfs: remove support for disabling quota accounting on a mounted file system
` [PATCH 2/4] xfs: remove xfs_dqrele_all_inodes
` [PATCH 3/4] xfs: remove the flags argument to xfs_qm_dquot_walk
` [PATCH 4/4] xfs: remove the active vs running quota differentiation

[PATCHSET 0/5] xfs: other stuff for 5.15
 2021-08-09 15:07 UTC  (9+ messages)
` [PATCH 1/5] xfs: fix silly whitespace problems with kernel libxfs
` [PATCH 2/5] xfs: drop experimental warnings for bigtime and inobtcount
` [PATCH 3/5] xfs: automatic resource cleanup of for_each_perag*
` [PATCH 5/5] xfs: dump log intent items that cannot be recovered due to corruption


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).