linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-31 14:22:52 to 2017-11-02 20:11:18 UTC [more...]

[PATCH 00/15] dax: prep work for fixing dax-dma vs truncate collisions
 2017-11-02 20:11 UTC  (17+ messages)
` [PATCH 01/15] dax: quiet bdev_dax_supported()
` [PATCH 02/15] mm, dax: introduce pfn_t_special()
` [PATCH 03/15] dax: require 'struct page' by default for filesystem dax
` [PATCH 04/15] brd: remove dax support
` [PATCH 05/15] dax: stop using VM_MIXEDMAP for dax
` [PATCH 06/15] dax: stop using VM_HUGEPAGE "
` [PATCH 07/15] dax: stop requiring a live device for dax_flush()
` [PATCH 08/15] dax: store pfns in the radix
` [PATCH 09/15] tools/testing/nvdimm: add 'bio_delay' mechanism
` [PATCH 10/15] IB/core: disable memory registration of fileystem-dax vmas
` [PATCH 11/15] [media] v4l2: disable filesystem-dax mapping support
` [PATCH 12/15] mm, dax: enable filesystems to trigger page-idle callbacks
` [PATCH 13/15] mm, devmap: introduce CONFIG_DEVMAP_MANAGED_PAGES
` [PATCH 14/15] dax: associate mappings with inodes, and warn if dma collides with truncate
` [PATCH 15/15] wait_bit: introduce {wait_on,wake_up}_devmap_idle

[PATCH] build: define _DEFAULT_SOURCE if _BSD_SOURCE
 2017-11-02 20:04 UTC  (2+ messages)

[PATCH v2] xfs: scrub: avoid uninitialized return code
 2017-11-02 19:57 UTC  (2+ messages)

b+tree for the incore extent list
 2017-11-02 19:36 UTC  (69+ messages)
` [PATCH 01/18] xfs: pass an on-disk extent to xfs_bmbt_validate_extent
` [PATCH 02/18] xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_real
` [PATCH 03/18] xfs: treat idx as a cursor "
` [PATCH 04/18] xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delay
` [PATCH 05/18] xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_real
` [PATCH 06/18] xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_real
` [PATCH 07/18] xfs: treat idx as a cursor in xfs_bmap_del_extent_*
` [PATCH 08/18] xfs: treat idx as a cursor in xfs_bmap_collapse_extents
` [PATCH 09/18] xfs: allow unaligned extent records in xfs_bmbt_disk_set_all
` [PATCH 10/18] xfs: iterate over extents in xfs_iextents_copy
` [PATCH 11/18] xfs: iterate over extents in xfs_bmap_extents_to_btree
` [PATCH 12/18] xfs: introduce the xfs_iext_cursor abstraction
` [PATCH 13/18] xfs: iterate backwards in xfs_reflink_cancel_cow_blocks
` [PATCH 14/18] xfs: simplify xfs_reflink_convert_cow
` [PATCH 15/18] xfs: remove support for inlining data/extents into the inode fork
` [PATCH 16/18] xfs: use a b+tree for the in-core extent list
` [PATCH 17/18] xfs: remove the nr_extents argument to xfs_iext_insert
` [PATCH 18/18] xfs: remove the nr_extents argument to xfs_iext_remove

[PATCH 00/14] rollup of fstests fixes
 2017-11-02 18:11 UTC  (27+ messages)
` [PATCH 01/14] common/xfs: refactor xfs_scrub presence testing
` [PATCH 02/14] common/xfs: standardize the xfs_scrub output that gets recorded to $seqres.full
` [PATCH 03/14] misc: add module reloading helpers
` [PATCH 04/14] xfs: test that we don't leak inodes and dquots during failed cow recovery
` [PATCH 05/14] xfs/333: fix errors with new inode pointer verifiers
` [PATCH 06/14] generic/459: fix test running errors
` [PATCH 07/14] generic/459: explicitly require thin_check
` [PATCH 08/14] common/xfs: remove inode-paths cruft
` [PATCH 09/14] xfs/348: dir->symlink corruption must not be allowed
` [PATCH 10/14] xfs/122: add inode log formats
` [PATCH 11/14] xfs/010: filter and record the unknown block state messages
` [PATCH 12/14] generic/204: break out of fs-filling loop early if we ENOSPC
` [PATCH 13/14] xfs/013: don't fail because cp ran out of space
` [PATCH 14/14] generic: test IO at maximum file offset

[PATCH 1/2] xfs: scrub: avoid uninitialized return code
 2017-11-02 16:52 UTC  (6+ messages)
` [PATCH 2/2] xfs: fix unused variable warnings

