public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-09 10:05:58 to 2015-01-22 11:11:15 UTC [more...]

a simple and scalable pNFS block layout server V2
 2015-01-22 11:09 UTC  (2+ messages)
` [PATCH 05/20] nfsd: move nfsd_fh_match to nfsfh.h

[PATCH v9 0/11] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-01-22  8:52 UTC  (14+ messages)
` [PATCH v9 1/11] fs: Add support "
` [PATCH v9 2/11] xfs: "
` [PATCH v9 3/11] ext4: "
` [PATCH v9 4/11] xfsprogs: xfs_io: add finsert command for insert range
` [PATCH v9 5/11] xfstests: generic/039: Standard insert range tests
` [PATCH v9 6/11] xfstests: generic/040: Delayed allocation insert range
` [PATCH v9 7/11] xfstests: generic/041: Multi insert range tests
` [PATCH v9 8/11] xfstests: generic/042: Delayed allocation multi insert
` [PATCH v9 9/11] xfstests: generic/043: Test multiple fallocate insert/collapse range calls
` [PATCH v9 10/11] xfstests: fsstress: Add fallocate insert range operation
` [PATCH v9 11/11] xfstests: fsx: "

[ANNOUNCE] xfs: for-next branch updated to 438c3c8
 2015-01-22  4:08 UTC 

beginners project: RENAME_WHITEOUT
 2015-01-22  1:05 UTC  (6+ messages)

[PATCH 0/17 v3] quota: Unify VFS and XFS quota interfaces
 2015-01-21 23:10 UTC  (40+ messages)
` [PATCH 01/17] quota: Split ->set_xstate callback into two
` [PATCH 02/17] quota: Wire up ->quota_{enable, disable} callbacks into Q_QUOTA{ON, OFF}
  ` [PATCH 02/17] quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF}
` [PATCH 03/17] quota: Add ->quota_{enable, disable} callbacks for VFS quotas
  ` [PATCH 03/17] quota: Add ->quota_{enable,disable} "
` [PATCH 04/17] ext4: Use generic helpers for quotaon and quotaoff
` [PATCH 05/17] ocfs2: "
` [PATCH 06/17] quota: Remove quota_on_meta callback
` [PATCH 07/17] quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units
` [PATCH 08/17] quota: Store maximum space limit in bytes
` [PATCH 09/17] quota: Make Q_XQUOTASYNC support VFS quota syncing
` [PATCH 10/17] quota: Make VFS quotas use new interface for getting quota info
` [PATCH 11/17] quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state
` [PATCH 12/17] xfs: Convert to using ->get_state callback
` [PATCH 13/17] gfs2: "
` [PATCH 14/17] quota: Remove ->get_xstate and ->get_xstatev callbacks
` [PATCH 15/17] quota: Make ->set_info use structure with neccesary info to VFS and XFS
` [PATCH 16/17] xfs: Add support for Q_SETINFO
` [PATCH 17/17] quota: Hook up Q_XSETQLIM for id 0 to ->set_info

[RFC PATCH 0/6] xfs: truncate vs page fault IO exclusion
 2015-01-21 22:26 UTC  (4+ messages)

[PATCH 0/3] xfs: buffer types need to be set
 2015-01-21 22:06 UTC  (12+ messages)
` [PATCH 1/3] xfs: ensure buffer types are set correctly
` [PATCH 2/3] xfs: inode unlink does not set AGI buffer type
` [PATCH 3/3] xfs: set buf types when converting extent formats
` [PATCH 4/3] xfs: set superblock buffer type correctly

Quota Configuration
 2015-01-21 15:46 UTC  (3+ messages)

[PATCH v2] xfstests/xfs: xfs_repair secondary sb verification regression test
 2015-01-21 15:37 UTC 

[PATCH] xfstests/xfs: xfs_repair secondary sb verification regression test
 2015-01-21  4:12 UTC  (2+ messages)

[PATCH 0/3] xfs: Quota related cleanups
 2015-01-20 23:14 UTC  (11+ messages)
` [PATCH 1/3] xfs: Remove useless test
` [PATCH 2/3] xfs: Remove some useless flags tests
` [PATCH 3/3] xfs: Remove some pointless quota checks

Bug in AGI buffer logging?
 2015-01-20 23:05 UTC  (2+ messages)

