public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-01-16 12:45:46 to 2017-01-23 19:52:57 UTC [more...]

XFS developers meeting at Vault?
 2017-01-23 19:52 UTC  (2+ messages)

[PATCH v2] xfs: use per-AG reservations for the finobt
 2017-01-23 19:28 UTC  (2+ messages)

[PATCH v3] xfs: fix COW writeback race
 2017-01-23 18:56 UTC  (5+ messages)

XFS issues with NVMe SSD
 2017-01-23 13:53 UTC  (4+ messages)

Quota-enabled XFS hangs during mount
 2017-01-23 13:44 UTC  (8+ messages)

[PATCH v5 00/17] xfsprogs: online scrub/repair support
 2017-01-22 16:46 UTC  (19+ messages)
` [PATCH 01/17] xfs_io: support the new getfsmap ioctl
` [PATCH 02/17] xfsprogs: Space management tool
` [PATCH 03/17] spaceman: add FITRIM support
` [PATCH 04/17] spaceman: add new speculative prealloc control
` [PATCH 05/17] spaceman: AG state control
` [PATCH 06/17] spaceman: Free space mapping command
` [PATCH 07/17] xfs_spaceman: add a man page
` [PATCH 08/17] xfs_spaceman: add group summary mode
` [PATCH 09/17] xfs_db: introduce fuzz command
` [PATCH 10/17] xfs_db: print attribute remote value blocks
` [PATCH 11/17] xfs_db: write / fuzz bad values into dir/attr blocks with good CRCs
` [PATCH 12/17] xfs_io: provide an interface to the scrub ioctls
` [PATCH 13/17] xfs_scrub: create online filesystem scrub program
` [PATCH 14/17] xfs_scrub: add generic VFS scrubber implementation
` [PATCH 15/17] xfs_scrub: add XFS-specific scrubbing functionality
` [PATCH 16/17] xfs_scrub: add tweaks for specific non-XFS filesystems
` [PATCH 17/17] xfs_scrub: create a script to scrub all xfs filesystems

[PATCH v5 0/9] xfstests: online scrub/repair support
 2017-01-22  6:10 UTC  (13+ messages)
` [PATCH 1/9] populate: create all types of XFS metadata
` [PATCH 2/9] populate: add _require_populate_commands to check for tools
` [PATCH 3/9] populate: optionally fill the filesystem when populating fs
` [PATCH 4/9] populate: fix some silly errors when modifying a fs while fuzzing
` [PATCH 5/9] common/fuzzy: move fuzzing helper functions here
` [PATCH 6/9] populate: cache scratch metadata images
` [PATCH 7/9] populate: discover XFS structure fields and fuzz verbs, and use them to fuzz fields
` [PATCH 8/9] common/populate: create attrs in different namespaces
` [PATCH 9/9] xfs: fuzz every field of every structure

[PATCH v5 00/55] xfs: online scrub/repair support
 2017-01-21  8:06 UTC  (56+ messages)
