public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-19 08:59:24 to 2015-12-23 00:00:21 UTC [more...]

[PATCH v5 0/7] DAX fsync/msync support
 2015-12-23  0:00 UTC  (21+ messages)
` [PATCH v5 1/7] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v5 2/7] dax: support dirty DAX entries in radix tree
` [PATCH v5 3/7] mm: add find_get_entries_tag()
` [PATCH v5 4/7] dax: add support for fsync/sync
` [PATCH v5 5/7] ext2: call dax_pfn_mkwrite() for DAX fsync/msync
` [PATCH v5 6/7] ext4: "

[PATCH 0/6] fsx
 2015-12-22 20:45 UTC  (8+ messages)
` [PATCH 1/6] fsx: Small improvements and fixes
` [PATCH 2/6] fsx: Fix hex numbers in operation dump
` [PATCH 3/6] fsx: Report number of successful operations
` [PATCH 4/6] fsx: Generate test parameters in test()
` [PATCH 5/6] fsx: Improve operation logging
` [PATCH 6/6] fsx: Add mechanism to replay failed operations

Обучение по 223-ФЗ дистанционно
 2015-12-22 13:42 UTC 

Практика геноцида. Методы пропаганды алкоголя средствами кинематографа
 2015-12-22  8:58 UTC 

[ANNOUNCE] xfsprogs: master branch updated to dbca016
 2015-12-21 23:59 UTC 

[PATCH] XFS: Use a signed return type for suffix_kstrtoint()
 2015-12-21 21:53 UTC  (3+ messages)

[PATCH 0/9] xfsprogs: big, broken filesystems cause pain
 2015-12-21 21:37 UTC  (10+ messages)
` [PATCH 1/9] metadump: clean up btree block region zeroing
` [PATCH 2/9] metadump: bounds check btree block regions being zeroed
` [PATCH 3/9] xfs_mdrestore: correctly account bytes read
` [PATCH 4/9] repair: parallelise phase 7
` [PATCH 5/9] repair: parallelise uncertin inode processing in phase 3
` [PATCH 6/9] libxfs: directory node splitting does not have an extra block
` [PATCH 7/9] libxfs: don't discard dirty buffers
` [PATCH 8/9] libxfs: don't repeatedly shake unwritable buffers
` [PATCH 9/9] libxfs: keep unflushable buffers off the cache MRUs

State of ext4 auto_da_alloc-like workarounds in XFS
 2015-12-21 19:47 UTC  (4+ messages)

xfs within one hour after power-on reset , nginx performance is poor and do not have this phenomenon on ext4
 2015-12-21 18:25 UTC  (2+ messages)

[PATCH v4 00/11] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
 2015-12-21  6:31 UTC  (13+ messages)