[PATCH] xfs: remove incorrect error negation in attr_multi ioctl
 2015-01-20 15:15 UTC 

+ ext4-add-dax-functionality.patch added to -mm tree
 2015-01-19 14:18 UTC 

[PATCH 0/2] xfs: make xfs allocation workqueue per-mount, and high priority
 2015-01-19  2:15 UTC  (25+ messages)
` [PATCH 1/2] xfs: make global xfsalloc workqueue per-mount
` [PATCH 2/2] xfs: mark the xfs-alloc workqueue as high priority
                          ` [PATCH wq/for-3.19] workqueue: fix subtle pool management issue which can stall whole worker_pool
                            ` [PATCH workqueue wq/for-3.19-fixes] "

You'll Never Use A Laptop Again
 2015-01-19  0:57 UTC 

extremely slow file creation/deletion after xfs ran full
 2015-01-16 15:35 UTC  (14+ messages)

[PATCH 0/2] xfsprogs/repair: secondary sb scan cleanups
 2015-01-16 12:05 UTC  (6+ messages)
` [PATCH 1/2] repair: fix unnecessary secondary scan if only last sb is corrupt
` [PATCH 2/2] repair: remove unused strided secondary sb scan logic

[PATCH 2/2] xfs_spaceman: Accounting for AGFL blocks
 2015-01-16 12:10 UTC 

[PATCH 1/2] xfs_spaceman: XFS_IOC_FIEMAPFS ioctl replacing previous FS_IOC_FIEMAPFS
 2015-01-16 12:09 UTC 

[PATCH v8 0/11] fs: Introduce FALLOC_FL_INSERT_RANGE for fallocate
 2015-01-16  7:30 UTC  (22+ messages)
` [PATCH v8 1/11] fs: Add support "
` [PATCH v8 2/11] xfs: "
` [PATCH v8 3/11] ext4: "
` [PATCH v8 4/11] xfsprogs: xfs_io: add finsert command for insert range
` [PATCH v8 5/11] xfstests: generic/039: Standard insert range tests
` [PATCH v8 6/11] xfstests: generic/040: Delayed allocation insert range
` [PATCH v8 7/11] xfstests: generic/041: Multi insert range tests
` [PATCH v8 8/11] xfstests: generic/042: Delayed allocation multi insert
` [PATCH v8 9/11] xfstests: generic/043: Test multiple fallocate insert/collapse range calls
` [PATCH v8 10/11] xfstests: fsstress: Add fallocate insert range operation
` [PATCH v8 11/11] xfstests: fsx: "

2015 en musique - pour toutes vos envies
 2015-01-15 21:16 UTC 

a simple and scalable pNFS block layout server
 2015-01-14 10:08 UTC  (28+ messages)
` [PATCH 03/18] nfsd: factor out a helper to decode nfstime4 values
` [PATCH 09/18] nfsd: implement pNFS operations
` [PATCH 14/18] nfsd: pNFS block layout driver
` [PATCH 17/18] xfs: implement pnfs export operations

Séminaire fiscal international
 2015-01-14  8:44 UTC 

[RFC] xfs: remedy small writes during wrapped-log recovery
 2015-01-13 17:11 UTC  (5+ messages)

La Rançon de la Gloire
 2015-01-13 14:23 UTC 

easily reproducible filesystem crash on rebuilding array
 2015-01-13 13:59 UTC  (3+ messages)

XFS crashing system with general protection fault
 2015-01-13  7:17 UTC  (4+ messages)

You'll Never Use A Laptop Again
 2015-01-11 20:47 UTC 

[LSF/MM ATTEND] xfs development and fs related topics
 2015-01-10 15:01 UTC 

[PATCH 0/3 v3] xfs: simplify superblock logging
 2015-01-09 23:36 UTC  (4+ messages)
` [PATCH 1/3] xfs: remove bitfield based superblock updates

[PATCH] xfs: only reset sb_quotaino when both group/proj in-core inos are null
 2015-01-09 20:36 UTC 

Oops mounting a corrupted XFS filesystem (with the "kernel BUG" message)
 2015-01-09 15:45 UTC  (3+ messages)

[PATCH] xfs: remove deprecated sysctls
 2015-01-09 13:48 UTC  (2+ messages)


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