public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-13 23:59:00 to 2017-12-18 11:31:54 UTC [more...]

How to get disk-location from "metadata I/O error"?
 2017-12-18 11:16 UTC 

[PATCH 0/7] mkfs: various cleanups
 2017-12-18  9:11 UTC  (8+ messages)
` [PATCH 1/7] mkfs: use opts parameter during option parsing
` [PATCH 2/7] mkfs: simplify minimum log size calculation
` [PATCH 3/7] mkfs: protofile only needs to be set up once
` [PATCH 4/7] mkfs: support arbitrary conflict specification
` [PATCH 5/7] mkfs: convert subopt name,val pairs to enums and declared arrays
` [PATCH 6/7] mkfs: resolve sector size CLI conflicts
` [PATCH 7/7] mkfs: remove logarithm based CLI options

Detecting RWF_NOWAIT support
 2017-12-18  7:38 UTC  (8+ messages)

[trivial PATCH] treewide: Align function definition open/close braces
 2017-12-18  0:28 UTC 

[PATCH v2 00/19] fs: rework and optimize i_version handling in filesystems
 2017-12-17  1:05 UTC  (25+ messages)
` [PATCH v2 01/19] fs: new API for handling inode->i_version
` [PATCH v2 02/19] fs: don't take the i_lock in inode_inc_iversion
` [PATCH v2 03/19] fat: convert to new i_version API
` [PATCH v2 04/19] affs: "
` [PATCH v2 05/19] afs: "
` [PATCH v2 06/19] btrfs: "
` [PATCH v2 07/19] exofs: switch "
` [PATCH v2 08/19] ext2: convert "
` [PATCH v2 09/19] ext4: "
` [PATCH v2 10/19] nfs: "
` [PATCH v2 11/19] nfsd: "
` [PATCH v2 12/19] ocfs2: "
` [PATCH v2 13/19] ufs: use "
` [PATCH v2 14/19] xfs: convert to "
` [PATCH v2 15/19] IMA: switch IMA over "
` [PATCH v2 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v2 17/19] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [PATCH v2 18/19] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [PATCH v2 19/19] fs: handle inode->i_version more efficiently

[PATCH v5 00/78] XArray v5
 2017-12-16 10:51 UTC  (80+ messages)
` [PATCH v5 01/78] xfs: Rename xa_ elements to ail_
` [PATCH v5 02/78] fscache: Use appropriate radix tree accessors
` [PATCH v5 03/78] xarray: Add the xa_lock to the radix_tree_root
` [PATCH v5 04/78] page cache: Use xa_lock
` [PATCH v5 05/78] xarray: Replace exceptional entries
` [PATCH v5 06/78] xarray: Change definition of sibling entries
` [PATCH v5 07/78] xarray: Add definition of struct xarray
` [PATCH v5 08/78] xarray: Define struct xa_node
` [PATCH v5 09/78] xarray: Add documentation
` [PATCH v5 10/78] xarray: Add xa_load
` [PATCH v5 11/78] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v5 12/78] xarray: Add xa_store
` [PATCH v5 13/78] xarray: Add xa_cmpxchg
` [PATCH v5 14/78] xarray: Add xa_for_each
` [PATCH v5 15/78] xarray: Add xas_for_each_tag
` [PATCH v5 16/78] xarray: Add xa_get_entries, xa_get_tagged and xa_get_maybe_tag
` [PATCH v5 17/78] xarray: Add xa_destroy
` [PATCH v5 18/78] xarray: Add xas_next and xas_prev
` [PATCH v5 19/78] xarray: Add xas_create_range
` [PATCH v5 20/78] xarray: Add MAINTAINERS entry
` [PATCH v5 21/78] xarray: Add ability to store errno values
` [PATCH v5 22/78] idr: Convert to XArray
` [PATCH v5 23/78] ida: "
` [PATCH v5 24/78] page cache: Convert hole search "
` [PATCH v5 25/78] page cache: Add page_cache_range_empty function
` [PATCH v5 26/78] page cache: Add and replace pages using the XArray
` [PATCH v5 27/78] page cache: Convert page deletion to XArray
` [PATCH v5 28/78] page cache: Convert page cache lookups "
` [PATCH v5 29/78] page cache: Convert delete_batch "
` [PATCH v5 30/78] page cache: Remove stray radix comment
` [PATCH v5 31/78] mm: Convert page-writeback to XArray
` [PATCH v5 32/78] mm: Convert workingset "
` [PATCH v5 33/78] mm: Convert truncate "
` [PATCH v5 34/78] mm: Convert add_to_swap_cache "
` [PATCH v5 35/78] mm: Convert delete_from_swap_cache "
` [PATCH v5 36/78] mm: Convert __do_page_cache_readahead "
` [PATCH v5 37/78] mm: Convert page migration "
` [PATCH v5 38/78] mm: Convert huge_memory "
` [PATCH v5 39/78] mm: Convert collapse_shmem "
` [PATCH v5 40/78] mm: Convert khugepaged_scan_shmem "
` [PATCH v5 41/78] pagevec: Use xa_tag_t
` [PATCH v5 42/78] shmem: Convert replace to XArray
` [PATCH v5 43/78] shmem: Convert shmem_confirm_swap "
` [PATCH v5 44/78] shmem: Convert find_swap_entry "
` [PATCH v5 45/78] shmem: Convert shmem_tag_pins "
` [PATCH v5 46/78] shmem: Convert shmem_wait_for_pins "
` [PATCH v5 47/78] shmem: Convert shmem_add_to_page_cache "
` [PATCH v5 48/78] shmem: Convert shmem_alloc_hugepage "
` [PATCH v5 49/78] shmem: Convert shmem_free_swap "
` [PATCH v5 50/78] shmem: Convert shmem_partial_swap_usage "
` [PATCH v5 51/78] shmem: Comment fixups
` [PATCH v5 52/78] btrfs: Convert page cache to XArray
` [PATCH v5 53/78] fs: Convert buffer "
` [PATCH v5 54/78] fs: Convert writeback "
` [PATCH v5 55/78] nilfs2: Convert "
` [PATCH v5 56/78] f2fs: "
` [PATCH v5 57/78] lustre: "
` [PATCH v5 58/78] dax: Convert dax_unlock_mapping_entry "
` [PATCH v5 59/78] dax: Convert lock_slot "
` [PATCH v5 60/78] dax: More XArray conversion
` [PATCH v5 61/78] dax: Convert __dax_invalidate_mapping_entry to XArray
` [PATCH v5 62/78] dax: Convert dax_writeback_one "
` [PATCH v5 63/78] dax: Convert dax_insert_pfn_mkwrite "
` [PATCH v5 64/78] dax: Convert dax_insert_mapping_entry "
` [PATCH v5 65/78] dax: Convert grab_mapping_entry "
` [PATCH v5 66/78] dax: Fix sparse warning
` [PATCH v5 67/78] page cache: Finish XArray conversion
` [PATCH v5 68/78] mm: Convert cgroup writeback to XArray
` [PATCH v5 69/78] vmalloc: Convert "
` [PATCH v5 70/78] brd: "
` [PATCH v5 71/78] xfs: Convert m_perag_tree "
` [PATCH v5 72/78] xfs: Convert pag_ici_root "
` [PATCH v5 73/78] xfs: Convert xfs dquot "
` [PATCH v5 74/78] xfs: Convert mru cache "
` [PATCH v5 75/78] usb: Convert xhci-mem "
` [PATCH v5 76/78] md: Convert raid5-cache "
` [PATCH v5 77/78] irqdomain: Convert "
` [PATCH v5 78/78] fscache: "

