public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-28 21:33:20 to 2015-10-07 05:10:07 UTC [more...]

[RFCv3 00/51] xfsprogs: add reverse-mapping, reflink, and dedupe support
 2015-10-07  5:09 UTC  (45+ messages)
` [PATCH 01/51] libxcmd: provide a common function to report command runtimes
` [PATCH 02/51] libxfs: add reflink and dedupe ioctls
` [PATCH 03/51] xfs_io: support reflink and dedupe of file ranges
` [PATCH 04/51] xfs_io: unshare blocks via fallocate
` [PATCH 05/51] xfs_db: enable blocktrash for checksummed filesystems
` [PATCH 06/51] xfs_db: trash the block at the top of the cursor stack
` [PATCH 07/51] xfs_db: enable blockget for v5 filesystems
` [PATCH 08/51] libxfs: reorder xfs_bmap_add_free args
` [PATCH 09/51] libxfs: add the reverse-mapping btree
` [PATCH 10/51] libxfs: resync xfs_prealloc_blocks with the kernel
` [PATCH 11/51] xfs: rmap btree transaction reservations
` [PATCH 12/51] xfs: rmap btree requires more reserved free space
` [PATCH 13/51] libxfs: propagate a bunch of case changes to mkfs and repair
` [PATCH 14/51] libxfs: fix min freelist length calculation
` [PATCH 15/51] libxfs: add the RMAP CRC to the xfs_magics list
` [PATCH 16/51] libxfs: enhance rmapbt definition to support reflink
` [PATCH 17/51] libxfs: refactor short btree block verification
` [PATCH 18/51] xfs: don't update rmapbt when fixing agfl
` [PATCH 19/51] libxfs: implement XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 20/51] xfs_db: display rmap btree contents
` [PATCH 21/51] xfs_dump: display enhanced rmapbt fields
` [PATCH 22/51] xfs_db: check rmapbt
` [PATCH 23/51] xfs_db: copy the rmap btree
` [PATCH 24/51] xfs_growfs: report rmapbt presence
` [PATCH 25/51] xfs_repair: use rmap btree data to check block types
` [PATCH 26/51] xfs_repair: mask off length appropriately
` [PATCH 27/51] xfs_repair: fix fino_bno calculation when rmapbt is enabled
` [PATCH 28/51] xfs_repair: create a slab API for allocating arrays in large chunks
` [PATCH 29/51] xfs_repair: collect reverse-mapping data for refcount/rmap tree rebuilding
` [PATCH 30/51] xfs_repair: record and merge raw rmap data
` [PATCH 31/51] xfs_repair: add inode bmbt block rmaps
` [PATCH 32/51] xfs_repair: add fixed-location per-AG rmaps
` [PATCH 33/51] xfs_repair: check existing rmapbt entries against observed rmaps
` [PATCH 34/51] xfs_repair: rebuild reverse-mapping btree
` [PATCH 35/51] xfs_repair: add per-AG btree blocks to rmap data and add to rmapbt
` [PATCH 36/51] mkfs.xfs: Create rmapbt filesystems
` [PATCH 37/51] xfs_mkfs: initialize extra fields during mkfs
` [PATCH 38/51] libxfs: add support for refcount btrees
` [PATCH 39/51] xfs_db: dump refcount btree data
` [PATCH 40/51] xfs_db: add support for checking the refcount btree
` [PATCH 41/51] xfs_db: metadump should copy the refcount btree too
` [PATCH 42/51] xfs_growfs: report the presence of the reflink feature
` [PATCH 43/51] xfs_repair: check the existing refcount btree
` [PATCH 44/51] xfs_repair: handle multiple owners of data blocks

[RFCv3 00/58] xfs: add reverse-mapping, reflink, and dedupe support
 2015-10-07  5:01 UTC  (59+ messages)
` [PATCH 01/58] libxfs: make xfs_alloc_fix_freelist non-static
` [PATCH 02/58] xfs: fix log ticket type printing
` [PATCH 03/58] xfs: introduce rmap btree definitions
` [PATCH 04/58] xfs: add rmap btree stats infrastructure
` [PATCH 05/58] xfs: rmap btree add more reserved blocks
` [PATCH 06/58] xfs: add owner field to extent allocation and freeing
` [PATCH 07/58] xfs: add extended "
` [PATCH 08/58] xfs: introduce rmap extent operation stubs
` [PATCH 09/58] xfs: extend rmap extent operation stubs to take full owner info
` [PATCH 10/58] xfs: define the on-disk rmap btree format
` [PATCH 11/58] xfs: enhance "
` [PATCH 12/58] xfs: add rmap btree growfs support
` [PATCH 13/58] xfs: enhance "
` [PATCH 14/58] xfs: rmap btree transaction reservations
` [PATCH 15/58] xfs: rmap btree requires more reserved free space
` [PATCH 16/58] libxfs: fix min freelist length calculation
` [PATCH 17/58] xfs: add rmap btree operations
` [PATCH 18/58] xfs: enhance "
` [PATCH 19/58] xfs: add an extent to the rmap btree
` [PATCH 20/58] xfs: add tracepoints for the rmap-mirrors-bmbt functions
` [PATCH 21/58] xfs: teach rmap_alloc how to deal with our larger rmap btree
` [PATCH 22/58] xfs: remove an extent from the "
` [PATCH 23/58] xfs: enhanced "
` [PATCH 24/58] xfs: add rmap btree insert and delete helpers
` [PATCH 25/58] xfs: bmap btree changes should update rmap btree
` [PATCH 26/58] xfs: add rmap btree geometry feature flag
` [PATCH 27/58] xfs: add rmap btree block detection to log recovery
` [PATCH 28/58] xfs: enable the rmap btree functionality
` [PATCH 29/58] xfs: disable XFS_IOC_SWAPEXT when rmap btree is enabled
` [PATCH 30/58] xfs: implement "
` [PATCH 31/58] libxfs: refactor short btree block verification
` [PATCH 32/58] xfs: don't update rmapbt when fixing agfl
` [PATCH 33/58] xfs: introduce refcount btree definitions
` [PATCH 34/58] xfs: add refcount btree stats infrastructure
` [PATCH 35/58] xfs: refcount btree add more reserved blocks
` [PATCH 36/58] xfs: define the on-disk refcount btree format
` [PATCH 37/58] xfs: define tracepoints for refcount/reflink activities
` [PATCH 38/58] xfs: add refcount btree support to growfs
` [PATCH 39/58] xfs: add refcount btree operations
` [PATCH 40/58] libxfs: adjust refcount of an extent of blocks in refcount btree
` [PATCH 41/58] libxfs: adjust refcount when unmapping file blocks
` [PATCH 42/58] xfs: add refcount btree block detection to log recovery
` [PATCH 43/58] xfs: map an inode's offset to an exact physical block
` [PATCH 44/58] xfs: add reflink feature flag to geometry
` [PATCH 45/58] xfs: create a separate workqueue for copy-on-write activities
` [PATCH 46/58] xfs: implement copy-on-write for reflinked blocks
` [PATCH 47/58] xfs: handle directio "
` [PATCH 48/58] xfs: copy-on-write reflinked blocks when zeroing ranges of blocks
` [PATCH 49/58] xfs: clear inode reflink flag when freeing blocks
` [PATCH 50/58] xfs: reflink extents from one file to another
` [PATCH 51/58] xfs: add clone file and clone range ioctls
` [PATCH 52/58] xfs: emulate the btrfs dedupe extent same ioctl
` [PATCH 53/58] xfs: teach fiemap about reflink'd extents
` [PATCH 54/58] xfs: swap inode reflink flags when swapping inode extents
` [PATCH 55/58] vfs: add a FALLOC_FL_UNSHARE mode to fallocate to unshare a range of blocks
` [PATCH 56/58] xfs: unshare a range of blocks via fallocate
` [PATCH 57/58] xfs: support XFS_XFLAG_REFLINK (and FS_NOCOW_FL) on reflink filesystems
` [PATCH 58/58] xfs: recognize the reflink feature bit

[PATCH 0/7 v10] xfs: per-fs stats in sysfs
 2015-10-07  3:37 UTC  (11+ messages)
` [PATCH 1/7] xfs: create global stats and stats_clear "
` [PATCH 2/7] xfs: create symlink proc/fs/xfs/stat to sys/fs/xfs/stats
` [PATCH 3/7] xfs: remove unused procfs code
` [PATCH 4/7] xfs: consolidate sysfs ops (dbg, stats, log)
` [PATCH 5/7] xfs: incorporate sysfs/kobject in xfsstats: handlers take kobjects
` [PATCH 6/7] xfs: per-filesystem stats in sysfs
` [PATCH 7/7] xfs: per-filesystem stats counter implementation
  ` [PATCH 7/7 v11] "

two failing xfstests using xfs (no DAX)
 2015-10-06 23:22 UTC  (6+ messages)

[PATCH] percpu_counter: return precise count from __percpu_counter_compare()
 2015-10-06 21:30 UTC  (11+ messages)

all your slabs are belong to ram ?
 2015-10-06 18:34 UTC  (4+ messages)

[PATCH 0/3 V2] xfs_io: implement 'inode' command
 2015-10-06 17:00 UTC  (7+ messages)
` [PATCH 1/3] xfs_io: Add inode '-s' command to query physical size of largest inode
` [PATCH 2/3] xfs_io: add inode -l argument to return largest inode number
` [PATCH 3/3] xfs_io: implement inode '-n' and [num] argument

