linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-04 12:37:19 to 2021-08-10 23:54:20 UTC [more...]

switch iomap to an iterator model v2
 2021-08-10 23:54 UTC  (42+ messages)
` [PATCH 01/30] iomap: fix a trivial comment typo in trace.h
` [PATCH 02/30] iomap: remove the iomap arguments to ->page_{prepare,done}
` [PATCH 03/30] iomap: mark the iomap argument to iomap_sector const
` [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 06/30] fs: mark the iomap argument to __block_write_begin_int 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 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 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 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

linux-next: Signed-off-by missing for commits in the xfs tree
 2021-08-10 21:49 UTC 

[PATCH 1/2] iomap: Use kmap_local_page instead of kmap_atomic
 2021-08-10 21:18 UTC  (7+ messages)
` [PATCH 2/2] iomap: Add another assertion to inline data handling

[PATCH 0/3] xfs: clean up buffer cache disk addressing
 2021-08-10  5:28 UTC  (4+ 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-10  5:24 UTC  (17+ 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/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/5 v3] xfs: strictly order log start records
 2021-08-10  5:21 UTC  (6+ 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

[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  (32+ messages)
` [PATCH 01/14] xfs: introduce CPU hotplug infrastructure
` [PATCH 02/14] xfs: introduce all-mounts list for cpu hotplug notifications
` [PATCH 03/14] xfs: move xfs_inactive call to xfs_inode_mark_reclaimable
` [PATCH 04/14] xfs: detach dquots from inode if we don't need to inactivate it
` [PATCH 05/14] xfs: per-cpu deferred inode inactivation queues
` [PATCH 06/14] xfs: queue inactivation immediately when free space is tight
` [PATCH 07/14] xfs: queue inactivation immediately when quota is nearing enforcement
` [PATCH 08/14] xfs: queue inactivation immediately when free realtime extents are tight
` [PATCH 09/14] xfs: inactivate inodes any time we try to free speculative preallocations
` [PATCH 10/14] xfs: flush inode inactivation work when compiling usage statistics
` [PATCH 11/14] xfs: don't run speculative preallocation gc when fs is frozen
` [PATCH 12/14] xfs: use background worker pool when transactions can't get free space
` [PATCH 13/14] xfs: avoid buffer deadlocks when walking fs inodes
` [PATCH 14/14] xfs: throttle inode inactivation queuing on memory reclaim

[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

Dirty bits and sync writes
 2021-08-09 15:30 UTC  (3+ messages)

[PATCHSET 0/5] xfs: other stuff for 5.15
 2021-08-09 15:07 UTC  (15+ 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 4/5] xfs: grab active perag ref when reading AG headers
` [PATCH 5/5] xfs: dump log intent items that cannot be recovered due to corruption

[PATCH v2 00/29] xfsprogs: Drop the 'platform_' prefix
 2021-08-07 21:46 UTC  (33+ messages)
` [PATCH v2 01/29] xfsprogs: Stop using platform_uuid_compare()
` [PATCH v2 02/29] xfsprogs: Stop using platform_test_xfs_fd()
` [PATCH v2 03/29] xfsprogs: Stop using platform_test_xfs_path()
` [PATCH v2 04/29] xfsprogs: Stop using platform_fstatfs()
` [PATCH v2 05/29] xfsprogs: Stop using platform_getoptreset()
` [PATCH v2 06/29] xfsprogs: Stop using platform_uuid_copy()
` [PATCH v2 07/29] xfsprogs: Stop using platform_uuid_generate()
` [PATCH v2 08/29] xfsprogs: Stop using platform_uuid_unparse()
` [PATCH v2 09/29] xfsprogs: Stop using platform_uuid_clear()
` [PATCH v2 10/29] xfsprogs: Stop using platform_uuid_parse()
` [PATCH v2 11/29] xfsprogs: Stop using platform_uuid_is_null()
` [PATCH v2 12/29] xfsprogs: Stop using platform_check_mount()
` [PATCH v2 13/29] xfsprogs: Stop using platform_check_ismounted()
` [PATCH v2 14/29] xfsprogs: Stop using platform_flush_device()
` [PATCH v2 15/29] xfsprogs: Stop using platform_mntent_open()
` [PATCH v2 16/29] xfsprogs: Stop using platform_mntent_next()
` [PATCH v2 17/29] xfsprogs: Stop using platform_mntent_close()
` [PATCH v2 18/29] xfsprogs: Stop using platform_findsizes()
` [PATCH v2 19/29] xfsprogs: Stop using platform_discard_blocks
` [PATCH v2 20/29] xfsprogs: Stop using platform_zero_range()
` [PATCH v2 21/29] xfsprogs: Stop using platform_crash()
` [PATCH v2 22/29] xfsprogs: Stop using platform_nproc()
` [PATCH v2 23/29] xfsprogs: Stop using platform_check_iswritable()
` [PATCH v2 24/29] xfsprogs: Stop using platform_set_blocksize()
` [PATCH v2 25/29] xfsprogs: Stop using platform_findrawpath()
` [PATCH v2 26/29] xfsprogs: Stop using platform_findblockpath()
` [PATCH v2 27/29] xfsprogs: Stop using platform_direct_blockdev()
` [PATCH v2 28/29] xfsprogs: Stop using platform_align_blockdev()
` [PATCH v2 29/29] xfsprogs: Stop using platform_physmem()

[PATCH RESEND v6 0/9] fsdax: introduce fs query to support reflink
 2021-08-06  1:17 UTC  (15+ messages)
` [PATCH RESEND v6 1/9] pagemap: Introduce ->memory_failure()
` [PATCH RESEND v6 2/9] dax: Introduce holder for dax_device
` [PATCH RESEND v6 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH RESEND v6 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH RESEND v6 6/9] xfs: Implement ->notify_failure() for XFS
` [PATCH RESEND v6 8/9] md: Implement dax_holder_operations
` [PATCH RESEND v6 9/9] fsdax: add exception for reflinked files

{Spam?} Z. HD,Sehr geehrte / r Fondsempfänger
 2021-08-05 21:15 UTC 

[ANNOUNCE] xfs-linux: vfs-5.15-merge updated to d03ef4daf33a
 2021-08-05 18:24 UTC 

[ANNOUNCE] xfs-linux: iomap-5.15-merge updated to ae44f9c286da
 2021-08-05 18:22 UTC 

[PATCHSET v8 00/20] xfs: deferred inode inactivation
 2021-08-04 21:48 UTC  (17+ messages)
` [PATCH 03/20] xfs: defer inode inactivation to a workqueue
  ` [PATCH, alternative] xfs: per-cpu deferred inode inactivation queues
    ` [PATCH, alternative v2] "
      ` [PATCH] xfs: inodegc needs to stop before freeze
      ` [PATCH] xfs: don't run inodegc flushes when inodegc is not active
      ` [PATCH, pre-03/20 #2] xfs: introduce all-mounts list for cpu hotplug notifications
      ` [PATCH, post-03/20 1/1] xfs: hook up inodegc to CPU dead notification


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).