public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-03 11:59:14 to 2018-01-09 06:20:32 UTC [more...]

[PATCH] db/print: bad character cause illegal memory access
 2018-01-09  6:20 UTC 

[PATCH v11 00/21] xfs: online scrub xref support
 2018-01-09  0:57 UTC  (47+ 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 v2 "
` [PATCH 08/21] xfs: add scrub cross-referencing helpers for the rmap btrees
  ` [PATCH v2 "
` [PATCH 09/21] xfs: add scrub cross-referencing helpers for the refcount btrees
` [PATCH 10/21] xfs: set up scrub cross-referencing helpers
  ` [PATCH v2 "
` [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

Growing RAID10 with active XFS filesystem
 2018-01-08 23:44 UTC  (4+ messages)

[PATCH] xfs: clarify units in the failed metadata io message
 2018-01-08 22:57 UTC  (8+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] xfs: remove experimental tag for reflinks
 2018-01-08 22:11 UTC  (5+ messages)

[PATCH RFC 0/4] xfs: defer agfl block frees
 2018-01-08 21:56 UTC  (5+ messages)
` [PATCH RFC 2/4] xfs: defer agfl block frees when dfops is available

[PATCH v4 05/19] afs: convert to new i_version API
 2018-01-08 21:39 UTC  (25+ messages)
` [PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
  ` [PATCH v4 06/19] btrfs: convert to new i_version API
  ` [PATCH v4 12/19] ocfs2: "
  ` [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

[ANNOUNCE] xfs-linux: xfs-4.16-merge updated to ac503a4
 2018-01-08 20:00 UTC 

[PATCH] vfs/xfs: clean up cow mappings during fs data freeze
 2018-01-08 19:02 UTC 

[PATCH v2 0/7] xfs: inode transaction reservation fixups
 2018-01-08 18:06 UTC  (3+ messages)

[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
 2018-01-08 13:50 UTC  (55+ 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 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

statfs b_avail & b_free different if the filesystem is mounted readonly
 2018-01-08 12:06 UTC  (3+ messages)

[PATCH 0/8] weekly fstests changes
 2018-01-07 15:34 UTC  (18+ messages)
` [PATCH 1/8] common/rc: report kmemleak errors
` [PATCH 6/8] fsstress: implement the clonerange/deduperange ioctls
  ` [PATCH v2 "
` [PATCH 7/8] generic: run a long-soak write-only fsstress test
` [PATCH 9/8] xfs: find libxfs api violations
` [PATCH 10/8] xfs: check that fs freeze minimizes required recovery

Google Chrome cause locks held in system (kernel 4.15 rc2)
 2018-01-07  3:42 UTC  (9+ messages)

[PATCH v11 00/27] xfsprogs: online scrub/repair support
 2018-01-06  3:50 UTC  (29+ messages)
` [PATCH 01/27] xfs_scrub: create online filesystem scrub program
` [PATCH 02/27] xfs_scrub: common error handling
` [PATCH 03/27] xfs_scrub: set up command line argument parsing
` [PATCH 04/27] xfs_scrub: dispatch the various phases of the scrub program
` [PATCH 05/27] xfs_scrub: figure out how many threads we're going to need
` [PATCH 06/27] xfs_scrub: create an abstraction for a block device
` [PATCH 07/27] xfs_scrub: find XFS filesystem geometry
` [PATCH 08/27] xfs_scrub: add inode iteration functions
` [PATCH 09/27] xfs_scrub: add space map "
` [PATCH 10/27] xfs_scrub: add file "
` [PATCH 11/27] xfs_scrub: filesystem counter collection functions
` [PATCH 12/27] xfs_scrub: wrap the scrub ioctl
` [PATCH 13/27] xfs_scrub: scan filesystem and AG metadata
` [PATCH 14/27] xfs_scrub: thread-safe stats counter
` [PATCH 15/27] xfs_scrub: scan inodes
` [PATCH 16/27] xfs_scrub: check directory connectivity
` [PATCH 17/27] xfs_scrub: warn about suspicious characters in directory/xattr names
` [PATCH 18/27] xfs_scrub: warn about normalized Unicode name collisions
` [PATCH 19/27] xfs_scrub: create a bitmap data structure
` [PATCH 20/27] xfs_scrub: create infrastructure to read verify data blocks
` [PATCH 21/27] xfs_scrub: scrub file "
` [PATCH 22/27] xfs_scrub: optionally use SCSI READ VERIFY commands to scrub data blocks on disk
` [PATCH 23/27] xfs_scrub: check summary counters
` [PATCH 24/27] xfs_scrub: fstrim the free areas if there are no errors on the filesystem
` [PATCH 25/27] xfs_scrub: progress indicator
` [PATCH 26/27] xfs_scrub: create a script to scrub all xfs filesystems
` [PATCH 27/27] xfs_scrub: integrate services with systemd

[PATCH] xfsprogs: update dead urls
 2018-01-06  0:03 UTC 

[ANNOUNCE] xfs-documentation: master updated to 14bbbf5
 2018-01-05 23:42 UTC 

[patch V4 01/11] Documentation: Add license-rules.rst to describe how to properly identify file licenses
 2018-01-05 23:05 UTC  (5+ messages)
` [V4, "

[PATCH 0/3] xfs: refactors for xfsprogs
 2018-01-05 19:02 UTC  (10+ messages)
` [PATCH 1/3] xfs: trace log reservations at mount time
` [PATCH 2/3] xfs: hoist xfs_fs_geometry to libxfs
` [PATCH 3/3] xfs: refactor the geometry structure filling function
  ` [PATCH v2 "

[GIT PULL] xfs: fixes for 4.15-rc7
 2018-01-05 17:42 UTC 

[PATCH] xfs: speed up directory bestfree block scanning
 2018-01-04 21:52 UTC  (8+ messages)

[patch V5 00/11] LICENSES: Add documentation and initial License files
 2018-01-04 20:50 UTC  (4+ messages)
` [patch V5 02/11] LICENSES: Add the GPL 2.0 license

[ANNOUNCE] xfsprogs for-next updated to 532d03d
 2018-01-04 20:10 UTC  (2+ messages)

[PATCH 0/5] xfsprogs: 4.15 rollup pt. 2
 2018-01-04 18:46 UTC  (10+ messages)
` [PATCH 1/5] libhandle: zap fdhash in fshandle_destroy
` [PATCH 2/5] xfs_db: check should deal with cow staging events correctly
` [PATCH 3/5] xfs_db: fix crash when field list selector string has trailing slash
` [PATCH 4/5] xfs_repair: fix libxfs namespace problems
` [PATCH 5/5] find-api-violations: fix a broken grep pattern

Filesystem crashes due to pages without buffers
 2018-01-04 11:33 UTC  (7+ messages)

[PATCH 1/2] ext4: test for DAX + journaling corruption
 2018-01-04  8:11 UTC  (2+ messages)
` [PATCH 2/2] ext4: test for inline data + DAX corruption

[PATCH] xfs/015: enlarge the initial fs size
 2018-01-04  5:46 UTC 

Block size and read-modify-write
 2018-01-04  1:38 UTC  (8+ messages)

[ZOMG RFCRAP PATCH 0/2] xfs: horrifying eBPF hacks
 2018-01-04  0:52 UTC  (5+ messages)

[RFC PATCH 0/6] xfs: sort out the AGFL size mess
 2018-01-03 22:27 UTC  (3+ messages)
` [PATCH 1/6] xfs: clean up XFS_AGFL_SIZE

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


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