` [PATCH 01/11] test-scripts: test migration scripts
` [PATCH 02/11] tests: don't leave cruft behind on the TEST_MNT
` [PATCH 03/11] generic/15[78]: fix error messages in the golden output
` [PATCH 04/11] xfs/128: allow larger margin for disk space usage
` [PATCH 05/11] xfs/129: require loop
` [PATCH 06/11] reflink: more tests
` [PATCH 07/11] reflink: test ENOSPC when expanding btrees during reflink operations
` [PATCH 08/11] reflink: more CoW tests for reflink and dedupe
` [PATCH 09/11] reflink: test CoW with blocksize < pagesize
` [PATCH 10/11] reflink: test a big CoW operation
` [PATCH 11/11] generic: create a dedupe group

[PATCH v2 0/4] xfsprogs misc fixes
 2015-12-20 23:51 UTC  (12+ messages)
` [PATCH v2 1/4] xfsprogs: xfs_io: fix a memory leak in imap_f
` [PATCH v2 2/4] xfsprogs: fix integer overflow in xlog_find_verify_cycle
` [PATCH v2 3/4] xfsprogs: mkfs: fix unintentional integer overflow
` [PATCH v2 4/4] xfsprogs: xfsdb: remove unnessary checks in process_leaf_node_dir_v2_free

[RFCv4 00/22] xfs-documentation: massive cleanups and add v5 format, reverse-mapping, reflink, and dedupe support
 2015-12-20 20:46 UTC  (25+ messages)
` [PATCH 01/22] xfsdocs: fix asciidoc confusion w.r.t. include file newline at EOF
` [PATCH 02/22] xfsdocs: update book subtitles and headings
` [PATCH 03/22] xfsdocs: restore the old rendering of structure field definitions
` [PATCH 04/22] xfsdocs: convert html entities to regular characters
` [PATCH 05/22] xfsdocs: convert images to text
` [PATCH 06/22] xfsdocs: delete images of hex dumps
` [PATCH 07/22] xfsdocs: update types
` [PATCH 08/22] xfsdocs: make example section titles consistent
` [PATCH 09/22] xfsdocs: fix various errors and missing bits in the text
` [PATCH 10/22] xfsdocs: add missing structure field definitions
` [PATCH 11/22] xfsdocs: add missing xfs_db examples
` [PATCH 12/22] xfsdocs: fix quoted text markings
` [PATCH 13/22] xfsdocs: introduce XFS at a high level
` [PATCH 14/22] xfsdocs: document the xfs log format
` [PATCH 15/22] xfsdocs: document the operation of the realtime device and inodes
` [PATCH 16/22] xfsdocs: add documentation of v5 fields
` [PATCH 17/22] xfsdocs: add a chapter discussing v5 disk format
` [PATCH 18/22] xfsdocs: document magic numbers and theoretical limits
` [PATCH 19/22] xfsdocs: document the sparse inodes feature
` [PATCH 20/22] xfsdocs: reverse-mapping btree documentation
` [PATCH 21/22] xfsdocs: document refcount btree and reflink
` [PATCH 22/22] xfsdocs: move directory chapter before xattr chapter

[RFCv4 00/76] xfs: add reverse-mapping, reflink, and dedupe support
 2015-12-20 20:39 UTC  (54+ messages)
` [PATCH 03/76] libxfs: refactor the btree size calculator code
` [PATCH 27/76] xfs: add rmap btree insert and delete helpers
` [PATCH 28/76] xfs: piggyback rmapbt update intents in the bmap free structure
` [PATCH 29/76] xfs: bmap btree changes should update rmap btree
` [PATCH 30/76] xfs: add rmap btree geometry feature flag
` [PATCH 31/76] xfs: add rmap btree block detection to log recovery
` [PATCH 32/76] xfs: enable the rmap btree functionality
` [PATCH 33/76] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 34/76] xfs: implement "
` [PATCH 35/76] libxfs: refactor short btree block verification
` [PATCH 36/76] xfs: don't update rmapbt when fixing agfl
` [PATCH 37/76] xfs: define tracepoints for refcount btree activities
` [PATCH 38/76] xfs: introduce refcount btree definitions
` [PATCH 39/76] xfs: add refcount btree stats infrastructure
` [PATCH 40/76] xfs: refcount btree add more reserved blocks
` [PATCH 41/76] xfs: define the on-disk refcount btree format
` [PATCH 42/76] xfs: add refcount btree support to growfs
` [PATCH 43/76] xfs: add refcount btree operations
` [PATCH 44/76] libxfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 45/76] libxfs: adjust refcount when unmapping file blocks
` [PATCH 46/76] xfs: add refcount btree block detection to log recovery
` [PATCH 47/76] xfs: refcount btree requires more reserved space
` [PATCH 48/76] xfs: introduce reflink utility functions
` [PATCH 49/76] xfs: define tracepoints for reflink activities
` [PATCH 50/76] xfs: map an inode's offset to an exact physical block
` [PATCH 51/76] xfs: add reflink feature flag to geometry
` [PATCH 52/76] xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
` [PATCH 53/76] xfs: introduce the CoW fork
` [PATCH 54/76] xfs: support bmapping delalloc extents in "
` [PATCH 55/76] xfs: create delalloc extents in "
` [PATCH 56/76] xfs: support allocating delayed "
` [PATCH 57/76] xfs: allocate "
` [PATCH 58/76] xfs: support removing extents from "
` [PATCH 59/76] xfs: move mappings from cow fork to data fork after copy-write
` [PATCH 60/76] xfs: implement CoW for directio writes
` [PATCH 61/76] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks
` [PATCH 62/76] xfs: clear inode reflink flag when freeing blocks
` [PATCH 63/76] xfs: cancel pending CoW reservations when destroying inodes
` [PATCH 64/76] xfs: reflink extents from one file to another
` [PATCH 65/76] xfs: add clone file and clone range ioctls
` [PATCH 66/76] xfs: emulate the btrfs dedupe extent same ioctl
` [PATCH 67/76] xfs: teach fiemap about reflink'd extents
` [PATCH 68/76] xfs: swap inode reflink flags when swapping inode extents
` [PATCH 69/76] xfs: unshare a range of blocks via fallocate
` [PATCH 70/76] xfs: fork shared EOF block when truncating file
` [PATCH 71/76] xfs: support XFS_XFLAG_REFLINK (and FS_NOCOW_FL) on reflink filesystems
` [PATCH 72/76] xfs: recognize the reflink feature bit
` [PATCH 73/76] xfs: use new vfs reflink and dedup function pointers
` [PATCH 74/76] xfs: set up per-AG preallocated block pools
` [PATCH 75/76] xfs: preallocate blocks for worst-case refcount btree expansion
` [PATCH 76/76] xfs: try to prevent failed rmap btree expansion during cow

