xfs (thread)
[RFC v2 00/24] xfs: add reflink and dedupe support,
Darrick J. Wong,
2015/07/29
- [PATCH 01/24] xfs: introduce refcount btree definitions, Darrick J. Wong, 2015/07/29
- [PATCH 03/24] xfs: add refcount btree stats infrastructure, Darrick J. Wong, 2015/07/29
- [PATCH 04/24] xfs: refcount btree add more reserved blocks, Darrick J. Wong, 2015/07/29
- [PATCH 05/24] xfs: define the on-disk refcount btree format, Darrick J. Wong, 2015/07/29
- [PATCH 02/24] xfs: define tracepoints for refcount/reflink activities, Darrick J. Wong, 2015/07/29
- [PATCH 06/24] xfs: add refcount btree support to growfs, Darrick J. Wong, 2015/07/29
- [PATCH 07/24] xfs: add refcount btree operations, Darrick J. Wong, 2015/07/29
- [PATCH 08/24] libxfs: adjust refcount of an extent of blocks in refcount btree, Darrick J. Wong, 2015/07/29
- [PATCH 09/24] libxfs: adjust refcount when unmapping file blocks, Darrick J. Wong, 2015/07/29
- [PATCH 11/24] xfs: map an inode's offset to an exact physical block, Darrick J. Wong, 2015/07/29
- [PATCH 10/24] xfs: add refcount btree block detection to log recovery, Darrick J. Wong, 2015/07/29
- [PATCH 12/24] xfs: add reflink feature flag to geometry, Darrick J. Wong, 2015/07/29
- [PATCH 13/24] xfs: create a separate workqueue for copy-on-write activities, Darrick J. Wong, 2015/07/29
- [PATCH 14/24] xfs: implement copy-on-write for reflinked blocks, Darrick J. Wong, 2015/07/29
- [PATCH 15/24] xfs: handle directio copy-on-write for reflinked blocks, Darrick J. Wong, 2015/07/29
- [PATCH 16/24] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks, Darrick J. Wong, 2015/07/29
- [PATCH 17/24] xfs: clear inode reflink flag when freeing blocks, Darrick J. Wong, 2015/07/29
- [PATCH 18/24] xfs: reflink extents from one file to another, Darrick J. Wong, 2015/07/29
- [PATCH 19/24] xfs: add clone file and clone range ioctls, Darrick J. Wong, 2015/07/29
- [PATCH 22/24] xfs: swap inode reflink flags when swapping inode extents, Darrick J. Wong, 2015/07/29
- [PATCH 21/24] xfs: teach fiemap about reflink'd extents, Darrick J. Wong, 2015/07/29
- [PATCH 20/24] xfs: emulate the btrfs dedupe extent same ioctl, Darrick J. Wong, 2015/07/29
- [PATCH 23/24] xfs: support XFS_XFLAG_REFLINK (and FS_NOCOW_FL) on reflink filesystems, Darrick J. Wong, 2015/07/29
- [PATCH 24/24] xfs: recognize the reflink feature bit, Darrick J. Wong, 2015/07/29
xfsprogs: fix and clean up installed headers V2,
Christoph Hellwig,
2015/07/26
- [PATCH 01/10] xfsprogs: don't install internal header files, Christoph Hellwig, 2015/07/26
- [PATCH 02/10] xfsprogs: remove unused macros from xfs_arch.h, Christoph Hellwig, 2015/07/26
- [PATCH 03/10] xfsprogs: remove swab.h, Christoph Hellwig, 2015/07/26
- [PATCH 04/10] xfsprogs: only install *format.h headers in install-qa, Christoph Hellwig, 2015/07/26
- [PATCH 05/10] xfsprogs: remove install-qa target, Christoph Hellwig, 2015/07/26
- [PATCH 06/10] xfsprogs: use <>-style includes in installed headers, Christoph Hellwig, 2015/07/26
- [PATCH 07/10] xfsprogs: simplify internal includes, Christoph Hellwig, 2015/07/26
- [PATCH 08/10] xfsprogs: move __be*/__le* types and __arch_pack to xfs_arch.h, Christoph Hellwig, 2015/07/26
- [PATCH 09/10] xfsprogs: move __u*/__s* typedefs to per-port headers, Christoph Hellwig, 2015/07/26
- [PATCH 10/10] xfsprogs: don't install platform_defs.h, Christoph Hellwig, 2015/07/26
[PATCH 0/6] Add cross-compilation support for android,
Theodore Ts'o,
2015/07/26
- [PATCH 5/6] xfsprogs: use "unsigned short" instead of ushort, Theodore Ts'o, 2015/07/26
- [PATCH 1/6] xfsprogs: define NBBY if not defined by the system header files, Theodore Ts'o, 2015/07/26
- [PATCH 3/6] xfsprogs: define and use BUILD_CC in configure.ac for cross compilation, Theodore Ts'o, 2015/07/26
- [PATCH 6/6] xfsprogs: add missing include of <stat.h>, Theodore Ts'o, 2015/07/26
- [PATCH 2/6] xfsprogs: pull in libgen.h to get prototype for basename(), Theodore Ts'o, 2015/07/26
- [PATCH 4/6] xfsprogs: avoid use of si_tid in struct xlog_split_item, Theodore Ts'o, 2015/07/26
Re:,
nfnv998@xxxxxxxxxxxxxx,
2015/07/22
CRY,
Esther Boateng,
2015/07/21
[RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space,
Mike Snitzer,
2015/07/20
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Dave Chinner, 2015/07/20
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Mike Snitzer, 2015/07/20
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Eric Sandeen, 2015/07/21
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Mike Snitzer, 2015/07/21
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Dave Chinner, 2015/07/21
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Dave Chinner, 2015/07/21
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Mike Snitzer, 2015/07/21
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Dave Chinner, 2015/07/21
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Mike Snitzer, 2015/07/22
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Eric Sandeen, 2015/07/22
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Mike Snitzer, 2015/07/22
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Dave Chinner, 2015/07/23
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Mike Snitzer, 2015/07/23
- [RFC PATCH] block: dm thin: export how block device handles -ENOSPC, Mike Snitzer, 2015/07/23
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Vivek Goyal, 2015/07/23
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Dave Chinner, 2015/07/23
- Re: [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Vivek Goyal, 2015/07/23
- Re: [dm-devel] [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Mikulas Patocka, 2015/07/23
- Re: [dm-devel] [RFC PATCH] block: xfs: dm thin: train XFS to give up on retrying IO if thinp is out of space, Dave Chinner, 2015/07/23
XFS File system in trouble,
Rhorer, Leslie,
2015/07/17
- Re: XFS File system in trouble, Eric Sandeen, 2015/07/18
- RE: XFS File system in trouble, Rhorer, Leslie, 2015/07/18
- Re: XFS File system in trouble, Kris Rusocki, 2015/07/18
- Re: XFS File system in trouble, Leslie Rhorer, 2015/07/18
- Re: XFS File system in trouble, Leslie Rhorer, 2015/07/18
- Re: XFS File system in trouble, Dave Chinner, 2015/07/19
- Re: XFS File system in trouble, Leslie Rhorer, 2015/07/20
- Re: XFS File system in trouble, Martin Papik, 2015/07/20
- Re: XFS File system in trouble, Leslie Rhorer, 2015/07/20
- Re: XFS File system in trouble, Martin Papik, 2015/07/20
- Re: XFS File system in trouble, Gim Leong Chin, 2015/07/20
- Re: XFS File system in trouble, Eric Sandeen, 2015/07/20
- Re: XFS File system in trouble, Eric Sandeen, 2015/07/22
- Re: XFS File system in trouble, Leslie Rhorer, 2015/07/24
- Re: XFS File system in trouble, Eric Sandeen, 2015/07/24
- RE: XFS File system in trouble, Rhorer, Leslie, 2015/07/24
- Re: XFS File system in trouble, Brian Foster, 2015/07/20
- Re: XFS File system in trouble, Leslie Rhorer, 2015/07/22
- Re: XFS File system in trouble, Brian Foster, 2015/07/23
- Re: XFS File system in trouble, Leslie Rhorer, 2015/07/28
- Re: XFS File system in trouble, Stefan Ring, 2015/07/28
- Re: XFS File system in trouble, Roger Willcocks, 2015/07/28
- Re: XFS File system in trouble, Brian Foster, 2015/07/28
- Re: XFS File system in trouble, Leslie Rhorer, 2015/07/28
- Re: XFS File system in trouble, Eric Sandeen, 2015/07/28
- Re: XFS File system in trouble, Martin Papik, 2015/07/28
- Re: XFS File system in trouble, Martin Steigerwald, 2015/07/28
- Re: XFS File system in trouble, Brian Foster, 2015/07/28
Issue with RHEL6 mkfs.xfs (3.1.1+), HP P420 RAID, and MySQL replication,
Hogan Whittall,
2015/07/09
- Re: Issue with RHEL6 mkfs.xfs (3.1.1+), HP P420 RAID, and MySQL replication, Brian Foster, 2015/07/09
- Re: Issue with RHEL6 mkfs.xfs (3.1.1+), HP P420 RAID, and MySQL replication, Dave Chinner, 2015/07/09
- Re: Issue with RHEL6 mkfs.xfs (3.1.1+), HP P420 RAID, and MySQL replication, Hogan Whittall, 2015/07/10
- Re: Issue with RHEL6 mkfs.xfs (3.1.1+), HP P420 RAID, and MySQL replication, Dave Chinner, 2015/07/10
- Re: Issue with RHEL6 mkfs.xfs (3.1.1+), HP P420 RAID, and MySQL replication, Hogan Whittall, 2015/07/10
- Re: Issue with RHEL6 mkfs.xfs (3.1.1+), HP P420 RAID, and MySQL replication, Dave Chinner, 2015/07/12
- Re: Issue with RHEL6 mkfs.xfs (3.1.1+), HP P420 RAID, and MySQL replication, Hogan Whittall, 2015/07/12
Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20,
Kuo Hugo,
2015/07/09
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Brian Foster, 2015/07/09
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Kuo Hugo, 2015/07/09
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Kuo Hugo, 2015/07/09
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Brian Foster, 2015/07/09
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Kuo Hugo, 2015/07/09
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Brian Foster, 2015/07/09
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Kuo Hugo, 2015/07/10
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Kuo Hugo, 2015/07/10
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Kuo Hugo, 2015/07/10
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Brian Foster, 2015/07/13
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Kuo Hugo, 2015/07/13
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Brian Foster, 2015/07/13
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Kuo Hugo, 2015/07/13
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Kuo Hugo, 2015/07/17
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Brian Foster, 2015/07/20
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Kuo Hugo, 2015/07/20
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Brian Foster, 2015/07/20
- Re: Data can't be wrote to XFS RIP [<ffffffffa041a99a>] xfs_dir2_sf_get_parent_ino+0xa/0x20, Kuo Hugo, 2015/07/22
xfsprogs: clean up installed headers,
Christoph Hellwig,
2015/07/03
- [PATCH 01/13] xfsprogs: don't install internal header files, Christoph Hellwig, 2015/07/03
- [PATCH 02/13] xfsprogs: remove unused macros from xfs_arch.h, Christoph Hellwig, 2015/07/03
- [PATCH 03/13] xfsprogs: remove swab.h, Christoph Hellwig, 2015/07/03
- [PATCH 04/13] xfsprogs: only install *format.h headers in install-qa, Christoph Hellwig, 2015/07/03
- [PATCH 05/13] xfsprogs: remove install-qa target, Christoph Hellwig, 2015/07/03
- [PATCH 06/13] xfsprogs: use <>-style includes in installed headers, Christoph Hellwig, 2015/07/03
- [PATCH 08/13] xfsprogs: move __be*/__le* types and __arch_pack to xfs_arch.h, Christoph Hellwig, 2015/07/03
- [PATCH 07/13] xfsprogs: simplify internal includes, Christoph Hellwig, 2015/07/03
- [PATCH 09/13] xfsprogs: move __u*/__s* typedefs to per-port headers, Christoph Hellwig, 2015/07/03
- [PATCH 10/13] xfsprogs: include libxfs.h in libxfs_priv.h, Christoph Hellwig, 2015/07/03
- [PATCH 11/13] xfsprogs: don't install platform_defs.h, Christoph Hellwig, 2015/07/03
- [PATCH 12/13] xfsprogs: remove filldir_t typedef, Christoph Hellwig, 2015/07/03
- [PATCH 13/13] xfsprogs: remove the constpp define, Christoph Hellwig, 2015/07/03
Failing XFS filesystem underlying Ceph OSDs,
Alex Gorbachev,
2015/07/03
- Re: Failing XFS filesystem underlying Ceph OSDs, Dave Chinner, 2015/07/03
- Re: Failing XFS filesystem underlying Ceph OSDs, Alex Gorbachev, 2015/07/04
- Re: Failing XFS filesystem underlying Ceph OSDs, Dave Chinner, 2015/07/04
- Re: Failing XFS filesystem underlying Ceph OSDs, Alex Gorbachev, 2015/07/04
- Re: Failing XFS filesystem underlying Ceph OSDs, Dave Chinner, 2015/07/05
- Re: Failing XFS filesystem underlying Ceph OSDs, Alex Gorbachev, 2015/07/06
- Re: Failing XFS filesystem underlying Ceph OSDs, Dave Chinner, 2015/07/06
- Re: Failing XFS filesystem underlying Ceph OSDs, Alex Gorbachev, 2015/07/22
Re: "Internal error xfs_attr3_leaf_write_verify at line 216", "directory flags set on non-directory inode" and other errors,
Rasmus Borup Hansen,
2015/07/02
- Re: "Internal error xfs_attr3_leaf_write_verify at line 216", "directory flags set on non-directory inode" and other errors, Emmanuel Florac, 2015/07/02
- Re: "Internal error xfs_attr3_leaf_write_verify at line 216", "directory flags set on non-directory inode" and other errors, Rasmus Borup Hansen, 2015/07/03
- Re: "Internal error xfs_attr3_leaf_write_verify at line 216", "directory flags set on non-directory inode" and other errors, Emmanuel Florac, 2015/07/03
- Re: "Internal error xfs_attr3_leaf_write_verify at line 216", "directory flags set on non-directory inode" and other errors, Dave Chinner, 2015/07/03
- Re: "Internal error xfs_attr3_leaf_write_verify at line 216", "directory flags set on non-directory inode" and other errors, Rasmus Borup Hansen, 2015/07/06
- Re: "Internal error xfs_attr3_leaf_write_verify at line 216", "directory flags set on non-directory inode" and other errors, Dave Chinner, 2015/07/06
- Re: "Internal error xfs_attr3_leaf_write_verify at line 216", "directory flags set on non-directory inode" and other errors, Rasmus Borup Hansen, 2015/07/08
- Re: "Internal error xfs_attr3_leaf_write_verify at line 216", "directory flags set on non-directory inode" and other errors, Dave Chinner, 2015/07/08
[PATCH] xfsprogs: blkid is now mandatory,
Jan Tulak,
2015/07/01
- Re: [PATCH] xfsprogs: blkid is now mandatory, Dave Chinner, 2015/07/01
- Re: [PATCH] xfsprogs: blkid is now mandatory, Jan Tulak, 2015/07/02
- [PATCH v2] xfsprogs: blkid is now mandatory, Jan Tulak, 2015/07/02
- Re: [PATCH v2] xfsprogs: blkid is now mandatory, Christoph Hellwig, 2015/07/03
- Re: [PATCH v2] xfsprogs: blkid is now mandatory, Dave Chinner, 2015/07/03
- Re: [PATCH v2] xfsprogs: blkid is now mandatory, Jan Tulak, 2015/07/07
- [PATCH v3] xfsprogs: blkid is now mandatory, Jan Tulak, 2015/07/08
- Re: [PATCH v3] xfsprogs: blkid is now mandatory, Jan Tulak, 2015/07/21
- Re: [PATCH v3] xfsprogs: blkid is now mandatory, Christoph Hellwig, 2015/07/26
- Re: [PATCH v3] xfsprogs: blkid is now mandatory, Christoph Hellwig, 2015/07/26