linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-18 23:36:00 to 2016-10-27 13:55:36 UTC [more...]

[GIT PULL] xfs: fixes for 4.9-rc3
 2016-10-27 13:09 UTC 

[PATCH v10 00/39] xfsprogs: add reflink and dedupe support
 2016-10-26 21:59 UTC  (85+ messages)
` [PATCH 01/39] xfs: convert RUI log formats to use variable length arrays
` [PATCH 02/39] xfs_buflock: handling parsing errors more gracefully
` [PATCH 03/39] xfs: define the on-disk refcount btree format
` [PATCH 04/39] xfs: add refcount btree operations
` [PATCH 05/39] xfs: connect refcount adjust functions to upper layers
` [PATCH 06/39] xfs: implement deferred bmbt map/unmap operations
` [PATCH 07/39] xfs: introduce the CoW fork
` [PATCH 08/39] xfs: create a separate cow extent size hint for the allocator
` [PATCH 09/39] xfs_db: dump refcount btree data
` [PATCH 10/39] xfs_db: add support for checking the refcount btree
` [PATCH 11/39] xfs_db: metadump should copy the refcount btree too
` [PATCH 12/39] xfs_db: deal with the CoW extent size hint
` [PATCH 13/39] xfs_db: print one array element per line
` [PATCH 14/39] xfs_growfs: report the presence of the reflink feature
` [PATCH 15/39] xfs_io: bmap should support querying CoW fork, shared blocks
` [PATCH 16/39] libxfs: add configure option to override system header fsxattr
` [PATCH 17/39] xfs_io: get and set the CoW extent size hint
` [PATCH 18/39] xfs_io: add refcount+bmap error injection types
` [PATCH 19/39] xfs_io: support injecting the 'per-AG reservation critically low' error
` [PATCH 20/39] xfs_io: provide long-format help for falloc
` [PATCH 21/39] xfs_io: try to unshare copy-on-write blocks via fallocate
` [PATCH 22/39] xfs_logprint: support cowextsize reporting in log contents
` [PATCH 23/39] xfs_logprint: support refcount redo items
` [PATCH 24/39] xfs_logprint: support bmap "
` [PATCH 25/39] man: document the inode cowextsize flags & fields
` [PATCH 26/39] xfs_repair: fix get_agino_buf to avoid corrupting inodes
` [PATCH 27/39] xfs_repair: check the existing refcount btree
` [PATCH 28/39] xfs_repair: handle multiple owners of data blocks
` [PATCH 29/39] xfs_repair: process reverse-mapping data into refcount data
` [PATCH 30/39] xfs_repair: record reflink inode state
` [PATCH 31/39] xfs_repair: fix inode reflink flags
` [PATCH 32/39] xfs_repair: check the refcount btree against our observed reference counts when -n
` [PATCH 33/39] xfs_repair: rebuild the refcount btree
` [PATCH 34/39] xfs_repair: complain about copy-on-write leftovers
` [PATCH 35/39] xfs_repair: check the CoW extent size hint
` [PATCH 36/39] xfs_repair: use range query when while checking rmaps
` [PATCH 37/39] xfs_repair: check for mergeable refcount records
` [PATCH 38/39] xfs_repair: use thread pools to sort rmap data
` [PATCH 39/39] mkfs.xfs: format reflink enabled filesystems

[RFC] allow enabling reflinks at runtime
 2016-10-26 20:49 UTC  (2+ messages)

(no subject)
 2016-10-26 14:02 UTC  (15+ messages)
` [PATCH 1/6] locking/lockdep: Provide a type check for lock_is_held
` [PATCH 2/6] xfs: remove i_iolock and use i_rwsem in the VFS inode instead
` [PATCH 3/6] block: add bio_iov_iter_get_pages()
` [PATCH 4/6] fs: make sb_init_dio_done_wq available outside of direct-io.c
` [PATCH 5/6] iomap: implement direct I/O
` [PATCH 6/6] xfs: use iomap_dio_rw

[PATCH v3] xfs: fix unbalanced inode reclaim flush locking
 2016-10-26  5:49 UTC  (4+ messages)

[ANNOUNCE] xfsprogs: for-next branch updated to 077dd509197e
 2016-10-25 22:48 UTC  (3+ messages)

[PATCH v2] xfs/054: only filter ROOT_INO at the beginning
 2016-10-25 21:06 UTC  (2+ messages)

task pool:2509 blocked for more than 120 seconds
 2016-10-25 20:59 UTC  (2+ messages)

BUG: Metadata corruption detected at xfs_attr3_leaf_read_verify
 2016-10-25  6:52 UTC  (6+ messages)

[PATCH v2] xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan
 2016-10-24 16:23 UTC  (2+ messages)

[PATCH 0/2] XFS buffer cache scalability improvements
 2016-10-24 11:47 UTC  (13+ messages)
` [PATCH 1/2] xfs: use rhashtable to track buffer cache
` [PATCH 2/2] xfs: switch buffer cache entries to RCU freeing

[ANNOUNCE] xfs: for-next branch updated to b77428b12b55
 2016-10-24 10:50 UTC 

[PATCH] xfs: defer should abort intent items if the trans roll fails
 2016-10-24  3:54 UTC  (2+ messages)

[PATCH 0/3] xfs: a few reflink cowblocks fixes
 2016-10-22  8:49 UTC  (9+ messages)
` [PATCH 1/3] xfs: fix up inode cowblocks tracking tracepoints
` [PATCH 2/3] xfs: clear cowblocks tag when cow fork is emptied
` [PATCH 3/3] xfs: don't skip cow forks w/ delalloc blocks in cowblocks scan