Integer truncation in fs/xfs/libxfs/xfs_da_btree.c
 2015-12-20 19:29 UTC  (2+ messages)

[RFCv4 0/9] vfs: hoist reflink/dedupe ioctls to the VFS
 2015-12-20 15:30 UTC  (2+ messages)

WE CAN SUPPLY CHEAPESTttt SHIP COSTttt DOOR TO DOOR BY AIR IF YOU HAVE GOODS IN CHINA
 2015-12-15 19:34 UTC 

Your message to xfs awaits moderator approval
 2015-12-19  9:14 UTC 

[RFCv4 00/53] xfsprogs: add reverse-mapping, reflink, and dedupe support
 2015-12-19  9:10 UTC  (54+ messages)
` [PATCH 01/53] xfs_io: allow zero-length reflink/dedupe commands
` [PATCH 02/53] xfs_db: make check work for sparse inodes
` [PATCH 03/53] repair: request inode buffers sized to fit one inode cluster
` [PATCH 04/53] libxfs: reorder xfs_bmap_add_free args
` [PATCH 05/53] libxfs: use a convenience variable instead of open-coding the fork
` [PATCH 06/53] libxfs: refactor the btree size calculator code
` [PATCH 07/53] libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct
` [PATCH 08/53] libxfs: add the reverse-mapping btree
` [PATCH 09/53] libxfs: resync xfs_prealloc_blocks with the kernel
` [PATCH 10/53] xfs: rmap btree transaction reservations
` [PATCH 11/53] xfs: rmap btree requires more reserved free space
` [PATCH 12/53] libxfs: propagate a bunch of case changes to mkfs and repair
` [PATCH 13/53] libxfs: fix min freelist length calculation
` [PATCH 14/53] libxfs: add the RMAP CRC to the xfs_magics list
` [PATCH 15/53] libxfs: piggyback rmapbt update intents in the bmap free structure
` [PATCH 16/53] libxfs: enhance rmapbt definition to support reflink
` [PATCH 17/53] libxfs: refactor short btree block verification
` [PATCH 18/53] xfs: don't update rmapbt when fixing agfl
` [PATCH 19/53] libxfs: implement XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 20/53] xfs_db: display rmap btree contents
` [PATCH 21/53] xfs_dump: display enhanced rmapbt fields
` [PATCH 22/53] xfs_db: check rmapbt
` [PATCH 23/53] xfs_db: copy the rmap btree
` [PATCH 24/53] xfs_growfs: report rmapbt presence
` [PATCH 25/53] xfs_repair: use rmap btree data to check block types
` [PATCH 26/53] xfs_repair: mask off length appropriately
` [PATCH 27/53] xfs_repair: fix fino_bno calculation when rmapbt is enabled
` [PATCH 28/53] xfs_repair: create a slab API for allocating arrays in large chunks
` [PATCH 29/53] xfs_repair: collect reverse-mapping data for refcount/rmap tree rebuilding
` [PATCH 30/53] xfs_repair: record and merge raw rmap data
` [PATCH 31/53] xfs_repair: add inode bmbt block rmaps
` [PATCH 32/53] xfs_repair: add fixed-location per-AG rmaps
` [PATCH 33/53] xfs_repair: check existing rmapbt entries against observed rmaps
` [PATCH 34/53] xfs_repair: rebuild reverse-mapping btree
` [PATCH 35/53] xfs_repair: add per-AG btree blocks to rmap data and add to rmapbt
` [PATCH 36/53] mkfs.xfs: Create rmapbt filesystems
` [PATCH 37/53] xfs_mkfs: initialize extra fields during mkfs, add docs
` [PATCH 38/53] libxfs: add the refcount helper functions from the kernel
` [PATCH 39/53] libxfs: add support for refcount btrees
` [PATCH 40/53] xfs_db: dump refcount btree data
` [PATCH 41/53] xfs_db: add support for checking the refcount btree
` [PATCH 42/53] xfs_db: metadump should copy the refcount btree too
` [PATCH 43/53] xfs_growfs: report the presence of the reflink feature
` [PATCH 44/53] xfs_repair: check the existing refcount btree
` [PATCH 45/53] xfs_repair: handle multiple owners of data blocks
` [PATCH 46/53] xfs_repair: process reverse-mapping data into refcount data
` [PATCH 47/53] xfs_repair: record reflink inode state
` [PATCH 48/53] xfs_repair: fix inode reflink flags
` [PATCH 49/53] xfs_repair: check the refcount btree against our observed reference counts when -n
` [PATCH 50/53] xfs_repair: rebuild the refcount btree
` [PATCH 51/53] mkfs.xfs: format reflink enabled filesystems
` [PATCH 52/53] libxfs: try to prevent failed rmap btree expansion during cow
` [PATCH 53/53] mkfs: hack around not having enough log blocks


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