linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-15 22:07:28 to 2019-10-21 18:10:21 UTC [more...]

[PATCH 00/11] xfs_scrub: fix IO error reporting
 2019-10-21 18:10 UTC  (18+ messages)
` [PATCH 01/11] xfs_scrub: separate media error reporting for attribute forks
` [PATCH 02/11] xfs_scrub: improve reporting of file data media errors
` [PATCH 03/11] xfs_scrub: better reporting of metadata "
` [PATCH 04/11] xfs_scrub: improve reporting of file "
` [PATCH 05/11] xfs_scrub: don't report media errors on unwritten extents
` [PATCH 06/11] xfs_scrub: reduce fsmap activity for media errors
` [PATCH 07/11] xfs_scrub: request fewer bmaps when we can

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-10-21 17:40 UTC  (9+ messages)
` [PATCH 1/5] fs/stat: Define DAX statx attribute
` [PATCH 2/5] fs/xfs: Isolate the physical DAX flag from effective
` [PATCH 3/5] fs/xfs: Separate functionality of xfs_inode_supports_dax()
` [PATCH 4/5] fs/xfs: Clean up DAX support check
` [PATCH 5/5] fs/xfs: Allow toggle of physical DAX flag

[PATCH] xfs: remove the duplicated inode log fieldmask set
 2019-10-21 15:47 UTC  (2+ messages)

[xfs-linux:xfs-for-next 29/47] fs/xfs/libxfs/xfs_alloc.c:1170:41: sparse: sparse: Using plain integer as NULL pointer
 2019-10-21 15:45 UTC  (3+ messages)
` [PATCH] xfs: fix sparse warning on allocation cursor initialization

[PATCH 0/4] xfs: rework online repair incore bitmap
 2019-10-21 14:34 UTC  (5+ messages)
` [PATCH 1/4] xfs: rename xfs_bitmap to xbitmap
` [PATCH 2/4] xfs: replace open-coded bitmap weight logic

[PATCH v4] fsstress: add renameat2 support
 2019-10-21 13:54 UTC  (3+ messages)

xfs_buftarg_isolate(): "Correctly invert xfs_buftarg LRU isolation logic"
 2019-10-21 12:47 UTC  (2+ messages)

[PATCH REPOST 0/2] xfs: rely on minleft instead of total for bmbt res
 2019-10-21 12:14 UTC  (3+ messages)

[PATCH v2 0/2] xfs: rely on minleft instead of total for bmbt res
 2019-10-21 12:13 UTC  (3+ messages)
` [PATCH v2 1/2] xfs: cap longest free extent to maximum allocatable
` [PATCH v2 2/2] xfs: don't set bmapi total block req where minleft is sufficient

[PATCH] xfs: fix wrong struct type in ioctl definition whih cmd XFS_IOC_GETBMAPAX
 2019-10-21  8:29 UTC  (2+ messages)
` [xfs] eb787bfed8: xfstests.xfs.281.fail

xfs inode structure cleanups
 2019-10-20 23:29 UTC  (6+ messages)
` [PATCH 1/4] xfs: use a struct timespec64 for the in-core crtime
` [PATCH 2/4] xfs: merge the projid fields in struct xfs_icdinode
` [PATCH 3/4] xfs: don't reset the "inode core" in xfs_iread
` [PATCH 4/4] xfs: remove struct xfs_icdinode

[Project Quota]file owner could change its project ID?
 2019-10-20 22:25 UTC  (9+ messages)

Fragmentation metadata checks incomplete in process_bmbt_reclist()
 2019-10-19 23:45 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: xfs-5.5-merge updated to 722da9485033
 2019-10-19 18:07 UTC 

xfs COW cleanups v3
 2019-10-19 14:44 UTC  (13+ messages)
` [PATCH 01/12] xfs: also call xfs_file_iomap_end_delalloc for zeroing operations
` [PATCH 02/12] xfs: remove xfs_reflink_dirty_extents
` [PATCH 03/12] xfs: pass two imaps to xfs_reflink_allocate_cow
` [PATCH 04/12] xfs: refactor xfs_file_iomap_begin_delay
` [PATCH 05/12] xfs: fill out the srcmap in iomap_begin
` [PATCH 06/12] xfs: factor out a helper to calculate the end_fsb
` [PATCH 07/12] xfs: split out a new set of read-only iomap ops
` [PATCH 08/12] xfs: move xfs_file_iomap_begin_delay around
` [PATCH 09/12] xfs: split the iomap ops for buffered vs direct writes
` [PATCH 10/12] xfs: rename the whichfork variable in xfs_buffered_write_iomap_begin
` [PATCH 11/12] xfs: cleanup xfs_direct_write_iomap_begin
` [PATCH 12/12] xfs: improve the IOMAP_NOWAIT check for COW inodes

[ANNOUNCE] xfs-linux: iomap-for-next updated to b7b293bdaaf4
 2019-10-19  8:13 UTC  (2+ messages)

[PATCH 1/2] lib/bsearch.c: introduce bsearch_idx
 2019-10-19  8:12 UTC  (3+ messages)
` [PATCH 2/2] xfs: replace homemade binary search

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-10-18 20:29 UTC  (9+ messages)
` [PATCH 08/26] mm: directed shrinker work deferral
` [PATCH 25/26] xfs: rework unreferenced inode lookups

filesystem-dax huge page test fails due to misaligned extents
 2019-10-18 17:53 UTC  (3+ messages)

[PATCH 0/4] xfs: btree bulk loading
 2019-10-18 14:38 UTC  (16+ messages)
` [PATCH 1/4] xfs: introduce fake roots for ag-rooted btrees
` [PATCH 3/4] xfs: support bulk loading of staged btrees
` [PATCH 4/4] xfs: support staging cursors for per-AG btree types

