linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-24 20:27:40 to 2018-09-30 05:01:47 UTC [more...]

[PATCH v2 0/6] xfsprogs-4.19: transaction cleanups
 2018-09-29 22:31 UTC  (8+ messages)
` [PATCH 1/6] libxfs: port kernel transaction code
` [PATCH 2/6] libxfs: fix libxfs_trans_alloc callsite problems
` [PATCH 3/6] libxfs: fix xfs_trans_alloc reservation abuse
` [PATCH 4/6] libxfs: check libxfs_trans_commit return values
` [PATCH 5/6] libxfs: clean up IRELE/iput callsites
` [PATCH 6/6] libxfs: track transaction block reservation usage like the kernel

[PATCH] iomap: set page dirty after partial delalloc on mkwrite
 2018-09-28 17:39 UTC 

[Bug 201261] New: [xfstests shared/010]: WARNING: possible circular locking dependency detected
 2018-09-28  6:18 UTC 

[Bug 201259] New: [xfstests shared/010]: maybe pagecache contents is mutated after cycle mount
 2018-09-28  6:06 UTC 

[PATCH 1/3] xfsprogs: fix wrong variable type in write_once function
 2018-09-28  1:39 UTC  (4+ messages)
` [PATCH 3/3] xfsprogs: remove useless do_preadv and do_pwritev arguments

[PATCH v2 0/6] xfs-4.19: various fixes
 2018-09-28  0:32 UTC  (12+ messages)
` [PATCH 2/6] xfs: xrep_findroot_block should reject root blocks with siblings
` [PATCH 4/6] xfs: fix buffer state management in xrep_findroot_block
` [PATCH 6/6] xfs: don't crash the vfs on a garbage inline symlink

Leaking Path in XFS's ioctl interface(missing LSM check)
 2018-09-27 23:12 UTC  (9+ messages)

delalloc and reflink fixes & tweaks
 2018-09-27 18:40 UTC  (11+ messages)
` [PATCH 03/10] xfs: remove XFS_IO_INVALID
` [PATCH 04/10] xfs: simplify the IOMAP_ZERO check in xfs_file_iomap_begin a bit
` [PATCH 07/10] xfs: handle extent size hints in xfs_file_iomap_begin_delay
` [PATCH 10/10] xfs: use a separate iomap_ops for delalloc writes

[RFC PATCH 00/24] xfs-4.20: major documentation surgery
 2018-09-27 17:32 UTC  (31+ messages)
` [PATCH 01/24] docs: convert xfs.txt to xfs.rst
` [PATCH 02/24] docs: carry a copy of the CC-by-SA 3.0 license
` [PATCH 03/24] docs: add skeleton of XFS Data Structures and Algorithms book
` [PATCH 05/24] docs: add XFS self-describing metadata integrity doc to DS&A book
` [PATCH 06/24] docs: add XFS delayed logging design "
` [PATCH 07/24] docs: add XFS shared data block chapter "
` [PATCH 08/24] docs: add XFS online repair "
` [PATCH 09/24] docs: add XFS common types and magic numbers "
` [PATCH 10/24] docs: add XFS testing chapter to the "
` [PATCH 11/24] docs: add XFS btrees "
` [PATCH 12/24] docs: add XFS dir/attr btree structure "
` [PATCH 13/24] docs: add XFS allocation group metadata "
` [PATCH 14/24] docs: add XFS reverse mapping structures "
` [PATCH 15/24] docs: add XFS refcount btree structure to "
` [PATCH 16/24] docs: add XFS log to the "
` [PATCH 17/24] docs: add XFS internal inodes "
` [PATCH 18/24] docs: add preliminary XFS realtime rmapbt structures "
` [PATCH 19/24] docs: add XFS inode format "
` [PATCH 20/24] docs: add XFS data extent map doc "
` [PATCH 21/24] docs: add XFS directory structure "
` [PATCH 22/24] docs: add XFS extended attributes structures "
` [PATCH 23/24] docs: add XFS symlink "
` [PATCH 24/24] docs: add XFS metadump structure to "

more reflink fixes & debug
 2018-09-27 15:07 UTC  (5+ messages)
` [PATCH 1/5] xfs: cancel COW blocks before swapext
` [PATCH 4/5] xfs: print dangling delalloc extents

[PATCH] xfs: remove invalid log recovery first/last cycle check
 2018-09-27 13:12 UTC 

[ANNOUNCE] xfsprogs libxfs-4.19-sync branch rebased
 2018-09-27 10:13 UTC  (2+ messages)

[PATCH 0/2] xfsprogs: env var stuff
 2018-09-26 23:13 UTC  (5+ messages)
` [PATCH 1/2] scrub: remove redundant debug test
` [PATCH 2/2] xfsprogs: document environment variables

[PATCH 0/4] xfsprogs: remove deprecated platforms
 2018-09-26 19:59 UTC  (7+ messages)
` [PATCH 1/4] xfsprogs: remove irix platform files
` [PATCH 2/4] xfsprogs: remove bsd "
` [PATCH 4/4] xfsprogs: remove PKG_PLATFORM macro
` [PATCH 3/4] xfsprogs: remove darwin platform files

[PATCH v2 0/1] Parent pointers test v2
 2018-09-26 10:28 UTC  (2+ messages)
` [PATCH v2 1/1] xfstests: Add parent pointer test

