public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-05 01:23:36 to 2016-02-09 21:48:54 UTC [more...]

[PATCH 0/5 v3] xfs: get rid of xfs_cluster_write()
 2016-02-09 21:48 UTC  (13+ messages)
` [PATCH 1/5] xfs: remove nonblocking mode from xfs_vm_writepage
` [PATCH 2/5] xfs: Introduce writeback context for writepages
` [PATCH 3/5] xfs: xfs_cluster_write is redundant
` [PATCH 4/5] xfs: factor mapping out of xfs_do_writepage
` [PATCH 5/5] xfs: don't chain ioends during writepage submission

[PATCH] xfsprogs: guard fsxattr definition for newer kernels
 2016-02-09 21:45 UTC  (7+ messages)

[PATCH 0/6] xfs: clean up buffer flag macros
 2016-02-09 21:38 UTC  (18+ messages)
` [PATCH 1/6] xfs: remove XBF_DONE flag wrapper macros
` [PATCH 2/6] xfs: remove XBF_ASYNC "
` [PATCH 3/6] xfs: remove XBF_READ "
` [PATCH 4/6] xfs: remove XBF_WRITE "
` [PATCH 5/6] xfs: remove XBF_STALE "
` [PATCH 6/6] xfs: rename XFS_BUF_ZEROFLAGS macro
      ` [PATCH 6/6 v2] "
          ` [PATCH 6/6 v3] xfs: remove "

[PATCH 0/2] xfs_repair: improved secondary sb search
 2016-02-09 19:14 UTC  (5+ messages)
` [PATCH 1/2] libxcmd: generalize topology functions
` [PATCH 2/2] xfs_repair: new secondary superblock search method

[PATCH 0/2] DAX bdev fixes - move flushing calls to FS
 2016-02-09 18:06 UTC  (24+ messages)
` [PATCH 1/2] dax: pass bdev argument to dax_clear_blocks()
` [PATCH 2/2] dax: move writeback calls into the filesystems

a small fix for the reflink tree
 2016-02-09 16:32 UTC  (2+ messages)
` [PATCH] xfs: handle AGs without reservation in xfs_refcountbt_free_reserve_pool

reflink log reservations
 2016-02-09 16:31 UTC  (5+ messages)

[PATCH 0/4 v2] xfs: get rid of xfs_cluster_write()
 2016-02-09  9:11 UTC  (6+ messages)
` [PATCH 2/4] xfs: Introduce writeback context for writepages

[PATCH v4.1 00/23] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
 2016-02-09  8:53 UTC  (39+ messages)
` [PATCH 01/23] generic/182: this is a dedupe test, check for dedupe
` [PATCH 02/23] xfstests: filter whitespace in 128 and 132
` [PATCH 03/23] xfstests: make _scratch_mkfs_blocksized usable
` [PATCH 04/23] reflink: remove redundant filesystem checks from the end of the tests
` [PATCH 05/23] common/dmerror: add some more dmerror routines
` [PATCH 06/23] dio unwritten conversion bug tests
` [PATCH 07/23] reflink: test intersecting CoW and falloc/fpunch/fzero/fcollapse/finsert/ftrunc
` [PATCH 08/23] reflink: test CoW behavior with IO errors
` [PATCH 09/23] reflink: test CoW operations against the source file
` [PATCH 10/23] xfs: more reflink tests
` [PATCH 11/23] reflink: ensure that we can handle reflinking a lot of extents
` [PATCH 12/23] xfs/122: support refcount/rmap data structures
` [PATCH 13/23] xfs: test fragmentation characteristics of copy-on-write
` [PATCH 14/23] reflink: high offset reflink and dedupe tests
` [PATCH 15/23] reflink: test xfs cow behavior when the filesystem crashes
` [PATCH 16/23] reflink: test quota accounting
` [PATCH 17/23] reflink: test CoW across a mixed range of block types with cowextsize set
` [PATCH 18/23] xfs: test the automatic cowextsize extent garbage collector
` [PATCH 19/23] xfs: test rmapbt functionality
` [PATCH 20/23] reflink: test aio copy on write
` [PATCH 21/23] xfs: aio cow tests
` [PATCH 22/23] xfs: test xfs_getbmapx behavior with shared extents
` [PATCH 23/23] reflink: test reflink+cow+enospc all at the same time

[ANNOUNCE] xfs: for-next branch rebased to 4faac78
 2016-02-09  6:49 UTC 

