linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-15 01:43:16 to 2020-09-17 13:27:13 UTC [more...]

[PATCH] dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resv
 2020-09-17 13:19 UTC  (5+ messages)

[PATCH v2 0/7] xfs: random fixes and code cleanup
 2020-09-17 11:38 UTC  (8+ messages)
` [PATCH v2 1/7] xfs: remove the unused SYNCHRONIZE macro
` [PATCH v2 2/7] xfs: use the existing type definition for di_projid
` [PATCH v2 3/7] xfs: remove the unnecessary xfs_dqid_t type cast
` [PATCH v2 4/7] xfs: do the assert for all the log done items in xfs_trans_cancel
` [PATCH v2 5/7] xfs: remove the redundant crc feature check in xfs_attr3_rmt_verify
` [PATCH v2 6/7] xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}
` [PATCH v2 7/7] xfs: fix some comments

[PATCH] iomap: Fix the write_count in iomap_add_to_ioend()
 2020-09-17 10:42 UTC  (15+ messages)

[PATCH] xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary files
 2020-09-17 10:53 UTC  (2+ messages)

FOESCO Informa
 2020-09-17 10:43 UTC 

[PATCH 0/2] xfs: fix simple problems with log intent recovery
 2020-09-17  9:07 UTC  (13+ messages)
` [PATCH 1/2] xfs: log new intent items created as part of finishing recovered intent items
` [PATCH 2/2] xfs: attach inode to dquot in xfs_bui_item_recover
  ` [PATCH v2 "
` [PATCH 3/2] xfs: free the intent item when allocating recovery transaction fails

[PATCH 0/3] xfs: fix inode use-after-free during log recovery
 2020-09-17  8:19 UTC  (9+ messages)
` [PATCH 1/3] xfs: clean up bmap intent item recovery checking
` [PATCH 2/3] xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering
  ` [PATCH v2 "
` [PATCH 3/3] xfs: fix an incore inode UAF in xfs_bui_recover

[PATCH 00/24] fstests: tons of random fixes
 2020-09-17  8:01 UTC  (57+ messages)
` [PATCH 01/24] xfs/331: don't run this test if fallocate isn't supported
` [PATCH 02/24] generic/60[01]: fix test failure when setting new grace limit
` [PATCH 03/24] generic/607: don't break on filesystems that don't support FSGETXATTR on dirs
` [PATCH 04/24] xfs: skip tests that rely on allocation behaviors of the data device
` [PATCH 05/24] xfs/031: make sure we don't set rtinherit=1 on mkfs
` [PATCH 06/24] xfs: wrap xfs_db calls to the test device
` [PATCH 07/24] xfs/{111,137}: replace open-coded calls to repair with _scratch_xfs_repair
` [PATCH 08/24] xfs: replace open-coded calls to xfs_logprint with helpers
` [PATCH 09/24] xfs/070: add scratch log device options to direct repair invocation
` [PATCH 10/24] xfs: add a _require_xfs_copy helper
` [PATCH 11/24] overlay/{069,071}: fix undefined variables
` [PATCH 12/24] overlay/020: make sure the system supports the required namespaces
` [PATCH 13/24] generic/204: don't flood stdout with ENOSPC messages on an ENOSPC test
` [PATCH 14/24] common/xfs: extract minimum log size message from mkfs correctly
` [PATCH 15/24] xfs/194: actually check if we got 512-byte blocks before proceeding
` [PATCH 16/24] xfs/098: adapt to external log devices
` [PATCH 17/24] xfs: refactor _xfs_check calls to the scratch device
` [PATCH 18/24] xfs/291: fix open-coded repair call to mdrestore'd fs image
` [PATCH 19/24] xfs/424: disable external devices
` [PATCH 20/24] xfs/449: fix xfs info report output if realtime device specified
` [PATCH 21/24] common/rc: teach _scratch_mkfs_sized to set a size on an xfs realtime volume
` [PATCH 22/24] xfs/141: run for longer with TIME_FACTOR
` [PATCH 23/24] generic/204: sync before scrub hits EIO
` [PATCH 24/24] check: try reloading modules

[PATCH 0/4] xfsprogs: even more fixes for 5.9
 2020-09-17  8:02 UTC  (9+ messages)
` [PATCH 1/4] libxfs: refactor inode flags propagation code
` [PATCH 2/4] libxfs: don't propagate RTINHERIT -> REALTIME when there is no rtdev
` [PATCH 3/4] mkfs: don't allow creation of realtime files from a proto file
` [PATCH 4/4] xfs_repair: don't flag RTINHERIT files when no rt volume

[PATCH 0/2] xfs: random fixes
 2020-09-17  8:12 UTC  (7+ messages)
` [PATCH 1/2] xfs: don't free rt blocks when we're doing a REMAP bunmapi call
` [PATCH 2/2] xfs: check dabtree node hash values when loading child blocks

[PATCH v2] mkfs.xfs: fix ASSERT on too-small device with stripe geometry
 2020-09-17  8:10 UTC  (2+ messages)

[RFC PATCH 0/9]xfs: random fixes and code cleanup
 2020-09-17  8:08 UTC  (26+ messages)
` [PATCH] xfs: remove the unused SYNCHRONIZE macro
` [PATCH] xfs: use the existing type definition for di_projid
` [PATCH] xfs: remove the unnecessary xfs_dqid_t type cast
` [PATCH] xfs: do the assert for all the log done items in xfs_trans_cancel
` [PATCH] xfs: add the XFS_ITEM_LOG_INTENT flag to mark the log intent item
` [PATCH] xfs: remove the unnecessary variable error in xfs_trans_unreserve_and_mod_sb
` [PATCH] xfs: remove the repeated crc verification in xfs_attr3_rmt_verify
` [PATCH] xfs: cleanup the useless backslash in xfs_attr_leaf_entsize_remote
` [PATCH] xfs: fix some comments

[PATCH] xfs: use MMAPLOCK around filemap_map_pages()
 2020-09-17  7:47 UTC  (10+ messages)
` More filesystem need this fix (xfs: use MMAPLOCK around filemap_map_pages())

[PATCH 0/3] xfs: fix some log stalling problems in defer ops
 2020-09-17  7:18 UTC  (7+ messages)
` [PATCH 1/3] xfs: change the order in which child and parent defer ops are finished
` [PATCH 2/3] xfs: periodically relog deferred intent items
` [PATCH 3/3] xfs: use the log grant push threshold to decide if we're going to relog deferred items

[PATCH v2 0/2] xfs: random patches on log recovery
 2020-09-17  5:13 UTC  (3+ messages)
` [PATCH v4 1/2] xfs: avoid LR buffer overrun due to crafted h_len
` [PATCH v3 2/2] xfs: clean up calculation of LR header blocks

[PATCH 1/2] xfs: Add realtime group
 2020-09-17  4:33 UTC  (4+ messages)
` [PATCH 2/2] xfs: Check if rt summary/bitmap buffers are logged with correct xfs_buf type

[PATCH 1/2] xfs: Add realtime group
 2020-09-17  4:10 UTC  (7+ messages)
` [PATCH V2 2/2] xfs: Check if rt summary/bitmap buffers are logged with correct xfs_buf type

[PATCH v2 1/2] common/rc: Check 'tPnE' flags on a directory instead of a regilar file
 2020-09-17  4:05 UTC  (3+ messages)

[PATCH 0/3] xfs: fix how we deal with new intents during recovery
 2020-09-17  3:29 UTC  (4+ messages)
` [PATCH 1/3] xfs: proper replay of deferred ops queued during log recovery
` [PATCH 2/3] xfs: xfs_defer_capture should absorb remaining block reservation
` [PATCH 3/3] xfs: xfs_defer_capture should absorb remaining transaction reservation

occasional metadata I/O errors (-EOPNOTSUPP) on XFS + io_uring
 2020-09-16 18:12 UTC  (5+ messages)

[ANNOUNCE] xfs-linux: for-next REBASED to fe341eb151ec
 2020-09-16 16:30 UTC 

[PATCH] xfs: drop extra transaction roll from inode extent truncate
 2020-09-16  3:44 UTC  (2+ messages)

[RFC PATCH 0/4] fsdax: introduce fs query to support reflink
 2020-09-16  2:15 UTC  (9+ messages)
` [RFC PATCH 1/4] fs: introduce ->storage_lost() for memory-failure
` [RFC PATCH 2/4] pagemap: introduce ->memory_failure()
` [RFC PATCH 3/4] mm, fsdax: refactor dax handler in memory-failure
` [RFC PATCH 4/4] fsdax: remove useless (dis)associate functions

[PATCH v3] xfs: deprecate the V4 format
 2020-09-16  0:07 UTC  (3+ messages)

[PATCH v2 0/9] THP iomap patches for 5.10
 2020-09-15 15:49 UTC  (5+ messages)
` [PATCH v2 2/9] fs: Introduce i_blocks_per_page

[PATCH V2] xfs: Check if rt summary/bitmap buffers are logged with correct xfs_buf type
 2020-09-15 16:05 UTC  (5+ messages)

[PATCH] xfs: Check if rt summary/bitmap buffers are logged with correct xfs_buf type
 2020-09-15  5:40 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).