linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-11 18:43:39 to 2016-10-19 00:33:09 UTC [more...]

Xfs lockdep warning with for-dave-for-4.6 branch
 2016-10-19  0:33 UTC  (12+ messages)

[ANNOUNCE] xfsprogs: v4.8.0 released!
 2016-10-19  0:02 UTC 

[PATCH] libxfs: v3 inodes are only valid on crc-enabled filesystems
 2016-10-18 23:47 UTC 

[PATCH] libxfs: clean up _calc_dquots_per_chunk
 2016-10-18 23:36 UTC 

[PATCH] libxfs: clean up _calc_dquots_per_chunk
 2016-10-18 23:35 UTC 

[PATCH 0/2] XFS buffer cache scalability improvements
 2016-10-18 22:43 UTC  (6+ messages)
` [PATCH 1/2] xfs: use rhashtable to track buffer cache
` [PATCH 2/2] xfs: switch buffer cache entries to RCU freeing

[PATCH v3] xfs: fix unbalanced inode reclaim flush locking
 2016-10-18 18:26 UTC 

[PATCH v2] xfs: fix unbalanced inode reclaim flush locking
 2016-10-18 15:12 UTC  (4+ messages)

[PATCH] xfs: don't take the IOLOCK exclusive for direct I/O page invalidation
 2016-10-18 12:58 UTC  (3+ messages)

[PATCH] xfs: unset MS_ACTIVE if mount fails
 2016-10-18  6:50 UTC  (4+ messages)

[PATCH 1/2] man2/fallocate.2: document behavior with shared blocks
 2016-10-18  6:11 UTC  (4+ messages)
` [PATCH 2/2] man2/ioctl_fideduperange.2: clarify operation some more

[PATCH v2 0/3] xfstests: fix tests for rmap/reflink
 2016-10-18  5:19 UTC  (5+ messages)
` [PATCH 1/3] xfs: set the refcount btree cowflag when setting up cow
` [PATCH 2/3] misc: fix fallocate commands that need the unshare switch
` [PATCH 3/3] misc: fix more xfs_db open-coding instances

fix locking for the reflink operation
 2016-10-18  5:17 UTC  (11+ messages)
` [PATCH 1/4] xfs: remove the same fs check from xfs_file_share_range
` [PATCH 2/4] xfs: fix the same_inode check in xfs_file_share_range
` [PATCH 3/4] xfs: move inode locking from xfs_reflink_remap_range to xfs_file_share_range
` [PATCH 4/4] xfs: merge xfs_reflink_remap_range and xfs_file_share_range

discard improvements
 2016-10-18  5:05 UTC  (6+ messages)
` [PATCH 1/3] xfs: fix the AG loop in xfs_alloc_vextent for busy extents
` [PATCH 2/3] xfs: don't block the log commit handler for discards
` [PATCH 3/3] xfs: merge discard requests

[ANNOUNCE] xfs: master, for-next branches updated to 4.9-rc1
 2016-10-18  4:48 UTC 

[PATCH] mkfs.xfs: fix static-lib build
 2016-10-18  2:14 UTC  (3+ messages)

[PATCH RFC] xfs: drop SYNC_WAIT from xfs_reclaim_inodes_ag during slab reclaim
 2016-10-18  2:03 UTC  (8+ messages)

[PATCH] docs: update refcount btree to reflect new cow staging extent policy
 2016-10-18  1:52 UTC 

[LTP] [PATCH] m4/ltp-xfs_quota.m4: fix xfs quota check
 2016-10-18  0:04 UTC  (4+ messages)

[PATCH] xfsprogs: Update FSF address in COPYING file
 2016-10-17 22:19 UTC  (2+ messages)

[xfsprogs] Update FSF address in COPYING file
 2016-10-17 22:07 UTC  (2+ messages)

[PATCH 0/3] xfstests: fix tests for rmap/reflink
 2016-10-17 21:57 UTC  (9+ messages)
` [PATCH 1/3] xfs: set the refcount btree cowflag when setting up cow
` [PATCH 2/3] misc: fix fallocate commands that need the unshare switch
` [PATCH 3/3] misc: fix more xfs_db usage

[PATCH] xfs: remove pointless error goto in xfs_bmap_remap_alloc
 2016-10-17 21:36 UTC  (3+ messages)

[PATCH] xfs: Fix uninitialized variable in xfs_reflink_reserve_cow_range()
 2016-10-17 18:36 UTC  (4+ messages)

optimize the COW I/O path V2
 2016-10-17 18:34 UTC  (30+ messages)
