xfs (thread)
[RFC 00/32] making inode time stamps y2038 ready,
Arnd Bergmann,
2014/05/30
- [RFC 11/32] xfs: convert to struct inode_time, Arnd Bergmann, 2014/05/30
- Re: [RFC 11/32] xfs: convert to struct inode_time, Dave Chinner, 2014/05/30
- Re: [RFC 11/32] xfs: convert to struct inode_time, H. Peter Anvin, 2014/05/30
- Re: [RFC 11/32] xfs: convert to struct inode_time, Dave Chinner, 2014/05/30
- Re: [RFC 11/32] xfs: convert to struct inode_time, H. Peter Anvin, 2014/05/30
- Re: [RFC 11/32] xfs: convert to struct inode_time, Dave Chinner, 2014/05/31
- Re: [RFC 11/32] xfs: convert to struct inode_time, H. Peter Anvin, 2014/05/31
- Re: [RFC 11/32] xfs: convert to struct inode_time, Nicolas Pitre, 2014/05/31
- Re: [RFC 11/32] xfs: convert to struct inode_time, Dave Chinner, 2014/05/31
- Re: [RFC 11/32] xfs: convert to struct inode_time, Arnd Bergmann, 2014/05/31
- Re: [RFC 11/32] xfs: convert to struct inode_time, Dave Chinner, 2014/05/31
- Re: [RFC 00/32] making inode time stamps y2038 ready, Vyacheslav Dubeyko, 2014/05/31
- Re: [RFC 00/32] making inode time stamps y2038 ready, Richard Cochran, 2014/05/31
- Message not available
- Message not available
- Message not available
Buying,
Ferotehna D.O.O,
2014/05/29
- Buying, Ferotehna D.O.O, 2014/05/29
[PATCH 00/16 V3] xfs: introduce struct xfs_da_geometry,
Dave Chinner,
2014/05/28
- [PATCH 04/16] xfs: convert dir byte/off conversion to xfs_da_geometry, Dave Chinner, 2014/05/28
- [PATCH 05/16] xfs: convert directory dablk conversion to xfs_da_geometry, Dave Chinner, 2014/05/28
- [PATCH 10/16] xfs: convert dir/attr btree threshold to xfs_da_geometry, Dave Chinner, 2014/05/28
- [PATCH 01/16] xfs: introduce directory geometry structure, Dave Chinner, 2014/05/28
- [PATCH 07/16] xfs: convert directory segment limits to xfs_da_geometry, Dave Chinner, 2014/05/28
- [PATCH 14/16] xfs: use xfs_da_geometry for block size in attr code, Dave Chinner, 2014/05/28
- [PATCH 03/16] xfs: kill XFS_DIR2...FIRSTDB macros, Dave Chinner, 2014/05/28
- [PATCH 06/16] xfs: convert directory db conversion to xfs_da_geometry, Dave Chinner, 2014/05/28
- [PATCH 11/16] xfs: move node entry counts to xfs_da_geometry, Dave Chinner, 2014/05/28
- [PATCH 12/16] xfs: reduce direct usage of mp->m_dir_geo, Dave Chinner, 2014/05/28
- [PATCH 09/16] xfs: convert m_dirblksize to xfs_da_geometry, Dave Chinner, 2014/05/28
- [PATCH 08/16] xfs: convert m_dirblkfsbs to xfs_da_geometry, Dave Chinner, 2014/05/28
- [PATCH 02/16] xfs: move directory block translatiosn to xfs_dir2_priv.h, Dave Chinner, 2014/05/28
- [PATCH 16/16] xfs: repalce attr LBSIZE with xfs_da_geometry, Dave Chinner, 2014/05/28
- [PATCH 13/16] xfs: remove mp->m_dir_geo from directory logging, Dave Chinner, 2014/05/28
- [PATCH 15/16] xfs: pass xfs_da_args to xfs_attr_leaf_newentsize, Dave Chinner, 2014/05/28
- Re: [PATCH 00/16 V3] xfs: introduce struct xfs_da_geometry, Brian Foster, 2014/05/30
- [PATCH 17/16] xfs: remove redundant geometry information from xfs_da_state, Dave Chinner, 2014/05/30
Re: [PATCH v2 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate,
Mark Tinguely,
2014/05/27
- Re: [PATCH v2 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate, Dave Chinner, 2014/05/27
- Re: [PATCH v2 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate, Mark Tinguely, 2014/05/27
- Re: [PATCH v2 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate, Dave Chinner, 2014/05/27
- Re: [PATCH v2 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate, Dave Chinner, 2014/05/28
- Re: [PATCH v2 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate, Mark Tinguely, 2014/05/29
- Re: [PATCH v2 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate, Dave Chinner, 2014/05/30
- Re: [PATCH v2 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate, Mark Tinguely, 2014/05/31
- Re: [PATCH v2 2/7] xfs: add support FALLOC_FL_COLLAPSE_RANGE for fallocate, Mark Tinguely, 2014/05/31
[PATCH 00/16 V2] xfs: introduce struct xfs_da_geometry,
Dave Chinner,
2014/05/22
- [PATCH 14/16] xfs: use xfs_da_geometry for block size in attr code, Dave Chinner, 2014/05/22
- [PATCH 11/16] xfs: move node entry counts to xfs_da_geometry, Dave Chinner, 2014/05/22
- [PATCH 01/16] xfs: introduce directory geometry structure, Dave Chinner, 2014/05/22
- [PATCH 10/16] xfs: convert dir/attr btree threshold to xfs_da_geometry, Dave Chinner, 2014/05/22
- [PATCH 04/16] xfs: convert dir byte/off conversion to xfs_da_geometry, Dave Chinner, 2014/05/22
- [PATCH 03/16] xfs: kill XFS_DIR2...FIRSTDB macros, Dave Chinner, 2014/05/22
- [PATCH 06/16] xfs: convert directory db conversion to xfs_da_geometry, Dave Chinner, 2014/05/22
- [PATCH 08/16] xfs: convert m_dirblkfsbs to xfs_da_geometry, Dave Chinner, 2014/05/22
- [PATCH 15/16] xfs: pass xfs_da_args to xfs_attr_leaf_newentsize, Dave Chinner, 2014/05/22
- [PATCH 02/16] xfs: move directory block translatiosn to xfs_da_btree.h, Dave Chinner, 2014/05/22
- [PATCH 05/16] xfs: convert directory dablk conversion to xfs_da_geometry, Dave Chinner, 2014/05/22
- [PATCH 12/16] xfs: reduce direct usage of mp->m_dir_geo, Dave Chinner, 2014/05/22
- [PATCH 13/16] xfs: remove mp->m_dir_geo from directory logging, Dave Chinner, 2014/05/22
- [PATCH 07/16] xfs: convert directory segment limits to xfs_da_geometry, Dave Chinner, 2014/05/22
- [PATCH 16/16] xfs: repalce attr LBSIZE with xfs_da_geometry, Dave Chinner, 2014/05/22
- [PATCH 09/16] xfs: convert m_dirblksize to xfs_da_geometry, Dave Chinner, 2014/05/22
[PATCH 0/5 V2] xfs: sanitise superblock feature bit support,
Dave Chinner,
2014/05/16
- [PATCH 5/5] xfs: remove shared supberlock feature checking, Dave Chinner, 2014/05/16
- [PATCH 3/5] xfs: turn NLINK feature on by default, Dave Chinner, 2014/05/16
- [PATCH 4/5] xfs: don't need dirv2 checks anymore, Dave Chinner, 2014/05/16
- [PATCH 1/5] xfs: make superblock version checks reflect reality, Dave Chinner, 2014/05/16
- [PATCH 2/5] xfs: keep sb_bad_features2 the same a sb_features2, Dave Chinner, 2014/05/16
[ANNOUNCE] xfstests: new mailing list,
Dave Chinner,
2014/05/15
- Re: [ANNOUNCE] xfstests: new mailing list, Christoph Hellwig, 2014/05/16
- Re: [ANNOUNCE] xfstests: new mailing list, Lukáš Czerner, 2014/05/16
- Re: [ANNOUNCE] xfstests: new mailing list, Christoph Hellwig, 2014/05/16
- Re: [ANNOUNCE] xfstests: new mailing list, Lukáš Czerner, 2014/05/16
- Re: [ANNOUNCE] xfstests: new mailing list, Calvin Walton, 2014/05/16
- Re: [ANNOUNCE] xfstests: new mailing list, Theodore Ts'o, 2014/05/16
- Re: [ANNOUNCE] xfstests: new mailing list, Dave Chinner, 2014/05/16
- Re: [ANNOUNCE] xfstests: new mailing list, Christoph Hellwig, 2014/05/19
- Re: [ANNOUNCE] xfstests: new mailing list, Dave Chinner, 2014/05/19
- Re: [ANNOUNCE] xfstests: new mailing list, Sedat Dilek, 2014/05/16
[PATCH 0/9] xfs: error sign fixes for 3.15-rc6,
Dave Chinner,
2014/05/13
- [PATCH 4/9] xfs: correct error sign on COLLAPSE_RANGE errors, Dave Chinner, 2014/05/13
- [PATCH 3/9] xfs: xfs_commit_metadata returns wrong errno, Dave Chinner, 2014/05/13
- [PATCH 6/9] xfs: fix wrong err sign on xfs_set_acl(), Dave Chinner, 2014/05/13
- [PATCH 8/9] xfs: negate xfs_icsb_init_counters error value, Dave Chinner, 2014/05/13
- [PATCH 5/9] xfs: fix wrong errno from xfs_initxattrs, Dave Chinner, 2014/05/13
- [PATCH 9/9] xfs: list_lru_init returns a negative error, Dave Chinner, 2014/05/13
- [PATCH 2/9] xfs: fix incorrect error sign in xfs_file_aio_read, Dave Chinner, 2014/05/13
- [PATCH 1/9] xfs: xfs_dir_fsync() returns positive errno, Dave Chinner, 2014/05/13
- [PATCH 7/9] xfs: negate mount workqueue init error value, Dave Chinner, 2014/05/13
- Re: [PATCH 0/9] xfs: error sign fixes for 3.15-rc6, Jeff Liu, 2014/05/14
[xfstests PATCH 0/4] locktest: cleanup, bugfixes, and add new locking test,
Jeff Layton,
2014/05/12
- [xfstests PATCH 3/4] locktest: consolidate do_lock and do_unlock, and add ability to F_GETLK, Jeff Layton, 2014/05/12
- [xfstests PATCH 1/4] locktest: don't assume that F_OPEN should use O_RDWR, Jeff Layton, 2014/05/12
- [xfstests PATCH 4/4] locktest: add a F_GETLK vs. openmode test, Jeff Layton, 2014/05/12
- [xfstests PATCH 2/4] locktest: set f_fd to INVALID_HANDLE on close, Jeff Layton, 2014/05/12
- Re: [xfstests PATCH 0/4] locktest: cleanup, bugfixes, and add new locking test, Dave Chinner, 2014/05/12
- Re: [xfstests PATCH 0/4] locktest: cleanup, bugfixes, and add new locking test, Jeff Layton, 2014/05/12
- Re: [xfstests PATCH 0/4] locktest: cleanup, bugfixes, and add new locking test, Dave Chinner, 2014/05/12
- Re: [xfstests PATCH 0/4] locktest: cleanup, bugfixes, and add new locking test, Dave Chinner, 2014/05/12
- Re: [xfstests PATCH 0/4] locktest: cleanup, bugfixes, and add new locking test, Jeff Layton, 2014/05/12
hello,
Dirley.glizt Cejam,
2014/05/08
- hello, lioveth mukuru, 2014/05/15
- hello, llovth mukuru, 2014/05/17
[RFC PATCH 00/18] xfs: directory/attribute geometry abstraction,
Dave Chinner,
2014/05/08
- [PATCH 01/18] xfs: remove redundant checks from xfs_da_read_buf, Dave Chinner, 2014/05/08
- [PATCH 04/18] xfs: kill XFS_DIR2...FIRSTDB macros, Dave Chinner, 2014/05/08
- [PATCH 05/18] xfs: convert dir byte/off conversion to xfs_da_geometry, Dave Chinner, 2014/05/08
- [PATCH 03/18] xfs: move directory block translatiosn to xfs_da_btree.h, Dave Chinner, 2014/05/08
- [PATCH 06/18] xfs: convert directory dablk conversion to xfs_da_geometry, Dave Chinner, 2014/05/08
- [PATCH 11/18] xfs: convert dir/attr btree threshold to xfs_da_geometry, Dave Chinner, 2014/05/08
- [PATCH 09/18] xfs: convert m_dirblkfsbs to xfs_da_geometry, Dave Chinner, 2014/05/08
- [PATCH 15/18] xfs: use xfs_da_geometry for block size in attr code, Dave Chinner, 2014/05/08
- [PATCH 16/18] xfs: pass xfs_da_args to xfs_attr_leaf_newentsize, Dave Chinner, 2014/05/08
- [PATCH 18/18] xfs: add xfs_da_geometry to inode forks, Dave Chinner, 2014/05/08
- [PATCH 07/18] xfs: convert directory db conversion to xfs_da_geometry, Dave Chinner, 2014/05/08
- [PATCH 12/18] xfs: reduce direct usage of mp->m_dir_geo, Dave Chinner, 2014/05/08
- [PATCH 17/18] xfs: repalce attr LBSIZE with xfs_da_geometry, Dave Chinner, 2014/05/08
- [PATCH 13/18] xfs: remove mp->m_dir_geo from directory logging, Dave Chinner, 2014/05/08
- [PATCH 02/18] xfs: introduce directory geometry structure, Dave Chinner, 2014/05/08
- [PATCH 08/18] xfs: convert directory segment limits to xfs_da_geometry, Dave Chinner, 2014/05/08
- [PATCH 10/18] xfs: convert m_dirblksize to xfs_da_geometry, Dave Chinner, 2014/05/08
- [PATCH 14/18] xfs: move node entry counts to xfs_da_geometry, Dave Chinner, 2014/05/08
[PATCH v4 00/20] xfsprogs: introduce the free inode btree,
Brian Foster,
2014/05/07
- [PATCH v4 09/20] xfs: report finobt status in fs geometry, Brian Foster, 2014/05/07
- [PATCH v4 05/20] xfs: insert newly allocated inode chunks into the finobt, Brian Foster, 2014/05/07
- [PATCH v4 03/20] xfs: support the XFS_BTNUM_FINOBT free inode btree type, Brian Foster, 2014/05/07
- [PATCH v4 10/20] xfs: enable the finobt feature on v5 superblocks, Brian Foster, 2014/05/07
- [PATCH v4 07/20] xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper, Brian Foster, 2014/05/07
- [PATCH v4 20/20] xfsprogs/db: add finobt support to metadump, Brian Foster, 2014/05/07
- [PATCH v4 17/20] xfsprogs/repair: helpers for finding in-core inode records w/ free inodes, Brian Foster, 2014/05/07
- [PATCH v4 14/20] xfsprogs/repair: phase 2 finobt scan, Brian Foster, 2014/05/07
- [PATCH v4 19/20] xfsprogs/growfs: report finobt status in fs geometry (xfs_info), Brian Foster, 2014/05/07
- [PATCH v4 18/20] xfsprogs/repair: reconstruct the finobt in phase 5, Brian Foster, 2014/05/07
- [PATCH v4 06/20] xfs: use and update the finobt on inode allocation, Brian Foster, 2014/05/07
- [PATCH v4 13/20] xfsprogs/repair: account for finobt in ag 0 geometry pre-calculation, Brian Foster, 2014/05/07
- [PATCH v4 15/20] xfsprogs/repair: pass btree block magic as param to build_ino_tree(), Brian Foster, 2014/05/07
- [PATCH v4 11/20] xfsprogs/mkfs: finobt mkfs support, Brian Foster, 2014/05/07
- [PATCH v4 16/20] xfsprogs/repair: pull the build_agi() call up out of the inode tree build, Brian Foster, 2014/05/07
- [PATCH v4 08/20] xfs: update the finobt on inode free, Brian Foster, 2014/05/07
- [PATCH v4 04/20] xfs: update inode allocation/free transaction reservations for finobt, Brian Foster, 2014/05/07
- [PATCH v4 01/20] xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers, Brian Foster, 2014/05/07
- [PATCH v4 02/20] xfs: reserve v5 superblock read-only compat. feature bit for finobt, Brian Foster, 2014/05/07
- [PATCH v4 12/20] xfsprogs/db: finobt support, Brian Foster, 2014/05/07
- Re: [PATCH v4 00/20] xfsprogs: introduce the free inode btree, Dave Chinner, 2014/05/26
XFS tune to adaptec ASR71605,
Steve Brooks,
2014/05/06
- Re: XFS tune to adaptec ASR71605, Emmanuel Florac, 2014/05/06
- Re: XFS tune to adaptec ASR71605, Steve Brooks, 2014/05/06
- Re: XFS tune to adaptec ASR71605, Emmanuel Florac, 2014/05/06
- Re: XFS tune to adaptec ASR71605, Steve Brooks, 2014/05/06
- Re: XFS tune to adaptec ASR71605, Emmanuel Florac, 2014/05/06
- Re: XFS tune to adaptec ASR71605, Steve Brooks, 2014/05/06
- Re: XFS tune to adaptec ASR71605 [SOLVED], Steve Brooks, 2014/05/06
- Re: XFS tune to adaptec ASR71605, Dave Chinner, 2014/05/06
- Re: XFS tune to adaptec ASR71605, Stan Hoeppner, 2014/05/06
[XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8,
xfs,
2014/05/06
- [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Dave Chinner, 2014/05/06
- Re: [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Christoph Hellwig, 2014/05/06
- Re: [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Dave Chinner, 2014/05/06
- Re: [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Christoph Hellwig, 2014/05/09
- Re: [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Dave Chinner, 2014/05/09
- Re: [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Christoph Hellwig, 2014/05/06
- Re: [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Brian Foster, 2014/05/07
- Re: [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Dave Chinner, 2014/05/07
- Re: [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Dave Chinner, 2014/05/07
- Re: [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Brian Foster, 2014/05/08
- Re: [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Christoph Hellwig, 2014/05/08
- Re: [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Brian Foster, 2014/05/08
- Re: [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Dave Chinner, 2014/05/08
- Re: [RFC] libxfs kernel infrastructure (was [XFS updates] XFS development tree branch, xfs-libxfs-in-kernel-RFC, created. xfs-for-linus-3.15-rc2-52-g6579dd8), Christoph Hellwig, 2014/05/09
[PATCH 0/5] xfs: sanitise supberlock feature bit support,
Dave Chinner,
2014/05/05
- [PATCH 4/5] xfs: don't need dirv2 checks anymore, Dave Chinner, 2014/05/05
- [PATCH 5/5] xfs: remove shared supberlock feature checking, Dave Chinner, 2014/05/05
- [PATCH 2/5] xfs: keep sb_bad_features2 the same a sb_features2, Dave Chinner, 2014/05/05
- [PATCH 1/5] xfs: make superblock version checks reflect reality, Dave Chinner, 2014/05/05
- [PATCH 3/5] xfs: turn NLINK feature on by default, Dave Chinner, 2014/05/05
attr cleanups,
Christoph Hellwig,
2014/05/03
- [PATCH 3/5] xfs: fold xfs_attr_remove_int into xfs_attr_remove, Christoph Hellwig, 2014/05/03
- [PATCH 2/5] xfs: fold xfs_attr_get_int into xfs_attr_get, Christoph Hellwig, 2014/05/03
- [PATCH 4/5] xfs: simplify attr name setup, Christoph Hellwig, 2014/05/03
- [PATCH 1/5] xfs: fold xfs_attr_set_int into xfs_attr_set, Christoph Hellwig, 2014/05/03
- [PATCH 5/5] xfs: pass struct da_args to xfs_attr_calc_size, Christoph Hellwig, 2014/05/03
- Re: attr cleanups, Mark Tinguely, 2014/05/03
- Re: attr cleanups, Christoph Hellwig, 2014/05/04
- Re: attr cleanups, Dave Chinner, 2014/05/04
- Re: attr cleanups, Mark Tinguely, 2014/05/05
- Re: attr cleanups, Dave Chinner, 2014/05/05
- Re: attr cleanups, Mark Tinguely, 2014/05/06
- Re: attr cleanups, Dave Chinner, 2014/05/06
[PATCH 0/5] xfstests: fixes for the free inode btree,
Brian Foster,
2014/05/02
- [PATCH 5/5] xfs/013: stress the free inode btree, Brian Foster, 2014/05/02
- [PATCH 1/5] xfs/030: filter out extra repair noise for finobt enabled fs', Brian Foster, 2014/05/02
- [PATCH 4/5] xfs/010: test repair for finobt corruption, Brian Foster, 2014/05/02
- [PATCH 2/5] xfstests: add _require_xfs_[mkfs_]finobt() checks for finobt tests, Brian Foster, 2014/05/02
- [PATCH 3/5] xfstests: filter agno/ino repair output for finobt, Brian Foster, 2014/05/02
- Re: [PATCH 0/5] xfstests: fixes for the free inode btree, Dave Chinner, 2014/05/02
XFS filesystem claims to be mounted after a disconnect,
Martin Papik,
2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Eric Sandeen, 2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Eric Sandeen, 2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Mark Tinguely, 2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Martin Papik, 2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Eric Sandeen, 2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Martin Papik, 2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Eric Sandeen, 2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Martin Papik, 2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Eric Sandeen, 2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Martin Papik, 2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Dave Chinner, 2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Dave Chinner, 2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Martin Papik, 2014/05/02
- Re: XFS filesystem claims to be mounted after a disconnect, Dave Chinner, 2014/05/02
[PATCH] xfs: truncate_setsize should be outside transactions,
Dave Chinner,
2014/05/01
- Re: [PATCH] xfs: truncate_setsize should be outside transactions, Christoph Hellwig, 2014/05/01
- Re: [PATCH] xfs: truncate_setsize should be outside transactions, Christoph Hellwig, 2014/05/02
- Re: [PATCH] xfs: truncate_setsize should be outside transactions, Dave Chinner, 2014/05/02
- [PATCH V2] xfs: truncate_setsize should be outside transactions, Dave Chinner, 2014/05/02
- Re: [PATCH V2] xfs: truncate_setsize should be outside transactions, Christoph Hellwig, 2014/05/02
- Re: [PATCH V2] xfs: truncate_setsize should be outside transactions, Dave Chinner, 2014/05/02
- Re: [PATCH V2] xfs: truncate_setsize should be outside transactions, Christoph Hellwig, 2014/05/03
- Re: [PATCH V2] xfs: truncate_setsize should be outside transactions, Dave Chinner, 2014/05/03
- [PATCH V3] xfs: truncate_setsize should be outside transactions, Dave Chinner, 2014/05/05
- Re: [PATCH V3] xfs: truncate_setsize should be outside transactions, Christoph Hellwig, 2014/05/06
- Re: [PATCH V2] xfs: truncate_setsize should be outside transactions, Brian Foster, 2014/05/02