[ANNOUNCE] xfs: for-next branch updated to 4a91310
 2016-02-09  2:06 UTC  (5+ messages)
    ` [PATCH] xfs: log recovery needs to be aware of CONFIG_XFS_RT now

linux-next: build failure after merge of the xfs tree
 2016-02-09  0:41 UTC  (3+ messages)

[PATCH 1/7 v2] repair: big broken filesystems cause pain
 2016-02-09  0:12 UTC  (20+ messages)
` [PATCH 1/7] repair: parallelise phase 7
` [PATCH 2/7] repair: parallelise uncertin inode processing in phase 3
` [PATCH 3/7] libxfs: directory node splitting does not have an extra block
` [PATCH 4/7] libxfs: don't discard dirty buffers
` [PATCH 5/7] libxfs: don't repeatedly shake unwritable buffers
` [PATCH 6/7] libxfs: keep unflushable buffers off the cache MRUs
` [PATCH 7/7] libxfs: reset dirty buffer priority on lookup

[PATCH v8 0/9] DAX fsync/msync support
 2016-02-08 22:06 UTC  (5+ messages)
` [PATCH v8 6/9] dax: add support for fsync/msync

[PATCH v3 0/9] xfs: gut the struct xfs_icdinode
 2016-02-08 19:50 UTC  (28+ messages)
` [PATCH 1/9] xfs: introduce inode log format object
` [PATCH 2/9] xfs: remove timestamps from incore inode
` [PATCH 3/9] xfs: cull unnecessary icdinode fields
` [PATCH 4/9] xfs: move v1 inode conversion to xfs_inode_from_disk
` [PATCH 5/9] xfs: reinitialise recycled VFS inode correctly
` [PATCH 6/9] xfs: use vfs inode nlink field everywhere
` [PATCH 7/9] xfs: move inode generation count to VFS inode
` [PATCH 8/9] xfs: move di_changecount "
` [PATCH 9/9] xfs: mode di_mode to vfs inode

Question about continous blocks for inode due to 'no space left on device' problem
 2016-02-08 15:13 UTC  (5+ messages)

[PATCH 0/3 v2] Q_GETNEXTQUOTA support
 2016-02-08 14:34 UTC  (6+ messages)
` [PATCH 1/3] quota: Add support for ->get_nextdqblk() for VFS quota

vfs/xfs: directio updates to ease COW handling V2
 2016-02-08  9:22 UTC  (9+ messages)
` [PATCH 2/3] xfs: don't use ioends for direct write completions

[PATCH 0/3 v2] metadump/restore: fix up zeroing and accounting
 2016-02-08  8:53 UTC  (8+ messages)
` [PATCH 1/3] metadump: clean up btree block region zeroing
` [PATCH 2/3] metadump: bounds check btree block regions being zeroed
` [PATCH 3/3] xfs_mdrestore: correctly account bytes read

RichACLs man-pages review
 2016-02-07 18:16 UTC  (6+ messages)
` getrichacl(1) man page review comments
` setrichacl(1) "
` richacl(7) "

200% возврата инвестиций
 2016-02-06 22:41 UTC 

Bug#766811: spurious library links
 2016-02-06 13:22 UTC  (4+ messages)

[PATCH 0/3] xfs: fix realtime device assert failures
 2016-02-05 22:35 UTC  (3+ messages)

[PATCH 0/2 v2] xfs_quota: allow operation on ext4 for project quotas
 2016-02-05  5:40 UTC  (5+ messages)
` [PATCH 1/2] xfs_quota: allow operation on foreign filesystem types

[PATCH] quota: report should not take arbitrary parameters
 2016-02-05  4:47 UTC 

[PATCH 0/9] xfs: configurable error behaviour
 2016-02-05  1:23 UTC  (10+ messages)
` [PATCH 1/9] xfs: configurable error behaviour via sysfs
` [PATCH 2/9] xfs: introduce metadata IO error class
` [PATCH 3/9] xfs: add configurable error support to metadata buffers
` [PATCH 4/9] xfs: introduce table-based init for error behaviours
` [PATCH 5/9] xfs: add configuration of error failure speed
` [PATCH 6/9] xfs: add "fail at unmount" error handling configuration
` [PATCH 7/9] xfs: add configuration handles for specific errors
` [PATCH 8/9] xfs: disable specific error configurations
` [PATCH 9/9] xfs: add kmem error configuration class


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