remove the XFS iolock, V2
 2016-10-21 16:50 UTC  (3+ messages)
` [PATCH 1/2] locking/lockdep: Provide a type check for lock_is_held
` [PATCH 2/2] xfs: remove i_iolock and use i_rwsem in the VFS inode instead

discard improvements
 2016-10-21 14:41 UTC  (8+ messages)
` [PATCH 1/3] xfs: fix the AG loop in xfs_alloc_vextent for busy extents
` [PATCH 2/3] xfs: don't block the log commit handler for discards

BUG: Metadata corruption detected at xfs_attr3_leaf_read_verify
 2016-10-21 12:46 UTC 

About reflink len = 0 behavior
 2016-10-21 10:09 UTC  (6+ messages)

[PATCH v2 0/3] xfstests: fix tests for rmap/reflink
 2016-10-21  3:21 UTC  (4+ messages)
` [PATCH 3/3] misc: fix more xfs_db open-coding instances

Periodic fstrim job vs mounting with discard
 2016-10-21  1:48 UTC  (2+ messages)

[ANNOUNCE] xfs: for-next branch updated to 64e6428ddd00
 2016-10-20 22:14 UTC 

Lock ordering in iomap code
 2016-10-20 20:22 UTC  (5+ messages)

[RFC PATCH] fiemap cow fork flag
 2016-10-20 14:11 UTC  (3+ messages)
` [RFC PATCH] xfs: fiemap support for cow fork
` [PATCH] xfs_io: use fiemap -c param to query "

Xfs lockdep warning with for-dave-for-4.6 branch
 2016-10-20  7:15 UTC  (16+ messages)

[PATCH v8 00/16] re-enable DAX PMD support
 2016-10-19 19:34 UTC  (17+ messages)
` [PATCH v8 01/16] ext4: tell DAX the size of allocation holes
` [PATCH v8 02/16] dax: remove buffer_size_valid()
` [PATCH v8 03/16] ext2: remove support for DAX PMD faults
` [PATCH v8 04/16] dax: make 'wait_table' global variable static
` [PATCH v8 05/16] dax: remove the last BUG_ON() from fs/dax.c
` [PATCH v8 06/16] dax: consistent variable naming for DAX entries
` [PATCH v8 07/16] dax: coordinate locking for offsets in PMD range
` [PATCH v8 08/16] dax: remove dax_pmd_fault()
` [PATCH v8 09/16] dax: correct dax iomap code namespace
` [PATCH v8 10/16] dax: add dax_iomap_sector() helper function
` [PATCH v8 11/16] dax: dax_iomap_fault() needs to call iomap_end()
` [PATCH v8 12/16] dax: move RADIX_DAX_* defines to dax.h
` [PATCH v8 13/16] dax: move put_(un)locked_mapping_entry() in dax.c
` [PATCH v8 14/16] dax: add struct iomap based DAX PMD support
` [PATCH v8 15/16] xfs: use struct iomap based DAX PMD fault path
` [PATCH v8 16/16] dax: remove "depends on BROKEN" from FS_DAX_PMD

fix locking for the reflink operation V2
 2016-10-19 15:53 UTC  (8+ messages)
` [PATCH 1/5] xfs: remove the same fs check from xfs_file_share_range
` [PATCH 2/5] xfs: fix the same_inode check in xfs_file_share_range
` [PATCH 3/5] xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_range
` [PATCH 4/5] xfs: remove xfs_file_wait_for_io
` [PATCH 5/5] xfs: merge xfs_reflink_remap_range and xfs_file_share_range

[PATCH] libxfs: clean up _calc_dquots_per_chunk
 2016-10-19  2:45 UTC  (2+ messages)

[PATCH] libxfs: clean up _calc_dquots_per_chunk
 2016-10-19  2:44 UTC  (2+ messages)

[ANNOUNCE] xfsprogs: v4.8.0 released!
 2016-10-19  0:02 UTC 

[PATCH] libxfs: v3 inodes are only valid on crc-enabled filesystems
 2016-10-18 23:47 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).