linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-07 22:21:31 to 2021-07-14 23:07:34 UTC [more...]

[PATCH 00/16] xfs: rework feature flags
 2021-07-14 23:07 UTC  (38+ 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 v2] xfs: strictly order log start records
 2021-07-14 22:39 UTC  (10+ 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: attached iclog callbacks in xlog_cil_set_ctx_write_state()
` [PATCH 5/5] xfs: order CIL checkpoint start records

[PATCH 0/9 v2] xfs: shutdown is a racy mess
 2021-07-14 22:12 UTC  (20+ 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

don't allow disabling quota accounting on a mounted file system
 2021-07-14 21:47 UTC  (10+ messages)
` [PATCH 1/3] xfs: remove support for "
` [PATCH 2/3] xfs: remove the flags argument to xfs_qm_dquot_walk
` [PATCH 3/3] xfs: remove the active vs running quota differentiation

[PATCH] xfs: detect misaligned rtinherit directory extent size hints
 2021-07-14 21:35 UTC 

[PATCHSET v2 0/2] xfs: small fixes to realtime growfs
 2021-07-14 21:25 UTC  (3+ messages)
` [PATCH 1/2] xfs: improve FSGROWFSRT precondition checking
` [PATCH 2/2] xfs: fix an integer overflow error in xfs_growfs_rt

[PATCH 0/3 v3] xfs, mm: memory allocation improvements
 2021-07-14 21:15 UTC  (6+ messages)
` [PATCH 1/3] mm: Add kvrealloc()
` [PATCH 2/3] xfs: remove kmem_alloc_io()
` [PATCH 3/3] xfs: replace kmem_alloc_large() with kvmalloc()

[PATCH v4][next] xfs: Replace one-element arrays with flexible-array members
 2021-07-14  9:27 UTC  (5+ messages)

[PATCH 0/3 v6] xfs: make CIL pipelining work
 2021-07-14  5:06 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 v4] fs: forbid invalid project ID
 2021-07-14  5:04 UTC  (4+ messages)

[PATCH 0/9] xfs: shutdown is a racy mess
 2021-07-14  5:02 UTC  (10+ messages)
` [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: reowrk up xlog_state_do_callback

[PATCHSET 0/2] xfs: small fixes to realtime growfs
 2021-07-14  5:00 UTC  (7+ messages)
` [PATCH 1/2] xfs: improve FSGROWFSRT precondition checking
` [PATCH 2/2] xfs: fix an integer overflow error in xfs_growfs_rt

[PATCH] xfs: keep the active perag reference between finish_one calls
 2021-07-14  0:43 UTC  (3+ messages)

[PATCH] libxfs-apply: support filterdiff >= 0.4.2 only
 2021-07-13 23:53 UTC 

[syzbot] WARNING in iomap_page_release
 2021-07-13 21:21 UTC 

[PATCH v21 00/13] Delayed Attributes
 2021-07-13 18:52 UTC  (24+ messages)
` [PATCH v21 01/13] xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process
` [PATCH v21 04/13] xfs: Handle krealloc errors in xlog_recover_add_to_cont_trans
` [PATCH v21 05/13] xfs: Set up infrastructure for deferred attribute operations
` [PATCH v21 06/13] xfs: Implement attr logging and replay
` [PATCH v21 07/13] RFC xfs: Skip flip flags for delayed attrs
` [PATCH v21 08/13] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v21 09/13] xfs: Remove unused xfs_attr_*_args
` [PATCH v21 10/13] xfs: Add delayed attributes error tag
` [PATCH v21 11/13] xfs: Add delattr mount option
` [PATCH v21 12/13] xfs: Merge xfs_delattr_context into xfs_attr_item
` [PATCH v21 13/13] xfs: Add helper function xfs_attr_leaf_addname

[PATCH 0/14 v9] fs: Hole punch vs page cache filling races
 2021-07-13 12:35 UTC  (20+ messages)
` [PATCH 01/14] mm: Fix comments mentioning i_mutex
` [PATCH 02/14] documentation: Sync file_operations members with reality
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/14] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/14] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/14] ext2: Convert to using invalidate_lock
` [PATCH 07/14] xfs: Refactor xfs_isilocked()
` [PATCH 08/14] xfs: Convert to use invalidate_lock
` [PATCH 09/14] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 10/14] zonefs: Convert to using invalidate_lock
` [PATCH 11/14] f2fs: "
` [PATCH 12/14] fuse: "
` [PATCH 13/14] ceph: Fix race between hole punch and page fault
` [PATCH 14/14] cifs: "

[PATCH 0/5] xfs: strictly order log start records
 2021-07-13  0:52 UTC  (7+ messages)
` [PATCH 2/5] xfs: pass a CIL context to xlog_write()
` [PATCH 4/5] xfs: attached iclog callbacks in xlog_cil_set_ctx_write_state()

[PATCH] xfs: don't expose misaligned extszinherit hints to userspace
 2021-07-12 11:22 UTC  (5+ messages)
` [RFC PATCH] xfs: test adding realtime sections to filesystem