[PATCH] tests/xfs/040: document purpose
 2017-12-15 20:41 UTC 

[PATCH] generic/381: enable on systems which allows usernames that begin with digits
 2017-12-15 20:41 UTC 

[PATCH] fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at
 2017-12-15 19:58 UTC  (6+ messages)

[PATCH 0/4] xfs: more reflink fixes
 2017-12-15 17:11 UTC  (5+ messages)
` [PATCH 1/4] xfs: track cowblocks separately in i_flags
` [PATCH 2/4] xfs: don't be so eager to clear the cowblocks tag on truncate
` [PATCH 3/4] xfs: remove leftover CoW reservations when remounting ro
` [PATCH 4/4] xfs: set cowblocks tag for direct cow writes too

[PATCH v4 00/73] XArray version 4
 2017-12-15 17:10 UTC  (6+ messages)
` [PATCH v4 08/73] xarray: Add documentation
      ` Naming of tag operations in the XArray
    ` Storing errors "

[PATCH] xfs_io: fix exitcode handling (was Re: generic/399 and xfs_io pwrite command)
 2017-12-15 14:26 UTC  (3+ messages)

CPU-intensive code in xfs
 2017-12-15 13:20 UTC 

[PATCH 0/8] weekly fstests changes
 2017-12-15  8:55 UTC  (24+ messages)
` [PATCH 1/8] common/rc: report kmemleak errors
` [PATCH 6/8] fsstress: implement the clonerange/deduperange ioctls
  ` [PATCH v2 "
` [PATCH 8/8] xfs/068: fix variability problems in file/dir count output
  ` [PATCH v2 8/8] xfs/068: fix clonerange "
  ` [PATCH v3 8/8] xfs/068: fix variability "
  ` [PATCH v4 "

[PATCH v7] generic: initial fiemap range query test
 2017-12-15  8:41 UTC  (3+ messages)

[PATCH 0/9] fstests: few updates
 2017-12-15  7:14 UTC  (10+ messages)
` [PATCH 4/9] build: update AC_PACKAGE_WANT_GDBM() and src/dbtest.c to build
` [PATCH 5/9] tests/xfs/group: add group for tests which require a logdev

[PATCH 00/13] xfs: more and better verifiers
 2017-12-15  3:09 UTC  (16+ messages)
` [PATCH 01/13] xfs: refactor long-format btree header verification routines
` [PATCH 02/13] xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers
` [PATCH 04/13] xfs: refactor verifier callers to print address of failing check
` [PATCH 07/13] xfs: create structure verifier function for shortform xattrs
` [PATCH 08/13] xfs: create structure verifier function for short form symlinks
` [PATCH 09/13] xfs: refactor short form directory structure verifier function
` [PATCH 10/13] xfs: provide a centralized method for verifying inline fork data
` [PATCH 11/13] xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corrupt
` [PATCH 12/13] xfs: create a new buf_ops pointer to verify structure metadata
` [PATCH 13/13] xfs: scrub in-core metadata

[PATCH v4 72/73] xfs: Convert mru cache to XArray
 2017-12-14 18:23 UTC  (8+ messages)

[PATCH 0/5] xfs: logging fixes
 2017-12-14 16:57 UTC  (6+ messages)
` [PATCH 1/5] xfs: add the ability to join a held buffer to a defer_ops
` [PATCH 2/5] xfs: hold xfs_buf locked between shortform->leaf conversion and the addition of an attribute

Traversing XFS mounted VM puts process in D state
 2017-12-14 16:41 UTC  (3+ messages)

[PATCH 0/6] xfs: reflink fixes
 2017-12-14 16:40 UTC  (13+ messages)
` [PATCH 1/6] xfs: account for null transactions in bunmapi
` [PATCH 2/6] xfs: move xfs_iext_insert tracepoint to report useful information
` [PATCH 3/6] xfs: remove dest file's post-eof preallocations before reflinking
` [PATCH 4/6] xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mapping
` [PATCH 5/6] xfs: avoid infinite loop when cancelling CoW blocks after writeback failure
` [PATCH 6/6] xfs: allow CoW remap transactions to use reserve blocks

[PATCH 1/3] xfs: ubsan fixes
 2017-12-14 16:33 UTC  (2+ messages)

[patch V2 00/11] LICENSES: Add documentation and initial License files
 2017-12-14 16:29 UTC  (5+ messages)
` [patch V2 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses
  ` [patch V4 "

[PATCH v10.1 00/15] xfs: online scrub xref support
 2017-12-13 23:57 UTC  (8+ messages)
` [PATCH 03/15] xfs: add scrub cross-referencing helpers for the rmap btrees
` [PATCH 05/15] xfs: set up scrub cross-referencing helpers
` [PATCH 06/15] xfs: check btree block ownership with bnobt/rmapbt when scrubbing btree
` [PATCH 08/15] xfs: cross-reference with the bnobt
` [PATCH 09/15] xfs: cross-reference bnobt records with cntbt
` [PATCH 10/15] xfs: cross-reference inode btrees during scrub
` [PATCH 13/15] xfs: cross-reference refcount btree "


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