` [PATCH 01/55] xfs: fix toctou race when locking an inode to access the data map
` [PATCH 02/55] xfs: fail _dir_open when readahead fails
` [PATCH 03/55] xfs: filter out obviously bad btree pointers
` [PATCH 04/55] xfs: check for obviously bad level values in the bmbt root
` [PATCH 05/55] xfs: verify free block header fields
` [PATCH 06/55] xfs: plumb in needed functions for range querying of the freespace btrees
` [PATCH 07/55] xfs: provide a query_range function for "
` [PATCH 08/55] xfs: create a function to query all records in a btree
` [PATCH 09/55] xfs: introduce the XFS_IOC_GETFSMAP ioctl
` [PATCH 10/55] xfs: report shared extents in getfsmapx
` [PATCH 11/55] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
` [PATCH 12/55] xfs: getfsmap should fall back to rtbitmap when rtrmapbt "
` [PATCH 13/55] xfs: query the per-AG reservation counters
` [PATCH 14/55] xfs: add scrub tracepoints
` [PATCH 15/55] xfs: create an ioctl to scrub AG metadata
` [PATCH 16/55] xfs: generic functions to scrub metadata and btrees
` [PATCH 17/55] xfs: scrub the backup superblocks
` [PATCH 18/55] xfs: scrub AGF and AGFL
` [PATCH 19/55] xfs: scrub the AGI
` [PATCH 20/55] xfs: support scrubbing free space btrees
` [PATCH 21/55] xfs: support scrubbing inode btrees
` [PATCH 22/55] xfs: support scrubbing rmap btree
` [PATCH 23/55] xfs: support scrubbing refcount btree
` [PATCH 24/55] xfs: scrub inodes
` [PATCH 25/55] xfs: scrub inode block mappings
` [PATCH 26/55] xfs: scrub directory/attribute btrees
` [PATCH 27/55] xfs: scrub directory metadata
` [PATCH 28/55] xfs: scrub directory freespace
` [PATCH 29/55] xfs: scrub extended attributes
` [PATCH 30/55] xfs: scrub symbolic links
` [PATCH 31/55] xfs: scrub realtime bitmap/summary
` [PATCH 32/55] xfs: set up cross-referencing helpers
` [PATCH 33/55] xfs: scrub should cross-reference with the bnobt
` [PATCH 34/55] xfs: cross-reference bnobt records with cntbt
` [PATCH 35/55] xfs: cross-reference extents with AG header
` [PATCH 36/55] xfs: cross-reference inode btrees during scrub
` [PATCH 37/55] xfs: cross-reference reverse-mapping btree
` [PATCH 38/55] xfs: cross-reference refcount btree during scrub
` [PATCH 39/55] xfs: scrub should cross-reference the realtime bitmap
` [PATCH 40/55] xfs: cross-reference the block mappings when possible
` [PATCH 41/55] xfs: shut off scrub-related error and corruption messages
` [PATCH 42/55] xfs: create tracepoints for online repair
` [PATCH 43/55] xfs: implement the metadata repair ioctl flag
` [PATCH 44/55] xfs: add helper routines for the repair code
` [PATCH 45/55] xfs: repair superblocks
` [PATCH 46/55] xfs: repair the AGF and AGFL
` [PATCH 47/55] xfs: rebuild the AGI
` [PATCH 48/55] xfs: repair free space btrees
` [PATCH 49/55] xfs: repair inode btrees
` [PATCH 50/55] xfs: rebuild the rmapbt
` [PATCH 51/55] xfs: repair refcount btrees
` [PATCH 52/55] xfs: online repair of inodes
` [PATCH 53/55] xfs: repair inode block maps
` [PATCH 54/55] xfs: repair damaged symlinks
` [PATCH 55/55] xfs: avoid mount-time deadlock in CoW extent recovery

[PATCH 0/5] xfsprogs: miscellaneous cleanups
 2017-01-21  0:15 UTC  (14+ messages)
` [PATCH 1/5] xfs_db: sanitize geometry on load
  ` [PATCH v5 "
` [PATCH 2/5] xfs_db: fix the 'source' command when passed as a -c option
` [PATCH 3/5] xfs_repair: strengthen geometry checks
` [PATCH 4/5] xfs_repair: zero shared_vn
  ` [PATCH v2 "
  ` [PATCH v3 "
` [PATCH 5/5] xfs_repair: trash dirattr btrees that cycle to the root

[PATCH] xfs: do not call xfs_buf_hash_destroy on a NULL pag
 2017-01-20 23:04 UTC  (5+ messages)

[PATCH v3] xfsprogs: replace xfs_mode_to_ftype table with switch statement
 2017-01-20 20:33 UTC  (4+ messages)

[PATCH 0/5] xfsprogs: misc fixes
 2017-01-20 20:06 UTC  (4+ messages)
` [PATCH 5/5] xfs_repair: strengthen geometry checks

[PATCH v3] xfs_logprint: handle log operation split of inode item correctly
 2017-01-20 12:09 UTC  (2+ messages)

XFS warning at fs/iomap.c:768 iomap_dio_actor
 2017-01-20 11:55 UTC 

[PATCH] xfs_io: fix missing syncfs command
 2017-01-20 10:53 UTC  (3+ messages)

[PATCH v2 0/3] xfs: eofblocks serialization fixes
 2017-01-20 10:03 UTC  (7+ messages)
` [PATCH v2 1/3] xfs: pull up iolock from xfs_free_eofblocks()
` [PATCH v2 2/3] xfs: sync eofblocks scans under iolock are livelock prone
` [PATCH v2 3/3] xfs: fix eofblocks race with file extending async dio writes

[PATCH v3 0/3] xfs: test malformed inode mode
 2017-01-20  5:25 UTC  (2+ messages)

[GIT PULL] xfs: updates for 4.10-rc5
 2017-01-19 23:41 UTC 

[PATCH] xfs_io: add DAX and CoW extent-size flags to chattr manpage
 2017-01-19 15:14 UTC  (3+ messages)

[PATCH 0/8 v3] scope GFP_NOFS api
 2017-01-19  9:44 UTC  (16+ messages)
` [PATCH 7/8] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [PATCH 8/8] Revert "ext4: fix wrong gfp type under transaction"

[PATCH v8 0/6] xfs: fixes for malformed on-disk i_mode
 2017-01-18 20:57 UTC  (4+ messages)
` [PATCH v8 1/6] xfs: make the ASSERT() condition likely

[PATCH] xfs: fix xfs_mode_to_ftype() prototype
 2017-01-18 20:55 UTC  (3+ messages)

[BUG] generic/232 hangs on XFS DAX mount
 2017-01-18 13:48 UTC  (2+ messages)

[PATCH (TRIVIAL)] xfs: remove unused struct declarations
 2017-01-18  9:03 UTC  (2+ messages)

[PATCH v2] xfs: fix COW writeback race
 2017-01-18  8:49 UTC  (9+ messages)

[LSF/MM TOPIC] online filesystem repair
 2017-01-18  0:37 UTC  (5+ messages)

[PATCH 0/3] xfs_repair: pthread creation failure recovery fixes
 2017-01-17  4:39 UTC  (4+ messages)
` [PATCH 1/3] xfs_repair: clear pthread_t when pthread_create fails
` [PATCH 2/3] xfs_repair: add prefetch trace calls to debug thread creation failures
` [PATCH 3/3] xfs_repair: fix thread creation failure recovery

[PATCH] xfs: fix COW writeback race
 2017-01-17  2:06 UTC  (2+ messages)

[PATCH 0/3] xfs: reduce boilerplate around xfs_btree_init_block
 2017-01-17  1:14 UTC  (3+ messages)

[RFC PATCH 00/22] mkfs.xfs: Make stronger conflict checks
 2017-01-16 20:14 UTC  (21+ messages)
` [PATCH 13/22] mkfs: remove zeroed items from conflicts declaration
` [PATCH 14/22] mkfs: rename defaultval to flagval in opts
` [PATCH 15/22] mkfs: replace SUBOPT_NEEDS_VAL for a flag
` [PATCH 17/22] mkfs: use old variables as pointers to the new opts struct values
` [PATCH 18/22] mkfs: prevent sector/blocksize to be specified as a number of blocks
` [PATCH 19/22] mkfs: subopt flags should be saved as bool
` [PATCH 20/22] mkfs: move uuid empty string test to getstr()
` [PATCH 21/22] mkfs: remove duplicit checks
` [PATCH 22/22] mkfs: prevent multiple specifications of a single option

[PATCH v2 0/5] xfs: basic cow fork speculative preallocation
 2017-01-16 19:04 UTC  (8+ messages)
` [PATCH v2 3/5] xfs: reuse iomap delalloc code for COW fork reservation

[RFC] libxfs: cross-compile fixes
 2017-01-16 14:50 UTC  (5+ messages)


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