public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-31 15:41:22 to 2017-09-04 00:00:02 UTC [more...]

error: "Your hard drive is failing" ???
 2017-09-03 23:59 UTC  (8+ 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

[RFC][PATCH] fstests: regression test for xfs leftover CoW extent error
 2017-09-03 21:04 UTC  (4+ messages)

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 2/2] mkfs: pass a custom cowextsize into the created filesystem
 2017-09-03 15:35 UTC  (3+ messages)

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

kernel BUG at fs/xfs/xfs_aops.c:853! in kernel 4.13 rc6
 2017-09-03 14:08 UTC  (3+ messages)

What is the proper way to remove an xfs partition?
 2017-09-03 12:34 UTC  (7+ messages)

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

test the per-inode DAX flag
 2017-09-03  9:33 UTC 

[PATCH] fsmap: fix documentation of FMR_OF_LAST
 2017-09-03  8:41 UTC  (5+ 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

[PATCH] misc: fix more stupid compiler warnings
 2017-09-03  7:24 UTC  (3+ messages)

[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 1/3] xfs: Add rtdefault mount option
 2017-09-03  3:31 UTC  (13+ 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)

[PATCH v2] xfs: add online uevent for mount operation
 2017-09-01 21:52 UTC  (8+ 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  (8+ 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  (13+ messages)

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

[PATCH v2 00/14] Crash consistency xfstest using dm-log-writes
 2017-09-01  7:45 UTC  (7+ 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 

[RFC 00/12] xfs: more and better verifiers
 2017-08-31 23:49 UTC  (12+ messages)

[PATCH] xfs: fix compiler warnings
 2017-08-31 23:37 UTC  (3+ messages)

[PATCH 0/4] ext4: SEEK_HOLE / SEEK_DATA via iomap
 2017-08-31 21:37 UTC  (5+ messages)
` [PATCH 1/4] iomap: Switch from blkno to disk offset

linux-next: build warning after merge of the xfs tree
 2017-08-31 21:32 UTC  (6+ messages)

[PATCH v9 00/19] xfs: add realtime reverse-mapping support
 2017-08-31 20:35 UTC  (20+ messages)
` [PATCH 01/19] xfs: make iroot_realloc a btree function
` [PATCH 02/19] xfs: support storing records in the inode core root
` [PATCH 03/19] xfs: widen xfs_refcount_irec fields to handle realtime rmapbt
` [PATCH 04/19] xfs: introduce realtime rmap btree definitions
` [PATCH 05/19] xfs: define the on-disk realtime rmap btree format
` [PATCH 06/19] xfs: realtime rmap btree transaction reservations
` [PATCH 07/19] xfs: add realtime rmap btree operations
` [PATCH 08/19] xfs: prepare rmap functions to deal with rtrmapbt
` [PATCH 09/19] xfs: add a realtime flag to the rmap update log redo items
` [PATCH 10/19] xfs: add realtime rmap btree block detection to log recovery
` [PATCH 11/19] xfs: add realtime reverse map inode to superblock
` [PATCH 12/19] xfs: wire up a new inode fork type for the realtime rmap
` [PATCH 13/19] xfs: don't assume a left rmap when allocating a new rmap
` [PATCH 14/19] xfs: wire up rmap map and unmap to the realtime rmapbt
` [PATCH 15/19] xfs: enable realtime rmap btree
` [PATCH 16/19] xfs: wire up getfsmap to the realtime reverse mapping btree
` [PATCH 17/19] xfs: scrub the realtime rmapbt
` [PATCH 18/19] xfs: cross-reference realtime bitmap to realtime rmapbt scrubber
` [PATCH 19/19] xfs: cross-reference the realtime rmapbt

[PATCH 00/42] mkfs: factor the crap out of the code
 2017-08-31 16:23 UTC  (4+ messages)


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