public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-21 17:07:31 to 2018-03-27 06:57:59 UTC [more...]

[PATCH] fs: don't scan the inode cache before SB_ACTIVE is set
 2018-03-27  6:57 UTC  (7+ messages)
` [PATCH V2] fs: don't scan the inode cache before SB_BORN "

[PATCH] xfs_scrub: fix build with older kernel headers
 2018-03-27  1:44 UTC  (3+ messages)

[PATCH V2] xfs: implement cgroup writeback support
 2018-03-27  0:55 UTC  (7+ messages)

[PATCH] xfs: use hardlimit as sub-fs size if both hard/soft limits are set
 2018-03-27  0:14 UTC  (4+ messages)

[PATCH v14 00/20] xfs-4.17: online repair support
 2018-03-26 23:58 UTC  (21+ messages)
` [PATCH 01/20] xfs: add helpers to calculate btree size
` [PATCH 02/20] xfs: expose various functions to repair code
` [PATCH 03/20] xfs: add repair helpers for the reverse mapping btree
` [PATCH 04/20] xfs: add repair helpers for the reference count btree
` [PATCH 05/20] xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmpabt
` [PATCH 06/20] xfs: halt auto-reclamation activities while rebuilding rmap
` [PATCH 07/20] xfs: create tracepoints for online repair
` [PATCH 08/20] xfs: implement the metadata repair ioctl flag
` [PATCH 09/20] xfs: add helper routines for the repair code
` [PATCH 10/20] xfs: repair superblocks
` [PATCH 11/20] xfs: repair the AGF and AGFL
` [PATCH 12/20] xfs: repair the AGI
` [PATCH 13/20] xfs: repair free space btrees
` [PATCH 14/20] xfs: repair inode btrees
` [PATCH 15/20] xfs: repair the rmapbt
` [PATCH 16/20] xfs: repair refcount btrees
` [PATCH 17/20] xfs: repair inode records
` [PATCH 18/20] xfs: zap broken inode forks
` [PATCH 19/20] xfs: repair inode block maps
` [PATCH 20/20] xfs: repair damaged symlinks

[PATCH] xfs: always free inline data before resetting inode fork during ifree
 2018-03-26 23:54 UTC  (13+ messages)

[PATCH 00/14] xfsprogs: online scrub fixes
 2018-03-26 19:59 UTC  (5+ messages)
` [PATCH 08/14] xfs_scrub: use Unicode skeleton function to find confusing names
  ` [PATCH v2 "
` [PATCH 09/14] xfs_scrub: don't warn about confusing names if dir/file only writable by root
  ` [PATCH v2 "

[PATCH 0/4] xfsprogs: more misc fixes
 2018-03-26 19:56 UTC  (20+ messages)
` [PATCH 1/4] xfs_repair: implement custom ifork verifiers
  ` [PATCH v2 "
  ` [PATCH 1.5/4] xfs_repair: use custom ifork verifier in mv_orphanage