[PATCH v3 00/30] xfsprogs: parent pointers v2
 2018-09-26 10:23 UTC  (31+ messages)
` [PATCH v3 01/30] xfsprogs: Move xfs_attr.h to libxfs
` [PATCH v3 02/30] xfsprogs: Add helper function xfs_attr_try_sf_addname
` [PATCH v3 03/30] xfsprogs: Add attibute set and helper functions
` [PATCH v3 04/30] xfsprogs: Add attibute remove "
` [PATCH v3 05/30] xfsprogs: Add trans toggle to attr routines
` [PATCH v3 06/30] xfsprogs: Set up infastructure for deferred attribute operations
` [PATCH v3 07/30] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v3 08/30] xfsprogs: Add xfs_has_attr and subroutines
` [PATCH v3 09/30] xfsprogs: Add attr context to log item
` [PATCH v3 10/30] xfsprogs: Roll delayed attr operations by returning EAGAIN
` [PATCH v3 11/30] xfsprogs: Remove roll_trans boolean
` [PATCH v3 12/30] xfsprogs: Remove all strlen calls in all xfs_attr_* functions for attr names
` [PATCH v3 13/30] xfsprogs: get directory offset when adding directory name
` [PATCH v3 14/30] xfsprogs: get directory offset when removing "
` [PATCH v3 15/30] xfsprogs: get directory offset when replacing a "
` [PATCH v3 16/30] xfsprogs: add parent pointer support to attribute code
` [PATCH v3 17/30] xfsprogs: define parent pointer xattr format
` [PATCH v3 18/30] xfsprogs: extent transaction reservations for parent attributes
` [PATCH v3 19/30] xfsprogs: parent pointer attribute creation
` [PATCH v3 20/30] xfsprogs: Add the parent pointer support to the superblock version 5
` [PATCH v3 21/30] xfsprogs: Add helper function xfs_attr_list_context_init
` [PATCH v3 22/30] xfsprogs: Add parent pointer ioctl
` [PATCH v3 23/30] xfs_io: Add delayed attributes error tag
` [PATCH v3 24/30] xfsprogs: Add parent pointer flag to cmd
` [PATCH v3 25/30] xfsprogs: Add log item printing for ATTRI and ATTRD
` [PATCH v3 26/30] xfsprogs: Add xfs_verify_pptr
` [PATCH v3 27/30] xfsprogs: Add parent pointers to recreated inodes
` [PATCH v3 28/30] xfsprogs: Add parent pointers during protofile creation
` [PATCH v3 29/30] xfsprogs: implement the upper half of parent pointers
` [PATCH v3 30/30] xfsprogs: Add i, n and f flags to parent command

[PATCH v9 00/28] Parent Pointers v9
 2018-09-26 10:15 UTC  (29+ messages)
` [PATCH v9 01/28] xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h
` [PATCH v9 02/28] xfs: Add helper function xfs_attr_try_sf_addname
` [PATCH v9 03/28] xfs: Add attibute set and helper functions
` [PATCH v9 04/28] xfs: Add attibute remove "
` [PATCH v9 05/28] xfs: Hold inode locks in xfs_ialloc
` [PATCH v9 06/28] xfs: Add trans toggle to attr routines
` [PATCH v9 07/28] xfs: Set up infastructure for deferred attribute operations
` [PATCH v9 08/28] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v9 09/28] xfs: Add xfs_has_attr and subroutines
` [PATCH v9 10/28] xfs: Add attr context to log item
` [PATCH v9 11/28] xfs: Roll delayed attr operations by returning EAGAIN
` [PATCH v9 12/28] xfs: Remove roll_trans boolean
` [PATCH v9 13/28] xfs: Remove all strlen calls in all xfs_attr_* functions for attr names
` [PATCH v9 14/28] xfs: get directory offset when adding directory name
` [PATCH v9 15/28] xfs: get directory offset when removing "
` [PATCH v9 16/28] xfs: get directory offset when replacing a "
` [PATCH v9 17/28] xfs: add parent pointer support to attribute code
` [PATCH v9 18/28] xfs: define parent pointer xattr format
` [PATCH v9 19/28] xfs: extent transaction reservations for parent attributes
` [PATCH v9 20/28] xfs: parent pointer attribute creation
` [PATCH v9 21/28] xfs: add parent attributes to link
` [PATCH v9 22/28] xfs: remove parent pointers in unlink
` [PATCH v9 23/28] xfs: Add parent pointers to rename
` [PATCH v9 24/28] xfs: Add the parent pointer support to the superblock version 5
` [PATCH v9 25/28] xfs: Add helper function xfs_attr_list_context_init
` [PATCH v9 26/28] xfs: Increase XFS_DEFER_OPS_NR_INODES to 4
` [PATCH v9 27/28] xfs: Add parent pointer ioctl
` [PATCH v9 28/28] xfs: Add delayed attributes error tag

