linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-02 08:36:47 to 2021-07-12 22:07:22 UTC [more...]

[PATCHSET 0/2] xfs: small fixes to realtime growfs
 2021-07-12 22:07 UTC 

[PATCH 0/14 v9] fs: Hole punch vs page cache filling races
 2021-07-12 16:56 UTC  (15+ 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] 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

don't allow disabling quota accounting on a mounted file system
 2021-07-12 11:14 UTC  (4+ 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

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)

[PATCH v4] fs: forbid invalid project ID
 2021-07-10 14:39 UTC 

[PATCHSET 0/8] fstests: random fixes
 2021-07-10  1:25 UTC  (16+ 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 5/8] check: run _check_filesystems in an OOM-happy subshell
` [PATCH 6/8] xfs/084: fix test program status collection and processing
` [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 v21 00/13] Delayed Attributes
 2021-07-10  1:08 UTC  (24+ messages)
` [PATCH v21 01/13] xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process
` [PATCH v21 02/13] xfs: Add state machine tracepoints
` [PATCH v21 03/13] xfs: Rename __xfs_attr_rmtval_remove
` [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 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  (15+ 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  (9+ 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

[PATCH 0/9] xfs: shutdown is a racy mess
 2021-07-09  4:42 UTC  (26+ messages)
` [PATCH 1/9] xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()
` [PATCH 2/9] xfs: XLOG_STATE_IOERROR must die
` [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
` [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/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  (4+ 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  (9+ messages)
` [PATCH 1/2] xfs_io: fix broken funshare_cmd usage
` [PATCH 2/2] xfs_io: clean up the funshare command a bit

[PATCH] xfs: reset child dir '..' entry when unlinking child
 2021-07-07  1:36 UTC  (9+ messages)

[PATCH 1/2] iomap: remove the length variable in iomap_seek_data
 2021-07-07  0:28 UTC  (6+ messages)
` [PATCH 2/2] iomap: remove the length variable in iomap_seek_hole

[PATCH] xfs: drop experimental warnings for bigtime and inobtcount
 2021-07-07  0:23 UTC 

[PATCHSET 0/1] fstests: fixes for test control code
 2021-07-07  0:21 UTC  (2+ messages)
` [PATCH 1/1] new: allow users to specify a new test id

[PATCH v3] fs: forbid invalid project ID
 2021-07-06 22:06 UTC  (3+ messages)

[PATCHSET 0/2] xfs_io: small fixes to fsmap command
 2021-07-06 18:30 UTC  (6+ messages)
` [PATCH 1/2] xfs_io: only print the header once when dumping fsmap in csv format
` [PATCH 2/2] xfs_io: don't count fsmaps before querying fsmaps

[RFC,2/2] xfstests: common/rc: add cluster size support for ext4
 2021-07-06 18:14 UTC  (2+ messages)

[PATCH] xfs: fix warnings in compat_ioctl code
 2021-07-06 17:19 UTC  (3+ messages)

[PATCH 1/2] iomap: Remove length variable in iomap_seek_data()
 2021-07-06 16:31 UTC  (2+ messages)
` [PATCH 2/2] iomap: Remove length variable in iomap_seek_hole()

[PATCH v2 0/2] iomap: small block problems
 2021-07-06 16:01 UTC  (6+ messages)
` [PATCH v2 1/2] iomap: Don't create iomap_page objects for inline files
` [PATCH v2 2/2] iomap: Permit pages without an iop to enter writeback

[PATCH -next 1/1] iomap: Fix a false positive of UBSAN in iomap_seek_data()
 2021-07-06 11:59 UTC  (11+ messages)

[PATCH 0/2] iomap: small block problems
 2021-07-05 16:55 UTC  (8+ messages)

[PATCH] xfs: check for sparse inode clusters that cross new EOAG when shrinking
 2021-07-05  8:11 UTC  (3+ messages)
` [RFC PATCH] xfs: test regression in shrink when EOFS splits a sparse inode cluster

[PATCH 0/5] xfs: strictly order log start records
 2021-07-05  5:49 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()

[GIT PULL] xfs: new code for 5.14
 2021-07-03  2:55 UTC  (4+ messages)


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