linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-02 03:27:08 to 2021-08-09 16:14:03 UTC [more...]

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

switch iomap to an iterator model v2
 2021-08-09  6:12 UTC  (31+ 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

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

[PATCHSET v9 00/14] xfs: deferred inode inactivation
 2021-08-07 21:49 UTC  (31+ 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

[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 

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

[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  (23+ 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 #1] xfs: introduce CPU hotplug infrastructure
      ` [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
` [PATCH 14/20] xfs: parallelize inode inactivation

[PATCH v9 0/9] add support for direct I/O with fscrypt using blk-crypto
 2021-08-04  8:26 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: iomap-5.15-merge updated to f1f264b4c134
 2021-08-03 17:00 UTC 

iomap 5.15 branch construction 
 2021-08-03 16:42 UTC  (9+ messages)

[PATCH 0/8] xfsprogs: Drop the 'platform_' prefix
 2021-08-03 16:15 UTC  (15+ messages)
` [PATCH 1/8] xfsprogs: Rename platform_defs.h.in -> defs.h.in
` [PATCH 2/8] xfsprogs: Rename platform.h -> common.h
` [PATCH 3/8] xfsprogs: remove platform_uuid_compare()
` [PATCH 4/8] xfsprogs: remove platform_{test_xfs_fd,path,fstatfs}
` [PATCH 5/8] xfsprogs: Rename platform_getoptreset -> getoptreset
` [PATCH 6/8] xfsprogs: remove all platform_ prefixes in linux.h
` [PATCH 7/8] xfsprogs: Remove platform_ prefixes in libfrog/common.h
` [PATCH 8/8] xfsprogs: remove platform_ from man xfsctl man page

[GIT PULL] xfs: Delayed Attributes (1-7)
 2021-08-03  9:53 UTC 

[PATCH] iomap: Fix some typos and bad grammar
 2021-08-02 22:33 UTC  (4+ messages)

[PATCHSET 0/4] fstests: random fixes
 2021-08-02 22:15 UTC  (7+ messages)
` [PATCH 2/4] check: don't leave the scratch filesystem mounted after _notrun
` [PATCH 3/4] generic/570: fix regression when SCRATCH_DEV is still formatted

[ANNOUNCE] xfsprogs 5.13.0-rc1 released
 2021-08-02 22:09 UTC 

[PATCH v22 00/16] Delayed Attributes
 2021-08-02  8:33 UTC  (29+ messages)
` [PATCH v22 09/16] xfs: Implement attr logging and replay
` [PATCH v22 10/16] RFC xfs: Skip flip flags for delayed attrs
` [PATCH v22 11/16] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v22 12/16] xfs: Remove unused xfs_attr_*_args
` [PATCH v22 13/16] xfs: Add delayed attributes error tag
` [PATCH v22 15/16] xfs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v22 16/16] xfs: Add helper function xfs_attr_leaf_addname


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