linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-24 07:34:57 to 2019-10-28 18:19:30 UTC [more...]

[PATCH 0/4] xfs: more metadata verifier tightening
 2019-10-28 18:19 UTC  (12+ messages)
` [PATCH 1/4] xfs: check attribute leaf block structure
` [PATCH 2/4] xfs: namecheck attribute names before listing them
` [PATCH 3/4] xfs: namecheck directory entry "
` [PATCH 4/4] xfs: replace -EIO with -EFSCORRUPTED for corrupt metadata

decruft misc mount related code v2
 2019-10-28 17:14 UTC  (24+ messages)
` [PATCH 01/12] xfs: remove the biosize mount option
` [PATCH 02/12] xfs: remove the dsunit and dswidth variables in xfs_parseargs
` [PATCH 03/12] xfs: cleanup calculating the stat optimal I/O size
` [PATCH 04/12] xfs: don't use a different allocsice for -o wsync mounts
` [PATCH 05/12] xfs: remove the m_readio_* fields in struct xfs_mount
` [PATCH 06/12] xfs: rename the m_writeio_* "
` [PATCH 07/12] xfs: simplify parsing of allocsize mount option
` [PATCH 08/12] xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to XFS_MOUNT_ALLOCISZE
` [PATCH 09/12] xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE
` [PATCH 10/12] xfs: clean up printing the allocsize option in xfs_showargs
` [PATCH 11/12] xfs: clean up printing inode32/64 "
` [PATCH 12/12] xfs: merge xfs_showargs into xfs_fs_show_options

[PATCH] xfs: simplify setting bio flags
 2019-10-28 16:38 UTC  (3+ messages)

[PATCH] xfs: Sanity check flags of Q_XQUOTARM call
 2019-10-28 16:33 UTC  (2+ messages)

a few iomap / bmap cleanups
 2019-10-28 16:32 UTC  (17+ messages)
` [PATCH 1/8] xfs: simplify xfs_iomap_eof_align_last_fsb
` [PATCH 2/8] xfs: mark xfs_eof_alignment static
` [PATCH 3/8] xfs: remove the extsize argument to xfs_eof_alignment
` [PATCH 4/8] xfs: don't log the inode in xfs_fs_map_blocks if it wasn't modified
` [PATCH 5/8] xfs: simplify the xfs_iomap_write_direct calling conventions
` [PATCH 6/8] xfs: refactor xfs_bmapi_allocate
` [PATCH 7/8] xfs: move extent zeroing to xfs_bmapi_allocate
` [PATCH 8/8] xfs: cleanup use of the XFS_ALLOC_ flags

[PATCH RFC] xfs: automatic log item relogging experiment
 2019-10-28 14:26 UTC  (5+ messages)

About xfstests generic/361
 2019-10-28  9:17 UTC 

softlockup with CONFIG_XFS_ONLINE_SCRUB enabled
 2019-10-28  7:30 UTC  (3+ messages)

[PATCH 0/5] Enable per-file/directory DAX operations
 2019-10-27 22:10 UTC  (13+ messages)

Re:
 2019-10-27 21:47 UTC 

Question about logbsize default value
 2019-10-27 18:09 UTC  (7+ messages)

clean up xfs space management interfaces
 2019-10-27 15:19 UTC  (12+ messages)
` [PATCH 1/4] xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64 directly
` [PATCH 2/4] fs: add generic UNRESVSP and ZERO_RANGE ioctl handlers
` [PATCH 3/4] xfs: disable xfs_ioc_space for always COW inodes
` [PATCH 4/4] xfs: consolidate preallocation in xfs_file_fallocate

decruft misc mount related code
 2019-10-27  2:23 UTC  (21+ messages)
