public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-22 12:06:04 to 2018-01-03 13:32:49 UTC [more...]

Quota performance hit?
 2018-01-03 13:32 UTC  (3+ messages)

[PATCH] xfs: speed up directory bestfree block scanning
 2018-01-03 13:28 UTC  (3+ messages)

Filesystem crashes due to pages without buffers
 2018-01-03 10:04 UTC 

[PATCH 0/8] weekly fstests changes
 2018-01-03  8:48 UTC  (4+ messages)
` [PATCH 6/8] fsstress: implement the clonerange/deduperange ioctls
  ` [PATCH v2 "

Block size and read-modify-write
 2018-01-03  8:19 UTC  (4+ messages)

[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
 2018-01-03  7:51 UTC  (34+ messages)
` [PATCH v4 01/18] mm, dax: introduce pfn_t_special()
` [PATCH v4 02/18] ext4: auto disable dax instead of failing mount
` [PATCH v4 03/18] ext2: "
` [PATCH v4 04/18] dax: require 'struct page' by default for filesystem dax
` [PATCH v4 05/18] dax: stop using VM_MIXEDMAP for dax
` [PATCH v4 06/18] dax: stop using VM_HUGEPAGE "
` [PATCH v4 07/18] dax: store pfns in the radix
` [PATCH v4 08/18] tools/testing/nvdimm: add 'bio_delay' mechanism
` [PATCH v4 09/18] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
` [PATCH v4 10/18] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v4 11/18] fs, dax: introduce DEFINE_FSDAX_AOPS
` [PATCH v4 12/18] xfs: use DEFINE_FSDAX_AOPS
` [PATCH v4 13/18] ext4: "
` [PATCH v4 14/18] ext2: "
` [PATCH v4 15/18] mm, fs, dax: use page->mapping to warn if dma collides with truncate
` [PATCH v4 16/18] wait_bit: introduce {wait_on,wake_up}_atomic_one
` [PATCH v4 17/18] mm, fs, dax: dax_flush_dma, handle dma vs block-map-change collisions
` [PATCH v4 18/18] xfs, dax: wire up dax_flush_dma support via a new xfs_sync_dma helper

[PATCHv6 1/1] ima: re-introduce own integrity cache lock
 2018-01-03  4:03 UTC  (4+ messages)

[PATCH v5 00/78] XArray v5
 2018-01-03  1:01 UTC  (21+ messages)
` [PATCH v5 01/78] xfs: Rename xa_ elements to ail_
` [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 v3 00/20] xfs: more and better verifiers
 2018-01-03  0:52 UTC  (36+ messages)
` [PATCH 01/20] xfs: remove XFS_FSB_SANITY_CHECK
` [PATCH 02/20] xfs: refactor long-format btree header verification routines
` [PATCH 03/20] xfs: refactor short form btree pointer verification
` [PATCH 04/20] xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiers
` [PATCH 05/20] xfs: refactor xfs_verifier_error and xfs_buf_ioerror
` [PATCH 06/20] xfs: have buffer verifier functions report failing address
` [PATCH 07/20] xfs: refactor verifier callers to print address of failing check
` [PATCH 08/20] xfs: verify dinode header first
` [PATCH 09/20] xfs: move inode fork verifiers to xfs_dinode_verify
` [PATCH 10/20] xfs: create structure verifier function for shortform xattrs
` [PATCH 11/20] xfs: create structure verifier function for short form symlinks
` [PATCH 12/20] xfs: refactor short form directory structure verifier function
` [PATCH 13/20] xfs: provide a centralized method for verifying inline fork data
` [PATCH 14/20] xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corrupt
` [PATCH 15/20] xfs: create a new buf_ops pointer to verify structure metadata
` [PATCH 16/20] xfs: scrub in-core metadata
` [PATCH 17/20] xfs: separate dquot repair into a separate function
` [PATCH 18/20] xfs: standardize quota verification function outputs
` [PATCH 19/20] xfs: teach error reporting functions to take xfs_failaddr_t
` [PATCH 20/20] xfs: dump the first 128 bytes of any corrupt buffer

[PATCH] xfs: destroy mutex qi_tree_lock before free xfs_quotainfo_t object
 2018-01-02 22:29 UTC  (3+ messages)

[lkp-robot] [xfs] d5b62f5c6a: xfstests.xfs.348.fail
 2018-01-02 21:09 UTC 

[patch V5 00/11] LICENSES: Add documentation and initial License files
 2018-01-02 20:24 UTC  (23+ messages)
` [patch V5 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses
` [patch V5 02/11] LICENSES: Add the GPL 2.0 license
` [patch V5 03/11] LICENSES: Add the LGPL "
` [patch V5 04/11] LICENSES: Add the LGPL-2.1 license
` [patch V5 05/11] LICENSES: Add the BSD 2-clause "Simplified" license
` [patch V5 06/11] LICENSES: Add the BSD 3-clause "New" or "Revised" License
` [patch V5 07/11] LICENSES: Add the BSD-3-clause "Clear" license
` [patch V5 08/11] LICENSES: Add the MIT license
` [patch V5 09/11] LICENSES: Add Linux syscall note exception
` [patch V5 10/11] LICENSES: Add the GPL 1.0 license
` [patch V5 11/11] LICENSES: Add MPL-1.1 license

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

[PATCH 0/3] xfsprogs: misc xfsprogs cleanups
 2018-01-02 17:44 UTC  (7+ messages)
` [PATCH 1/3] mkfs: un-document removed logarithm based CLI options
` [PATCH 2/3] mkfs: pass switch case value directly into getnum/getstr
` [PATCH 3/3] mkfs: do not allow both "dev" and "name" subopts for log or realtime

[PATCH] xfs: fix s_maxbytes overflow problems
 2017-12-29  8:00 UTC  (2+ messages)

[PATCH 0/7] mkfs: various cleanups
 2017-12-28 21:45 UTC  (15+ messages)
` [PATCH 4/7] mkfs: support arbitrary conflict specification
` [PATCH 6/7] mkfs: resolve sector size CLI conflicts
` [PATCH 7/7] mkfs: remove logarithm based CLI options

Metadata corruption
 2017-12-27  8:42 UTC  (3+ messages)

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

WARNING: CPU: 1 PID: 1384 at lib/iov_iter.c:695 copy_page_to_iter+0x240/0x3b0
 2017-12-24  9:28 UTC 

Status Report 12/5/2017 - 12/22/2017
 2017-12-23  6:00 UTC 

[PATCH v11 00/21] xfs: online scrub xref support
 2017-12-23  0:45 UTC  (22+ messages)
` [PATCH 01/21] xfs: ignore agfl read errors when not scrubbing agfl
` [PATCH 02/21] xfs: catch a few more error codes when scrubbing secondary sb
` [PATCH 03/21] xfs: xfs_scrub_bmap should use for_each_xfs_iext
` [PATCH 04/21] xfs: always grab transaction when scrubbing inode
` [PATCH 05/21] xfs: distinguish between corrupt inode and invalid inum in xfs_scrub_get_inode
` [PATCH 06/21] xfs: add scrub cross-referencing helpers for the free space btrees
` [PATCH 07/21] xfs: add scrub cross-referencing helpers for the inode btrees
` [PATCH 08/21] xfs: add scrub cross-referencing helpers for the rmap btrees
` [PATCH 09/21] xfs: add scrub cross-referencing helpers for the refcount btrees
` [PATCH 10/21] xfs: set up scrub cross-referencing helpers
` [PATCH 11/21] xfs: fix a few erroneous process_error calls in the scrubbers
` [PATCH 12/21] xfs: check btree block ownership with bnobt/rmapbt when scrubbing btree
` [PATCH 13/21] xfs: introduce scrubber cross-referencing stubs
` [PATCH 14/21] xfs: cross-reference with the bnobt
` [PATCH 15/21] xfs: cross-reference bnobt records with cntbt
` [PATCH 16/21] xfs: cross-reference inode btrees during scrub
` [PATCH 17/21] xfs: cross-reference reverse-mapping btree
` [PATCH 18/21] xfs: cross-reference the rmapbt data with the refcountbt
` [PATCH 19/21] xfs: cross-reference refcount btree during scrub
` [PATCH 20/21] xfs: cross-reference the realtime bitmap
` [PATCH 21/21] xfs: cross-reference the block mappings when possible

[GIT PULL] xfs: fixes for 4.15-rc5
 2017-12-22 19:30 UTC 


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