linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-01 01:00:33 to 2017-09-05 11:29:37 UTC [more...]

[PATCH v2 00/14] Crash consistency xfstest using dm-log-writes
 2017-09-05 11:29 UTC  (21+ messages)
` [PATCH v2 07/14] fsx: add optional logid prefix to log messages
` [PATCH v2 09/14] fsx: add support for -g filldata
` [PATCH v2 10/14] log-writes: add replay-log program to replay dm-log-writes target
` [PATCH v2 12/14] replay-log: add support for replaying ops in target device sector range
` [PATCH v2 13/14] fstests: add support for working with dm-log-writes target
` [PATCH v2 14/14] fstests: add crash consistency fsx test using dm-log-writes

[PATCH] mkfs: Remove messages printed when blocksize < physical sectorsize
 2017-09-05  7:37 UTC  (5+ messages)

[PATCH 00/42] mkfs: factor the crap out of the code
 2017-09-05  5:23 UTC  (6+ messages)
` [PATCH 39/42] mkfs: factor log size calculations

kernel BUG at fs/xfs/xfs_aops.c:853! in kernel 4.13 rc6
 2017-09-04 22:36 UTC  (8+ messages)

xfs: Uninitialized memory read at xlog_write
 2017-09-04 21:44 UTC  (3+ messages)

[PATCH 2/2] xfs: don't unconditionally clear the reflink flag on zero-block files
 2017-09-04 19:50 UTC  (4+ messages)

[PATCH 1/2] xfs: evict CoW fork extents when performing finsert/fcollapse
 2017-09-04 19:30 UTC  (3+ messages)

[PATCH 2/2] mkfs: pass a custom cowextsize into the created filesystem
 2017-09-04 17:45 UTC  (4+ messages)
` [PATCH v2 "

[GIT PULL] xfs: changes for 4.14
 2017-09-04 17:31 UTC 

[RFC][PATCH] fstests: regression test for xfs leftover CoW extent error
 2017-09-04 15:46 UTC  (7+ messages)

test the per-inode DAX flag
 2017-09-04 15:44 UTC  (3+ messages)

[PATCH] generic: reserve correct indirect blocks for delalloc write path
 2017-09-04 15:44 UTC  (3+ messages)

[PATCH v3] xfs: add online uevent for mount operation
 2017-09-04  6:50 UTC 

What is the proper way to remove an xfs partition?
 2017-09-04  5:06 UTC  (10+ messages)

[PATCH v2] xfs: add online uevent for mount operation
 2017-09-04  4:01 UTC  (10+ messages)

[PATCH] mkfs.xfs: Don't stagger AG for a single disk
 2017-09-04  1:34 UTC  (3+ messages)

[PATCH 1/3] xfs: Add rtdefault mount option
 2017-09-04  1:17 UTC  (14+ messages)

[PATCH 2/2] libxfs: remove getcwd/chdir dance from initialization
 2017-09-04  1:18 UTC 

[PATCH 1/2] misc: fix more stupid compiler warnings
 2017-09-04  1:17 UTC 

[PATCH] misc: fix more stupid compiler warnings
 2017-09-04  1:01 UTC  (5+ messages)

error: "Your hard drive is failing" ???
 2017-09-04  0:05 UTC  (9+ messages)

[PATCH v2 0/3] XFS real-time device tweaks
 2017-09-03 22:04 UTC  (9+ messages)
` [PATCH v2 1/3] fs/xfs: Add rtdisable option
` [PATCH v2 2/3] fs/xfs: Add real-time device support to statfs
` [PATCH v2 3/3] fs/xfs: Add rtfallocmin mount option

test getbmap on reflinked files
 2017-09-03 15:56 UTC  (3+ messages)

[PATCH 1/2] xfs: rewrite getbmap using the xfs_iext_* helpers
 2017-09-03 15:51 UTC  (2+ messages)
` [PATCH 2/2] xfs: simplify the xfs_getbmap interface

[PATCH] xfs: revert "xfs: factor rmap btree size into the indlen calculations"
 2017-09-03 15:40 UTC  (3+ messages)

[PATCH] xfs: remove "no-allocation" reservations for file creations
 2017-09-03 15:31 UTC  (6+ messages)

How do I stop the roll backs?
 2017-09-03 12:06 UTC  (6+ messages)

[PATCH] fsmap: fix documentation of FMR_OF_LAST
 2017-09-03  8:41 UTC  (4+ messages)

[PATCH 1/2] mkfs: add documentation for forgotten mkfs flags
 2017-09-03  8:37 UTC  (2+ messages)

[PATCH] Rename progname as it is provided by libc
 2017-09-03  7:48 UTC  (5+ messages)

refactor extent manipulation
 2017-09-03  7:29 UTC  (18+ messages)
` [PATCH 01/17] xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_real
` [PATCH 02/17] xfs: use xfs_iext_get_extent instead of open coding it
` [PATCH 03/17] xfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapi
` [PATCH 04/17] xfs: rename bno to end in __xfs_bunmapi
` [PATCH 05/17] xfs: use xfs_bmap_del_extent_delay for the data fork as well
` [PATCH 06/17] xfs: move some more code into xfs_bmap_del_extent_real
` [PATCH 07/17] xfs: use the proper state defines in xfs_bmap_del_extent_real
` [PATCH 08/17] xfs: refactor xfs_del_extent_real
` [PATCH 09/17] xfs: refactor xfs_bmap_add_extent_hole_delay
` [PATCH 10/17] xfs: refactor xfs_bmap_add_extent_hole_real
` [PATCH 11/17] xfs: refactor xfs_bmap_add_extent_delay_real
` [PATCH 12/17] xfs: refactor xfs_bmap_add_extent_unwritten_real
` [PATCH 13/17] xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_update
` [PATCH 14/17] xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eq
` [PATCH 15/17] xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_first
` [PATCH 16/17] xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_all
` [PATCH 17/17] xfs: remove xfs_bmbt_get_state

[BUG] sb_fdblocks counting error caused by too large indlen returned from xfs_bmap_worst_indlen()
 2017-09-03  4:01 UTC  (7+ messages)

[PATCH v3] xfs: open code end_buffer_async_write in xfs_finish_page_writeback
 2017-09-02 17:08 UTC  (4+ messages)

[PATCH v2] xfs: fix incorrect log_flushed on fsync
 2017-09-02 15:47 UTC  (3+ messages)

[PATCH] xfs: don't set v3 xflags for v2 inodes
 2017-09-02 15:22 UTC  (2+ messages)

OT: spelling of journalling
 2017-09-02  4:06 UTC 

[PATCH] xfs: fix unused variable warning in xfs_buf_item_unlock()
 2017-09-01 22:07 UTC  (5+ messages)

null pointer reference after crash
 2017-09-01 21:38 UTC  (9+ messages)

a few extent lookup cleanups
 2017-09-01 20:08 UTC  (5+ messages)
` [PATCH 3/8] xfs: use xfs_iext_get_extent in xfs_bmap_first_unused

[PATCH] xfs: don't set DAX flag for v2 inodes
 2017-09-01 20:08 UTC  (12+ messages)
` [PATCH v2] xfs: don't set v3 xflags "

[PATCH v3] xfs: fix compiler warnings
 2017-09-01 19:48 UTC  (2+ messages)

[PATCH v2] xfs: fix compiler warnings
 2017-09-01 16:33 UTC  (7+ messages)

corrupt xfs log
 2017-09-01 16:26 UTC  (13+ messages)

[PATCH] xfs: ASSERT should always evaluate its parameter
 2017-09-01 16:01 UTC  (2+ messages)

[PATCH] xfs_repair: take the ag_lock before recording rmap for a bmbt record
 2017-09-01 11:40 UTC  (2+ messages)

[PATCH] xfs: remove experimental tag for reflinks
 2017-09-01 11:16 UTC  (10+ messages)

[PATCH] xfs: fix incorrect log_flushed on fsync
 2017-09-01 10:46 UTC  (12+ messages)

[PATCH 2/3] xfs: Add rtstatfs mount option
 2017-09-01  1:00 UTC 

[PATCH 3/3] xfs: Add rtfallocmin mount option
 2017-09-01  1:00 UTC 


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).