` [PATCH 1/7] xfs: cleanup stat blksize reporting
` [PATCH 2/7] xfs: remove the unused m_readio_blocks field from struct xfs_mount
` [PATCH 3/7] xfs: remove the m_readio_log "
` [PATCH 4/7] xfs: remove the dsunit and dswidth variables in xfs_parseargs
` [PATCH 5/7] xfs: remove the iosizelog variable "
` [PATCH 6/7] xfs: clean up setting m_readio_* / m_writeio_*
` [PATCH 7/7] xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE

[PATCH v2 0/4] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test
 2019-10-26 11:18 UTC  (5+ messages)
` [PATCH v2 1/4] fsstress: show the real file id and parid in rename_f()
` [PATCH v2 2/4] fsstress: add NOREPLACE and WHITEOUT renameat2 support
` [PATCH v2 3/4] fsstress: add EXCHANGE "
` [PATCH v2 4/4] xfs: test the deadlock between the AGI and AGF with RENAME_WHITEOUT

[PATCH 0/3] xfs: prepare repair for bulk loading
 2019-10-25 20:52 UTC  (13+ messages)
` [PATCH 1/3] xfs: add debug knobs to control btree bulk load slack factors
` [PATCH 2/3] xfs: implement block reservation accounting for btrees we're staging
` [PATCH 3/3] xfs: log EFIs for all btree blocks being used to stage a btree

[PATCH 0/3] xfs: fix online repair block reaping
 2019-10-25 20:22 UTC  (4+ messages)
` [PATCH 2/3] xfs: only invalidate blocks if we're going to free them

[PATCH 0/4] xfs: btree bulk loading
 2019-10-25 19:04 UTC  (6+ messages)
` [PATCH 1/4] xfs: introduce fake roots for ag-rooted btrees

[PATCH 0/2] xfs: refactor open-coded bmbt walks
 2019-10-25 17:25 UTC  (7+ messages)
` [PATCH 1/2] xfs: refactor xfs_bmap_count_blocks using newer btree helpers
` [PATCH 2/2] xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks

[PATCH v7 00/17] xfs: mount API patch series
 2019-10-25 17:01 UTC  (37+ messages)
` [PATCH v7 01/17] vfs: add missing blkdev_put() in get_tree_bdev()
` [PATCH v7 02/17] xfs: remove very old mount option
` [PATCH v7 03/17] xfs: remove unused struct xfs_mount field m_fsname_len
` [PATCH v7 04/17] xfs: use super s_id instead of struct xfs_mount m_fsname
` [PATCH v7 05/17] xfs: dont use XFS_IS_QUOTA_RUNNING() for option check
` [PATCH v7 06/17] xfs: use kmem functions for struct xfs_mount
` [PATCH v7 07/17] xfs: move xfs_mount_alloc to be with parsing code
` [PATCH v7 08/17] xfs: merge freeing of mp names and mp
` [PATCH v7 09/17] xfs: add xfs_remount_rw() helper
` [PATCH v7 10/17] xfs: add xfs_remount_ro() helper
` [PATCH v7 11/17] xfs: refactor suffix_kstrtoint()
` [PATCH v7 12/17] xfs: avoid redundant checks when options is empty
` [PATCH v7 13/17] xfs: refactor xfs_parseags()
` [PATCH v7 14/17] xfs: move xfs_parseargs() validation to a helper
` [PATCH v7 15/17] xfs: dont set sb in xfs_mount_alloc()
` [PATCH v7 16/17] xfs: move xfs_fs_fill_super() to be with parsing code
` [PATCH v7 17/17] xfs: switch to use the new mount-api

[PATCH 0/4] xfstests: add deadlock between the AGI and AGF with RENAME_WHITEOUT test
 2019-10-25 16:01 UTC  (9+ messages)
` [PATCH 1/4] fsstress: show the real file id and parid in rename_f()
` [PATCH 2/4] fsstress: add NOREPLACE and WHITEOUT renameat2 support
` [PATCH 3/4] fsstress: add EXCHANGE "
` [PATCH 4/4] xfs: test the deadlock between the AGI and AGF with RENAME_WHITEOUT

[PATCH] xfstests: xfs mount option sanity test
 2019-10-25  9:58 UTC  (9+ messages)

cleanup buftarg lookup
 2019-10-25  5:31 UTC  (7+ messages)
` [PATCH 1/3] xfs: add a xfs_inode_buftarg helper
` [PATCH 2/3] xfs: use xfs_inode_buftarg in xfs_file_dio_aio_write
` [PATCH 3/3] xfs: use xfs_inode_buftarg in xfs_file_ioctl

[PATCH] xfs: mark xfs_buf_free static
 2019-10-25  5:24 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 3dd4d40b4208
 2019-10-24 18:34 UTC 


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).