public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-06 11:43:07 to 2017-09-13 13:57:07 UTC [more...]

[PATCH v2] xfs_repair: don't use do_warn for normal log message
 2017-09-13 13:57 UTC  (2+ messages)

[BUG] xfs/104 triggered NULL pointer dereference in iomap based dio
 2017-09-13 10:58 UTC 

[PATCH] xfs_repair: don't use do_warn for normal log message
 2017-09-13 10:49 UTC 

xfs: Uninitialized memory read at xlog_write
 2017-09-13  9:59 UTC  (5+ messages)

xfs-quota reports used space incorrectly
 2017-09-13  9:49 UTC  (2+ messages)

[PATCH 1/3] .gitignore: ignore cscope files
 2017-09-13  7:16 UTC  (5+ messages)
` [PATCH 2/3] ext4: test for DAX + journaling corruption
` [PATCH 3/3] ext4: test for inline data + DAX corruption

[ANNOUNCE, IMPORTANT] CVE-2017-14340: xfs: unprivileged user kernel oops
 2017-09-13  6:28 UTC 

[PATCH 0/2] xfs: some DAX fixes
 2017-09-12 23:47 UTC  (13+ messages)
` [PATCH 1/2] xfs: always use DAX if mount option is used
      ` [PATCH] xfs: add regression test for DAX mount option usage
            ` [fstests PATCH v2] "
` [PATCH 2/2] xfs: validate bdev support for DAX inode flag

xfs-quota reports used space incorrectly
 2017-09-12 12:00 UTC 

iov_iter_pipe warning
 2017-09-12 11:13 UTC  (27+ messages)

[PATCH v2] xfs: check kthread_should_stop() after the setting of task state
 2017-09-12  8:45 UTC 

[PATCH] xfs: check kthread_should_stop() after the setting of task state
 2017-09-12  8:38 UTC  (4+ messages)

XFS and sector size on thin volumes
 2017-09-12  5:24 UTC  (7+ messages)

Support for data CRC
 2017-09-11 23:44 UTC  (15+ messages)
      ` Testing dm-integrity (WAS: Re: Support for data CRC)

WARN_ON_ONCE in fs/iomap.c:993
 2017-09-11 16:46 UTC  (2+ messages)

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

[PATCH] iomap: fix integer truncation issues in the zeroing and dirtying helpers
 2017-09-11 14:50 UTC  (4+ messages)

Some questions about per-ag metadata space reservations
 2017-09-11 13:26 UTC  (6+ messages)

[PATCH 0/9] add ext4 per-inode DAX flag
 2017-09-11  8:47 UTC  (19+ messages)
` [PATCH 6/9] ext4: safely transition S_DAX on journaling changes
` [PATCH 7/9] ext4: prevent data corruption with inline data + DAX

XFS mounted with 'discard' option - deleting fio test files slow
 2017-09-11  6:42 UTC  (6+ messages)

[PATCH 1/5] Include fcntl.h for O_EXCL
 2017-09-10 23:33 UTC  (7+ messages)
` [PATCH 2/5] xfsdump: Use c99 defined [u]int*_t instead of double underscore integer types
` [PATCH 3/5] replace use of SIGCLD with SIGCHLD
` [PATCH 4/5] include limit.h for PATH_MAX
` [PATCH 5/5] include sys/types.h for u_int32_t in attr/attributes.h

[PATCH] xfsdump: Use c99 defined int64_t instead of __int64_t
 2017-09-10  2:23 UTC  (4+ messages)

[PATCH 00/42] mkfs: factor the crap out of the code
 2017-09-09 10:24 UTC  (4+ messages)

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

[PATCH] xfsprogs: remove remaining double-underscore integer types
 2017-09-09  2:13 UTC  (3+ messages)

[PATCH] define __ prefixed version of intXY_t types
 2017-09-09  2:02 UTC  (6+ messages)

[PATCH] spaceman: Add missing link to libuuid
 2017-09-09  0:36 UTC  (11+ messages)

[PATCH] Rename progname as it is provided by libc
 2017-09-08 18:13 UTC  (4+ messages)

[PATCH 2/2] mkfs: pass a custom cowextsize into the created filesystem
 2017-09-08 18:02 UTC  (3+ messages)
` [PATCH v2 "

refactor extent manipulation
 2017-09-08 17:19 UTC  (36+ 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 2/2] libxfs: remove getcwd/chdir dance from initialization
 2017-09-08 16:41 UTC  (2+ messages)

[PATCH 1/2] misc: fix more stupid compiler warnings
 2017-09-08 16:40 UTC  (2+ messages)

xfs clones crash issue - illegal state 13 in block map
 2017-09-08  8:34 UTC  (3+ messages)

[PATCH 10/14] fs/xfs: Use %pS printk format for direct addresses
 2017-09-08  7:38 UTC  (2+ messages)

[PATCH 1/2] xfs: report zeroed or not correctly in xfs_zero_range()
 2017-09-08  7:37 UTC  (6+ messages)
` [PATCH 2/2] xfs: kill meaningless variable 'zero'

[PATCH v3] xfs: add online uevent for mount operation
 2017-09-08  0:49 UTC  (4+ messages)

umount XFS hung when stopping the xfsaild kthread
 2017-09-07 12:24 UTC  (6+ messages)

[PATCH v2 0/3] XFS real-time device tweaks
 2017-09-07 11:58 UTC  (10+ messages)

[PATCH v2 00/14] Crash consistency xfstest using dm-log-writes
 2017-09-07  7:10 UTC  (6+ messages)
` [PATCH v2 07/14] fsx: add optional logid prefix to log messages

xfs.org has been squatted
 2017-09-06 17:51 UTC  (4+ messages)

[PATCH] xfs: revert "xfs: factor rmap btree size into the indlen calculations"
 2017-09-06 17:34 UTC  (4+ messages)

[PATCH] loop: set physical block size to logical block size
 2017-09-06 17:06 UTC  (2+ messages)

[PATCH 00/12] xfs: more and better verifiers
 2017-09-06 16:47 UTC  (10+ messages)
` [PATCH 04/12] xfs: refactor verifier callers to print address of failing check
` [PATCH 05/12] xfs: verify dinode header first
` [PATCH 06/12] xfs: move inode fork verifiers to xfs_dinode_verify
` [PATCH 12/12] xfs: create a new buf_ops pointer to verify structure metadata

test the per-inode DAX flag
 2017-09-06 14:50 UTC  (4+ messages)

[PATCH v2] xfs: fix incorrect log_flushed on fsync
 2017-09-06 13:29 UTC  (7+ messages)


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