public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-19 09:09:47 to 2016-01-04 19:58:18 UTC [more...]

[RFCv4 00/76] xfs: add reverse-mapping, reflink, and dedupe support
 2016-01-04 19:57 UTC  (17+ messages)
` [PATCH 02/76] xfs: fix log ticket type printing
` [PATCH 03/76] libxfs: refactor the btree size calculator code
` [PATCH 05/76] libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct
` [PATCH 34/76] xfs: implement XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 35/76] libxfs: refactor short btree block verification
` [PATCH 57/76] xfs: allocate delayed extents in CoW fork

[PATCH v4 00/11] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
 2016-01-04 19:47 UTC  (14+ 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

Suspend does not work with v4.4-rc8
 2016-01-04 19:40 UTC  (2+ messages)

[PATCH 0/9] xfsprogs: big, broken filesystems cause pain
 2016-01-04 19:12 UTC  (15+ 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

[resend PATCH 0/3] fs, bdev: handle end of life
 2016-01-04 18:20 UTC  (4+ messages)
` [resend PATCH 1/3] block, fs: reliably communicate bdev end-of-life
` [resend PATCH 2/3] xfs: handle shutdown notifications
` [resend PATCH 3/3] writeback: fix false positive WARN in __mark_inode_dirty

[PATCH v2] xfs: test XFS torn log write detection
 2016-01-04 16:03 UTC 

[PATCH] xfs: fix kbuild regression due to log recovery crc verification
 2016-01-04 15:52 UTC 

BUG: KASAN: use-after-free in xfs_iflush_cluster+0x9d7/0xaf0
 2016-01-04 14:12 UTC  (7+ messages)

Facing problem when attempting to recover the file in the tgt shared directory without the remount operation
 2016-01-04 11:26 UTC  (2+ messages)

[xfs:for-next 7/10] xfs_log_recover.c:undefined reference to `__moddi3'
 2016-01-04  7:59 UTC 

[ANNOUNCE] xfs: for-next branch updated to 887a9f2
 2016-01-04  6:29 UTC 

lazytime implementation questions
 2016-01-04  6:22 UTC 

[PATCH 0/3] fs: FS_IOC_FS[GS]ETXATTR promotion
 2016-01-04  5:54 UTC  (4+ messages)
` [PATCH 1/3] fs: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion
` [PATCH 2/3] xfs: use FS_XFLAG definitions directly
` [PATCH 3/3] xfs: introduce per-inode DAX enablement

Bug#766811: spurious library links
 2016-01-04  4:41 UTC  (2+ messages)

[PATCH] xfs: create helper for bmap finish & trans join in xfs_attr.c
 2016-01-04  3:58 UTC  (7+ messages)
` [PATCH V2] xfs: create helper for bmap finish & trans join in attr code

[PATCH 0/3] fs, bdev: handle end of life
 2016-01-03 21:05 UTC  (4+ messages)
` [PATCH 2/3] xfs: handle shutdown notifications

[PATCH v6 0/7] DAX fsync/msync support
 2016-01-03 18:13 UTC  (14+ messages)
` [PATCH v6 1/7] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v6 2/7] dax: support dirty DAX entries in radix tree
` [PATCH v6 3/7] mm: add find_get_entries_tag()
` [PATCH v6 4/7] dax: add support for fsync/msync
` [PATCH v6 5/7] ext2: call dax_pfn_mkwrite() for DAX fsync/msync
` [PATCH v6 6/7] ext4: "
` [PATCH v6 7/7] xfs: "

[RFCv4 00/22] xfs-documentation: massive cleanups and add v5 format, reverse-mapping, reflink, and dedupe support
 2016-01-03 13:55 UTC  (45+ 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

reflink fixes
 2016-01-03 12:07 UTC  (4+ messages)
` [PATCH 1/3] xfs: pass inode instead of file to xfs_reflink_dirty_range
` [PATCH 2/3] xfs: only end a COW operation in xfs_zero_remaining_bytes if we started one
` [PATCH 3/3] xfs: cancel COW in xfs_cancel_ioend

xfs_growfs can expand capacity,then how to reduce xfs filesystem capacity?
 2016-01-01 23:40 UTC  (2+ messages)
` xfs_growfs can expand capacity, then "

Superbe année sans ronflements !
 2015-12-28 12:29 UTC 

XFS and nobarrier with SSDs
 2015-12-26 23:44 UTC  (8+ messages)

Ideas on unified real-ro mount option across all filesystems
 2015-12-26 22:53 UTC  (3+ messages)

Создание Интернет-Магазина - 19 900 рублей
 2015-12-26  5:18 UTC 

Noël sans ronfler !
 2015-12-24 14:31 UTC 

A blocksize problem about dax and ext4
 2015-12-24 12:26 UTC  (9+ messages)

Plus de ronflements pour les fêtes
 2015-12-24  4:47 UTC 

Holly Jolly Holidays
 2015-12-23  6:43 UTC 

[PATCH v5 0/7] DAX fsync/msync support
 2015-12-23  0:16 UTC  (22+ 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)

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

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  (12+ messages)
` [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