` [PATCH 1/9] iomap: add IOMAP_REPORT
` [PATCH 2/9] xfs: add xfs_trim_extent
` [PATCH 3/9] xfs: handle "raw" delayed extents xfs_reflink_trim_around_shared
` [PATCH 4/9] xfs: don't bother looking at the refcount tree for reads
` [PATCH 5/9] xfs: optimize writes to reflink files
` [PATCH 6/9] xfs: refactor xfs_bunmapi_cow
` [PATCH 7/9] xfs: optimize xfs_reflink_cancel_cow_blocks
` [PATCH 8/9] xfs: optimize xfs_reflink_end_cow
` [PATCH 9/9] xfs: remove xfs_bunmapi_cow

[PATCH] xfs: remove redundant assignment of ifp
 2016-10-17 17:35 UTC  (2+ messages)

[PATCH] xfs: fix unbalanced inode reclaim flush locking
 2016-10-17 16:17 UTC  (3+ messages)

[PATCH v6 00/17] re-enable DAX PMD support
 2016-10-17 14:55 UTC  (27+ messages)
` [PATCH v6 01/17] ext4: allow DAX writeback for hole punch
` [PATCH v6 02/17] ext4: tell DAX the size of allocation holes
` [PATCH v6 03/17] dax: remove buffer_size_valid()
` [PATCH v6 04/17] ext2: remove support for DAX PMD faults
` [PATCH v6 05/17] dax: make 'wait_table' global variable static
` [PATCH v6 06/17] dax: remove the last BUG_ON() from fs/dax.c
` [PATCH v6 07/17] dax: consistent variable naming for DAX entries
` [PATCH v6 08/17] dax: coordinate locking for offsets in PMD range
` [PATCH v6 09/17] dax: remove dax_pmd_fault()
` [PATCH v6 10/17] dax: correct dax iomap code namespace
` [PATCH v6 11/17] dax: add dax_iomap_sector() helper function
` [PATCH v6 12/17] dax: dax_iomap_fault() needs to call iomap_end()
` [PATCH v6 13/17] dax: move RADIX_DAX_* defines to dax.h
` [PATCH v6 14/17] dax: move put_(un)locked_mapping_entry() in dax.c
` [PATCH v6 15/17] dax: add struct iomap based DAX PMD support
    ` [PATCH v7 "
` [PATCH v6 16/17] xfs: use struct iomap based DAX PMD fault path
` [PATCH v6 17/17] dax: remove "depends on BROKEN" from FS_DAX_PMD

Lock ordering in iomap code
 2016-10-17 10:26 UTC  (3+ messages)

[PATCH v3] xfs_io: add command line option -i to start an idle thread
 2016-10-17  7:20 UTC 

[PATCH v2] xfs_io: add command line option -M to run as multi threaded process
 2016-10-17  6:15 UTC  (3+ messages)

[PATCH] xfs_io: add command line option -M to run as multi threaded process
 2016-10-16  8:56 UTC  (3+ messages)

[PATCH] xfs: add some 'static' annotations
 2016-10-15  8:50 UTC  (2+ messages)

SEEK_HOLE second hole problem
 2016-10-14 10:24 UTC  (6+ messages)

xfs_file_splice_read: possible circular locking dependency detected
 2016-10-13 20:56 UTC  (13+ messages)
` local DoS - systemd hang or timeout (WAS: Re: [RFC][CFT] splice_read reworked)
              ` [bisected] "

optimize the COW I/O path
 2016-10-13 18:28 UTC  (17+ messages)
` [PATCH 5/9] xfs: optimize writes to reflink files
` [PATCH 6/9] xfs: refactor xfs_bunmapi_cow
` [PATCH 7/9] xfs: optimize xfs_reflink_cancel_cow_blocks
` [PATCH 8/9] xfs: optimize xfs_reflink_end_cow

[PATCH v10 00/63] xfs: add reflink and dedupe support
 2016-10-13 19:01 UTC  (13+ messages)
` [PATCH 37/63] xfs: implement CoW for directio writes
` [PATCH 48/63] xfs: preallocate blocks for worst-case btree expansion

[GIT PULL] xfs: shared data extents support for 4.9-rc1
 2016-10-12 16:47 UTC  (2+ messages)

[PATCH v5 00/17] re-enable DAX PMD support
 2016-10-12  7:45 UTC  (20+ messages)
` [PATCH v5 05/17] ext2: return -EIO on ext2_iomap_end() failure
` [PATCH v5 07/17] dax: remove the last BUG_ON() from fs/dax.c
` [PATCH v5 09/17] dax: coordinate locking for offsets in PMD range
` [PATCH v5 12/17] dax: add dax_iomap_sector() helper function
` [PATCH v5 13/17] dax: dax_iomap_fault() needs to call iomap_end()
` [PATCH v5 15/17] dax: add struct iomap based DAX PMD support
` [PATCH v5 16/17] xfs: use struct iomap based DAX PMD fault path

[PATCH] xfs: convert COW blocks to real blocks before unwritten extent conversion
 2016-10-11 18:39 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).