linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-23 12:20:42 to 2016-09-28 16:20:20 UTC [more...]

[PATCH v9 00/63] xfs: add reflink and dedupe support
 2016-09-28 16:20 UTC  (69+ messages)
` [PATCH 01/63] vfs: support FS_XFLAG_COWEXTSIZE and get/set of CoW extent size hint
` [PATCH 02/63] xfs: return an error when an inline directory is too small
` [PATCH 03/63] xfs: define tracepoints for refcount btree activities
` [PATCH 04/63] xfs: introduce refcount btree definitions
` [PATCH 05/63] xfs: refcount btree add more reserved blocks
` [PATCH 06/63] xfs: define the on-disk refcount btree format
` [PATCH 07/63] xfs: add refcount btree support to growfs
` [PATCH 08/63] xfs: account for the refcount btree in the alloc/free log reservation
` [PATCH 09/63] xfs: add refcount btree operations
` [PATCH 10/63] xfs: create refcount update intent log items
` [PATCH 11/63] xfs: log refcount intent items
` [PATCH 12/63] xfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 13/63] xfs: connect refcount adjust functions to upper layers
` [PATCH 14/63] xfs: adjust refcount when unmapping file blocks
` [PATCH 15/63] xfs: add refcount btree block detection to log recovery
` [PATCH 16/63] xfs: refcount btree requires more reserved space
` [PATCH 17/63] xfs: introduce reflink utility functions
` [PATCH 18/63] xfs: create bmbt update intent log items
` [PATCH 19/63] xfs: log bmap intent items
` [PATCH 20/63] xfs: map an inode's offset to an exact physical block
` [PATCH 21/63] xfs: pass bmapi flags through to bmap_del_extent
` [PATCH 22/63] xfs: implement deferred bmbt map/unmap operations
` [PATCH 23/63] xfs: when replaying bmap operations, don't let unlinked inodes get reaped
` [PATCH 24/63] xfs: return work remaining at the end of a bunmapi operation
` [PATCH 25/63] xfs: define tracepoints for reflink activities
` [PATCH 26/63] xfs: add reflink feature flag to geometry
` [PATCH 27/63] xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
` [PATCH 28/63] xfs: introduce the CoW fork
` [PATCH 29/63] xfs: support bmapping delalloc extents in "
` [PATCH 30/63] xfs: create delalloc extents in "
` [PATCH 31/63] xfs: support allocating delayed "
` [PATCH 32/63] xfs: allocate "
` [PATCH 33/63] xfs: support removing extents from "
` [PATCH 34/63] xfs: move mappings from cow fork to data fork after copy-write
` [PATCH 35/63] xfs: report shared extent mappings to userspace correctly
` [PATCH 36/63] xfs: implement CoW for directio writes
` [PATCH 37/63] xfs: cancel CoW reservations and clear inode reflink flag when freeing blocks
` [PATCH 38/63] xfs: cancel pending CoW reservations when destroying inodes
` [PATCH 39/63] xfs: store in-progress CoW allocations in the refcount btree
` [PATCH 40/63] xfs: reflink extents from one file to another
` [PATCH 41/63] xfs: add clone file and clone range vfs functions
` [PATCH 42/63] xfs: add dedupe range vfs function
` [PATCH 43/63] xfs: teach get_bmapx about shared extents and the CoW fork
` [PATCH 44/63] xfs: swap inode reflink flags when swapping inode extents
` [PATCH 45/63] xfs: unshare a range of blocks via fallocate
` [PATCH 46/63] xfs: CoW shared EOF block when truncating file
` [PATCH 47/63] xfs: create a separate cow extent size hint for the allocator
` [PATCH 48/63] xfs: preallocate blocks for worst-case btree expansion
` [PATCH 49/63] xfs: don't allow reflink when the AG is low on space
` [PATCH 50/63] xfs: try other AGs to allocate a BMBT block
` [PATCH 51/63] xfs: garbage collect old cowextsz reservations
` [PATCH 52/63] xfs: increase log reservations for reflink
` [PATCH 53/63] xfs: add shared rmap map/unmap/convert log item types
` [PATCH 54/63] xfs: use interval query for rmap alloc operations on shared files
` [PATCH 55/63] xfs: convert unwritten status of reverse mappings for "
` [PATCH 56/63] xfs: set a default CoW extent size of 32 blocks
` [PATCH 57/63] xfs: check for invalid inode reflink flags
` [PATCH 58/63] xfs: don't mix reflink and DAX mode for now
` [PATCH 59/63] xfs: simulate per-AG reservations being critically low
` [PATCH 60/63] xfs: recognize the reflink feature bit
` [PATCH 61/63] xfs: various swapext cleanups
` [PATCH 62/63] xfs: refactor swapext code
` [PATCH 63/63] xfs: implement swapext for rmap filesystems

Plastic Window and Door Extrusion Mould
 2016-09-28  6:41 UTC 

[PATCH v3 00/11] re-enable DAX PMD support
 2016-09-28  4:55 UTC  (16+ messages)
` [PATCH v3 01/11] ext4: allow DAX writeback for hole punch
` [PATCH v3 02/11] ext4: tell DAX the size of allocation holes
` [PATCH v3 03/11] dax: remove buffer_size_valid()
` [PATCH v3 04/11] ext2: remove support for DAX PMD faults
` [PATCH v3 05/11] dax: make 'wait_table' global variable static
` [PATCH v3 06/11] dax: consistent variable naming for DAX entries
` [PATCH v3 07/11] dax: coordinate locking for offsets in PMD range
` [PATCH v3 08/11] dax: remove dax_pmd_fault()
` [PATCH v3 09/11] dax: add struct iomap based DAX PMD support
` [PATCH v3 10/11] xfs: use struct iomap based DAX PMD fault path
` [PATCH v3 11/11] dax: remove "depends on BROKEN" from FS_DAX_PMD

Hope to be your compressor supplier
 2016-09-28  3:15 UTC 

PVC/PE colorful co-extrusion mould
 2016-09-28  1:35 UTC 

[PATCH] libxfs: remove unused libxfs_iget arg
 2016-09-28  2:09 UTC  (2+ messages)

Clarification required about xfs_metadump and xfs_mdrestore
 2016-09-28  1:29 UTC  (7+ messages)

[PATCH v3] tests/generic: test xfs log recovery metadata LSN ordering
 2016-09-27 23:44 UTC  (4+ messages)

Right Contacts
 2016-09-27 18:00 UTC 

[PATCH v8 00/71] xfs: add reflink and dedupe support
 2016-09-27 20:25 UTC  (8+ messages)
` [PATCH 58/71] xfs: garbage collect old cowextsz reservations

[PATCH] xfs: fix xfs_reflink_allocate_cow_range
 2016-09-27 19:25 UTC  (3+ messages)

only do a single COW fork lookup in writeback
 2016-09-27 18:48 UTC  (7+ messages)
` [PATCH 1/2] xfs: kill xfs_reflink_is_cow_pending
` [PATCH 2/2] xfs: rewrite the COW writeback mapping code

XFS assertion during testing
 2016-09-27 16:52 UTC  (3+ messages)

xfs_file_splice_read: possible circular locking dependency detected
 2016-09-27 15:53 UTC  (38+ messages)
                  ` [RFC][CFT] splice_read reworked
                    ` [PATCH 01/11] fix memory leaks in tracing_buffers_splice_read()
                    ` [PATCH 02/11] splice_to_pipe(): don't open-code wakeup_pipe_readers()
                    ` [PATCH 03/11] splice: switch get_iovec_page_array() to iov_iter
                    ` [PATCH 04/11] splice: lift pipe_lock out of splice_to_pipe()
                            ` [PATCH 04/12] "
                            ` [PATCH 06/12] new helper: add_to_pipe()
                            ` [PATCH 10/12] new iov_iter flavour: pipe-backed
                            ` [PATCH 11/12] switch generic_file_splice_read() to use of ->read_iter()
                            ` [PATCH 12/12] switch default_file_splice_read() to use of pipe-backed iov_iter
                    ` [PATCH 05/11] skb_splice_bits(): get rid of callback
                    ` [PATCH 06/11] new helper: add_to_pipe()
                    ` [PATCH 07/11] fuse_dev_splice_read(): switch to add_to_pipe()
                    ` [PATCH 08/11] cifs: don't use memcpy() to copy struct iov_iter
                    ` [PATCH 09/11] fuse_ioctl_copy_user(): don't open-code copy_page_{to,from}_iter()
                    ` [PATCH 10/11] new iov_iter flavour: pipe-backed
                    ` [PATCH 11/11] switch generic_file_splice_read() to use of ->read_iter()

XFS reflink and development tip git trees updated
 2016-09-27 15:36 UTC  (6+ messages)

PTC Users Leads & Info
 2016-09-27 14:15 UTC 

[PATCH 1/2] xfs: allow delayed allocations for COW files
 2016-09-27  4:35 UTC  (3+ messages)
` [PATCH 2/2] xfs: rewrite the COW allow path

PVC Door Board Extrusion Mould
 2016-09-27  1:59 UTC 

Excessive xfs_inode allocations trigger OOM killer
 2016-09-26 20:02 UTC  (7+ messages)

[PATCH v4 0/4] ovl: efficient copy up by reflink
 2016-09-26 18:17 UTC  (2+ messages)

[PATCH v3 0/4] ovl: efficient copy up by reflink
 2016-09-26 18:16 UTC  (10+ messages)
` [PATCH v3 3/4] vfs: allow vfs_copy_file_range() across file systems

[PATCH] ext2: fix possible integer truncation in ext2_iomap_begin
 2016-09-26 16:28 UTC 

iomap based DAX path V3
 2016-09-26 14:49 UTC  (3+ messages)
` [PATCH 12/12] ext2: use iomap to implement DAX

iomap based DAX path
 2016-09-26 14:28 UTC  (13+ messages)
` [PATCH 06/10] dax: provide an iomap based fault handler

[ANNOUNCE] xfs: for-next branch updated to 2e405cd
 2016-09-26  0:49 UTC 

[PATCH] mm: remove unnecessary rcu_lock/unlock around radix_tree_tagged lockless function. The function queue_delayed_work is already protected with interrupts disabled, hence no need to add rcu_lock/unlock
 2016-09-25 21:45 UTC  (2+ messages)

[PATCH] libxcmd: fix counting of xfs entries in fs_table_insert
 2016-09-25 21:38 UTC  (5+ messages)

Is it possible to make $15,000 in one week?
 2016-09-25 15:56 UTC 

[PATCH] mkfs.xfs: clarify ftype defaults in manpage
 2016-09-25 14:35 UTC  (3+ messages)
` [PATCH V2] "

[PATCH] xfs_io: allow chattr & chproj on foreign filesystems
 2016-09-25 14:34 UTC  (2+ messages)

[PATCH] xfs_copy: Fix meta UUID handling on multiple copies
 2016-09-25 14:33 UTC  (2+ messages)

[PATCH]remove rcu_lock/unlock around lockless radix_tree_tagged()
 2016-09-25 14:33 UTC  (2+ messages)

[PATCH] xfs: remote attribute blocks aren't really userdata
 2016-09-25 14:30 UTC  (2+ messages)

Your First $1000 in next 17 Minutes
 2016-09-25 14:15 UTC 

[PATCH 1/2] xfs_reflink_allocate_cow_range
 2016-09-25  3:22 UTC  (3+ messages)
` [PATCH 2/2] Revert "xfs_reflink_allocate_cow_range"

[PATCH] xfs: quiesce the filesystem after recovery on readonly mount
 2016-09-23 22:21 UTC  (4+ messages)

[PATCH v2 0/5] fix log recovery for v5 superblocks
 2016-09-23 20:31 UTC  (6+ messages)
` [PATCH v2 1/5] xfs: rework log recovery to submit buffers on LSN boundaries
` [PATCH v2 2/5] xfs: pass current lsn to log recovery buffer validation
` [PATCH v2 3/5] xfs: don't warn on buffers not being recovered due to LSN
` [PATCH v2 4/5] xfs: update metadata LSN in buffers during log recovery
` [PATCH v2 5/5] xfs: log recovery tracepoints to track current lsn and buffer submission

[PATCH 0/5] fix log recovery for v5 superblocks
 2016-09-23 17:08 UTC  (6+ messages)
` [PATCH 1/5] xfs: rework log recovery to submit buffers on LSN boundaries

[PATCH] fstests: make some xfs project quota tests generic
 2016-09-23 12:20 UTC  (3+ messages)


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