public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-02 23:38:20 to 2016-02-08 22:59:09 UTC [more...]

[PATCH 0/6] xfs: clean up buffer flag macros
 2016-02-08 22:59 UTC  (15+ 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 v8 0/9] DAX fsync/msync support
 2016-02-08 22:06 UTC  (10+ messages)
` [PATCH v8 4/9] dax: support dirty DAX entries in radix tree
` [PATCH v8 6/9] dax: add support for fsync/msync

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

[PATCH 0/4 v2] xfs: get rid of xfs_cluster_write()
 2016-02-08 20:21 UTC  (5+ messages)
` [PATCH 2/4] xfs: Introduce writeback context for writepages

[PATCH 1/7 v2] repair: big broken filesystems cause pain
 2016-02-08 19:54 UTC  (19+ 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

[ANNOUNCE] xfs: for-next branch updated to 4a91310
 2016-02-08 19:52 UTC  (3+ messages)

[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  (8+ messages)
` [PATCH 1/3] quota: Add support for ->get_nextdqblk() for VFS quota
` [PATCH 2/3] quota_v2: Implement get_next_id() for V2 quota format
` [PATCH 3/3] ocfs2: Implement get_next_id()

vfs/xfs: directio updates to ease COW handling V2
 2016-02-08  9:22 UTC  (17+ messages)
` [PATCH 1/3] direct-io: always call ->end_io if non-NULL
` [PATCH 2/3] xfs: don't use ioends for direct write completions
` [PATCH 3/3] xfs: fold xfs_vm_do_dio into xfs_vm_direct_IO

[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

[PATCH 0/5 v3] xfs: get rid of xfs_cluster_write()
 2016-02-08  5:44 UTC  (6+ 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

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  (6+ messages)
` [PATCH 1/2] xfs_quota: allow operation on foreign filesystem types
` [PATCH 2/2] xfs_fs.h: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion

[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

reflink log reservations
 2016-02-04 18:05 UTC  (4+ messages)

[PATCH] dax: dirty inode only if required
 2016-02-04 15:50 UTC  (3+ messages)

Request for information on bloated writes using Swift
 2016-02-04  6:16 UTC  (14+ messages)

real-time device warning
 2016-02-03 23:40 UTC  (4+ messages)

stop using ioends for direct write completions
 2016-02-03 22:22 UTC  (7+ messages)

VFS/XFS: directio updates to ease COW handling
 2016-02-03 15:48 UTC  (8+ messages)
` [PATCH 1/3] direct-io: always call ->end_io if non-NULL
` [PATCH 2/3] xfs: don't use ioends for direct write completions
` [PATCH 3/3] xfs: fold xfs_vm_do_dio into xfs_vm_direct_IO

[PATCH 0/3] xfs: miscellaneous bugfixes
 2016-02-03 12:37 UTC  (5+ messages)
` [PATCH 3/3] xfs: check sizes of XFS on-disk structures at compile time

[PATCH] dax: allow DAX to look up an inode's block device
 2016-02-03  0:33 UTC  (8+ messages)


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