[PATCH v2] xfs: truncate pagecache before writeback in xfs_setattr_size()
 2017-11-02 12:39 UTC  (3+ messages)

[RFC PATCH 0/14] xfs: Towards thin provisioning aware filesystems
 2017-11-02 11:25 UTC  (13+ messages)

Possible to mount this XFS at least temporarily to retrieve files?
 2017-11-02  8:41 UTC  (3+ messages)

[PATCH v2 0/2] Fiemap's range query
 2017-11-02  8:13 UTC  (8+ messages)
` [PATCH v2 1/2] fiemap: Factor out actual fiemap call code
  ` [PATCH v2 1/4] common: Check for fiemap range argument support
      ` [PATCH v3] "

[PATCH] xfs_repair: clear extra file attributes on symlinks
 2017-11-02  5:23 UTC  (10+ messages)
    ` [PATCH v2] "

[RFC PATCH] xfs: account for per-AG reservation in statfs f_blocks
 2017-11-01 22:50 UTC  (3+ messages)

xfs: list corruption in xfs_setup_inode()
 2017-11-01 21:55 UTC  (9+ messages)

[PATCH] xfs: scrub extended attribute leaf space
 2017-11-01 21:11 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/6] quota: clear speculative delalloc when checking quota usage
 2017-11-01 21:13 UTC  (4+ messages)
` [PATCH 8/6] xfs/333: fix errors with new inode pointer verifiers
  ` [PATCH v2 "

[PATCH 0/18 v6] dax, ext4, xfs: Synchronous page faults
 2017-11-01 15:36 UTC  (20+ messages)
` [PATCH 01/18] mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
` [PATCH 02/18] mm: Remove VM_FAULT_HWPOISON_LARGE_MASK
` [PATCH 03/18] dax: Simplify arguments of dax_insert_mapping()
` [PATCH 04/18] dax: Factor out getting of pfn out of iomap
` [PATCH 05/18] dax: Create local variable for VMA in dax_iomap_pte_fault()
` [PATCH 06/18] dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test
` [PATCH 07/18] dax: Inline dax_insert_mapping() into the callsite
` [PATCH 08/18] dax: Inline dax_pmd_insert_mapping() "
` [PATCH 09/18] dax: Fix comment describing dax_iomap_fault()
` [PATCH 10/18] dax: Allow dax_iomap_fault() to return pfn
` [PATCH 11/18] dax: Allow tuning whether dax_insert_mapping_entry() dirties entry
` [PATCH 12/18] mm: Define MAP_SYNC and VM_SYNC flags
` [PATCH 13/18] dax, iomap: Add support for synchronous faults
` [PATCH 14/18] dax: Implement dax_finish_sync_fault()
` [PATCH 15/18] ext4: Simplify error handling in ext4_dax_huge_fault()
` [PATCH 16/18] ext4: Support for synchronous DAX faults
` [PATCH 17/18] xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()
` [PATCH 18/18] xfs: support for synchronous DAX faults
` [PATCH] mmap.2: Add description of MAP_SHARED_VALIDATE and MAP_SYNC

[PATCH] xfs: flush the range before zero partial block range on truncate down
 2017-11-01 12:06 UTC  (9+ messages)

[PATCH 0/17 v5] dax, ext4, xfs: Synchronous page faults
 2017-11-01  3:47 UTC  (9+ messages)
` [PATCH 17/17] xfs: support for synchronous DAX faults

[PATCH] xfs: move error injection tags into their own file
 2017-11-01  0:54 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] xfs: remove inode log format typedef
 2017-10-31 23:14 UTC  (2+ messages)

[RFC] xfs: fix reporting supported extra file attributes for statx()
 2017-10-31 22:47 UTC  (4+ messages)

linux-next: build warning after merge of the xfs tree
 2017-10-31 22:42 UTC 

[PATCH] xfs: remove redundant assignment to variable bit
 2017-10-31 16:55 UTC  (2+ 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).