linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-15 00:30:11 to 2018-03-21 03:20:11 UTC [more...]

[PATCH 0/4] xfsprogs: more misc fixes
 2018-03-21  3:20 UTC  (14+ messages)
` [PATCH 1/4] xfs_repair: implement custom ifork verifiers
  ` [PATCH v2 "
` [PATCH 2/4] libfrog: fs_table_lookup_mount should realpath the argument
` [PATCH 3/4] xfs_fsr: refactor mountpoint finding to use libfrog paths functions
  ` [PATCH v2 "
` [PATCH 4/4] mkfs: enable sparse inodes by default
` [PATCH 5/4] misc: remove darwin, irix, and freebsd support
` [PATCH 6/4] libfrog: absorb platform specific code

[PATCH v2] xfs: test agfl reset on bad list wrapping
 2018-03-21  3:17 UTC 

[RFC] xfsprogs: remove irix, darwin, freebsd support
 2018-03-21  0:14 UTC 

[PATCH 0/2] xfs: fix mount vs shrinker race
 2018-03-20 22:33 UTC  (9+ messages)
` [PATCH 1/2] xfs: add mount delay debug option
` [PATCH 2/2] xfs: don't shrink the inode cache until after setup completes

[PATCH] xfs_scrub: fix cross compile with libunistring
 2018-03-20 21:34 UTC  (2+ messages)

[RFC][PATCH] xfs: adjust size/used/avail information for quota-df
 2018-03-20 19:18 UTC  (5+ messages)

xfs: list corruption in xfs_setup_inode()
 2018-03-20 17:52 UTC  (4+ messages)

[PATCH] xfs: test agfl reset on bad list wrapping
 2018-03-20 16:52 UTC  (6+ messages)

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

[PATCH RFC] xfs, memcg: Call xfs_fs_nr_cached_objects() only in case of global reclaim
 2018-03-20 14:34 UTC  (15+ messages)

Question about XFS_MAXINUMBER
 2018-03-20 13:08 UTC  (20+ messages)

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

[PATCH] [RFC] iomap: Use FUA for pure data O_DSYNC DIO writes
 2018-03-19 16:14 UTC  (9+ messages)

[PATCH v2] xfs: preserve i_rdev when recycling a reclaimable inode
 2018-03-19 15:19 UTC  (13+ messages)

XFS crash consistency bug : Loss of fsynced metadata operation
 2018-03-17  3:16 UTC  (14+ messages)

[PATCH] fsck.xfs: allow forced repairs using xfs_repair
 2018-03-16 17:07 UTC  (32+ messages)
` [PATCH 1/2] xfs_repair: add flag -e to detect corrected errors
  ` [PATCH 2/2 v1] fsck.xfs: allow forced repairs using xfs_repair
    ` [PATCH 2/2 v2] "
      ` [PATCH 2/2] "
        ` [PATCH 2/2 v4] "
          ` [PATCH 2/2 v5] "
  ` [PATCH 1/2 v2] xfs_repair: add flag -e to detect corrected errors

[PATCH v2] xfs: detect agfl count corruption and reset agfl
 2018-03-16 15:49 UTC  (4+ messages)

[PATCH] xfs: detect agfl count corruption and reset agfl
 2018-03-16 11:59 UTC  (9+ messages)

[PATCH 1/2] workqueue: add missing pthreads header
 2018-03-16  6:08 UTC  (5+ messages)
` [PATCH 2/2] xfs_scrub: add missing paths header

[PATCH 0/9] fstests: few updates
 2018-03-15 21:25 UTC  (4+ messages)
` [PATCH 4/9] build: update AC_PACKAGE_WANT_GDBM() and src/dbtest.c to build

[PATCH v13 00/20] xfs-4.17: online repair support
 2018-03-15 20:28 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: repair inode forks
` [PATCH 19/20] xfs: repair inode block maps
` [PATCH 20/20] xfs: repair damaged symlinks

[PATCH v5 00/11] dax: fix dma vs truncate/hole-punch
 2018-03-15 14:53 UTC  (11+ messages)
` [PATCH v5 08/11] wait_bit: introduce {wait_on,wake_up}_atomic_one
      ` [RFC][PATCH] sched/wait_bit: Introduce wait_var_event()/wake_up_var()

[PATCH 0/2] xfs: don't require a dirty log on snapshots
 2018-03-15 12:41 UTC  (5+ messages)
` [PATCH 1/2] xfs: always check for and process unlinked inodes on mount

generic/127 failure on xfs with hacked fsx
 2018-03-15  7:58 UTC  (4+ messages)

[PATCH v2 0/9] xfs-4.17: online scrub fixes
 2018-03-15  0:30 UTC  (5+ messages)
` [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 9/9] xfs: move inode extent size hint validation to libxfs


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