Recuperez votre impaye rapidement et sans aucun risque
 2015-10-05  7:18 UTC 

[PATCH v3 00/18] xfsprogs: format the log correctly on v5 supers
 2015-10-02 18:19 UTC  (19+ messages)
` [PATCH v3 01/18] libxfs: validate metadata LSNs against log on v5 superblocks
` [PATCH v3 02/18] libxfs: track largest metadata LSN in use via verifiers
` [PATCH v3 03/18] libxfs: don't hardcode cycle 1 into unmount op header
` [PATCH v3 04/18] libxfs: pass lsn param to log clear and record header logging helpers
` [PATCH v3 05/18] libxfs: add ability to clear log to arbitrary log cycle
` [PATCH v3 06/18] libxlog: pull struct xlog out of xlog_is_dirty()
` [PATCH v3 07/18] xfs_repair: track log state throughout all recovery phases
` [PATCH v3 08/18] xfs_repair: process the log in no_modify mode
` [PATCH v3 09/18] xfs_repair: format the log with forward cycle number on v5 supers
` [PATCH v3 10/18] xfs_repair: don't clear the log by default
` [PATCH v3 11/18] xfs_repair: seed the max lsn from log state in phase 2
` [PATCH v3 12/18] xfs_db: do not reset current lsn from uuid command on v5 supers
` [PATCH v3 13/18] db/metadump: bump lsn when log is cleared "
` [PATCH v3 14/18] xfs_copy: check for dirty log on non-duplicate copies
` [PATCH v3 15/18] xfs_copy: genericize write helper to facilitate separate log buf
` [PATCH v3 16/18] xfs_copy: store data buf alignment in buf data structure
` [PATCH v3 17/18] xfs_copy: refactor log format code into new helper
` [PATCH v3 18/18] xfs_copy: format v5 sb logs correctly

[PATCH v2 00/12] xfsprogs: format the log correctly on v5 supers
 2015-10-02 11:33 UTC  (8+ messages)
` [PATCH v2 02/12] libxfs: track largest metadata LSN in use via verifiers

solutions for your business
 2015-10-02  1:01 UTC 

solutions for your business
 2015-10-02  1:17 UTC 

[PATCH 0/7] xfs, dax: fix the page fault/allocation mess
 2015-10-01 22:54 UTC  (16+ messages)
` [PATCH 1/7] Revert "mm: take i_mmap_lock in unmap_mapping_range() for DAX"
` [PATCH 2/7] Revert "dax: fix race between simultaneous faults"
` [PATCH 3/7] xfs: fix inode size update overflow in xfs_map_direct()
` [PATCH 4/7] xfs: introduce BMAPI_ZERO for allocating zeroed extents
` [PATCH 5/7] xfs: Don't use unwritten extents for DAX
` [PATCH 6/7] xfs: DAX does not use IO completion callbacks
` [PATCH 7/7] xfs: add ->pfn_mkwrite support for DAX

[PATCH] mm, fs: Obey gfp_mapping for add_to_page_cache
 2015-10-01 11:30 UTC  (3+ messages)

[PATCH] test extending sub-block AIO writes for races
 2015-09-30 16:53 UTC  (6+ messages)
` [PATCH V2] "

[PATCH 10/14] xfsprogs: Add a timer implementation for OS X
 2015-09-30  8:23 UTC  (2+ messages)
` [PATCH 10/14 v2] "

[PATCH 11/14] xfsprogs: Add statvfs64 for osx
 2015-09-30  8:21 UTC  (2+ messages)
` [PATCH 11/14 v2] "

xfstests, xfs test 080 fails on arm 32bit
 2015-09-30  5:04 UTC  (2+ messages)

déposez votre demande et recevez jusqu'à 3 devis gratuits!
 2015-09-30  3:28 UTC 

[PATCH 0/2] xfs: fix eof zeroing i_size race
 2015-09-29 22:25 UTC  (3+ messages)
` [PATCH 1/2] xfs: always drain dio before extending aio write submission

[PATCH 00/14 v5] xfsprogs: Partial OSX support
 2015-09-29 16:07 UTC  (7+ messages)
` [PATCH 12/14] xfsprogs: make fsr use mntinfo when there is no mntent
  ` [PATCH 12/14 v2] "

[PATCH 6/7] xfs: per-filesystem stats in sysfs
 2015-09-29 12:43 UTC 

[PATCH] xfs: fix merge errors in fuzzer tests
 2015-09-28 22:38 UTC 

[PATCH 0/7 v9] xfs: stats in sysfs
 2015-09-28 21:33 UTC  (3+ messages)
` [PATCH 6/7] xfs: per-filesystem "
` [PATCH 7/7] xfs: per-filesystem stats counter implementation


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