messages from 2016-12-04 21:37:04 to 2016-12-14 18:25:02 UTC [more...]
minleft fixes
2016-12-14 18:24 UTC (9+ messages)
` [PATCH 1/4] xfs: fix bogus minleft manipulations
` [PATCH 2/4] xfs: calculate minleft correctly for bmap allocations
` [PATCH 3/4] xfs: adjust allocation length in xfs_alloc_space_available
` [PATCH 4/4] xfs: don't rely on ->total "
[PATCH] fstests: xfs_fsr SWAPEXT fails when temp forkoff smaller than target
2016-12-14 16:49 UTC (4+ messages)
[PATCH] xfs: handle error if xfs_btree_get_bufs fails
2016-12-14 10:44 UTC (5+ messages)
[PATCH] xfs: nuke unused tracepoint definitions
2016-12-14 10:45 UTC (2+ messages)
[PATCH] duperemove: test presence of dedupe ioctl
2016-12-14 10:44 UTC (2+ messages)
[GIT PULL] Block core changes for 4.10
2016-12-13 23:31 UTC
[PATCH] xfs_repair: junk leaf attribute if count == 0
2016-12-13 16:04 UTC (4+ messages)
[RFC] Preparing for XFS reflink D-day
2016-12-13 0:56 UTC (11+ messages)
[PATCH 1/1] Fixed to codestyle
2016-12-12 21:17 UTC (11+ messages)
linux-next: manual merge of the vfs tree with the xfs tree
2016-12-11 23:19 UTC
[PATCH, RFC] xfs: take indirect blocks into accounting when selecting an AG
2016-12-11 5:19 UTC (9+ messages)
[PATCH 1/1 linux-next] xfs: remove unnecessary return
2016-12-10 6:52 UTC
[PATCH] xfs: icreate transactions should be replayed first
2016-12-09 21:38 UTC (3+ messages)
[ANNOUNCE] xfs: for-next updated to 9807b773dad4
2016-12-09 6:31 UTC
[PATCH] xfs_io: Improvements to copy_range return code handling
2016-12-08 23:15 UTC (2+ messages)
[ANNOUNCE] xfs: for-next branch updated to a444d72e6090
2016-12-08 22:58 UTC (5+ messages)
[PATCH 0/6] xfs_io: fix up command iteration
2016-12-08 22:22 UTC (13+ messages)
` [PATCH 1/6] libxcmd: check CMD_FLAG_GLOBAL inside args_command()
` [PATCH 2/6] libxcmd: rename args_command to command_iterator
` [PATCH 3/6] libxcmd: merge command() and iterate_command()
` [PATCH 4/6] libxcmd: don't check generic library commands
` [PATCH 5/6] xfs_io: make various commands one-shot only
` [PATCH 6/6] libxcmd: add non-iterating user commands
[BUG] xfs/109 crashed 2k block size reflink enabled XFS
2016-12-08 14:30 UTC (18+ messages)
[PATCH v10 00/63] xfs: add reflink and dedupe support
2016-12-08 6:14 UTC (8+ messages)
` [PATCH 48/63] xfs: preallocate blocks for worst-case btree expansion
reflink COW improvements
2016-12-08 4:23 UTC (10+ messages)
` [PATCH 1/3] xfs: reject all unaligned direct writes to reflinked files
` [PATCH 2/3] xfs: go straight to real allocations for direct I/O COW writes
` [PATCH 3/3] xfs: allocate direct I/O COW blocks in iomap_begin
XFS: possible memory allocation deadlock in kmem_alloc on glusterfs setup
2016-12-07 19:44 UTC (15+ messages)
[PATCH] xfs_logprint: di_gen is unsigned
2016-12-07 19:02 UTC (2+ messages)
[RFC PATCH 00/22] mkfs.xfs: Make stronger conflict checks
2016-12-07 13:27 UTC (23+ messages)
` [PATCH 01/22] mkfs: remove intermediate getstr followed by getnum
` [PATCH 02/22] mkfs: merge tables for opts parsing into one table
` [PATCH 03/22] mkfs: extend opt_params with a value field
` [PATCH 04/22] mkfs: change conflicts array into a table capable of cross-option addressing
` [PATCH 05/22] mkfs: add a check for conflicting values
` [PATCH 06/22] mkfs: add cross-section conflict checks
` [PATCH 07/22] mkfs: Move opts related #define to one place
` [PATCH 08/22] mkfs: move conflicts into the table
` [PATCH 09/22] mkfs: change conflict checks to utilize the new conflict structure
` [PATCH 10/22] mkfs: change when to mark an option as seen
` [PATCH 11/22] mkfs: add test_default_value into conflict struct
` [PATCH 12/22] mkfs: expand conflicts declarations to named declaration
` [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 16/22] mkfs: Change all value fields in opt structures into unions
` [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 0/3] xfs: miscellaneous improvements for 4.10
2016-12-07 6:32 UTC (12+ messages)
` [PATCH 1/3] xfs: make xfs btree stats less huge
` [PATCH 2/3] xfs: use rhashtable to track buffer cache
` [PATCH 3/3] xfs: optimise CRC updates
[PATCH] xfs: during log recovery, destroy the unlinked inodes even for read-only mount
2016-12-07 6:30 UTC (2+ messages)
XFS bug?
2016-12-07 6:14 UTC (5+ messages)
[PATCH v2] xfs_io: support -c "open foo" command
2016-12-07 4:21 UTC (9+ messages)
[PATCH v4] xfs_io: support -c "open foo" command
2016-12-07 3:49 UTC (3+ messages)
[PATCH v3 00/11] xfstests: online scrub/repair support
2016-12-07 0:19 UTC (12+ messages)
` [PATCH 01/11] ocfs2: test reflinking to inline data files
` [PATCH 02/11] xfs/ext4: check negative inode size
` [PATCH 03/11] populate: create all types of XFS metadata
` [PATCH 04/11] populate: add _require_populate_commands to check for tools
` [PATCH 05/11] populate: optionally fill the filesystem when populating fs
` [PATCH 06/11] populate: fix some silly errors when modifying a fs while fuzzing
` [PATCH 07/11] common/fuzzy: move fuzzing helper functions here
` [PATCH 08/11] populate: cache scratch metadata images
` [PATCH 09/11] populate: discover XFS structure fields and fuzz verbs, and use them to fuzz fields
` [PATCH 10/11] common/populate: create attrs in different namespaces
` [PATCH 11/11] xfs: fuzz every field of every structure
BUG: Metadata corruption detected at xfs_attr3_leaf_read_verify
2016-12-06 9:08 UTC (3+ messages)
[PATCH] xfs: ignore leaf attr ichdr.count in verifier during log replay
2016-12-05 21:45 UTC (6+ messages)
[PATCH v3] xfs_io: support -c "open foo" command
2016-12-05 20:39 UTC
[RFC PATCH 0/2] xfs: deprecate barrier/nobarrier
2016-12-05 16:23 UTC (5+ messages)
` [PATCH 1/2] xfs: Always flush caches when integrity is required
` [PATCH 2/2] xfs: deprecate barrier/nobarrier mount option
[PATCH] xfs_io: support -c <cmd> without <file> args
2016-12-05 11:27 UTC (3+ messages)
[PATCH v3 00/55] xfs: online scrub/repair support
2016-12-05 1:35 UTC (3+ messages)
` [PATCH 03/55] xfs: complain if we don't get nextents bmap records
[PATCH 0/2] XFS buffer cache scalability improvements
2016-12-04 21:36 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).