` [PATCH 3/4] xfs_fsr: refactor mountpoint finding to use libfrog paths functions
  ` [PATCH v2 "
` [PATCH 5/4] misc: remove darwin, irix, and freebsd support
  ` [PATCH 5.5/4] "
` [PATCH 6/4] libfrog: absorb platform specific code
` [PATCH 7/4] xfs_spaceman: remove incorrect linux/fs.h include

[PATCH] xfs: do not log/recover swapext extent owner changes for deleted inodes
 2018-03-26 13:37 UTC  (5+ messages)
` [PATCH V2] xfs: do not log "

[PATCH 0/2] xfs: don't require a dirty log on snapshots
 2018-03-26 12:46 UTC  (4+ messages)
` [PATCH 2/2] xfs: don't dirty snapshot logs for unlinked inode recovery

[PATCH] xfs: handle inconsistent log item formatting state correctly
 2018-03-26 11:36 UTC  (12+ messages)

[PATCH RFC] xfs, memcg: Call xfs_fs_nr_cached_objects() only in case of global reclaim
 2018-03-26 11:16 UTC  (16+ messages)

[PATCH v3] xfs: test agfl reset on bad list wrapping
 2018-03-26  1:22 UTC  (4+ messages)

[PATCH] xfs: clean up xfs_mount allocation and dynamic initializers
 2018-03-25 22:17 UTC  (7+ messages)

[PATCH v2] xfs: detect agfl count corruption and reset agfl
 2018-03-25  6:02 UTC  (4+ messages)

[PATCH 0/7] xfs: refactor and tablise growfs
 2018-03-24  0:37 UTC  (10+ messages)
` [PATCH 7/7] xfs: rework secondary superblock updates in growfs

[PATCH 0/4] misc. fstests changes
 2018-03-23 16:54 UTC  (5+ messages)
` [PATCH 1/4] common/xfs: don't call xfs_scrub on a block device
` [PATCH 2/4] common/xfs: fix various problems with _supports_xfs_scrub
` [PATCH 3/4] xfs: test agfl reset on bad list wrapping
` [PATCH 4/4] xfs/278: find sfdir inode field prefix

[PATCH 2/2 v4] fsck.xfs: allow forced repairs using xfs_repair
 2018-03-23 14:33 UTC  (9+ messages)
` [PATCH 2/2 v5] "
  ` [PATCH 2/2 v6] "

[PATCH 1/2] xfs_repair: add flag -e to detect corrected errors
 2018-03-23 14:32 UTC  (5+ messages)
` [PATCH 1/2 v2] "
  ` [PATCH 1/2 v3] xfs_repair: add flag -e to modify exit code for "

RFC: removing non-linux platform support from xfsprogs
 2018-03-23 13:07 UTC  (7+ messages)

[PATCH 0/2] xfs: fixes for inode allocation issues
 2018-03-23 13:07 UTC  (8+ messages)
` [PATCH 1/2] xfs: catch inode allocation state mismatch corruption
` [PATCH 2/2] xfs: remove dead inode version setting code

[PATCH v2 0/9] xfs-4.17: online scrub fixes
 2018-03-23 12:29 UTC  (50+ messages)
` [PATCH 1/9] xfs: sanity-check the unused space before trying to use it
  ` [PATCH v2 "
  ` [PATCH v3 "
  ` [PATCH v4 "
` [PATCH 2/9] xfs: refactor bmap record valiation
  ` [PATCH v2 "
` [PATCH 4/9] xfs: refactor inode buffer verifier error logging
` [PATCH 5/9] xfs: bmap scrubber should do rmap xref with bmap for sparse files
  ` [PATCH v2 "
` [PATCH 6/9] xfs: inode scrubber shouldn't bother with raw checks
` [PATCH 7/9] xfs: remove xfs_buf parameter from inode scrub methods
` [PATCH 8/9] xfs: record inode buf errors as a xref error in inode scrubber
  ` [PATCH v2 "
` [PATCH 9/9] xfs: move inode extent size hint validation to libxfs
` [PATCH 10/9] xfs: don't accept inode buffers with suspicious unlinked chains
  ` [PATCH v2 "
` [PATCH 11/9] xfs: flag inode corruption if parent ptr doesn't get us a real inode
  ` [PATCH v2 "
` [PATCH 12/9] xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corrupt

file corruptions, 2nd half of 512b block
 2018-03-22 23:49 UTC  (5+ messages)

[PATCH 1/2] workqueue: add missing pthreads header
 2018-03-22 23:04 UTC  (6+ messages)

[RFC] xfsprogs: remove irix, darwin, freebsd support
 2018-03-22 20:21 UTC  (3+ messages)

[PATCH v7 00/14] dax: fix dma vs truncate/hole-punch
 2018-03-22 17:02 UTC  (23+ messages)
` [PATCH v7 01/14] dax: store pfns in the radix
` [PATCH v7 02/14] fs, dax: prepare for dax-specific address_space_operations
` [PATCH v7 03/14] block, dax: remove dead code in blkdev_writepages()
` [PATCH v7 04/14] xfs, dax: introduce xfs_dax_aops
` [PATCH v7 05/14] ext4, dax: introduce ext4_dax_aops
` [PATCH v7 06/14] ext2, dax: introduce ext2_dax_aops
` [PATCH v7 07/14] fs, dax: use page->mapping to warn if truncate collides with a busy page
` [PATCH v7 08/14] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
` [PATCH v7 09/14] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v7 10/14] memremap: mark devm_memremap_pages() EXPORT_SYMBOL_GPL
` [PATCH v7 11/14] mm, fs, dax: handle layout changes to pinned dax mappings
` [PATCH v7 12/14] xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL
` [PATCH v7 13/14] xfs: prepare xfs_break_layouts() for another layout type
` [PATCH v7 14/14] xfs, dax: introduce xfs_break_dax_layouts()

[PATCH] metadump/restore: don't use errno after fwrite/fread failures
 2018-03-22 16:47 UTC  (5+ messages)
` [PATCH V2] "

4.14.26 XFS: Assertion failed fs/xfs/xfs_message.c
 2018-03-22 15:34 UTC  (6+ messages)

[PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
 2018-03-22 14:38 UTC  (12+ messages)

linux-next: manual merge of the nvdimm tree with the xfs tree
 2018-03-22  6:54 UTC 

[trivial PATCH V2] treewide: Align function definition open/close braces
 2018-03-21 22:09 UTC 

[PATCH 0/2] xfs: fix mount vs shrinker race
 2018-03-21 17:25 UTC  (3+ messages)
` [PATCH 2/2] xfs: don't shrink the inode cache until after setup completes


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