messages from 2015-12-14 10:22:32 to 2015-12-19 09:10:58 UTC [more...]
[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
[RFCv4 00/76] xfs: add reverse-mapping, reflink, and dedupe support
2015-12-19 9:04 UTC (77+ 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
` [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
[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 (6+ messages)
` [PATCH v3 2/7] dax: support dirty DAX entries in radix tree
` [PATCH v3 3/7] mm: add find_get_entries_tag()
[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 (4+ messages)
` [PATCH 1/2] metadump: bounds check btree block regions being zeroed
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox