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

[RFCv4 00/76] xfs: add reverse-mapping, reflink, and dedupe support
 2015-12-19  9:04 UTC  (73+ messages)
` [PATCH 01/76] libxfs: make xfs_alloc_fix_freelist non-static
` [PATCH 02/76] xfs: fix log ticket type printing
` [PATCH 03/76] libxfs: refactor the btree size calculator code
` [PATCH 04/76] libxfs: use a convenience variable instead of open-coding the fork
` [PATCH 05/76] libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct
` [PATCH 06/76] xfs: introduce rmap btree definitions
` [PATCH 07/76] xfs: add rmap btree stats infrastructure
` [PATCH 08/76] xfs: rmap btree add more reserved blocks
` [PATCH 09/76] xfs: add owner field to extent allocation and freeing
` [PATCH 10/76] xfs: add extended "
` [PATCH 11/76] xfs: introduce rmap extent operation stubs
` [PATCH 12/76] xfs: extend rmap extent operation stubs to take full owner info
` [PATCH 13/76] xfs: define the on-disk rmap btree format
` [PATCH 14/76] xfs: enhance "
` [PATCH 15/76] xfs: add rmap btree growfs support
` [PATCH 16/76] xfs: enhance "
` [PATCH 17/76] xfs: rmap btree transaction reservations
` [PATCH 18/76] xfs: rmap btree requires more reserved free space
` [PATCH 19/76] libxfs: fix min freelist length calculation
` [PATCH 20/76] xfs: add rmap btree operations
` [PATCH 21/76] xfs: enhance "
` [PATCH 22/76] xfs: add an extent to the rmap btree
` [PATCH 23/76] xfs: add tracepoints for the rmap-mirrors-bmbt functions
` [PATCH 24/76] xfs: teach rmap_alloc how to deal with our larger rmap btree
` [PATCH 25/76] xfs: remove an extent from the "
` [PATCH 26/76] xfs: enhanced "
` [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

[RFCv4 0/9] vfs: hoist reflink/dedupe ioctls to the VFS
 2015-12-19  8:56 UTC  (10+ messages)
` [PATCH 1/9] vfs: add copy_file_range syscall and vfs helper
` [PATCH 2/9] x86: add sys_copy_file_range to syscall tables
` [PATCH 3/9] btrfs: add .copy_file_range file operation
` [PATCH 4/9] vfs: Add vfs_copy_file_range() support for pagecache copies
` [PATCH 5/9] locks: new locks_mandatory_area calling convention
` [PATCH 6/9] vfs: pull btrfs clone API to vfs layer
` [PATCH 7/9] vfs: wire up compat ioctl for CLONE/CLONE_RANGE
` [PATCH 8/9] vfs: hoist the btrfs deduplication ioctl to the vfs
` [PATCH 9/9] btrfs: use new dedupe data function pointer

[PATCH v3 0/7] DAX fsync/msync support
 2015-12-19  5:23 UTC  (12+ messages)
` [PATCH v3 2/7] dax: support dirty DAX entries in radix tree
` [PATCH v3 3/7] mm: add find_get_entries_tag()
` [PATCH v3 4/7] dax: add support for fsync/sync
` [PATCH v3 6/7] ext4: call dax_pfn_mkwrite() for DAX fsync/msync
` [PATCH v3 7/7] xfs: "

[PATCH v5 0/7] DAX fsync/msync support
 2015-12-19  5:22 UTC  (8+ 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 v5 7/7] xfs: "

[PATCH v4 4/7] dax: add support for fsync/sync
 2015-12-18  9:43 UTC  (2+ messages)

Ideas on unified real-ro mount option across all filesystems
 2015-12-18  4:20 UTC  (9+ messages)

Exclusive Distributors Needed - Urgent
 2015-12-17  9:15 UTC 

[PATCH] xfs: send warning of project quota to userspace via netlink
 2015-12-17  2:09 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] libxfs: Optimize the loop for xfs_bitmap_empty
 2015-12-16  3:04 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] xfs_quota: enable id->name lookups with lower/upper bounds
 2015-12-16  2:41 UTC  (3+ messages)
` [PATCH 1/2] xfs_quota: push id/name printing down into report_mount()
` [PATCH 2/2] xfs_quota: allow name lookup when reporting from ID range

[XFSTESTS 0/6] Richacl Tests
 2015-12-15 22:32 UTC  (12+ messages)
` [XFSTESTS 5/6] Add richacl tests

Fixing XFS RAID - does XFS ever issue non-aligned discards?
 2015-12-15 22:19 UTC  (2+ messages)

[PATCH 0/2] xfsprogs: metadump/restore fixes
 2015-12-15 11:15 UTC  (5+ messages)
` [PATCH 1/2] metadump: bounds check btree block regions being zeroed
` [PATCH 2/2] xfs_mdrestore: correctly account bytes read

[PATCH v16 00/22] Richacls (Core and Ext4)
 2015-12-15 11:12 UTC  (2+ messages)

BUG: KASAN: use-after-free in xfs_iflush_cluster+0x9d7/0xaf0
 2015-12-15  9:11 UTC  (5+ messages)

采用劳@务派遣用工方式能否异地参保
 2015-12-15  2:11 UTC 

[XFSTESTS v3 0/6] Richacl tests
 2015-12-14 23:41 UTC  (7+ messages)
` [XFSTESTS v3 1/6] check: Don't complain about missing tests/$FSTYP/group
` [XFSTESTS v3 2/6] check: Enforce xfs filesystem recreation on $TEST_DEV
` [XFSTESTS v3 3/6] Rename output file templates to match TEST.out*
` [XFSTESTS v3 4/6] check: Add support for tests without *.out files
` [XFSTESTS v3 5/6] generic/178: Add richacl tests
` [XFSTESTS v3 6/6] Remove the obsolete nfs4acl tests

Bug#807879: xfsprogs: Cannot mount XFS filesystem formated with mkfs.xfs newer than 3.2.1
 2015-12-14 19:59 UTC  (2+ messages)

[PATCH, RFC] mkfs: get sector size from host fs dev when mkfs'ing file
 2015-12-14 17:16 UTC  (4+ messages)
` [PATCH V2] mkfs: get sector size from host fs d_miniosz "

XFS and nobarrier with SSDs
 2015-12-14 16:39 UTC  (10+ messages)

oss.sgi.com - maintenance downtime Monday 14 Dec 2015 at 10:00 CT USA
 2015-12-14 16:26 UTC  (3+ messages)

[3.16] xfs: allow inode allocations in post-growfs disk space
 2015-12-14 10:22 UTC  (3+ messages)

xfstests failures with xfs, dax and v4.4-rc3
 2015-12-14  0:20 UTC  (8+ messages)

[PATCH v2 0/4] xfsprogs misc fixes
 2015-12-11 11:09 UTC  (5+ 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

[PATCH v3.4 0/3] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
 2015-12-11  0:07 UTC  (5+ messages)
` [PATCH 3/3] reflink: more tests

handling device or resource busy errors
 2015-12-10 22:35 UTC  (6+ messages)

XFS corruptions
 2015-12-10 19:51 UTC  (10+ messages)

using system tap or dtrace to diagnose xfs problems
 2015-12-10 18:08 UTC 

[PATCH] xfsprogs: Remove trailing blanks on various places
 2015-12-10 15:08 UTC 

Pazarlama HERŞEY dir
 2015-12-10  8:25 UTC 

Communication Skills for Women
 2015-12-10  9:15 UTC 

v4.4-rc4 regression with direct-io
 2015-12-09 11:49 UTC  (4+ messages)

xfsprogs: Removal of trailing whitespaces
 2015-12-09 11:59 UTC  (2+ messages)

sleeps and waits during io_submit
 2015-12-09  8:37 UTC  (12+ messages)

Целодневен практически семинар на Брайън Трейси в България!
 2015-12-09  2:45 UTC 

sleeps and waits during io_submit
 2015-12-08 23:13 UTC  (11+ messages)

Metadata corruption detected at xfs_attr3_leaf_write_verify / Internal error xfs_attr3_leaf_write_verify
 2015-12-08 22:52 UTC  (4+ messages)


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