public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-17 05:53:46 to 2020-09-23 03:26:47 UTC [more...]

[PATCH v2 0/7] xfs: random fixes and code cleanup
 2020-09-23  3:26 UTC  (18+ 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

The feature of Block size > PAGE_SIZE support
 2020-09-23  3:13 UTC  (3+ messages)

[RFC PATCH 0/3]xfs: random fixes for disk quota
 2020-09-23  3:11 UTC  (10+ messages)
` [PATCH 1/3] xfs: directly return if the delta equal to zero
` [PATCH 2/3] xfs: remove the unused parameter id from xfs_qm_dqattach_one
` [PATCH 3/3] xfs: only do dqget or dqhold for the specified dquots

[PATCH v2 0/9] THP iomap patches for 5.10
 2020-09-23  2:48 UTC  (18+ messages)
` [PATCH v2 5/9] iomap: Support arbitrarily many blocks per page
` [PATCH v2 6/9] iomap: Convert read_count to read_bytes_pending
` [PATCH v2 7/9] iomap: Convert write_count to write_bytes_pending
` [PATCH v2 8/9] iomap: Convert iomap_write_end types
` [PATCH v2 9/9] iomap: Change calling convention for zeroing

[PATCH] xfs: drop the obsolete comment on filestream locking
 2020-09-23  0:21 UTC  (7+ messages)

[PATCH v2 0/2] xfs: random patches on log recovery
 2020-09-22 15:53 UTC  (8+ 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 v3.2] "

[PATCH 0/3] xfs: fix some log stalling problems in defer ops
 2020-09-22 15:51 UTC  (13+ 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: fix some log stalling problems in defer ops
 2020-09-22 15:43 UTC  (8+ messages)
` [PATCH 1/2] xfs: change the order in which child and parent defer ops are finished
` [PATCH 2/2] xfs: periodically relog deferred intent items
  ` [PATCH v2.2 "

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

[PATCH v2] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
 2020-09-22  2:19 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: iomap-5.10-merge updated to 81ee8e52a71c
 2020-09-21 16:50 UTC 

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

[PATCH 0/2] xfs: fix simple problems with log intent recovery
 2020-09-21  6:49 UTC  (18+ 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 v2 3/2] xfs: fix simple problems with log intent recovery
  ` [PATCH v3 3/2] xfs: don't release log intent items when recovery fails

[PATCH V2] xfs: Check if rt summary/bitmap buffers are logged with correct xfs_buf type
 2020-09-21  4:51 UTC  (3+ messages)

XFS Disk Repair failing with err 117 (Help Recovering Data)
 2020-09-19 17:30 UTC  (4+ messages)

[PATCH 14/13] iomap: Inline iomap_iop_set_range_uptodate into its one caller
 2020-09-19 17:10 UTC  (9+ messages)
  ` [PATCH 15/13] iomap: Inline iomap_read_finish "
  ` [PATCH 16/13] iomap: Make readpage synchronous

[PATCH V4 00/10] Bail out if transaction can cause extent count to overflow
 2020-09-19  9:45 UTC  (18+ messages)
` [PATCH V4 01/10] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V4 02/10] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V4 03/10] xfs: Check for extent overflow when punching a hole
` [PATCH V4 04/10] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V4 05/10] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V4 06/10] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V4 07/10] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V4 08/10] xfs: Check for extent overflow when remapping an extent
` [PATCH V4 09/10] xfs: Check for extent overflow when swapping extents
` [PATCH V4 10/10] xfs: Introduce error injection to reduce maximum inode fork extent count

[PATCH 00/24] fstests: tons of random fixes
 2020-09-19  5:13 UTC  (55+ 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 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 16/24] xfs/098: adapt to external log devices
` [PATCH 17/24] xfs: refactor _xfs_check calls to the scratch device
` [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 v2 "
` [PATCH 22/24] xfs/141: run for longer with TIME_FACTOR
` [PATCH 23/24] generic/204: sync before scrub hits EIO
` [PATCH 26/24] common: drop HOSTOS
` [PATCH 27/24] common/rc: fix indentation in _scratch_mkfs_sized
  ` [PATCH 25/24] common: kill _supported_os

[ANNOUNCE] xfsprogs for-next updated to 06267c3e
 2020-09-18 18:30 UTC 

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

[PATCH v2 24/24] check: try reloading modules
 2020-09-18  2:06 UTC 

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

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

[PATCH 0/4] xfsprogs: even more fixes for 5.9
 2020-09-17 16:25 UTC  (11+ 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] dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resv
 2020-09-17 13:19 UTC  (5+ 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/3] xfs: fix inode use-after-free during log recovery
 2020-09-17  8:19 UTC  (6+ messages)
` [PATCH 2/3] xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering
  ` [PATCH v2 "

[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  (20+ 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: 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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox