public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-17 01:33:36 to 2016-06-20 12:38:42 UTC [more...]

[PATCH v6 000/119] xfs: add reverse mapping, reflink, dedupe, and online scrub support
 2016-06-20 12:38 UTC  (27+ messages)
` [PATCH 001/119] vfs: fix return type of ioctl_file_dedupe_range
` [PATCH 002/119] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE
` [PATCH 003/119] xfs: check offsets of variable length structures
` [PATCH 004/119] xfs: enable buffer deadlock postmortem diagnosis via ftrace
` [PATCH 005/119] xfs: check for a valid error_tag in errortag_add
` [PATCH 006/119] xfs: port differences from xfsprogs libxfs
` [PATCH 007/119] xfs: rearrange xfs_bmap_add_free parameters
` [PATCH 008/119] xfs: separate freelist fixing into a separate helper
` [PATCH 009/119] xfs: convert list of extents to free into a regular list

[PATCH v9 0/3] fallocate for block devices
 2016-06-20 12:37 UTC  (5+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT
` [PATCH 2/3] block: require write_same and discard requests align to logical block size

iomap infrastructure and multipage writes V5
 2016-06-20 12:22 UTC  (6+ messages)
` [PATCH 02/14] fs: introduce iomap infrastructure

[PATCH] xfs_copy: fix minor sparse endian nit
 2016-06-20 10:41 UTC  (2+ messages)

Reported regressions for 4.7 as of Sunday, 2016-06-19
 2016-06-20 10:21 UTC 

[PATCH 4/4] Move to more stdint types
 2016-06-20  6:54 UTC  (3+ messages)

[PATCH 1/4] Remove off64_t from linux.h
 2016-06-20  6:53 UTC  (3+ messages)

Новые заказчики - способ разобраться с неоплаченными долгами
 2016-06-20  5:23 UTC 

[PATCH 2/4] Simplify workaround for old glibc getsubopt()
 2016-06-18 15:38 UTC  (2+ messages)

[PATCH 2/6] libxfs/linux.c: Replace use of ustat by stat
 2016-06-18 14:53 UTC  (5+ messages)

[PATCH 3/4] Make workaround for old glibc getsubopt() glibc-specific
 2016-06-18 14:53 UTC 

on-disk free blocks B-Tree update
 2016-06-18 13:27 UTC  (2+ messages)

xfs question
 2016-06-18 11:51 UTC  (2+ messages)

[PATCH] xfs_repair: set rsumino version to 2
 2016-06-18  3:41 UTC 

[RFC PATCH 0/2] Initial support for badblock checking in xfs
 2016-06-17 22:27 UTC  (8+ messages)
` [RFC PATCH 2/2] xfs: initial/partial support for badblocks

Vacanze Low Cost 2016
 2016-06-17 17:01 UTC 

[PATCH v6 00/20] xfstests: minor fixes for the reflink/dedupe tests
 2016-06-17 16:40 UTC  (23+ messages)
` [PATCH 01/20] xfs/104: don't enospc when ag metadata overhead grows
` [PATCH 02/20] tests: don't put loop control files on the scratch mount
` [PATCH 03/20] xfs: test copy-on-write leftover recovery
` [PATCH 04/20] xfs: test per-ag allocation accounting during truncate-caused refcountbt expansion
` [PATCH 05/20] reflink: test interaction with swap files
` [PATCH 06/20] xfs: test rmap behavior when multiple bmbt records map to a single rmapbt record
` [PATCH 07/20] reflink: test changing sharers of a block while keeping refcount the same
` [PATCH 08/20] xfs/122: don't break on old xfsprogs
` [PATCH 09/20] xfs/122: fix test output to reflect latest xfsprogs
` [PATCH 10/20] xfs/122: list the new log redo items
` [PATCH 11/20] xfs: inject errors at various parts of the deferred op completion
  ` [PATCH v2 "
` [PATCH 12/20] xfs/235: fix logic errors when checking rmap usage after failures
` [PATCH 13/20] xfs/229: require 3GB of space
` [PATCH 14/20] xfs: test clearing reflink inode flag
  ` [PATCH v2 "
` [PATCH 15/20] xfstests: fix unreferenced variables in generic/186 and generic/187
` [PATCH 16/20] reflink: test cross-mountpoint reflink and dedupe
` [PATCH 17/20] generic/204: increase log size for rmap/reflink
` [PATCH 18/20] xfs/128: use $XFS_FSR_PROG instead of xfs_fsr directly
` [PATCH 19/20] xfs: run xfs_repair at the end of each test
` [PATCH 20/20] xfs: scrub fs (if still mounted) at the end of the test

re:pigeon ring,bird ring manufactory directly from china
 2016-06-17 15:48 UTC 

[PATCH v6 0/6] xfs-docs: reorganize chapters, rmapbt and refcountbt chapter updates
 2016-06-17  1:48 UTC  (7+ messages)
` [PATCH 1/6] journaling_log: fix some typos in the section about EFDs
` [PATCH 2/6] xfsdocs: document known testing procedures
` [PATCH 3/6] xfsdocs: update the on-disk format with changes for Linux 4.5
` [PATCH 4/6] xfsdocs: move the discussions of short and long format btrees to a separate chapter
` [PATCH 5/6] xfsdocs: reverse-mapping btree documentation
` [PATCH 6/6] xfsdocs: document refcount btree and reflink

[PATCH v6 000/145] xfsprogs: add reverse mapping, reflink, dedupe, and online scrub support
 2016-06-17  1:46 UTC  (122+ messages)
` [PATCH 025/145] xfs: rename flist/free_list to dfops
` [PATCH 026/145] xfs: add tracepoints and error injection for deferred extent freeing
` [PATCH 027/145] xfs_io: add free-extent error injection type
` [PATCH 028/145] xfs: introduce rmap btree definitions
` [PATCH 029/145] xfs: add rmap btree stats infrastructure
` [PATCH 030/145] xfs: rmap btree add more reserved blocks
` [PATCH 031/145] xfs: add owner field to extent allocation and freeing
` [PATCH 032/145] xfs: introduce rmap extent operation stubs
` [PATCH 033/145] xfs: define the on-disk rmap btree format
` [PATCH 034/145] xfs: rmap btree transaction reservations
` [PATCH 035/145] xfs: rmap btree requires more reserved free space
` [PATCH 036/145] xfs: add rmap btree operations
` [PATCH 037/145] xfs: support overlapping intervals in the rmap btree
` [PATCH 038/145] xfs: teach rmapbt to support interval queries
` [PATCH 039/145] xfs: add an extent to the rmap btree
` [PATCH 040/145] xfs: remove an extent from "
` [PATCH 041/145] xfs: convert unwritten status of reverse mappings
` [PATCH 042/145] xfs: add rmap btree insert and delete helpers
` [PATCH 043/145] xfs: create helpers for mapping, unmapping, and converting file fork extents
` [PATCH 044/145] xfs: create rmap update intent log items
` [PATCH 045/145] xfs: enable the xfs_defer mechanism to process rmaps to update
` [PATCH 046/145] xfs: propagate bmap updates to rmapbt
` [PATCH 047/145] xfs: add rmap btree geometry feature flag
` [PATCH 048/145] xfs: don't update rmapbt when fixing agfl
` [PATCH 049/145] xfs: enable the rmap btree functionality
` [PATCH 050/145] xfs_db: display rmap btree contents
` [PATCH 051/145] xfs_db: spot check rmapbt
` [PATCH 052/145] xfs_db: copy the rmap btree
` [PATCH 053/145] xfs_growfs: report rmapbt presence
` [PATCH 054/145] xfs_io: add rmap-finish error injection type
` [PATCH 055/145] xfs_logprint: support rmap redo items
` [PATCH 056/145] xfs_repair: use rmap btree data to check block types
` [PATCH 057/145] xfs_repair: fix fino_bno calculation when rmapbt is enabled
` [PATCH 058/145] xfs_repair: create a slab API for allocating arrays in large chunks
` [PATCH 059/145] xfs_repair: collect reverse-mapping data for refcount/rmap tree rebuilding
` [PATCH 060/145] xfs_repair: record and merge raw rmap data
` [PATCH 061/145] xfs_repair: add inode bmbt block rmaps
` [PATCH 062/145] xfs_repair: add fixed-location per-AG rmaps
` [PATCH 063/145] xfs_repair: check existing rmapbt entries against observed rmaps
` [PATCH 064/145] xfs_repair: rebuild reverse-mapping btree
` [PATCH 065/145] xfs_repair: add per-AG btree blocks to rmap data and add to rmapbt
` [PATCH 066/145] xfs_repair: merge data & attr fork reverse mappings
` [PATCH 067/145] xfs_repair: look for mergeable rmaps
` [PATCH 068/145] xfs_repair: check for impossible rmap record field combinations
` [PATCH 069/145] mkfs: set agsize prior to calculating minimum log size
` [PATCH 070/145] mkfs.xfs: create filesystems with reverse-mappings
` [PATCH 071/145] xfs: count the blocks in a btree
` [PATCH 072/145] xfs: set up per-AG free space reservations
` [PATCH 073/145] xfs: introduce refcount btree definitions
` [PATCH 074/145] xfs: add refcount btree stats infrastructure
` [PATCH 075/145] xfs: refcount btree add more reserved blocks
` [PATCH 076/145] xfs: define the on-disk refcount btree format
` [PATCH 077/145] xfs: account for the refcount btree in the alloc/free log reservation
` [PATCH 078/145] xfs: add refcount btree operations
` [PATCH 079/145] xfs: create refcount update intent log items
` [PATCH 080/145] xfs: log refcount intent items
` [PATCH 081/145] xfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 082/145] xfs: connect refcount adjust functions to upper layers
` [PATCH 083/145] xfs: adjust refcount when unmapping file blocks
` [PATCH 084/145] xfs: refcount btree requires more reserved space
` [PATCH 085/145] xfs: introduce reflink utility functions
` [PATCH 086/145] xfs: create bmbt update intent log items
` [PATCH 087/145] xfs: log bmap intent items
` [PATCH 088/145] xfs: map an inode's offset to an exact physical block
` [PATCH 089/145] xfs: implement deferred bmbt map/unmap operations
` [PATCH 090/145] xfs: return work remaining at the end of a bunmapi operation
` [PATCH 091/145] xfs: add reflink feature flag to geometry
` [PATCH 092/145] xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
` [PATCH 093/145] xfs: introduce the CoW fork
` [PATCH 094/145] xfs: support bmapping delalloc extents in "
` [PATCH 095/145] xfs: support allocating delayed extents in "
` [PATCH 096/145] xfs: support removing extents from "
` [PATCH 097/145] xfs: store in-progress CoW allocations in the refcount btree
` [PATCH 098/145] xfs: teach get_bmapx and fiemap about shared extents and the CoW fork
` [PATCH 099/145] xfs: support FS_XFLAG_REFLINK on reflink filesystems
` [PATCH 100/145] xfs: create a separate cow extent size hint for the allocator
` [PATCH 101/145] xfs: preallocate blocks for worst-case btree expansion
` [PATCH 102/145] xfs: try other AGs to allocate a BMBT block
` [PATCH 103/145] xfs: provide switch to force filesystem to copy-on-write all the time
` [PATCH 104/145] xfs: increase log reservations for reflink
` [PATCH 105/145] xfs: use interval query for rmap map and unmap operations on shared files
` [PATCH 106/145] xfs: convert unwritten status of shared-extent reverse mappings "
` [PATCH 107/145] xfs: don't allow realtime and reflinked files to mix
` [PATCH 108/145] xfs: don't mix reflink and DAX mode for now
` [PATCH 109/145] xfs: recognize the reflink feature bit
` [PATCH 110/145] xfs_db: dump refcount btree data
` [PATCH 111/145] xfs_db: add support for checking the refcount btree
` [PATCH 112/145] xfs_db: metadump should copy the refcount btree too
` [PATCH 113/145] xfs_db: deal with the CoW extent size hint
` [PATCH 114/145] xfs_growfs: report the presence of the reflink feature
` [PATCH 115/145] xfs_io: bmap should support querying CoW fork, shared blocks
` [PATCH 116/145] xfs_io: get and set the CoW extent size hint
` [PATCH 117/145] xfs_io: add refcount+bmap error injection types
` [PATCH 118/145] xfs_logprint: support cowextsize reporting in log contents
` [PATCH 119/145] xfs_logprint: support refcount redo items
` [PATCH 120/145] xfs_logprint: support bmap "
` [PATCH 121/145] man: document the reflink inode flag in fsxattr
` [PATCH 122/145] man: document the inode cowextsize flags & fields
` [PATCH 123/145] xfs_repair: fix get_agino_buf to avoid corrupting inodes
` [PATCH 124/145] xfs_repair: check the existing refcount btree
` [PATCH 125/145] xfs_repair: handle multiple owners of data blocks
` [PATCH 126/145] xfs_repair: process reverse-mapping data into refcount data
` [PATCH 127/145] xfs_repair: record reflink inode state
` [PATCH 128/145] xfs_repair: fix inode reflink flags
` [PATCH 129/145] xfs_repair: check the refcount btree against our observed reference counts when -n
` [PATCH 130/145] xfs_repair: rebuild the refcount btree
` [PATCH 131/145] xfs_repair: complain about copy-on-write leftovers
` [PATCH 132/145] xfs_repair: check the CoW extent size hint
` [PATCH 133/145] xfs_repair: use range query when while checking rmaps
` [PATCH 134/145] xfs_repair: check for mergeable refcount records
` [PATCH 135/145] mkfs.xfs: format reflink enabled filesystems
` [PATCH 136/145] xfs: introduce the XFS_IOC_GETFSMAPX ioctl
` [PATCH 137/145] xfs_db: introduce the 'fsmap' command to find what owns a set of fsblocks
` [PATCH 138/145] xfs_io: support the new getfsmap ioctl
` [PATCH 139/145] xfs: scrub btree records and pointers while querying
` [PATCH 140/145] xfs: support scrubbing free space btrees
` [PATCH 141/145] xfs: support scrubbing inode btrees
` [PATCH 142/145] xfs: support scrubbing rmap btree
` [PATCH 143/145] xfs: support scrubbing refcount btree
` [PATCH 144/145] xfs: add btree scrub tracepoints
` [PATCH 145/145] xfs_scrub: create online filesystem scrub program


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox