linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-15 04:29:30 to 2018-05-18 16:49:06 UTC [more...]

buffered I/O without buffer heads in xfs and iomap v2
 2018-05-18 16:48 UTC  (12+ messages)
` [PATCH 01/34] block: add a lower-level bio_add_page interface
` [PATCH 02/34] fs: factor out a __generic_write_end helper
` [PATCH 03/34] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 04/34] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 05/34] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 06/34] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/34] mm: return an unsigned int from __do_page_cache_readahead
` [PATCH 08/34] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 09/34] iomap: inline data should be an iomap type, not a flag
` [PATCH 10/34] iomap: fix the comment describing IOMAP_NOWAIT
` [PATCH 11/34] iomap: move IOMAP_F_BOUNDARY to gfs2

[PATCH v2 0/5] xfsprogs: add mkfs.xfs configuration file parsing support
 2018-05-18 15:38 UTC  (21+ messages)
` [PATCH v2 1/5] mkfs: distinguish between struct sb_feat_args and struct cli_params
` [PATCH v2 2/5] mkfs: move shared structs and cli params into their own headers
` [PATCH v2 3/5] mkfs: replace defaults source with an enum
` [PATCH v2 4/5] mkfs: add helpers to process defaults
` [PATCH v2 5/5] mkfs.xfs: add configuration file parsing support using our own parser

How to reliably measure fs usage with reflinks enabled?
 2018-05-18 14:58 UTC  (10+ messages)

[PATCH v2 0/5] xfstests: generic swap file tests
 2018-05-18 14:37 UTC  (7+ messages)
` [PATCH v2 1/5] xfstests: create swap group
` [PATCH v2 2/5] generic: enable swapfile tests on Btrfs
` [PATCH v2 3/5] generic: add test for dedupe on an active swapfile
` [PATCH v2 4/5] generic: add test for truncate/fpunch of "
` [PATCH v2 5/5] generic: test invalid swap file activation

[PATCH V2] test online label ioctl
 2018-05-18  4:03 UTC  (10+ messages)
` [PATCH V3] "
` [PATCH V4] "

[PATCH v15.1 00/22] xfs-4.18: online repair support
 2018-05-18  3:58 UTC  (62+ messages)
` [PATCH 01/22] xfs: add helpers to deal with transaction allocation and rolling
  ` [PATCH v2 "
` [PATCH 02/22] xfs: add helpers to allocate and initialize fresh btree roots
` [PATCH 03/22] xfs: add helpers to collect and sift btree block pointers during repair
  ` [PATCH v2 "
` [PATCH 04/22] xfs: add helpers to dispose of old btree blocks after a repair
  ` [PATCH v2 "
` [PATCH 05/22] xfs: recover AG btree roots from rmap data
  ` [PATCH v2 "
` [PATCH 06/22] xfs: add a repair helper to reset superblock counters
  ` [PATCH v2 "
` [PATCH 07/22] xfs: add helpers to attach quotas to inodes
  ` [PATCH v2 "
` [PATCH 08/22] xfs: repair superblocks
` [PATCH 09/22] xfs: repair the AGF and AGFL
` [PATCH 10/22] xfs: repair the AGI
` [PATCH 11/22] xfs: repair free space btrees
` [PATCH 12/22] xfs: repair inode btrees
` [PATCH 13/22] xfs: repair the rmapbt
` [PATCH 14/22] xfs: repair refcount btrees
` [PATCH 15/22] xfs: repair inode records
` [PATCH 16/22] xfs: zap broken inode forks
` [PATCH 17/22] xfs: repair inode block maps
` [PATCH 18/22] xfs: repair damaged symlinks
` [PATCH 19/22] xfs: repair extended attributes
` [PATCH 20/22] xfs: scrub should set preen if attr leaf has holes
` [PATCH 21/22] xfs: repair quotas
` [PATCH 22/22] xfs: implement live quotacheck as part of quota repair
` [PATCH 0.5/22] xfs: grab the per-ag structure whenever relevant

[PATCH 0/2] vfs: better dedupe permission check
 2018-05-17 23:03 UTC  (12+ messages)
` [PATCH 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH 2/2] vfs: dedupe should return EPERM if permission is not granted

[PATCH V2 0/5] xfs: online label
 2018-05-17 21:56 UTC  (14+ messages)
` [PATCH 2/4] xfs: New function for secondary superblock updates
` [PATCH 3/5 V2] xfs: implement online get/set fs label
` [PATCH 5/5] xfs_io: add label command
  ` [PATCH 5/5 V2] "
    ` [PATCH 5/5 V3] "

[PATCH] mkfs.xfs: if either sunit or swidth is nonzero, the other must be as well
 2018-05-17 21:11 UTC  (3+ messages)

[PATCH] mkfs.xfs: add configuration file parsing support using our own parser
 2018-05-17 18:47 UTC  (5+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 19e129618d47
 2018-05-17 17:32 UTC 

[PATCH v3 0/2] iomap: swapfile tweaks
 2018-05-17 17:23 UTC  (8+ messages)
` [PATCH v3 1/2] iomap: provide more useful errors for invalid swap files
` [PATCH v3 2/2] iomap: don't allow holes in swapfiles

[PATCH 1/2] xfs: checkbashisms in all script files
 2018-05-17 14:47 UTC  (4+ messages)
` [PATCH 2/2] generic: test swapfile creation, activation, and deactivation

stop using buffer heads in xfs and iomap
 2018-05-17 11:33 UTC  (17+ messages)
` [PATCH 01/33] block: add a lower-level bio_add_page interface
` [PATCH 04/33] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 31/33] iomap: add support for sub-pagesize buffered I/O without buffer heads

kernel BUG at fs/xfs/xfs_message.c:113
 2018-05-16 19:56 UTC 

[PATCH v2 0/2] iomap: swapfile tweaks
 2018-05-16 18:22 UTC  (9+ messages)
` [PATCH v2 1/2] iomap: provide more useful errors for invalid swap files
` [PATCH v2 2/2] iomap: don't allow holes in swapfiles

[PATCH 1/2] xfs_io: add the ability to do an O_PATH open
 2018-05-16 17:17 UTC  (6+ messages)
` [PATCH 2/2] xfs_io: syncfs can fail
  ` [PATCH v2] "
` [PATCH v3] xfs_io: Allow -P and -L to be given to open for O_PATH and O_NOFOLLOW

[PATCH] iomap: don't allow holes in swapfiles
 2018-05-16 16:26 UTC  (8+ messages)

[PATCH 0/2] RFC: iomap-based swap file activation
 2018-05-16 15:59 UTC  (2+ messages)

xfsprogs 4.16.0 format change, GRUB error unknown filesystem
 2018-05-16 14:55 UTC  (11+ messages)

[GRUB PATCH] xfs: accept filesystem with sparse inodes
 2018-05-16  9:00 UTC  (2+ messages)

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-05-16  7:20 UTC  (3+ messages)
` [PATCH v9 2/9] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks

[PATCH] [RFC] xfs_io: set exitcode on failure appropriately
 2018-05-16  5:50 UTC 

[PATCH] xfs: fix refactor quota limits initialization
 2018-05-16  1:08 UTC  (2+ messages)

[PATCH] xfs: change xfs_update_secondary_supers to use xfS_sb_read_secondary
 2018-05-16  1:04 UTC  (7+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 68932e193b27
 2018-05-16  0:49 UTC  (2+ messages)

[xfs-linux:xfs-4.18-merge 66/85] fs/xfs/xfs_qm.c:639:39: sparse: cast to restricted __be32
 2018-05-15 22:59 UTC 

[PATCH 00/21] Parent Pointers v6
 2018-05-15 16:52 UTC  (4+ messages)
` [PATCH 20/21] xfs: Add parent pointer ioctl

[PATCH] xfs_db: add blockget -L option
 2018-05-15 14:14 UTC  (5+ messages)

XFS 2038 rollover?
 2018-05-15  4:58 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).