prepare for removing support to disable quota accounting
 2021-07-12 11:11 UTC  (7+ messages)
` [PATCH 1/6] common/quota: allow removing quota options entirely in _qmount_option
` [PATCH 2/6] xfs/007: unmount after disabling quota
` [PATCH 3/6] xfs/106: don't test disabling quota accounting
` [PATCH 4/6] xfs/220: avoid failure when disabling quota accounting is not supported
` [PATCH 5/6] xfs/304: don't turn quota accounting off
` [PATCH 6/6] xfs/305: "

[PATCH] fs:xfs: cleanup __FUNCTION__ usage
 2021-07-11 22:46 UTC  (2+ messages)

[PATCHSET 0/8] fstests: random fixes
 2021-07-10  1:25 UTC  (14+ messages)
` [PATCH 1/8] xfs/172: disable test when file writes don't use delayed allocation
` [PATCH 2/8] generic/561: hide assertions when duperemove is killed
` [PATCH 3/8] shared/298: fix random deletion when filenames contain spaces
` [PATCH 4/8] dmthin: erase the metadata device properly before starting
` [PATCH 7/8] generic/371: disable speculative preallocation regressions on XFS
` [PATCH 8/8] generic/019: don't dump cores when fio/fsstress hit io errors

[PATCH v6 6/7] fs/xfs: Handle CoW for fsdax write() path
 2021-07-09 12:36 UTC  (8+ messages)
` [PATCH v6.1 "
        ` [PATCH v6.2 6/7] dax: Introduce dax_iomap_ops for end of reflink

[PATCH v3 0/3] iomap: small block problems
 2021-07-09 12:01 UTC  (14+ messages)
` [PATCH v3 1/3] iomap: Permit pages without an iop to enter writeback
` [PATCH v3 2/3] iomap: Don't create iomap_page objects for inline files
` [PATCH v3 3/3] iomap: Don't create iomap_page objects in iomap_page_mkwrite_actor

[PATCH] xfs: correct the narrative around misaligned rtinherit/extszinherit dirs
 2021-07-09  8:33 UTC  (3+ messages)

[PATCHSET 0/2] xfsprogs: strengthen validation of extent size hints
 2021-07-09  7:41 UTC  (8+ messages)
` [PATCH 1/2] xfs_repair: validate alignment of inherited rt extent hints
` [PATCH 2/2] mkfs: validate rt extent size hint when rtinherit is set

[PATCHSET 0/1] xfs_io: small improvements to statfs
 2021-07-08 23:12 UTC  (5+ messages)
` [PATCH 1/1] xfs_io: allow callers to dump fs stats individually

[PATCHSET 0/1] xfs_admin: support online fs label queries
 2021-07-08 21:59 UTC  (3+ messages)
` [PATCH 1/1] xfs_admin: support label queries for mounted filesystems

[PATCHSET 0/2] xfs_io: small fixes to funshare command
 2021-07-08  7:31 UTC  (5+ messages)
` [PATCH 1/2] xfs_io: fix broken funshare_cmd usage
` [PATCH 2/2] xfs_io: clean up the funshare command a bit


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