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

[PATCH v2 1/3] xfs_io: Add support for pwritev2()
 2017-09-29 13:00 UTC  (3+ messages)
` [PATCH v2 2/3] xfs_io: Add RWF_NOWAIT to pwritev2()
` [PATCH v2 3/3] xfs_io: Allow partial writes

[PATCH] xfs: test increased overlong directory extent discard threshold
 2017-09-29  5:37 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] common/xfs: add iomap_dio_complete() to the dmesg filter
 2017-09-29  4:45 UTC  (2+ messages)

[PATCH] xfs_io: add new error injection knobs to inject command
 2017-09-28 22:13 UTC 

[GIT PULL] xfs: fixes for 4.14-rc3
 2017-09-28 20:19 UTC 

[PATCH 1/3] Add support for pwritev2()
 2017-09-28 19:31 UTC  (6+ messages)
` [PATCH 2/3] io/pwrite: Add RWF_NOWAIT to pwritev2()
` [PATCH 3/3] Allow partial writes

[PATCH v2 0/4] ext4: SEEK_HOLE / SEEK_DATA via iomap
 2017-09-28 17:57 UTC  (3+ messages)
` [PATCH v2 3/4] ext4: Add iomap support for inline data

[PATCH] generic/447: not a quick test
 2017-09-28 17:05 UTC  (2+ messages)

Rationale for hardware RAID 10 su, sw values in FAQ
 2017-09-28 11:07 UTC  (8+ messages)

[PATCH 0/7] re-enable XFS per-inode DAX
 2017-09-27 16:15 UTC  (44+ messages)
` [PATCH 1/7] xfs: always use DAX if mount option is used
` [PATCH 2/7] xfs: validate bdev support for DAX inode flag
` [PATCH 3/7] xfs: protect S_DAX transitions in XFS read path
` [PATCH 4/7] xfs: protect S_DAX transitions in XFS write path
` [PATCH 5/7] xfs: introduce xfs_is_dax_state_changing
` [PATCH 6/7] mm, fs: introduce file_operations->post_mmap()
` [PATCH 7/7] xfs: re-enable XFS per-inode DAX

[PATCH v2] db: increase metadump's default overly long extent discard threshold
 2017-09-27 10:03 UTC  (2+ messages)

generic/232 test failures on 4.14-rc1
 2017-09-27  9:33 UTC  (2+ messages)

[PATCH] db: increase metadump's default overly long extent discard threshold
 2017-09-27  2:31 UTC  (3+ messages)

[ANNOUNCE] xfsprogs v4.13.0 released
 2017-09-27  2:14 UTC  (2+ messages)
` [ANNOUNCE] xfsprogs v4.13.1 released!

[PATCH] mkfs: don't overflow the subopts array
 2017-09-27  1:40 UTC  (2+ messages)

[PATCH] xfs: always swap the cow forks when swapping extents
 2017-09-26 16:01 UTC  (4+ messages)

[PATCH v2] xfs: update i_size after unwritten conversion in dio completion
 2017-09-26 15:00 UTC  (2+ messages)

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

[PATCH v2 1/3] xfs/realtime: Add require_no_realtime function
 2017-09-26 11:02 UTC  (11+ messages)
` [PATCH v2 2/3] xfs/realtime: Default rtinherit=1, add _require_no_rtinherit function
` [PATCH v2 3/3] xfs/realtime: Fix direct invocations of xfs_repair

false positive lockdep splat with loop device
 2017-09-26  8:35 UTC  (3+ messages)

shared/298 lockdep splat?
 2017-09-26  7:04 UTC  (5+ messages)

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

[PATCH v4 0/3] XFS realtime device tweaks
 2017-09-25 23:16 UTC  (11+ 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] generic: test race when checking i_size on direct i/o read
 2017-09-25 10:18 UTC 

[PATCH] xfs: Capture state of the right inode in xfs_iflush_done
 2017-09-25  9:33 UTC  (5+ messages)

ffsb job does not exit on xfs 4.14-rc1+
 2017-09-25  8:49 UTC  (2+ messages)

Bug#794158: xfsprogs FTCBFS: fails to pass --host to configure
 2017-09-24 23:17 UTC  (3+ messages)

io_submit() blocks for writes for substantial amount of time
 2017-09-23 18:23 UTC  (10+ messages)

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

[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 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  (5+ 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 03/31] usercopy: Mark kmalloc caches as usercopy caches
 2017-09-21 18:26 UTC  (5+ messages)
    ` [kernel-hardening] "


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