public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-13 02:39:21 to 2016-02-22 10:25:48 UTC [more...]

[PATCH] xfs_io: implement 'inode' command V6
 2016-02-22 10:25 UTC  (4+ messages)

[PATCH] xfs_db: Fix dquot command docs
 2016-02-22  9:03 UTC  (2+ messages)

[PATCH] libxfs: fix up mismerge in libxfs_iflush_int
 2016-02-22  9:03 UTC  (3+ messages)

[lkp] [xfs] fbcc025613: -5.6% fsmark.files_per_sec
 2016-02-22  8:54 UTC  (2+ messages)

What is the meaning of XLOG_MIN_RECORD_BSIZE? (Missing a check?)
 2016-02-22  8:38 UTC  (6+ messages)

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

xfstests configure error with xfsprogs v4.5-rc1
 2016-02-22  8:00 UTC  (3+ messages)

recovering corrupt filesystem after raid failure
 2016-02-22  2:24 UTC  (2+ messages)

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

xfs trace in 4.4.2
 2016-02-20 18:02 UTC  (3+ messages)

test - please ignore
 2016-02-19 15:22 UTC 

[fengguang.wu@intel.com: [pnfs:xfs-nfsd-clone] 57b7d25bf4c57ebe0fbd2d8c5b37edf503175e1f BUILD DONE]
 2016-02-18 14:06 UTC  (2+ messages)

[PATCH 1/3] xfs: remove xfs_trans_get_block_res
 2016-02-18 12:10 UTC  (7+ messages)
` [PATCH 2/3] xfs: better xfs_trans_alloc interface
` [PATCH 3/3] xfs: remove transaction types

[PATCH] xfs: fix up inode32/64 (re)mount handling
 2016-02-18 12:08 UTC  (5+ messages)

[ANNOUNCE] xfsprogs: for-next branch updated to e37bf53
 2016-02-18  1:13 UTC 

[PATCH v3 0/6] DAX fixes, move flushing calls to FS
 2016-02-18  0:12 UTC  (16+ messages)
` [PATCH v3 1/6] block: disable block device DAX by default
` [PATCH v3 2/6] ext2, ext4: only set S_DAX for regular inodes
` [PATCH v3 3/6] ext4: Online defrag not supported with DAX
` [PATCH v3 4/6] dax: give DAX clearing code correct bdev
` [PATCH v3 5/6] dax: move writeback calls into the filesystems
` [PATCH v3 6/6] block: use dax_do_io() if blkdev_dax_capable()

[PATCH 0/4] xfs: fixes for XFS_DIFLAG2_DAX support
 2016-02-17 22:56 UTC  (14+ messages)
` [PATCH 1/4] xfs: XFS_DIFLAG_DAX is only for regular files or directories
` [PATCH 2/4] xfs: S_DAX is only for regular files
` [PATCH 3/4] xfs: dynamically switch modes when XFS_DIFLAG2_DAX is set/cleared
  ` [PATCH 3/4 v2] "
` [PATCH 4/4] xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZE

[PATCH 0/3] xfsprogs: FS_IOC_FS[SG]ETXATTR and DAX support
 2016-02-17 22:53 UTC  (8+ messages)
` [PATCH 1/3] xfs_fs.h: XFS_IOC_FS[SG]SETXATTR to FS_IOC_FS[SG]ETXATTR promotion
` [PATCH 2/3] xfs: introduce per-inode DAX enablement
` [PATCH 3/3] xfs_io: add support for changing the new inode DAX attribute

[PATCH 0/3] xfs: mount option handling fixups
 2016-02-17 17:19 UTC  (14+ messages)
` [PATCH 1/3] xfs: convert mount option parsing to tokens
  ` [PATCH 1/3 V2] "
  ` [PATCH 1/3 V3] "
` [PATCH 2/3] xfs: sanitize remount options
  ` [PATCH 2/3 V2] "
` [PATCH 3/3] xfs: test for valid remount options, error if not

oss.sgi.com - maintenance Wed Feb 17 09:00 CT USA
 2016-02-17 15:09 UTC  (3+ messages)
  ` oss.sgi.com - maintenance - rescheduled Fri Feb 19 "

cooperation
 2016-02-17 15:05 UTC 

[PATCH v4.3 0/3] xfstests: minor fixes for the reflink/dedupe tests
 2016-02-17 10:10 UTC  (9+ messages)
` [PATCH 1/3] generic/304: fix high offset
` [PATCH 2/3] punch-alternating: use the block size reported by the fs for punching
` [PATCH 3/3] xfs/24[356]: check for -c switch to xfs_io bmap command

[PATCH 00/15] xfsprogs: libxfs kernel sync to 4.6-for-next
 2016-02-17  9:30 UTC  (26+ messages)