lift the xfs writepage code into iomap v8
 2019-10-18  7:20 UTC  (25+ messages)
` [PATCH 01/14] iomap: iomap that extends beyond EOF should be marked dirty
` [PATCH 02/14] xfs: initialize iomap->flags in xfs_bmbt_to_iomap
` [PATCH 03/14] xfs: set IOMAP_F_NEW more carefully
` [PATCH 04/14] xfs: use a struct iomap in xfs_writepage_ctx
` [PATCH 05/14] xfs: refactor the ioend merging code
` [PATCH 06/14] xfs: turn io_append_trans into an io_private void pointer
` [PATCH 07/14] xfs: remove the fork fields in the writepage_ctx and ioend
` [PATCH 08/14] iomap: zero newly allocated mapped blocks
` [PATCH 09/14] iomap: lift common tracing code from xfs to iomap
` [PATCH 10/14] iomap: lift the xfs writeback code "
` [PATCH 11/14] iomap: warn on inline maps in iomap_writepage_map
` [PATCH 12/14] iomap: move struct iomap_page out of iomap.h
` [PATCH 13/14] iomap: cleanup iomap_ioend_compare
` [PATCH 14/14] iomap: pass a struct page to iomap_finish_page_writeback

[PATCH] iomap: enhance writeback error message
 2019-10-18  7:14 UTC  (3+ messages)

[PATCH v6 00/12] xfs: mount API patch series
 2019-10-18  0:38 UTC  (37+ messages)
` [PATCH v6 01/12] vfs: add missing blkdev_put() in get_tree_bdev()
` [PATCH v6 02/12] xfs: remove very old mount option
` [PATCH v6 03/12] xfs: remove unused mount info field m_fsname_len
` [PATCH v6 04/12] xfs: use super s_id instead of mount info m_fsname
` [PATCH v6 05/12] xfs: dont use XFS_IS_QUOTA_RUNNING() for option check
` [PATCH v6 06/12] xfs: add xfs_remount_rw() helper
` [PATCH v6 07/12] xfs: add xfs_remount_ro() helper
` [PATCH v6 08/12] xfs: refactor suffix_kstrtoint()
` [PATCH v6 09/12] xfs: refactor xfs_parseags()
` [PATCH v6 10/12] xfs: move xfs_parseargs() validation to a helper
` [PATCH v6 11/12] xfs: dont set sb in xfs_mount_alloc()
` [PATCH v6 12/12] xfs: switch to use the new mount-api

[GIT PULL] xfs: fixes for 5.4-rc4
 2019-10-17 21:25 UTC  (2+ messages)

[PATCH 0/3] xfs: fix online repair block reaping
 2019-10-17 15:06 UTC  (8+ messages)
` [PATCH 1/3] xfs: xrep_reap_extents should not destroy the bitmap
` [PATCH 2/3] xfs: only invalidate blocks if we're going to free them
` [PATCH 3/3] xfs: use deferred frees to reap old btree blocks

[PATCH] iomap: iomap that extends beyond EOF should be marked dirty
 2019-10-17 14:48 UTC  (9+ messages)
` [PATCH v2] "

[ANNOUNCE] xfsprogs for-next updated to cac2b8b0
 2019-10-17 14:40 UTC 

[PATCH RFC] xfs: test the deadlock between the AGI and AGF with RENAME_WHITEOUT
 2019-10-17 11:49 UTC  (2+ messages)

[PATCH v3] fsstress: add renameat2 support
 2019-10-17 11:48 UTC  (2+ messages)

Aw: Re: Sanity check for m_ialloc_blks in libxfs_mount()
 2019-10-17  9:58 UTC  (2+ messages)
`  "

[PATCH 00/11] xfs_scrub: fix IO error detection during media verify
 2019-10-17  2:25 UTC  (13+ messages)
` [PATCH 06/11] xfs_scrub: refactor inode prefix rendering code
` [PATCH 07/11] xfs_scrub: record disk LBA size
` [PATCH 08/11] xfs_scrub: enforce read verify pool minimum io size
` [PATCH 09/11] xfs_scrub: return bytes verified from a SCSI VERIFY command
` [PATCH 11/11] xfs_scrub: simulate errors in the read-verify phase

[PATCH v2 10/11] xfs_scrub: fix read verify disk error handling strategy
 2019-10-17  2:18 UTC  (2+ messages)

Sanity check for m_ialloc_blks in libxfs_mount()
 2019-10-16 20:28 UTC  (2+ messages)

[PATCH v2] fsstress: add renameat2 support
 2019-10-16 12:28 UTC 

lift the xfs writepage code into iomap v7
 2019-10-16 12:08 UTC  (15+ messages)
` [PATCH 09/12] iomap: lift the xfs writeback code to iomap
` [PATCH 10/12] iomap: warn on inline maps in iomap_writepage_map
` [PATCH 11/12] iomap: move struct iomap_page out of iomap.h
` [PATCH 12/12] iomap: cleanup iomap_ioend_compare

[ANNOUNCE] xfs-linux: iomap-5.5-merge updated to c9acd3aee077
 2019-10-16  9:35 UTC  (4+ messages)

[PATCH] fsstress: add renameat2 support
 2019-10-16  3:11 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;
as well as URLs for NNTP newsgroup(s).