Strange behavior with log IO fake-completions
 2018-09-26  0:59 UTC  (10+ messages)

[PATCH 0/2 V3] xfs: validate size vs format
 2018-09-26  0:13 UTC  (4+ messages)
` [PATCH 1/2 V3] xfs: validate inode di_forkoff
` [PATCH 2/2 V3] xfs: verify size-vs-format for symlinks & dirs

block: DMA alignment of IO buffer allocated from slab
 2018-09-25 21:04 UTC  (33+ messages)

[PATCH] xfsprogs: make scrub build config-optional
 2018-09-25 14:19 UTC  (3+ messages)

[PATCH 0/2] xfs: validate size vs format, take 2
 2018-09-25  2:50 UTC  (6+ messages)
` [PATCH 1/2] xfs: validate inode di_forkoff
` [PATCH 2/2 V2] xfs: verify size-vs-format for symlinks & dirs

[PATCH V5 00/20] Fix tests to work on non-4k block sized fs instances
 2018-09-24 15:19 UTC  (21+ messages)
` [PATCH V5 01/20] Fix xfs/009 to work with 64k block size
` [PATCH V5 02/20] xfs/050: Fix "Push past soft inode limit" case
` [PATCH V5 03/20] Fix xfs/050 to work with 64k block size
` [PATCH V5 04/20] Fix xfs/074 "
` [PATCH V5 05/20] Fix xfs/127 "
` [PATCH V5 06/20] Fix xfs/139 "
` [PATCH V5 07/20] Fix xfs/140 "
` [PATCH V5 08/20] Fix xfs/190 "
` [PATCH V5 09/20] xfs/299: Fix "Push past soft inode limit" case
` [PATCH V5 10/20] Fix xfs/299 to work with 64k block size
` [PATCH V5 11/20] xfs/325: Inject free_extent error after CoW operation
` [PATCH V5 12/20] Fix generic/102 to work with 64k block size
` [PATCH V5 13/20] Fix generic/172 "
` [PATCH V5 14/20] Filter fiemap output by FS "
` [PATCH V5 15/20] Fix generic/177 to work with 64k "
` [PATCH V5 16/20] Fix generic/230 "
` [PATCH V5 17/20] Fix generic/235 "
` [PATCH V5 18/20] Fix generic/459 "
` [PATCH V5 19/20] Fix generic/018 "
` [PATCH V5 20/20] Fix generic/108 "


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