public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-19 20:34:58 to 2017-09-23 07:24:08 UTC [more...]

[PATCH v10 00/27] xfs: online scrub support
 2017-09-23  7:24 UTC  (51+ 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] man: describe the metadata scrubbing ioctl

[PATCH] xfs: always swap the cow forks when swapping extents
 2017-09-23  7:12 UTC 

[PATCH] xfs: revert "xfs: factor rmap btree size into the indlen calculations"
 2017-09-23  7:11 UTC 

[PATCH 0/3] Fix/harden "quick" tests for realtime subvolumes
 2017-09-22 19:15 UTC  (7+ messages)
` [PATCH 1/3] xfs/realtime: Add require_no_realtime function
` [PATCH 2/3] xfs/realtime: Default rtinherit=1, add _require_no_rtinherit function
` [PATCH 3/3] xfs/realtime: Fix direct invocations of xfs_repair

[PATCH v4 0/3] XFS realtime device tweaks
 2017-09-22 19:06 UTC  (9+ 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

[PATCH] xfs: Capture state of the right inode in xfs_iflush_done
 2017-09-22 18:46 UTC  (4+ messages)

[PATCH v5] xfs: Add test for CVE-2017-14340
 2017-09-22 18:21 UTC  (4+ messages)

refactor extent manipulation V4
 2017-09-22 16:12 UTC  (22+ 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: check kthread_should_stop() after the setting of task state
 2017-09-22 15:14 UTC  (4+ messages)

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

[PATCH] iomap_dio_rw: Allocate AIO completion queue before submitting dio
 2017-09-22  8:27 UTC  (6+ messages)
` [PATCH V2] "
    ` [PATCH V3] "

[ANNOUNCE] xfsprogs: master updated to f462230 (4.13.0-rc2)
 2017-09-21 22:07 UTC 

[ANNOUNCE] xfsdump: v3.1.8 released
 2017-09-21 21:20 UTC 

[PATCH v4] xfs: Add test for CVE-2017-14340
 2017-09-21 21:02 UTC  (3+ messages)

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

[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] 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  (46+ 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 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] test race when checking i_size on direct i/o read
 2017-09-21 10:09 UTC  (6+ 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  (9+ 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 


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