public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-18 04:02:40 to 2018-03-22 16:28:13 UTC [more...]

[PATCH v7 00/14] dax: fix dma vs truncate/hole-punch
 2018-03-22 16:28 UTC  (22+ 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()

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

file corruptions, 2nd half of 512b block
 2018-03-22 15:02 UTC 

[PATCH v2 0/9] xfs-4.17: online scrub fixes
 2018-03-22 14:34 UTC  (43+ messages)
` [PATCH 1/9] xfs: sanity-check the unused space before trying to use it
  ` [PATCH v2 "
` [PATCH 2/9] xfs: refactor bmap record valiation
  ` [PATCH v2 "
` [PATCH 3/9] xfs: refactor inode verifier error logging
` [PATCH 4/9] xfs: refactor inode buffer "
` [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 12/9] xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corrupt

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

[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 

[PATCH RFC] xfs, memcg: Call xfs_fs_nr_cached_objects() only in case of global reclaim
 2018-03-22  5:01 UTC  (13+ messages)

[PATCH] xfs: clean up xfs_mount allocation and dynamic initializers
 2018-03-22  0:19 UTC  (4+ messages)

[PATCH 0/4] xfsprogs: more misc fixes
 2018-03-21 23:10 UTC  (24+ 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 5.5/4] "
` [PATCH 6/4] libfrog: absorb platform specific code

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

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

[PATCH 0/2] xfs: fix mount vs shrinker race
 2018-03-21 17:25 UTC  (11+ 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 v3] xfs: test agfl reset on bad list wrapping
 2018-03-21 16:57 UTC 

[PATCH] xfs: Change URL for the project in xfs.txt
 2018-03-21 16:41 UTC  (7+ messages)

[PATCH v2] xfs: test agfl reset on bad list wrapping
 2018-03-21 16:17 UTC  (5+ messages)

4.15.7 xfs: xfs_inactive_ifree transaction log reservation overrun
 2018-03-21 14:42 UTC  (2+ messages)

[PATCH 1/3] fstests: log-writes: Add support to output human readable flags
 2018-03-21 14:27 UTC  (5+ messages)
` [PATCH 2/3] fstests: log-writes: Add support for METADATA flag
` [PATCH 3/3] fstests: generic: Check the fs after each FUA writes

[RFC][PATCH] xfs: adjust size/used/avail information for quota-df
 2018-03-21 11:51 UTC  (7+ messages)

[PATCH 00/14] xfsprogs: online scrub fixes
 2018-03-21  3:41 UTC  (15+ messages)
` [PATCH 01/14] xfs_scrub: avoid buffer overflow when scanning attributes
` [PATCH 02/14] xfs_scrub: only run ascii name checks if unicode name checker
` [PATCH 03/14] xfs_scrub: don't complain about different normalization
` [PATCH 04/14] xfs_scrub: communicate name problems via flagset instead of booleans
` [PATCH 05/14] xfs_scrub: make name_entry a first class structure
` [PATCH 06/14] xfs_scrub: transition from libunistring to libicu for Unicode processing
` [PATCH 07/14] xfs_scrub: check name for suspicious characters
` [PATCH 08/14] xfs_scrub: use Unicode skeleton function to find confusing names
` [PATCH 09/14] xfs_scrub: don't warn about confusing names if dir/file only writable by root
` [PATCH 10/14] xfs_scrub: refactor mountpoint finding code to use libfrog path code
` [PATCH 11/14] xfs_scrub_all: report version
` [PATCH 12/14] xfs_scrub: disable private /tmp for scrub service
` [PATCH 13/14] xfs_scrub_all: escape paths being passed to systemd service instances
` [PATCH 14/14] xfs_scrub_all: use system encoding for lsblk output decoding

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

[PATCH] xfs_scrub: fix cross compile with libunistring
 2018-03-20 21:34 UTC  (2+ 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)

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

[PATCH v6 00/15] dax: fix dma vs truncate/hole-punch
 2018-03-19 21:14 UTC  (12+ messages)
` [PATCH v6 12/15] xfs: require mmap lock for xfs_break_layouts()
` [PATCH v6 14/15] xfs: prepare xfs_break_layouts() for another layout type

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

[PATCH v6 07/15] fs, dax: use page->mapping to warn if truncate collides with a busy page
 2018-03-18  6:26 UTC  (2+ messages)

[PATCH v6 06/15] ext2, dax: introduce ext2_dax_aops
 2018-03-18  4:02 UTC  (3+ messages)
` [RFC PATCH] ext2, dax: ext2_dax_aops can be static


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