` [PATCH 01/15] xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk
` [PATCH 02/15] xfs: handle errors from ->free_blocks in xfs_btree_kill_iroot
` [PATCH 03/15] xfs: factor btree block freeing into a helper
` [PATCH 04/15] xfs: move buffer invalidation to xfs_btree_free_block
` [PATCH 05/15] xfs: remove unused function definitions
` [PATCH 06/15] xfs: RT bitmap and summary buffers are not typed
` [PATCH 07/15] xfs: RT bitmap and summary buffers need verifiers
` [PATCH 08/15] xfs: introduce inode log format object
` [PATCH 09/15] xfs: remove timestamps from incore inode
` [PATCH 10/15] xfs: cull unnecessary icdinode fields
` [PATCH 11/15] xfs: move v1 inode conversion to xfs_inode_from_disk
` [PATCH 12/15] xfs: use vfs inode nlink field everywhere
` [PATCH 13/15] xfs: move inode generation count to VFS inode
` [PATCH 14/15] xfs: move di_changecount "
` [PATCH 15/15] xfs: mode di_mode to vfs inode

[ANNOUNCE] xfsprogs: v4.5.0-rc1 released
 2016-02-17  6:23 UTC 

[PATCH] xfs: test inode32/inode64 options w/ remount & growfs
 2016-02-11 23:42 UTC 

[PATCH 0/14] xfsprogs: kernel libxfs sync up to 4.5-rc2
 2016-02-16 19:20 UTC  (18+ messages)
` [PATCH 01/14] libxfs: Optimize the loop for xfs_bitmap_empty
` [PATCH 02/14] xfs: add missing bmap cancel calls in error paths
` [PATCH 03/14] xfs: log local to remote symlink conversions correctly on v5 supers
` [PATCH 04/14] xfs: per-filesystem stats counter implementation
` [PATCH 05/14] xfs: introduce BMAPI_ZERO for allocating zeroed extents
` [PATCH 06/14] xfs: get mp from bma->ip in xfs_bmap code
` [PATCH 07/14] xfs: bmapbt checking on debug kernels too expensive
` [PATCH 08/14] xfs: eliminate committed arg from xfs_bmap_finish
` [PATCH 09/14] xfs: inode recovery readahead can race with inode buffer creation
` [PATCH 10/14] xfs: handle dquot buffer readahead in log recovery correctly
` [PATCH 11/14] xfs: swap leaf buffer into path struct atomically during path shift
` [PATCH 12/14] libxfs: fix two comment typos
` [PATCH 13/14] xfs: stop holding ILOCK over filldir callbacks
` [PATCH 14/14] xfs: Validate the length of on-disk ACLs

[PATCH 0/9] xfs: configurable error behaviour
 2016-02-16 17:09 UTC  (9+ messages)
` [PATCH 5/9] xfs: add configuration of error failure speed
` [PATCH 6/9] xfs: add "fail at unmount" error handling configuration
` [PATCH 8/9] xfs: disable specific error configurations

[ANNOUNCE] xfs: for-next branch updated to e15c65b
 2016-02-16  5:45 UTC 

XFS fiemap issue with Linux 3.10.0-327.el7.x86_64 (CentOS 7)
 2016-02-16  0:23 UTC  (7+ messages)

[PATCH v3] xfs_quota: modify commands which can't handle multiple types
 2016-02-16  0:12 UTC  (2+ messages)

[PATCH 0/2 v4] xfs_repair: improved secondary sb search
 2016-02-15 22:11 UTC  (7+ messages)
` [PATCH v4 1/2] libxcmd: generalize topology functions
` [PATCH v4 2/2] xfs_repair: new secondary superblock search method
    ` [PATCH v5 "

[PATCH] xfs: fix format specifier , should be %llx and not %llu
 2016-02-15 18:57 UTC  (2+ messages)

[PATCH] xfs: remove xfs_trans_get_block_res
 2016-02-15 18:56 UTC  (2+ messages)

xfsprogs 4.3.0+nmu1 MIGRATED to testing
 2016-02-15 16:39 UTC 

[PATCH v2] xfs_quota: modify commands which can't handle multiple types
 2016-02-15 15:32 UTC  (2+ messages)

[PATCH] [RFC] xfs: allocate log vector buffers outside CIL context lock
 2016-02-15 13:28 UTC  (7+ messages)
` [PATCH v2] "

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

[PATCH v4.2 00/32] xfstests: test the nfs/cifs/btrfs/xfs reflink/dedupe ioctls
 2016-02-13  8:03 UTC  (4+ messages)

[PATCH v2 0/2] DAX bdev fixes - move flushing calls to FS
 2016-02-13  4:59 UTC  (5+ messages)


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