XFS
[Prev Page][Next Page]
- [PATCH 10/25] xfs: scrub the AGI
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 09/25] xfs: scrub AGF and AGFL
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 08/25] xfs: scrub the backup superblocks
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 07/25] xfs: create an ioctl to scrub AG metadata
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 06/25] xfs: generic functions to scrub metadata and btrees
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 05/25] xfs: add scrub tracepoints
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 04/25] xfs: getfsmap should fall back to rtbitmap when rtrmapbt not present
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 03/25] xfs: have getfsmap fall back to the freesp btrees when rmap is not present
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 02/25] xfs: report shared extents in getfsmapx
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 01/25] xfs: introduce the XFS_IOC_GETFSMAP ioctl
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH v8 00/25] xfs: online scrub support
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 71/71] xfs: implement swapext for rmap filesystems
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 70/71] xfs: refactor swapext code
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 69/71] xfs: various swapext cleanups
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 68/71] xfs: recognize the reflink feature bit
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 67/71] xfs: fail ->bmap for reflink inodes
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 66/71] xfs: don't mix reflink and DAX mode for now
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 65/71] xfs: check for invalid inode reflink flags
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 64/71] xfs: set a default CoW extent size of 32 blocks
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 63/71] xfs: convert unwritten status of reverse mappings for shared files
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 62/71] xfs: use interval query for rmap alloc operations on shared files
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 61/71] xfs: add shared rmap map/unmap/convert log item types
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 60/71] xfs: increase log reservations for reflink
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 59/71] xfs: provide switch to force filesystem to copy-on-write all the time
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 58/71] xfs: garbage collect old cowextsz reservations
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 57/71] xfs: promote buffered writes to CoW when cowextsz is set
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 56/71] xfs: try other AGs to allocate a BMBT block
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 55/71] xfs: don't allow reflink when the AG is low on space
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 54/71] xfs: preallocate blocks for worst-case btree expansion
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 53/71] xfs: create a separate cow extent size hint for the allocator
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 52/71] xfs: support FS_XFLAG_REFLINK on reflink filesystems
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 51/71] xfs: CoW shared EOF block when truncating file
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 50/71] xfs: unshare a range of blocks via fallocate
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 49/71] xfs: swap inode reflink flags when swapping inode extents
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 48/71] xfs: teach get_bmapx about shared extents and the CoW fork
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 47/71] xfs: add dedupe range vfs function
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 46/71] xfs: add clone file and clone range vfs functions
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 45/71] xfs: reflink extents from one file to another
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 44/71] xfs: store in-progress CoW allocations in the refcount btree
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 43/71] xfs: cancel pending CoW reservations when destroying inodes
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 42/71] xfs: cancel CoW reservations and clear inode reflink flag when freeing blocks
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 41/71] xfs: implement CoW for directio writes
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 40/71] xfs: report shared extents through the iomap interface
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 39/71] xfs: move mappings from cow fork to data fork after copy-write
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 38/71] xfs: support removing extents from CoW fork
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 37/71] xfs: allocate delayed extents in CoW fork
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 36/71] xfs: support allocating delayed extents in CoW fork
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 35/71] xfs: create delalloc extents in CoW fork
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 34/71] xfs: support bmapping delalloc extents in the CoW fork
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 33/71] xfs: introduce the CoW fork
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 32/71] xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 31/71] xfs: add reflink feature flag to geometry
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 30/71] xfs: define tracepoints for reflink activities
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 29/71] xfs: return work remaining at the end of a bunmapi operation
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 28/71] xfs: when replaying bmap operations, don't let unlinked inodes get reaped
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 27/71] xfs: implement deferred bmbt map/unmap operations
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 26/71] xfs: pass bmapi flags through to bmap_del_extent
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 25/71] xfs: map an inode's offset to an exact physical block
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 24/71] xfs: log bmap intent items
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 23/71] xfs: create bmbt update intent log items
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 22/71] xfs: introduce reflink utility functions
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 21/71] xfs: refcount btree requires more reserved space
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 20/71] xfs: add refcount btree block detection to log recovery
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 19/71] xfs: adjust refcount when unmapping file blocks
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 18/71] xfs: connect refcount adjust functions to upper layers
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 17/71] xfs: adjust refcount of an extent of blocks in refcount btree
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 16/71] xfs: log refcount intent items
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 15/71] xfs: create refcount update intent log items
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 14/71] xfs: add refcount btree operations
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 13/71] xfs: account for the refcount btree in the alloc/free log reservation
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 12/71] xfs: add refcount btree support to growfs
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 11/71] xfs: define the on-disk refcount btree format
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 10/71] xfs: refcount btree add more reserved blocks
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 09/71] xfs: add refcount btree stats infrastructure
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 08/71] xfs: introduce refcount btree definitions
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 07/71] xfs: define tracepoints for refcount btree activities
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 06/71] xfs: set up per-AG free space reservations
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 05/71] xfs: introduce tracepoints for AG reservation code
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 04/71] xfs: defer should allow ->finish_item to request a new transaction
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 03/71] xfs: count the blocks in a btree
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 02/71] xfs: create a standard btree size calculator code
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 01/71] xfs: remove xfs_btree_bigkey
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH v8 00/71] xfs: add reflink and dedupe support
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 6/6] iomap: add a flag to report shared extents
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 5/6] iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 4/6] fs: add iomap_file_dirty
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/6] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 2/6] vfs: cap dedupe request structure size at PAGE_SIZE
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 1/6] vfs: fix return type of ioctl_file_dedupe_range
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH v8 0/6] vfs: help support reflink for XFS
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 13/13] xfs/122: check the ag reservation counter ioctl
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 12/13] xfs/122: track xfs_scrub_metadata
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 11/13] xfs: test getbmapx shared extent reporting
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 10/13] xfs: test getfsmap ioctl
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 09/13] xfs: test realtime rmapbt code
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 08/13] xfs: more rmapbt tests
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 07/13] xfs: test swapext with reflink
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 06/13] xfs: fix $XFS_DB_PROG usage
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 05/13] xfs/122: test btree header block sizes
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 04/13] generic/159, 160: deal with EACCESS -> EPERM transition
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 03/13] xfs/{130,235}: deal with an unreplayable dirty log
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 02/13] xfs/122: decrease the log update done item sizes
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 01/13] tests/xfs: don't run tests if cowextsize isn't present
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH v8 00/13] xfstests: fixes and new tests for rmap/reflink/fsmap
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 7/7] xfsdocs: document the realtime reverse mapping btree
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 6/7] xfsdocs: document refcount btree and reflink
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 5/7] xfsdocs: reverse-mapping btree documentation
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 4/7] xfsdocs: move the discussions of short and long format btrees to a separate chapter
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 3/7] xfsdocs: update the on-disk format with changes for Linux 4.5
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 2/7] xfsdocs: document known testing procedures
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 1/7] journaling_log: fix some typos in the section about EFDs
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH v8 0/7] xfs-docs: reorganize chapters, document rmap and reflink
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH] Make __xfs_xattr_put_listen preperly report errors.
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 00/14] Convert from off64_t to off_t
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] Make __xfs_xattr_put_listen preperly report errors.
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: [PATCH 0/7] xfsprogs: reverse mapping fixes
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH v2 5/7] misc: fix Coverity errors
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 5/7] misc: fix Coverity errors
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 4/4] xfs: rewrite and optimize the delalloc write path
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 3/4] xfs: make xfs_inode_set_eofblocks_tag cheaper for the common case
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 2/4] xfs: factor our a helper to calculate the EOF alignment
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 1/4] xfs: move xfs_bmbt_to_iomap up
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 5/7] misc: fix Coverity errors
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 4/7] libxcmd: fix mount option parsing to find rt/log devices
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 3/7] xfs: simple btree query range should look right if LE lookup fails
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 2/7] xfs: fix some key handling problems in _btree_simple_query_range
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 1/7] xfs: don't perform lookups on zero-height btrees
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] Make __xfs_xattr_put_listen preperly report errors.
- From: Artem Savkov <asavkov@xxxxxxxxxx>
- Re: [PATCH] xfs: prevent dropping ioend completions during buftarg wait
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 5/5] xfs: disallow mounting of realtime + rmap filesystems
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 4/5] xfs: simple btree query range should look right if LE lookup fails
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 3/5] xfs: fix some key handling problems in _btree_simple_query_range
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 2/5] xfs: don't perform lookups on zero-height btrees
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 1/5] xfs: don't log the entire end of the AGF
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] xfs: fix superblock inprogress check
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] xfs/033: source mkfs output again if isize less than 512
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] xfs: disallow mounting of realtime + rmap filesystems
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] xfs: don't perform lookups on zero-height btrees
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 00/14] Convert from off64_t to off_t
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: "Bad page state" errors when calling BULKSTAT under memory pressure?
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: "Bad page state" errors when calling BULKSTAT under memory pressure?
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] Make __xfs_xattr_put_listen preperly report errors.
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- "Bad page state" errors when calling BULKSTAT under memory pressure?
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH] xfs: kill __uint*_t and __int*_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- Re: [PATCHv2 xfsprogs 00/14] Convert from off64_t to off_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- Re: [PATCH] xfs: don't perform lookups on zero-height btrees
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH] xfs: fix superblock inprogress check
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH] xfs: don't perform lookups on zero-height btrees
- From: Brian Foster <bfoster@xxxxxxxxxx>
- [PATCH] xfs: prevent dropping ioend completions during buftarg wait
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH] Make __xfs_xattr_put_listen preperly report errors.
- From: Artem Savkov <asavkov@xxxxxxxxxx>
- [PATCH 7/7] xfs_repair: fix naming problems in repair/rmap.c
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 6/7] misc: fix libxfs api violations
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 5/7] misc: fix Coverity errors
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 4/7] libxcmd: fix mount option parsing to find rt/log devices
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 3/7] xfs: simple btree query range should look right if LE lookup fails
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 2/7] xfs: fix some key handling problems in _btree_simple_query_range
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 1/7] xfs: don't perform lookups on zero-height btrees
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 0/7] xfsprogs: reverse mapping fixes
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 5/5] xfs: disallow mounting of realtime + rmap filesystems
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 4/5] xfs: simple btree query range should look right if LE lookup fails
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 3/5] xfs: fix some key handling problems in _btree_simple_query_range
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 2/5] xfs: don't perform lookups on zero-height btrees
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 1/5] xfs: don't log the entire end of the AGF
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 0/5] xfs: reverse mapping fixes
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH] Make __xfs_xattr_put_listen preperly report errors.
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 00/14] Convert from off64_t to off_t
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] xfs: kill __uint*_t and __int*_t
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH] xfs: kill __uint*_t and __int*_t
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH v4 0/2] xfs_quota: allow operation on ext4 for project quotas
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- [PATCH v4 1/2] xfs_quota: add capabilities for use on ext4
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- [PATCH v4 2/2] xfs_quota: additional changes to allow use on ext4
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- Re: [PATCH v3 2/2] xfs_quota: additional changes to allow use on ext4
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- Re: [PATCH v3 2/2] xfs_quota: additional changes to allow use on ext4
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- [PATCH v3 1/2] xfs_quota: add capabilities for use on ext4
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- [PATCH v3 0/3] xfs_quota: allow operation on ext4 for project quotas
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- [PATCH v3 2/2] xfs_quota: additional changes to allow use on ext4
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- [PATCH] Make __xfs_xattr_put_listen preperly report errors.
- From: Artem Savkov <asavkov@xxxxxxxxxx>
- Re: [PATCH] xfs: close xfs_wait_buftarg() race with buffer lookups
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH] iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH v2 1/3] xfs_quota: add capabilities for use on ext4
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- Re: [PATCH v2 1/3] xfs_quota: add capabilities for use on ext4
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] xfs: close xfs_wait_buftarg() race with buffer lookups
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 00/14] Convert from off64_t to off_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH] xfs: close xfs_wait_buftarg() race with buffer lookups
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH v2 1/3] xfs_quota: add capabilities for use on ext4
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- Re: [PATCH v2 3/3] xfs_quota: additional changes to allow use on ext4
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- Re: [PATCH v2 2/3] xfs_quota: changes to accomodate hoisted ioctl defs
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 00/14] Convert from off64_t to off_t
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] xfs: disallow mounting of realtime + rmap filesystems
- From: Carlos Maiolino <cmaiolino@xxxxxxxxxx>
- Re: [PATCH, RFC] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 00/14] Convert from off64_t to off_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [ANNOUNCE] xfsprogs: for-next branch updated to c563396
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] xfs/006: move code about resetting error handling to common/rc
- From: Eryu Guan <eguan@xxxxxxxxxx>
- [PATCH] xfs: fix superblock inprogress check
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/3] xfs_quota: additional changes to allow use on ext4
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/3] xfs_quota: additional changes to allow use on ext4
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: [PATCH v2 3/3] xfs_quota: additional changes to allow use on ext4
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 00/14] Convert from off64_t to off_t
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/3] xfs_quota: additional changes to allow use on ext4
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/3] xfs_quota: add capabilities for use on ext4
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/3] xfs_quota: changes to accomodate hoisted ioctl defs
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH V5] xfs_db: add crc manipulation commands
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH V5] xfs_db: add crc manipulation commands
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: [PATCH V5] xfs_db: add crc manipulation commands
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 4/4] xfs: rewrite and optimize the delalloc write path
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/4] xfs: factor our a helper to calculate the EOF alignment
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/4] xfs: make xfs_inode_set_eofblocks_tag cheaper for the common case
- From: Christoph Hellwig <hch@xxxxxx>
- iomap write fixes
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/4] xfs: move xfs_bmbt_to_iomap up
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH] iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH] xfs/033: source mkfs output again if isize less than 512
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Re: IRQ Lock Inversion dependency detected?
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH, RFC] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
- From: Christoph Hellwig <hch@xxxxxx>
- IRQ Lock Inversion dependency detected?
- From: Andrew Ryder <tireman@xxxxxxx>
- Re: [PATCH 13/17] xfs: test swapext with reflink
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH] xfs: disallow mounting of realtime + rmap filesystems
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH] xfs: don't perform lookups on zero-height btrees
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH 2/2] fstests: xfs EIO error handling test
- From: Zorro Lang <zlang@xxxxxxxxxx>
- [PATCH 1/2] xfs/006: move code about resetting error handling to common/rc
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Re: [PATCH 1/2] common/rc: add functions to check or write objects under /sys/fs/$FSTYP
- From: Zirong Lang <zlang@xxxxxxxxxx>
- [PATCH 2/2] fstests: xfs EIO error handling test
- From: Zorro Lang <zlang@xxxxxxxxxx>
- [PATCH 1/2] common/rc: add functions to check or write objects under /sys/fs/$FSTYP
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Re: [PATCH, RFC] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH] PING... mkfs.xfs: fix static-lib build
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] PING... mkfs.xfs: fix static-lib build
- From: Dmitry Monakhov <dmonakhov@xxxxxxxxxx>
- [GIT PULL] xfs, iomap: fixes for 4.8-rc3
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: RFC: dropping IRIX support in xfsprogs
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: RFC: dropping IRIX support in xfsprogs
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: RFC: dropping IRIX support in xfsprogs
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: RFC: dropping IRIX support in xfsprogs
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- RE: dropping IRIX support in xfsprogs
- From: Troy McCorkell <tdm@xxxxxxx>
- [INFO: possible circular locking dependency detected ] this is false alarm or not?
- From: mikhail <mikhail.v.gavrilov@xxxxxxxxx>
- RFC: dropping IRIX support in xfsprogs
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 14/14] platform: remove use of off64_t
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 13/14] xfs.h: require transparent LFS for all users
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 12/14] replace statvfs64 by equivalent statvfs
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 11/14] fsr: remove workaround for statvfs on Mac OS X
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 10/14] Makefile: disable fsr for Mac OS X
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 09/14] fadvise.c: replace posix_fadvise64 by equivalent posix_fadvise
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 08/14] replace sendfile64 by equivalent sendfile
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 07/14] replace pread64/pwrite64 by equivalent pread/pwrite
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 06/14] replace lseek64 by equivalent lseek
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 05/14] replace ftruncate64 by equivalent ftruncate
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 04/14] replace [fl]stat64 by equivalent [fl]stat
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 03/14] remove unecessary definitions of _FILE_OFFSET_BITS
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 02/14] configure: error out when LFS does not work
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 01/14] configure: use AC_SYS_LARGEFILE
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH, RFC] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 08/14] fs: iomap based fiemap implementation
- From: Andreas Grünbacher <andreas.gruenbacher@xxxxxxxxx>
- Re: XFS on top of LVM span in AWS. Stripe or are AG's good enough?
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: XFS on top of LVM span in AWS. Stripe or are AG's good enough?
- From: Jeff Gibson <jgibson@xxxxxxxxxxxxxxx>
- Re: shrink_active_list/try_to_release_page bug? (was Re: xfs trace in 4.4.2 / also in 4.3.3 WARNING fs/xfs/xfs_aops.c:1232 xfs_vm_releasepage)
- From: Andreas Grünbacher <andreas.gruenbacher@xxxxxxxxx>
- Re: [PATCH V2] xfs_quota: wire up XFS_GETQSTATV
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Re: [PATCH V2] xfs_quota: wire up XFS_GETQSTATV
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Re: [PATCH V2] xfs_quota: wire up XFS_GETQSTATV
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- XFS rmap, reflink, and online scrub git trees updated
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [ANNOUNCE] xfs: master branch updated to v4.8-rc2, for-next branch updated to d25ed4d
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [ANNOUNCE] xfs: master branch updated to v4.8-rc2, for-next branch updated to d25ed4d
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [ANNOUNCE] xfs: master branch updated to v4.8-rc2, for-next branch updated to d25ed4d
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [ANNOUNCE] xfs: master branch updated to v4.8-rc2, for-next branch updated to d25ed4d
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: XFS on top of LVM span in AWS. Stripe or are AG's good enough?
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- RE: suspending bugzilla on oss.sgi.com
- From: Troy McCorkell <tdm@xxxxxxx>
- Re: XFS on top of LVM span in AWS. Stripe or are AG's good enough?
- From: Jeff Gibson <jgibson@xxxxxxxxxxxxxxx>
- suspending bugzilla on oss.sgi.com
- From: Troy McCorkell <tdm@xxxxxxx>
- [PATCH v2 1/3] xfs_quota: add capabilities for use on ext4
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- [PATCH v2 0/3] xfs_quota: allow operation on ext4 for project quotas
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- [PATCH v2 3/3] xfs_quota: additional changes to allow use on ext4
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- [PATCH v2 2/3] xfs_quota: changes to accomodate hoisted ioctl defs
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- [PATCH v25 22/22] ext4: Add richacl feature flag
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 21/22] ext4: Add richacl support
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 20/22] vfs: Move check_posix_acl and check_richacl out of fs/namei.c
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 19/22] vfs: Add richacl permission checking
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 18/22] richacl: Add richacl xattr handler
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 17/22] richacl: xattr mapping functions
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 16/22] richacl: Automatic Inheritance
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 15/22] richacl: Create-time inheritance
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 14/22] richacl: Check if an acl is equivalent to a file mode
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 13/22] richacl: Update the file masks in chmod()
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 12/22] vfs: Cache richacl in struct inode
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 11/22] vfs: Add get_richacl and set_richacl inode operations
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 10/22] vfs: Cache base_acl objects in inodes
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 09/22] richacl: Compute maximum file masks from an acl
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 08/22] richacl: Permission check algorithm
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 07/22] richacl: Permission mapping functions
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 06/22] richacl: In-memory representation and helper functions
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 05/22] vfs: Add permission flags for setting file attributes
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 04/22] vfs: Make the inode passed to inode_change_ok non-const
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 03/22] vfs: Add MAY_DELETE_SELF and MAY_DELETE_CHILD permission flags
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 02/22] vfs: Add MAY_CREATE_FILE and MAY_CREATE_DIR permission flags
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 00/22] Richacls (Core and Ext4)
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH v25 01/22] vfs: Add IS_ACL() and IS_RICHACL() tests
- From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
- [PATCH V2] xfs_quota: wire up XFS_GETQSTATV
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: XFS on top of LVM span in AWS. Stripe or are AG's good enough?
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- XFS on top of LVM span in AWS. Stripe or are AG's good enough?
- From: Jeff Gibson <jgibson@xxxxxxxxxxxxxxx>
- [PATCH 0/3] xfs_quota: allow operation on ext4 for project quotas
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- [PATCH 1/3] xfs_quota: add capabilities for use on ext4
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- [PATCH 3/3] xfs_quota: additional changes to allow use on ext4
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- [PATCH 2/3] xfs_quota: changes to accomodate hoisted ioctl defs
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- Re: [PATCH] xfs_quota: wire up XFS_GETQSTATV
- From: Eric Sandeen <sandeen@xxxxxxxxxx>
- Re: [PATCH] xfs_quota: wire up XFS_GETQSTATV
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Bug#834416: Acknowledgement (xfs_growfs: XFS_IOC_FSGROWFSDATA xfsctl failed: Invalid argument)
- From: Marcel Meckel <debian@xxxxxxxxxxxx>
- Re: [PATCH] xfs_quota: wire up XFS_GETQSTATV
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- Bug#834416: xfs_growfs: XFS_IOC_FSGROWFSDATA xfsctl failed: Invalid argument
- From: Marcel Meckel <debian@xxxxxxxxxxxx>
- [PATCH v3] tests/generic: test xfs log recovery metadata LSN ordering
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH v2] tests/generic: test xfs log recovery metadata LSN ordering
- From: Eryu Guan <eguan@xxxxxxxxxx>
- [PATCH v2] tests/generic: test xfs log recovery metadata LSN ordering
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH] tests/xfs: test log recovery metadata LSN ordering
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH] tests/xfs: test log recovery metadata LSN ordering
- From: Eryu Guan <eguan@xxxxxxxxxx>
- [PATCH V5] xfs_db: add crc manipulation commands
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: [PATCH V4] xfs_db: add crc manipulation commands
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: first set of iomap fix
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH V4] xfs_db: add crc manipulation commands
- From: Zorro Lang <zlang@xxxxxxxxxx>
- [PATCH 6/7] xfs: simplify xfs_file_iomap_begin
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/7] iomap: remove superflous pagefault_disable from iomap_write_actor
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 7/7] xfs: (re-)implement FIEMAP_FLAG_XATTR
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 5/7] iomap: mark ->iomap_end as optional
- From: Christoph Hellwig <hch@xxxxxx>
- first set of iomap fix
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 4/7] iomap: prepare iomap_fiemap for attribute mappings
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/7] iomap: remove superflous mark_page_accessed from iomap_write_actor
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/7] iomap: fiemap should honor the FIEMAP_FLAG_SYNC flag
- From: Christoph Hellwig <hch@xxxxxx>
- Re: generic/224 triggers infinite "page discard on page xxx" on 512 block size XFS with 4.8-rc1 kernel
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCHv2 xfsprogs 02/14] configure: error out when LFS does not work
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 14/14] platform: remove use of off64_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 13/14] xfs.h: require transparent LFS for all users
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 12/14] replace statvfs64 by equivalent statvfs
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 11/14] fsr: remove workaround for statvfs on Mac OS X
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 10/14] Makefile: disable fsr for Mac OS X
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 09/14] fadvise.c: replace posix_fadvise64 by equivalent posix_fadvise
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 08/14] replace sendfile64 by equivalent sendfile
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 07/14] replace pread64/pwrite64 by equivalent pread/pwrite
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 06/14] replace lseek64 by equivalent lseek
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 05/14] replace ftruncate64 by equivalent ftruncate
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 04/14] replace [fl]stat64 by equivalent [fl]stat
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 03/14] remove unecessary definitions of _FILE_OFFSET_BITS
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 01/14] configure: use AC_SYS_LARGEFILE
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCHv2 xfsprogs 00/14] Convert from off64_t to off_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- generic/224 triggers infinite "page discard on page xxx" on 512 block size XFS with 4.8-rc1 kernel
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: XFS: Assertion failed: bp->b_flags & XBF_ASYNC, file: fs/xfs/xfs_buf.c, line: 118 on 4.8-rc1 kernel
- From: Eryu Guan <eguan@xxxxxxxxxx>
- [PATCH V4] xfs_db: add crc manipulation commands
- From: Eric Sandeen <sandeen@xxxxxxxxxx>
- [PATCH] xfs_quota: wire up XFS_GETQSTATV
- From: Eric Sandeen <sandeen@xxxxxxxxxx>
- Re: [PATCH xfsprogs 01/14] configure: use AC_SYS_LARGEFILE
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: XFS: Assertion failed: bp->b_flags & XBF_ASYNC, file: fs/xfs/xfs_buf.c, line: 118 on 4.8-rc1 kernel
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH xfsprogs 11/14] replace statvfs64 by equivalent statvfs
- From: Felix Janda <felix.janda@xxxxxxxxx>
- Re: [PATCH xfsprogs 01/14] configure: use AC_SYS_LARGEFILE
- From: Felix Janda <felix.janda@xxxxxxxxx>
- Re: XFS: Assertion failed: bp->b_flags & XBF_ASYNC, file: fs/xfs/xfs_buf.c, line: 118 on 4.8-rc1 kernel
- From: Eryu Guan <eguan@xxxxxxxxxx>
- XFS: Assertion failed: bp->b_flags & XBF_ASYNC, file: fs/xfs/xfs_buf.c, line: 118 on 4.8-rc1 kernel
- From: Eryu Guan <eguan@xxxxxxxxxx>
- [PATCH] tests/xfs: test log recovery metadata LSN ordering
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH, RFC] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v2] xfs: test attr_list_by_handle cursor iteration
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: [PATCH xfsprogs 01/14] configure: use AC_SYS_LARGEFILE
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 11/14] replace statvfs64 by equivalent statvfs
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCHv2 xfsprogs 13/14] xfs.h: require transparent LFS
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH, RFC] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
- From: Christoph Hellwig <hch@xxxxxx>
- Re: xfsprogs-4.7.0 are conflicting with glibc's MS_RDONLY definition
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH, RFC] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH, RFC] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v2] xfs: test attr_list_by_handle cursor iteration
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2] generic: test accurate shared extent reporting
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH 1/5] xfs: rework log recovery to submit buffers on LSN boundaries
- From: Brian Foster <bfoster@xxxxxxxxxx>
- [PATCH 5/5] xfs: log recovery tracepoints to track current lsn and buffer submission
- From: Brian Foster <bfoster@xxxxxxxxxx>
- [PATCH 4/5] xfs: update metadata LSN in buffers during log recovery
- From: Brian Foster <bfoster@xxxxxxxxxx>
- [PATCH 0/5] fix log recovery for v5 superblocks
- From: Brian Foster <bfoster@xxxxxxxxxx>
- [PATCH 2/5] xfs: pass current lsn to log recovery buffer validation
- From: Brian Foster <bfoster@xxxxxxxxxx>
- [PATCH 3/5] xfs: don't warn on buffers not being recovered due to LSN
- From: Brian Foster <bfoster@xxxxxxxxxx>
- [PATCH, RFC] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] xfs: fix bogus space reservation in xfs_iomap_write_allocate
- From: Christoph Hellwig <hch@xxxxxx>
- xfsprogs-4.7.0 are conflicting with glibc's MS_RDONLY definition
- From: Thomas Deutschmann <whissi@xxxxxxxxxx>
- Re: Question on migrating data between PVs in xfs
- From: Emmanuel Florac <eflorac@xxxxxxxxxxxxxx>
- Re: Question on migrating data between PVs in xfs
- From: Wei Lin <lin.wei15@xxxxxxxxxxxxxx>
- Re: Question on migrating data between PVs in xfs
- From: Wei Lin <lin.wei15@xxxxxxxxxxxxxx>
- Re: Question on migrating data between PVs in xfs
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: Question on migrating data between PVs in xfs
- From: Emmanuel Florac <eflorac@xxxxxxxxxxxxxx>
- [ANNOUNCE] xfsprogs: for-next branch updated to 9694212
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: Question on migrating data between PVs in xfs
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs] libxcmd: link against used libs
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs] libxcmd: link against used libs
- From: Mike Frysinger <vapier@xxxxxxxxxx>
- Re: Question on migrating data between PVs in xfs
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs] libxcmd: link against used libs
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: Advice needed with file system corruption
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH xfsprogs] fadvise.c: replace posix_fadvise64 by equivalent posix_fadvise
- From: Felix Janda <felix.janda@xxxxxxxxx>
- Re: [PATCHv2 xfsprogs 13/14] xfs.h: require transparent LFS
- From: Felix Janda <felix.janda@xxxxxxxxx>
- Re: [PATCH xfsprogs 11/14] replace statvfs64 by equivalent statvfs
- From: Felix Janda <felix.janda@xxxxxxxxx>
- Re: [PATCH xfsprogs 01/14] configure: use AC_SYS_LARGEFILE
- From: Felix Janda <felix.janda@xxxxxxxxx>
- Re: Advice needed with file system corruption
- From: Gim Leong Chin <chingimleong@xxxxxxxxxxxx>
- Question on migrating data between PVs in xfs
- From: Wei Lin <lin.wei15@xxxxxxxxxxxxxx>
- [PATCH xfsprogs] libxcmd: link against used libs
- From: Mike Frysinger <vapier@xxxxxxxxxx>
- Re: Advice needed with file system corruption
- From: "Carlos E. R." <robin.listas@xxxxxxxxxxxxxx>
- Re: [PATCH 1/5] xfs: Propagate dentry down to inode_change_ok()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 1/5] xfs: Propagate dentry down to inode_change_ok()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] xfs: Document error handlers behavior [V2]
- From: Carlos Maiolino <cmaiolino@xxxxxxxxxx>
- Re: [PATCH] xfs: kill __uint*_t and __int*_t
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 5/5] fs: Avoid premature clearing of capabilities
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 4/5] fs: Give dentry to inode_change_ok() instead of inode
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 1/5] xfs: Propagate dentry down to inode_change_ok()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] xfs: Document error handling behavior
- From: Carlos Maiolino <cmaiolino@xxxxxxxxxx>
- Re: [PATCH xfsprogs 14/14] platform: remove use of off64_t
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 13/14] xfs.h: require transparent LFS
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 12/14] replace off64_t by off_t outside of public headers
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 11/14] replace statvfs64 by equivalent statvfs
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 10/14] replace sendfile64 by equivalent sendfile
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 09/14] replace pwrite64 by equivalent pwrite
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 08/14] replace pread64 by equivalent pread
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 07/14] replace lseek64 by equivalent lseek
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 06/14] replace ftruncate64 by equivalent ftruncate
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 05/14] replace stat64 by equivalent stat
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 04/14] replace lstat64 by equivalent lstat
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 03/14] replace fstat64 by equivalent fstat
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 02/14] remove unecessary definitions of _FILE_OFFSET_BITS
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 01/14] configure: use AC_SYS_LARGEFILE
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] iomap: add fiemap support for attribute mappings
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] iomap: fiemap should honor the FIEMAP_FLAG_SYNC flag
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 13/17] xfs: test swapext with reflink
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: Subtle races between DAX mmap fault and write path
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: Advice needed with file system corruption
- From: Gim Leong Chin <chingimleong@xxxxxxxxxxxx>
- Re: Subtle races between DAX mmap fault and write path
- From: "Kani, Toshimitsu" <toshi.kani@xxxxxxx>
- Re: Subtle races between DAX mmap fault and write path
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] xfs: Document error handling behavior
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- RE: Subtle races between DAX mmap fault and write path
- From: "Kani, Toshimitsu" <toshi.kani@xxxxxxx>
- Re: Subtle races between DAX mmap fault and write path
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 17/17] xfs: test realtime rmapbt code
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 15/17] xfs: scrub fs (if still mounted) at the end of the test
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 14/17] xfs: more rmapbt tests
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 13/17] xfs: test swapext with reflink
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 12/17] reflink: test cross-mountpoint reflink and dedupe
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: Advice needed with file system corruption
- From: Steve Brooks <sjb14@xxxxxxxxxxxxxxxx>
- Re: Advice needed with file system corruption
- From: Emmanuel Florac <eflorac@xxxxxxxxxxxxxx>
- Re: Advice needed with file system corruption
- From: Roger Willcocks <roger@xxxxxxxxxxxxxxxx>
- Re: Advice needed with file system corruption
- From: Emmanuel Florac <eflorac@xxxxxxxxxxxxxx>
- Re: Subtle races between DAX mmap fault and write path
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- RE: Subtle races between DAX mmap fault and write path
- From: "Boylston, Brian" <brian.boylston@xxxxxxx>
- Re: [PATCH] xfs: Document error handling behavior
- From: Carlos Eduardo Maiolino <cmaiolin@xxxxxxxxxx>
- Re: Subtle races between DAX mmap fault and write path
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 17/17] xfs: test realtime rmapbt code
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: [PATCH 15/17] xfs: scrub fs (if still mounted) at the end of the test
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: [PATCH 14/17] xfs: more rmapbt tests
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: [PATCH 13/17] xfs: test swapext with reflink
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: [PATCH 12/17] reflink: test cross-mountpoint reflink and dedupe
- From: Eryu Guan <eguan@xxxxxxxxxx>
- [PATCH 2/2] iomap: add fiemap support for attribute mappings
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 0/2] iomap: fixes for fiemap interface
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 1/2] iomap: fiemap should honor the FIEMAP_FLAG_SYNC flag
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: xfstests xfs fuzzers fail with DAX
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 8/9] vfs: hoist the btrfs deduplication ioctl to the vfs
- From: "Michael Kerrisk (man-pages)" <mtk.manpages@xxxxxxxxx>
- [PATCH] xfs: kill __uint*_t and __int*_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 12/14] replace off64_t by off_t outside of public headers
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 11/14] replace statvfs64 by equivalent statvfs
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 14/14] platform: remove use of off64_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 13/14] xfs.h: require transparent LFS
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 00/14] Convert from off64_t to off_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 09/14] replace pwrite64 by equivalent pwrite
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 06/14] replace ftruncate64 by equivalent ftruncate
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 02/14] remove unecessary definitions of _FILE_OFFSET_BITS
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 07/14] replace lseek64 by equivalent lseek
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 08/14] replace pread64 by equivalent pread
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 10/14] replace sendfile64 by equivalent sendfile
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 05/14] replace stat64 by equivalent stat
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 04/14] replace lstat64 by equivalent lstat
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 03/14] replace fstat64 by equivalent fstat
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs 01/14] configure: use AC_SYS_LARGEFILE
- From: Felix Janda <felix.janda@xxxxxxxxx>
- Re: [PATCH xfsprogs 2/2] linux.h: Define xfs_off_t as int64_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- Re: [PATCH xfsprogs 2/2] linux.h: Define xfs_off_t as int64_t
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 2/2] linux.h: Define xfs_off_t as int64_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH xfsprogs] kill off u_int*_t types
- From: Felix Janda <felix.janda@xxxxxxxxx>
- Re: [PATCH xfsprogs 2/2] linux.h: Define xfs_off_t as int64_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- RE: MCPCB and PCB company Hongmy Shenzhen
- From: "hongmypcb1@xxxxxxx" <hongmypcb1@xxxxxxx>
- Re: PCB of IPC Class III
- From: "market2@xxxxxxxxxxxxxx" <market2@xxxxxxxxxxxxxx>
- [GIT PULL] xfs: reverse mapping support for 4.8-rc1
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 2/2] linux.h: Define xfs_off_t as int64_t
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH] xfs: remove OWN_AG rmap when allocating a block from the AGFL
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- RE: Subtle races between DAX mmap fault and write path
- From: "Boylston, Brian" <brian.boylston@xxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: Mark Fasheh <mfasheh@xxxxxxx>
- Re: Subtle races between DAX mmap fault and write path
- From: "Kani, Toshimitsu" <toshi.kani@xxxxxxx>
- Re: [PATCH xfsprogs 2/2] linux.h: Define xfs_off_t as int64_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: Artem Bityutskiy <dedekind1@xxxxxxxxx>
- Re: [PATCH xfsprogs 2/2] linux.h: Define xfs_off_t as int64_t
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: Subtle races between DAX mmap fault and write path
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: Spam on this list
- From: Carlos Eduardo Maiolino <cmaiolin@xxxxxxxxxx>
- Re: [PATCH] generic: test accurate shared extent reporting
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: [PATCH xfsprogs 2/2] linux.h: Define xfs_off_t as int64_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- [PATCH v2] generic: test accurate shared extent reporting
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH] generic: test accurate shared extent reporting
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH] generic: test accurate shared extent reporting
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH] generic: test accurate shared extent reporting
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: Artem Bityutskiy <dedekind1@xxxxxxxxx>
- [ANNOUNCE] xfsprogs: v4.7.0 released
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH v3] xfs: test attr_list_by_handle cursor iteration
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH] xfs: fix bogus space reservation in xfs_iomap_write_allocate
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 11/47] xfs: move deferred operations into a separate file
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: Programmatically query default XFS Quota ?
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: Programmatically query default XFS Quota ?
- From: Vincent McIntyre <vincent.mcintyre@xxxxxxxx>
- Programmatically query default XFS Quota ?
- From: "Rynhart, Patrick" <P.Rynhart@xxxxxxxxxxxx>
- Re: [4.8 hang] xfstests generic/361 hangs on dax enabled filesystems
- From: Ross Zwisler <ross.zwisler@xxxxxxxxxxxxxxx>
- Re: [4.8 hang] xfstests generic/361 hangs on dax enabled filesystems
- From: Ross Zwisler <ross.zwisler@xxxxxxxxxxxxxxx>
- Re: Subtle races between DAX mmap fault and write path
- From: "Kani, Toshimitsu" <toshi.kani@xxxxxxx>
- Re: [PATCH 37/45] drivers: use req op accessor
- From: Shaun Tancheff <shaun.tancheff@xxxxxxxxxxx>
- Re: [PATCH] xfs_metadump: don't warn about unobfuscated log with -o
- From: "Bill O'Donnell" <billodo@xxxxxxxxxx>
- Re: [PATCH 11/47] xfs: move deferred operations into a separate file
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2] xfs: store rmapbt block count in the AGF
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH] xfs_metadump: don't warn about unobfuscated log with -o
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: Spam on this list
- From: Martin Steigerwald <martin@xxxxxxxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [4.8 hang] xfstests generic/361 hangs on dax enabled filesystems
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 37/45] drivers: use req op accessor
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2] xfs: store rmapbt block count in the AGF
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- RE: Spam on this list
- From: Troy McCorkell <tdm@xxxxxxx>
- Re: Spam on this list
- From: "Lista Unx" <lista.unx@xxxxxxxxx>
- Re: [PATCH 37/45] drivers: use req op accessor
- From: Mike Christie <mchristi@xxxxxxxxxx>
- Re: [PATCH v2] xfs: test attr_list_by_handle cursor iteration
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: xfstests xfs fuzzers fail with DAX
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: [4.8 hang] xfstests generic/361 hangs on dax enabled filesystems
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- xfstests xfs fuzzers fail with DAX
- From: Xiong Zhou <xzhou@xxxxxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: Mark Fasheh <mfasheh@xxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: Spam on this list
- From: "Carlos E. R." <robin.listas@xxxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 2/2] linux.h: Define xfs_off_t as int64_t
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH v3 09/17] common/dmerror: fix mount option issues
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH v2 09/17] common/dmerror: fix mount option issues
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 37/45] drivers: use req op accessor
- From: Shaun Tancheff <shaun.tancheff@xxxxxxxxxxx>
- 2016-08-03 14:29:51G80 hoist ring manufacturer
- From: "rigging1@xxxxxxxx " <rigging1@xxxxxxxx>
- Re: [PATCH 37/45] drivers: use req op accessor
- From: Mike Christie <mchristi@xxxxxxxxxx>
- Re: Spam on this list
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [4.8 hang] xfstests generic/361 hangs on dax enabled filesystems
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: Spam on this list
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 11/47] xfs: move deferred operations into a separate file
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH v2] xfs: test attr_list_by_handle cursor iteration
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH v2 09/17] common/dmerror: fix mount option issues
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH v2 07/17] xfs/128: cycle_mount the scratch device, not the test device
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH v2 06/17] xfs: optionally test xfs_repair index rebuilding at the end of each test
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH] xfs: test attr_list_by_handle cursor iteration
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [4.8 hang] xfstests generic/361 hangs on dax enabled filesystems
- From: Ross Zwisler <ross.zwisler@xxxxxxxxxxxxxxx>
- Re: [PATCH] xfs: don't invalidate whole file on DAX read/write
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 37/45] drivers: use req op accessor
- From: Ross Zwisler <zwisler@xxxxxxxxx>
- Re: [current tot] XFS: Assertion failed: bp->b_flags & XBF_ASYNC, file: fs/xfs/xfs_buf.c, line: 118
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 09/17] common/dmerror: fix mount option issues
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 07/17] xfs/128: cycle_mount the scratch device, not the test device
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 06/17] xfs: run xfs_repair at the end of each test
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [ANNOUNCE] xfs: for-next branch updated to 3481b68
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH] xfs: store rmapbt block count in the AGF
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH v2] xfs: store rmapbt block count in the AGF
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH v7 00/47] xfs: add reverse mapping support
- From: Mark Fasheh <mfasheh@xxxxxxx>
- Re: [PATCH v2 RESEND] fs: return EPERM on immutable inode
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- [PATCH] xfs: fix bogus space reservation in xfs_iomap_write_allocate
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
- From: Mike Christie <mchristi@xxxxxxxxxx>
- Re: [4.8 hang] xfstests generic/361 hangs on dax enabled filesystems
- From: Ross Zwisler <ross.zwisler@xxxxxxxxxxxxxxx>
- Re: [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code
- From: Ross Zwisler <zwisler@xxxxxxxxx>
- [PATCH] xfs: don't assert fail on non-async buffers on ioacct decrement
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH] xfs: don't invalidate whole file on DAX read/write
- From: Jan Kara <jack@xxxxxxx>
- Re: [current tot] XFS: Assertion failed: bp->b_flags & XBF_ASYNC, file: fs/xfs/xfs_buf.c, line: 118
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: Spam on this list [Was: Re: partition 100% full No space left on device. looks like xfs iscorrupted or a bug]
- From: "Carlos E. R." <robin.listas@xxxxxxxxxxxxxx>
- Re: Spam on this list [Was: Re: partition 100% full No space left on device. looks like xfs iscorrupted or a bug]
- From: Martin Steigerwald <martin@xxxxxxxxxxxx>
- Spam on this list [Was: Re: partition 100% full No space left on device. looks like xfs iscorrupted or a bug]
- From: "Carlos E. R." <robin.listas@xxxxxxxxxxxxxx>
- [ANNOUNCE] xfs: for-next branch updated to 3481b68
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH 3/5] fuse: Propagate dentry down to inode_change_ok()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 2/5] ceph: Propagate dentry down to inode_change_ok()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 0/5 v2] fs: Avoid premature clearing of file capabilities
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 1/5] xfs: Propagate dentry down to inode_change_ok()
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 4/5] fs: Give dentry to inode_change_ok() instead of inode
- From: Jan Kara <jack@xxxxxxx>
- [PATCH 5/5] fs: Avoid premature clearing of capabilities
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 09/17] common/dmerror: fix mount option issues
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: [PATCH 07/17] xfs/128: cycle_mount the scratch device, not the test device
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: [PATCH] xfs: don't invalidate whole file on DAX read/write
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 11/47] xfs: move deferred operations into a separate file
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 06/17] xfs: run xfs_repair at the end of each test
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: [PATCH] generic/095: update warning whitelist
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: [PATCH] generic/095: update warning whitelist
- From: Zorro Lang <zlang@xxxxxxxxxx>
- [current tot] XFS: Assertion failed: bp->b_flags & XBF_ASYNC, file: fs/xfs/xfs_buf.c, line: 118
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] xfs: test attr_list_by_handle cursor iteration
- From: Eryu Guan <eguan@xxxxxxxxxx>
- Re: [PATCH 08/47] xfs: support btrees with overlapping intervals for keys
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH] xfs: store rmapbt block count in the AGF
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 36/47] xfs: convert unwritten status of reverse mappings
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 08/47] xfs: support btrees with overlapping intervals for keys
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [4.8 hang] xfstests generic/361 hangs on dax enabled filesystems
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- [4.8 hang] xfstests generic/361 hangs on dax enabled filesystems
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 07/47] xfs: add function pointers for get/update keys to the btree
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH] xfs: in _attrlist_by_handle, copy the cursor back to userspace
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH] xfs: test attr_list_by_handle cursor iteration
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: iomap infrastructure and multipage writes V5
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- [PATCH] xfs: don't invalidate whole file on DAX read/write
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] generic/095: update warning whitelist
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] xfs/006: add EIO error handling test
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] xfs: in _attrlist_by_handle, copy the cursor back to userspace
- From: Mark Tinguely <tinguely@xxxxxxx>
- Re: [PATCH 19/47] xfs: add tracepoints and error injection for deferred extent freeing
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 11/47] xfs: move deferred operations into a separate file
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH] xfs: in _attrlist_by_handle, copy the cursor back to userspace
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 20/47] xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 19/47] xfs: add tracepoints and error injection for deferred extent freeing
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 16/47] xfs: change xfs_bmap_{finish, cancel, init, free} -> xfs_defer_*
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 18/47] xfs: refactor redo intent item processing
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 19/47] xfs: add tracepoints and error injection for deferred extent freeing
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 20/47] xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: Old bugs in xfsprogs?
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- RE: partition 100% full No space left on device. looks like xfsiscorrupted or a bug
- From: Troy McCorkell <tdm@xxxxxxx>
- Re: Old bugs in xfsprogs?
- From: Jeff Mahoney <jeffm@xxxxxxxx>
- Re: [PATCH 20/47] xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 19/47] xfs: add tracepoints and error injection for deferred extent freeing
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 18/47] xfs: refactor redo intent item processing
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: partition 100% full No space left on device. looks like xfsiscorrupted or a bug
- From: "Lista Unx" <lista.unx@xxxxxxxxx>
- Re: partition 100% full No space left on device. looks like xfsiscorrupted or a bug
- From: "Lista Unx" <lista.unx@xxxxxxxxx>
- Re: partition 100% full No space left on device. looks like xfsiscorrupted or a bug
- From: "Lista Unx" <lista.unx@xxxxxxxxx>
- Re: [PATCH 17/47] xfs: rename flist/free_list to dfops
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 16/47] xfs: change xfs_bmap_{finish, cancel, init, free} -> xfs_defer_*
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 15/47] xfs: rework xfs_bmap_free callers to use xfs_defer_ops
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 11/47] xfs: move deferred operations into a separate file
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH 14/47] xfs: enable the xfs_defer mechanism to process extents to free
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: [PATCH] xfs_quota: fall back silently if XFS_GETNEXTQUOTA fails
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- [PATCH 8/8] mkfs: move conflicts into the table
- From: Jan Tulak <jtulak@xxxxxxxxxx>
- [PATCH 2/8] mkfs: merge tables for opts parsing into one table
- From: Jan Tulak <jtulak@xxxxxxxxxx>
- [PATCH 7/8] mkfs: Move opts related #define to one place
- From: Jan Tulak <jtulak@xxxxxxxxxx>
- [PATCH 6/8] mkfs: add cross-section conflict checks
- From: Jan Tulak <jtulak@xxxxxxxxxx>
- [PATCH 1/8] mkfs: remove intermediate getstr followed by getnum
- From: Jan Tulak <jtulak@xxxxxxxxxx>
- [PATCH 4/8] mkfs: change conflicts array into a table capable of cross-option addressing
- From: Jan Tulak <jtulak@xxxxxxxxxx>
- [PATCH 3/8] mkfs: extend opt_params with a value field
- From: Jan Tulak <jtulak@xxxxxxxxxx>
- [PATCH 5/8] mkfs: add a check for conflicting values
- From: Jan Tulak <jtulak@xxxxxxxxxx>
- [RFC PATCH 0/8] mkfs: centralised conflict detection
- From: Jan Tulak <jtulak@xxxxxxxxxx>
- Re: [PATCH] xfs: in _attrlist_by_handle, copy the cursor back to userspace
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH] xfs_quota: fall back silently if XFS_GETNEXTQUOTA fails
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: Old bugs in xfsprogs?
- From: Eric Sandeen <sandeen@xxxxxxxxxxx>
- Re: [PATCH 08/47] xfs: support btrees with overlapping intervals for keys
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Old bugs in xfsprogs?
- From: Jeff Mahoney <jeffm@xxxxxxxx>
- Re: [PATCH] xfs_quota: fall back silently if XFS_GETNEXTQUOTA fails
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Re: [PATCH v2 RESEND] fs: return EPERM on immutable inode
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] xfs_quota: fall back silently if XFS_GETNEXTQUOTA fails
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] xfs: in _attrlist_by_handle, copy the cursor back to userspace
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] xfs_io: Update man page for copy_range command
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] vfs: fix return type of ioctl_file_dedupe_range
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 06/17] xfs: run xfs_repair at the end of each test
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 07/47] xfs: add function pointers for get/update keys to the btree
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 08/47] xfs: support btrees with overlapping intervals for keys
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH v2 RESEND] fs: return EPERM on immutable inode
- From: Eryu Guan <guaneryu@xxxxxxxxx>
- [PATCH] xfs_quota: fall back silently if XFS_GETNEXTQUOTA fails
- From: Zorro Lang <zlang@xxxxxxxxxx>
- [PATCH] xfs: in _attrlist_by_handle, copy the cursor back to userspace
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH] vfs: cap dedupe request structure size at PAGE_SIZE
- From: Mark Fasheh <mfasheh@xxxxxxx>
- Re: Subtle races between DAX mmap fault and write path
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 08/47] xfs: support btrees with overlapping intervals for keys
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 08/47] xfs: support btrees with overlapping intervals for keys
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH] xfs_io: Update man page for copy_range command
- From: Anna Schumaker <Anna.Schumaker@xxxxxxxxxx>
- Re: [PATCH 38/47] xfs: create rmap update intent log items
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH v2 07/47] xfs: add function pointers for get/update keys to the btree
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 08/47] xfs: support btrees with overlapping intervals for keys
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: Subtle races between DAX mmap fault and write path
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: [PATCH 07/47] xfs: add function pointers for get/update keys to the btree
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- [PATCH] vfs: fix return type of ioctl_file_dedupe_range
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: [PATCH 06/17] xfs: run xfs_repair at the end of each test
- From: "Darrick J. Wong" <darrick.wong@xxxxxxxxxx>
- Re: partition 100% full No space left on device. looks like xfs iscorrupted or a bug
- From: Chris Murphy <lists@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 07/47] xfs: add function pointers for get/update keys to the btree
- From: Brian Foster <bfoster@xxxxxxxxxx>
- Re: partition 100% full No space left on device. looks like xfs iscorrupted or a bug
- From: "Carlos E. R." <robin.listas@xxxxxxxxxxxxxx>
- Re: partition 100% full No space left on device. looks like xfs iscorrupted or a bug
- From: "Lista Unx" <lista.unx@xxxxxxxxx>
- Re: partition 100% full No space left on device. looks like xfs iscorrupted or a bug
- From: "Lista Unx" <lista.unx@xxxxxxxxx>
- Re: Subtle races between DAX mmap fault and write path
- From: Boaz Harrosh <boaz@xxxxxxxxxxxxx>
- [PATCH] generic/095: update warning whitelist
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 18/47] xfs: refactor redo intent item processing
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 11/47] xfs: move deferred operations into a separate file
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 09/47] xfs: introduce interval queries on btrees
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: Subtle races between DAX mmap fault and write path
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 38/47] xfs: create rmap update intent log items
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 13/47] xfs: clean up typedef usage in the EFI/EFD handling code
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 11/47] xfs: move deferred operations into a separate file
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH xfsprogs 2/2] linux.h: Define xfs_off_t as int64_t
- From: Felix Janda <felix.janda@xxxxxxxxx>
- Re: [PATCH 10/47] xfs: refactor btree owner change into a separate visit-blocks function
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 08/47] xfs: support btrees with overlapping intervals for keys
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
[Index of Archives]
[Linux XFS Devel]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Samba]
[Yosemite News]