public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-18 17:30:13 to 2017-09-21 19:49:09 UTC [more...]

[PATCH] xfs: Add test for CVE-2017-14340
 2017-09-21 19:48 UTC  (6+ messages)

[PATCH v4] xfs: Add test for CVE-2017-14340
 2017-09-21 19:34 UTC 

[PATCH v3 01/31] usercopy: Prepare for usercopy whitelisting
 2017-09-21 18:26 UTC  (10+ messages)
` [PATCH v3 02/31] usercopy: Enforce slab cache usercopy region boundaries
` [PATCH v3 03/31] usercopy: Mark kmalloc caches as usercopy caches
    ` [kernel-hardening] "
` [PATCH v3 15/31] xfs: Define usercopy region in xfs_inode slab cache

[PATCH v10 00/27] xfs: online scrub support
 2017-09-21 18:14 UTC  (38+ messages)
` [PATCH 01/27] xfs: return a distinct error code value for IGET_INCORE cache misses
` [PATCH 02/27] xfs: query the per-AG reservation counters
` [PATCH 03/27] xfs: create an ioctl to scrub AG metadata
` [PATCH 04/27] xfs: dispatch metadata scrub subcommands
` [PATCH 05/27] xfs: test the scrub ioctl
` [PATCH 06/27] xfs: create helpers to record and deal with scrub problems
` [PATCH 07/27] xfs: create helpers to scrub a metadata btree
` [PATCH 08/27] xfs: scrub the shape of "
` [PATCH 09/27] xfs: scrub btree keys and records
` [PATCH 10/27] xfs: create helpers to scan an allocation group
` [PATCH 11/27] xfs: scrub the backup superblocks
` [PATCH 12/27] xfs: scrub AGF and AGFL
` [PATCH 13/27] xfs: scrub the AGI
` [PATCH 14/27] xfs: scrub free space btrees
` [PATCH 15/27] xfs: scrub inode btrees
` [PATCH 16/27] xfs: scrub rmap btrees
` [PATCH 17/27] xfs: scrub refcount btrees
` [PATCH 18/27] xfs: scrub inodes
` [PATCH 19/27] xfs: scrub inode block mappings
` [PATCH 20/27] xfs: scrub directory/attribute btrees
` [PATCH 21/27] xfs: scrub directory metadata
` [PATCH 22/27] xfs: scrub directory freespace
` [PATCH 23/27] xfs: scrub extended attributes
` [PATCH 24/27] xfs: scrub symbolic links
` [PATCH 25/27] xfs: scrub parent pointers
` [PATCH 26/27] xfs: scrub realtime bitmap/summary
` [PATCH 27/27] xfs: scrub quota information

[PATCH] xfs: perag initialization should only touch m_ag_max_usable for AG 0
 2017-09-21 17:12 UTC  (4+ messages)

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

[PATCH v2] xfs: update i_size after unwritten conversion in dio completion
 2017-09-21 15:52 UTC 

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

[PATCH] xfs: update i_size after unwritten conversion in dio completion
 2017-09-21 15:40 UTC  (5+ messages)

[PATCH 4/7] xfs: Implement fallocate query support mode
 2017-09-21 13:54 UTC  (17+ messages)
                ` pathconf syscall for linux

[PATCH v3] xfs: Add test for CVE-2017-14340
 2017-09-21 13:42 UTC  (2+ messages)

slab corruption in generic/388
 2017-09-21 13:25 UTC  (3+ messages)

[PATCH] iomap_dio_rw: Allocate AIO completion queue before submitting dio
 2017-09-21 12:52 UTC  (2+ messages)

[PATCH] test race when checking i_size on direct i/o read
 2017-09-21 10:09 UTC  (7+ messages)

shared/298 lockdep splat?
 2017-09-21  8:47 UTC  (3+ messages)

false positive lockdep splat with loop device
 2017-09-21  6:43 UTC 

io_submit() blocks for writes for substantial amount of time
 2017-09-20 14:49 UTC  (16+ messages)

[PATCH] xfs: fix incorrect log_flushed on fsync
 2017-09-20  8:59 UTC  (13+ messages)

xfs: Uninitialized memory read at xlog_write
 2017-09-20  0:49 UTC  (10+ messages)

[PATCH v2] xfs: Add test for CVE-2017-14340
 2017-09-20  0:38 UTC 

test case for "xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present"
 2017-09-19 20:24 UTC  (2+ messages)

[PATCH 00/12] xfs: more and better verifiers
 2017-09-19 17:24 UTC  (17+ 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

xfs clones crash issue - illegal state 13 in block map
 2017-09-19  6:16 UTC  (5+ messages)

[PATCH v4 0/3] XFS realtime device tweaks
 2017-09-19  3:52 UTC  (4+ messages)
` [PATCH v4 1/3] xfs: Show realtime device stats on statfs calls if inherit flag set
` [PATCH v4 2/3] xfs: Set realtime flag based on initial allocation size
` [PATCH v4 3/3] xfs: Add realtime fallback if data device full

[linux-next][XFS][trinity] WARNING: CPU: 32 PID: 31369 at fs/iomap.c:993
 2017-09-18 22:05 UTC  (11+ messages)

[PATCH] xfs: remove redundant re-initialization of total_nr_pages
 2017-09-18 20:38 UTC  (2+ messages)

[PATCH v2] xfs: Output warning message when discard option was enabled even though the device does not support discard
 2017-09-18 19:06 UTC  (2+ messages)

[PATCH v3 4/4] ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA
 2017-09-18 18:59 UTC  (4+ messages)

xfs-quota reports used space incorrectly
 2017-09-18 18:54 UTC  (2+ messages)

[PATCH v2] xfs: check kthread_should_stop() after the setting of task state
 2017-09-18 18:52 UTC  (2+ messages)

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

[PATCH 1/2] xfs: report zeroed or not correctly in xfs_zero_range()
 2017-09-18 18:40 UTC  (2+ messages)

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

[PATCH v3] xfs: add online uevent for mount operation
 2017-09-18 18:00 UTC  (5+ messages)

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

[PATCH] xfs_repair: handle missing extent states
 2017-09-18 17:35 UTC  (6+ messages)


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