public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-08 07:31:29 to 2016-02-11 00:26:52 UTC [more...]

[PATCH 0/8 v4] xfs: get rid of xfs_cluster_write
 2016-02-11  0:26 UTC  (18+ messages)
` [PATCH 1/8] xfs: remove nonblocking mode from xfs_vm_writepage
` [PATCH 2/8] xfs: remove xfs_cancel_ioend
` [PATCH 3/8] xfs: Introduce writeback context for writepages
` [PATCH 4/8] xfs: xfs_cluster_write is redundant
` [PATCH 5/8] xfs: factor mapping out of xfs_do_writepage
` [PATCH 6/8] xfs: don't chain ioends during writepage submission
` [PATCH 7/8] [RFC] xfs: build bios directly in xfs_add_to_ioend
` [PATCH 8/8] [RFC] xfs: don't release bios on completion immediately

[PATCH 0/3] xfs: mount option handling fixups
 2016-02-10 23:45 UTC  (4+ messages)
` [PATCH 1/3] xfs: convert mount option parsing to tokens
` [PATCH 2/3] xfs: sanitize remount options
` [PATCH 3/3] xfs: test for valid remount options, error if not

[PATCH v2 0/2] DAX bdev fixes - move flushing calls to FS
 2016-02-10 23:44 UTC  (6+ messages)
` [PATCH v2 1/2] dax: supply DAX clearing code with correct bdev
` [PATCH v2 2/2] dax: move writeback calls into the filesystems

xfs_nondir_ilock_class lockdep warning
 2016-02-10 21:44 UTC  (2+ messages)

block allocations for the refcount btree
 2016-02-10 21:40 UTC  (4+ messages)

[PATCH 0/5 v3] xfs: get rid of xfs_cluster_write()
 2016-02-10 21:09 UTC  (18+ messages)
` [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] xfs: fix two memory leaks in xfs_attr_list.c error paths
 2016-02-10 20:38 UTC  (2+ messages)

RichACLs man-pages review
 2016-02-10 19:34 UTC  (3+ messages)
` richacl(7) man page review comments

[LFS/MM TOPIC] fs reflink issues, fs online scrub/check, etc
 2016-02-10 19:18 UTC 

[PATCH 2/2 v3] xfs_repair: new secondary superblock search method
 2016-02-10 18:50 UTC 

[[PATCH 2/2 v2] xfs_repair: new secondary superblock search method] xfs_repair: new secondary superblock search method
 2016-02-10 15:51 UTC  (4+ messages)
` [PATCH "

[ANNOUNCE] xfs: for-next branch updated to 63a1962
 2016-02-10  5:41 UTC 

linux-next: manual merge of the akpm-current tree with the xfs tree
 2016-02-10  5:24 UTC 

xfsprogs_4.3.0+nmu1_amd64.changes ACCEPTED into unstable
 2016-02-10  4:07 UTC 

Processing of xfsprogs_4.3.0+nmu1_amd64.changes
 2016-02-10  3:49 UTC 

Bug#766811: spurious library links
 2016-02-10  3:20 UTC  (6+ messages)

a small fix for the reflink tree
 2016-02-10  1:38 UTC  (3+ messages)
` [PATCH] xfs: handle AGs without reservation in xfs_refcountbt_free_reserve_pool

[PATCH v4.1 00/23] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
 2016-02-10  1:07 UTC  (44+ 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

[PATCH] xfsprogs: guard fsxattr definition for newer kernels
 2016-02-09 22:37 UTC  (8+ messages)

[PATCH 0/6] xfs: clean up buffer flag macros
 2016-02-09 21:49 UTC  (19+ 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  (21+ messages)
` [PATCH 1/2] dax: pass bdev argument to dax_clear_blocks()
` [PATCH 2/2] dax: move writeback calls into the filesystems

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

[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  (17+ 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  (5+ 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  (7+ 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  (7+ 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


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