xfs (thread)
Hello,
Brenda,
2015/06/30
[RFC 00/11] xfstests: test the btrfs/xfs reflink/dedupe ioctls,
Darrick J. Wong,
2015/06/29
- [PATCH 01/11] fuzz XFS and ext4 filesystems, Darrick J. Wong, 2015/06/29
- [PATCH 02/11] move btrfs reflink tests to generic, Darrick J. Wong, 2015/06/29
- [PATCH 03/11] generic/32[6-8]: support xfs in addition to btrfs, Darrick J. Wong, 2015/06/29
- [PATCH 04/11] basic tests of the reflink and dedupe ioctls, Darrick J. Wong, 2015/06/29
- [PATCH 05/11] test CoW behaviors of reflinked files, Darrick J. Wong, 2015/06/29
- [PATCH 06/11] reflink fallocate tests, Darrick J. Wong, 2015/06/29
- [PATCH 07/11] reflink concurrent operations tests, Darrick J. Wong, 2015/06/29
- [PATCH 08/11] test reflink for accuracy in free block counts, Darrick J. Wong, 2015/06/29
- [PATCH 09/11] test error conditions on reflink, Darrick J. Wong, 2015/06/29
- [PATCH 10/11] test xfs-specific reflink pieces, Darrick J. Wong, 2015/06/29
- [PATCH 11/11] reflink: test what happens when we hit resource limits, Darrick J. Wong, 2015/06/29
[RFC 00/15] xfsprogs: support the reflink btree,
Darrick J. Wong,
2015/06/29
- [PATCH 02/15] xfs_db: enable blockget for v5 filesystems, Darrick J. Wong, 2015/06/29
- [PATCH 01/15] xfs_io: support reflinking and deduping file ranges, Darrick J. Wong, 2015/06/29
- [PATCH 03/15] xfs_db: enable blocktrash for checksummed filesystems, Darrick J. Wong, 2015/06/29
- [PATCH 04/15] libxfs: add support for reflink btrees, Darrick J. Wong, 2015/06/29
- [PATCH 05/15] xfs_db: dump reflink btree data, Darrick J. Wong, 2015/06/29
- [PATCH 06/15] xfs_db: add support for reflinks to the check command... sort of, Darrick J. Wong, 2015/06/29
- [PATCH 07/15] xfs_db: metadump should copy the reflink btree too, Darrick J. Wong, 2015/06/29
- [PATCH 08/15] xfs_growfs: report the presence of the reflink feature, Darrick J. Wong, 2015/06/29
- [PATCH 09/15] mkfs.xfs: create reflink btree, Darrick J. Wong, 2015/06/29
- [PATCH 10/15] xfs_repair: create a slab API for allocating arrays in large chunks, Darrick J. Wong, 2015/06/29
- [PATCH 11/15] xfs_reflink: check the existing reflink btree, Darrick J. Wong, 2015/06/29
- [PATCH 12/15] xfs_repair: collect reverse-mapping data for refcount/rmap tree rebuilding, Darrick J. Wong, 2015/06/29
- [PATCH 13/15] xfs_repair: process reverse-mapping data into refcount data, Darrick J. Wong, 2015/06/29
- [PATCH 14/15] xfs_repair: check the rlbt against our observed reference counts when -n, Darrick J. Wong, 2015/06/29
- [PATCH 15/15] xfs_repair: rebuild the reflink btree, Darrick J. Wong, 2015/06/29
[RFC(RAP) 00/14] xfs: add reflink and dedupe support,
Darrick J. Wong,
2015/06/25
- [PATCH 01/14] xfs: create a per-AG btree to track reference counts, Darrick J. Wong, 2015/06/25
- [PATCH 02/14] libxfs: adjust refcounts in reflink btree, Darrick J. Wong, 2015/06/25
- [PATCH 03/14] libxfs: support unmapping reflink blocks, Darrick J. Wong, 2015/06/25
- [PATCH 04/14] libxfs: block-mapper changes to support reflink, Darrick J. Wong, 2015/06/25
- [PATCH 05/14] xfs: add reflink functions and ioctl, Darrick J. Wong, 2015/06/25
- [PATCH 06/14] xfs: implement copy-on-write for reflinked blocks, Darrick J. Wong, 2015/06/25
- [PATCH 07/14] xfs: handle directio copy-on-write for reflinked blocks, Darrick J. Wong, 2015/06/25
- [PATCH 08/14] xfs: teach fiemap about reflink'd extents, Darrick J. Wong, 2015/06/25
- [PATCH 09/14] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks, Darrick J. Wong, 2015/06/25
- [PATCH 10/14] xfs: minimize impact to non-reflink files via reflink per-inode flag, Darrick J. Wong, 2015/06/25
- [PATCH 11/14] xfs: emulate the btrfs dedupe extent same ioctl, Darrick J. Wong, 2015/06/25
- [PATCH 12/14] xfs: support XFS_XFLAG_REFLINK (and FS_NOCOW_FL) on reflink filesystems, Darrick J. Wong, 2015/06/25
- [PATCH 13/14] xfs: add reflink btree root when expanding the filesystem, Darrick J. Wong, 2015/06/25
- [PATCH 14/14] xfs: add reflink btree block detection to log recovery, Darrick J. Wong, 2015/06/25
xfs_iext_realloc_indirect and "XFS: possible memory allocation deadlock",
Alex Lyakas,
2015/06/23
- Re: xfs_iext_realloc_indirect and "XFS: possible memory allocation deadlock", Dave Chinner, 2015/06/23
- Re: xfs_iext_realloc_indirect and "XFS: possible memory allocation deadlock", Alex Lyakas, 2015/06/27
- Re: xfs_iext_realloc_indirect and "XFS: possible memory allocation deadlock", Alex Lyakas, 2015/06/28
- Re: xfs_iext_realloc_indirect and "XFS: possible memory allocation deadlock", Brian Foster, 2015/06/29
- Re: xfs_iext_realloc_indirect and "XFS: possible memory allocation deadlock", Alex Lyakas, 2015/06/29
- Re: xfs_iext_realloc_indirect and "XFS: possible memory allocation deadlock", Brian Foster, 2015/06/29
- Re: xfs_iext_realloc_indirect and "XFS: possible memory allocation deadlock", Dave Chinner, 2015/06/29
typedef cleanups for xfsprogs,
Christoph Hellwig,
2015/06/21
- [PATCH 1/8] xfsprogs: remove register keywords, Christoph Hellwig, 2015/06/21
- [PATCH 2/8] xfsprogs: remove __psint_t and __psunsigned_t, Christoph Hellwig, 2015/06/21
- [PATCH 3/8] xfsprogs: remove the unused inst_t typedef, Christoph Hellwig, 2015/06/21
- [PATCH 4/8] xfsprogs: remove the uint_t typedef, Christoph Hellwig, 2015/06/21
- [PATCH 5/8] xfsprogs: remove the uchar_t typedef, Christoph Hellwig, 2015/06/21
- [PATCH 6/8] xfsprogs: remove boolean_t typedef, Christoph Hellwig, 2015/06/21
- [PATCH 7/8] xfsprogs: remove non-Linux defintions for loff_t, Christoph Hellwig, 2015/06/21
- [PATCH 8/8] xfsprogs: remove xfs_caddr_t, Christoph Hellwig, 2015/06/21
[PATCH 00/17] mkfs: sanitise input parameters,
Jan ÅulÃk,
2015/06/19
- [PATCH 01/17] xfsprogs: use common code for multi-disk detection, Jan ÅulÃk, 2015/06/19
- [PATCH 05/17] mkfs: factor boolean option parsing, Jan ÅulÃk, 2015/06/19
- [PATCH 02/17] mkfs: sanitise ftype parameter values., Jan ÅulÃk, 2015/06/19
- [PATCH 03/17] mkfs: Sanitise the superblock feature macros, Jan ÅulÃk, 2015/06/19
- [PATCH 04/17] mkfs: validate all input values, Jan ÅulÃk, 2015/06/19
- [PATCH 08/17] mkfs: getbool is redundant, Jan ÅulÃk, 2015/06/19
- [PATCH 09/17] mkfs: use getnum_checked for all ranged parameters, Jan ÅulÃk, 2015/06/19
- [PATCH 10/17] mkfs: add respecification detection to generic parsing, Jan ÅulÃk, 2015/06/19
- [PATCH 06/17] mkfs: validate logarithmic parameters sanely, Jan ÅulÃk, 2015/06/19
- [PATCH 11/17] mkfs: table based parsing for converted parameters, Jan ÅulÃk, 2015/06/19
- [PATCH 07/17] mkfs: structify input parameter passing, Jan ÅulÃk, 2015/06/19
- [PATCH 14/17] mkfs: add string options to generic parsing, Jan ÅulÃk, 2015/06/19
- [PATCH 15/17] mkfs: don't treat files as though they are block devices, Jan ÅulÃk, 2015/06/19
- [PATCH 12/17] mkfs: merge getnum, Jan ÅulÃk, 2015/06/19
- [PATCH 16/17] mkfs fix: handling of files, Jan ÅulÃk, 2015/06/19
- [PATCH 13/17] mkfs: encode conflicts into parsing table, Jan ÅulÃk, 2015/06/19
- [PATCH 17/17] mkfs: move spinodes crc check, Jan ÅulÃk, 2015/06/19
get rid of some left-over typedefs from IRIX,
Christoph Hellwig,
2015/06/17
- [PATCH 1/5] xfs: remove __psint_t and __psunsigned_t, Christoph Hellwig, 2015/06/17
- [PATCH 2/5] xfs: remove inst_t, Christoph Hellwig, 2015/06/17
- [PATCH 4/5] xfs: use void pointers in log validation helpers, Christoph Hellwig, 2015/06/17
- [PATCH 3/5] xfs: return a void pointer from xfs_buf_offset, Christoph Hellwig, 2015/06/17
- [PATCH 5/5] xfs: remove xfs_caddr_t, Christoph Hellwig, 2015/06/17
- Re: get rid of some left-over typedefs from IRIX, Brian Foster, 2015/06/19
PROBLEM: XFS on ARM corruption 'Structure needs cleaning',
TÃrÃk Edwin,
2015/06/11
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Brian Foster, 2015/06/11
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Török Edwin, 2015/06/11
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Eric Sandeen, 2015/06/11
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Eric Sandeen, 2015/06/11
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Török Edwin, 2015/06/11
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Eric Sandeen, 2015/06/11
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Török Edwin, 2015/06/11
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Eric Sandeen, 2015/06/11
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Eric Sandeen, 2015/06/11
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Eric Sandeen, 2015/06/11
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Dave Chinner, 2015/06/11
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Brian Foster, 2015/06/12
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Török Edwin, 2015/06/12
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Brian Foster, 2015/06/12
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Eric Sandeen, 2015/06/12
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Karanvir Singh, 2015/06/12
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Török Edwin, 2015/06/13
- Re: PROBLEM: XFS on ARM corruption 'Structure needs cleaning', Dave Chinner, 2015/06/12
xfsprogs for-next build error on Debian Wheezy / amd64,
Christoph Hellwig,
2015/06/10
- Re: xfsprogs for-next build error on Debian Wheezy / amd64, Dave Chinner, 2015/06/10
- Re: xfsprogs for-next build error on Debian Wheezy / amd64, Christoph Hellwig, 2015/06/10
- Re: xfsprogs for-next build error on Debian Wheezy / amd64, Christoph Hellwig, 2015/06/10
- Re: xfsprogs for-next build error on Debian Wheezy / amd64, Dave Chinner, 2015/06/10
- Re: xfsprogs for-next build error on Debian Wheezy / amd64, Christoph Hellwig, 2015/06/10
- Re: xfsprogs for-next build error on Debian Wheezy / amd64, Dave Chinner, 2015/06/10
- Re: xfsprogs for-next build error on Debian Wheezy / amd64, Christoph Hellwig, 2015/06/11
- Re: xfsprogs for-next build error on Debian Wheezy / amd64, Eric Sandeen, 2015/06/11
- Re: xfsprogs for-next build error on Debian Wheezy / amd64, Christoph Hellwig, 2015/06/11
- Re: xfsprogs for-next build error on Debian Wheezy / amd64, Christoph Hellwig, 2015/06/17
- Re: xfsprogs for-next build error on Debian Wheezy / amd64, Dave Chinner, 2015/06/10
simplify transaction commit and cancel interfaces V2,
Christoph Hellwig,
2015/06/03
- [PATCH 1/5] xfs: switch remaining xfs_trans_dup users to xfs_trans_roll, Christoph Hellwig, 2015/06/03
- [PATCH 2/5] xfs: pass a boolean flag to xfs_trans_free_items, Christoph Hellwig, 2015/06/03
- [PATCH 3/5] xfs: remove the flags argument to xfs_trans_cancel, Christoph Hellwig, 2015/06/03
- [PATCH 4/5] xfs: saner xfs_trans_commit interface, Christoph Hellwig, 2015/06/03
- [PATCH 5/5] xfs: fix xfs_log_done interface, Christoph Hellwig, 2015/06/03
- Re: simplify transaction commit and cancel interfaces V2, Dave Chinner, 2015/06/09
[RFC PATCH 00/20] xfs: reverse mapping btree support,
Dave Chinner,
2015/06/03
- [PATCH 05/20] xfs: introduce rmap btree definitions, Dave Chinner, 2015/06/03
- [PATCH 11/20] xfs: add rmap btree growfs support, Dave Chinner, 2015/06/03
- [PATCH 20/20] xfs: enable the rmap btree functionality, Dave Chinner, 2015/06/03
- [PATCH 12/20] xfs: rmap btree transaction reservations, Dave Chinner, 2015/06/03
- [PATCH 02/20] xfs: factor out free space extent length check, Dave Chinner, 2015/06/03
- [PATCH 06/20] xfs: add rmap btree stats infrastructure, Dave Chinner, 2015/06/03
- [PATCH 15/20] xfs: add an extent to the rmap btree, Dave Chinner, 2015/06/03
- [PATCH 10/20] xfs: define the on-disk rmap btree format, Dave Chinner, 2015/06/03
- [PATCH 18/20] xfs: add rmap btree block detection to log recovery, Dave Chinner, 2015/06/03
- [PATCH 19/20] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled, Dave Chinner, 2015/06/03
- [PATCH 16/20] xfs: remove an extent from the rmap btree, Dave Chinner, 2015/06/03
- [PATCH 07/20] xfs: rmap btree add more reserved blocks, Dave Chinner, 2015/06/03
- [PATCH 09/20] xfs: introduce rmap extent operation stubs, Dave Chinner, 2015/06/03
- [PATCH 17/20] xfs: add rmap btree geometry feature flag, Dave Chinner, 2015/06/03
- [PATCH 08/20] xfs: add owner field to extent allocation and freeing, Dave Chinner, 2015/06/03
- [PATCH 13/20] xfs: rmap btree requires more reserved free space, Dave Chinner, 2015/06/03
- [PATCH 03/20] xfs: sanitise error handling in xfs_alloc_fix_freelist, Dave Chinner, 2015/06/03
- [PATCH 01/20] xfs: xfs_alloc_fix_freelist() can use incore perag structures, Dave Chinner, 2015/06/03
- [PATCH 04/20] xfs: clean up XFS_MIN_FREELIST macros, Dave Chinner, 2015/06/03
- [PATCH 14/20] xfs: add rmap btree operations, Dave Chinner, 2015/06/03
[PATCH 00/28] xfsprogs: sparse inode chunks,
Brian Foster,
2015/06/02
- [PATCH 01/28] xfs: create individual inode alloc. helper, Brian Foster, 2015/06/02
- [PATCH 07/28] xfs: add fs geometry bit for sparse inode chunks, Brian Foster, 2015/06/02
- [PATCH 10/28] xfs: enable sparse inode chunks for v5 superblocks, Brian Foster, 2015/06/02
- [PATCH 17/28] repair: use ir_count for filesystems with sparse inode support, Brian Foster, 2015/06/02
- [PATCH 09/28] xfs: pass inode count through ordered icreate log item, Brian Foster, 2015/06/02
- [PATCH 23/28] repair: do not account sparse inodes in phase 5 cursor init., Brian Foster, 2015/06/02
- [PATCH 26/28] repair: handle sparse inode alignment, Brian Foster, 2015/06/02
- [PATCH 06/28] xfs: sparse inode chunks feature helpers and mount requirements, Brian Foster, 2015/06/02
- [PATCH 14/28] growfs: display sparse inode status from xfs_info, Brian Foster, 2015/06/02
- [PATCH 27/28] metadump: reorder inode record sanity checks and inode buffer read, Brian Foster, 2015/06/02
- [PATCH 24/28] repair: reconstruct sparse inode records correctly on disk, Brian Foster, 2015/06/02
- [PATCH 19/28] repair: scan sparse finobt records correctly, Brian Foster, 2015/06/02
- [PATCH 22/28] repair: factor out sparse inodes from finobt reconstruction, Brian Foster, 2015/06/02
- [PATCH 15/28] repair: handle sparse format inobt record freecount correctly, Brian Foster, 2015/06/02
- [PATCH 11/28] mkfs: sparse inode chunk support, Brian Foster, 2015/06/02
- [PATCH 16/28] repair: remove duplicate field from aghdr_cnts, Brian Foster, 2015/06/02
- [PATCH 13/28] db: show sparse inodes feature state in version command output, Brian Foster, 2015/06/02
- [PATCH 28/28] metadump: support sparse inode records, Brian Foster, 2015/06/02
- [PATCH 08/28] xfs: introduce inode record hole mask for sparse inode chunks, Brian Foster, 2015/06/02
- [PATCH 21/28] repair: process sparse inode records correctly, Brian Foster, 2015/06/02
- [PATCH 20/28] repair: validate ir_count field for sparse format records, Brian Foster, 2015/06/02
- [PATCH 25/28] repair: do not prefetch holes in sparse inode chunks, Brian Foster, 2015/06/02
- [PATCH 18/28] repair: scan and track sparse inode chunks correctly, Brian Foster, 2015/06/02
- [PATCH 03/28] xfs: support min/max agbno args in block allocator, Brian Foster, 2015/06/02
- [PATCH 05/28] xfs: use sparse chunk alignment for min. inode allocation requirement, Brian Foster, 2015/06/02
- [PATCH 02/28] xfs: update free inode record logic to support sparse inode records, Brian Foster, 2015/06/02
- [PATCH 12/28] db: support sparse inode chunk inobt record and sb fields, Brian Foster, 2015/06/02
- [PATCH 04/28] xfs: add sparse inode chunk alignment superblock field, Brian Foster, 2015/06/02
- Re: [PATCH 00/28] xfsprogs: sparse inode chunks, Dave Chinner, 2015/06/15
Re: XFS Syncd,
Shrinand Javadekar,
2015/06/02
- Re: XFS Syncd, Dave Chinner, 2015/06/02
- Re: XFS Syncd, Shrinand Javadekar, 2015/06/03
- Re: XFS Syncd, Dave Chinner, 2015/06/03
- Re: XFS Syncd, Shrinand Javadekar, 2015/06/03
- Re: XFS Syncd, Dave Chinner, 2015/06/03
- Re: XFS Syncd, Dave Chinner, 2015/06/03
- Re: XFS Syncd, Dave Chinner, 2015/06/03
- Re: XFS Syncd, Dave Chinner, 2015/06/04
- Re: XFS Syncd, Shrinand Javadekar, 2015/06/04
- Re: XFS Syncd, Dave Chinner, 2015/06/04
- Re: XFS Syncd, Shrinand Javadekar, 2015/06/04
- Re: XFS Syncd, Shrinand Javadekar, 2015/06/05
- Re: XFS Syncd, Shrinand Javadekar, 2015/06/08
- Re: XFS Syncd, Dave Chinner, 2015/06/09