xfs (thread)
[PATCH 00/16] quota cleanups for Linux 3.3,
Christoph Hellwig,
2011/11/28
- [PATCH 02/16] xfs: make sure to really flush all dquots in xfs_qm_quotacheck, Christoph Hellwig, 2011/11/28
- [PATCH 01/16] xfs: untange SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush, Christoph Hellwig, 2011/11/28
- [PATCH 06/16] xfs: cleanup xfs_qm_dqlookup, Christoph Hellwig, 2011/11/28
- [PATCH 03/16] xfs: remove xfs_qm_sync, Christoph Hellwig, 2011/11/28
- [PATCH 04/16] xfs: remove the sync_mode argument to xfs_qm_dqflush_all, Christoph Hellwig, 2011/11/28
- [PATCH 08/16] xfs: implement lazy removal for the dquot freelist, Christoph Hellwig, 2011/11/28
- [PATCH 10/16] xfs: nest qm_dqfrlist_lock insise the dquot qlock, Christoph Hellwig, 2011/11/28
- [PATCH 05/16] xfs: cleanup dquot locking helpers, Christoph Hellwig, 2011/11/28
- [PATCH 07/16] xfs: remove XFS_DQ_INACTIVE, Christoph Hellwig, 2011/11/28
- [PATCH 11/16] xfs: simplify xfs_qm_dqattach_grouphint, Christoph Hellwig, 2011/11/28
- [PATCH 14/16] xfs: merge xfs_qm_dqinit_core into the only caller, Christoph Hellwig, 2011/11/28
- [PATCH 13/16] xfs: add a xfs_dqhold helper, Christoph Hellwig, 2011/11/28
- [PATCH 12/16] xfs: simplify xfs_qm_detach_gdquots, Christoph Hellwig, 2011/11/28
- [PATCH 16/16] xfs: remove XFS_QMOPT_DQSUSER, Christoph Hellwig, 2011/11/28
- [PATCH 15/16] xfs: kill xfs_qm_idtodq, Christoph Hellwig, 2011/11/28
- [PATCH 09/16] xfs: flatten the dquot lock ordering, Christoph Hellwig, 2011/11/28
[PATCH 0/4] xfs fixes for Linux 3.2-rc3,
Christoph Hellwig,
2011/11/28
- [PATCH 2/4] xfs: validate acl count, Christoph Hellwig, 2011/11/28
- [PATCH 1/4] xfs: fix attr2 vs large data fork assert, Christoph Hellwig, 2011/11/28
- [PATCH 3/4] xfs: force buffer writeback before blocking on the ilock in inode reclaim, Christoph Hellwig, 2011/11/28
- [PATCH 4/4] xfs: fix the logspace waiting algorithm, Christoph Hellwig, 2011/11/28
- Re: [PATCH 0/4] xfs fixes for Linux 3.2-rc3, Ben Myers, 2011/11/29
- [PATCH 5/4] xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernels, Christoph Hellwig, 2011/11/30
[PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size,
Carlos Maiolino,
2011/11/24
- Re: [PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size, Carlos Maiolino, 2011/11/24
- Re: [PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size, Dave Chinner, 2011/11/26
- Re: [PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size, Eric Sandeen, 2011/11/27
- Re: [PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size, Dave Chinner, 2011/11/27
- Re: [PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size, Christoph Hellwig, 2011/11/28
- Re: [PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size, Martin K. Petersen, 2011/11/28
- Re: [PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size, Eric Sandeen, 2011/11/28
- Re: [PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size, Martin K. Petersen, 2011/11/29
- Re: [PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size, Eric Sandeen, 2011/11/29
- Re: [PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size, Dave Chinner, 2011/11/29
- Re: [PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size, Carlos Maiolino, 2011/11/30
- Re: [PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size, Greg Freemyer, 2011/11/28
- Re: [PATCH] libxfs: Get Physical Sector Size instead of Logical Sector size, Christoph Hellwig, 2011/11/28
[PATCH 0/6] XFS update for 3.1-stable,
Ben Myers,
2011/11/23
- [PATCH 1/6] xfs: don't serialise direct IO reads on page cache checks, Ben Myers, 2011/11/23
- [PATCH 2/6] xfs: avoid direct I/O write vs buffered I/O race, Ben Myers, 2011/11/23
- [PATCH 3/6] xfs: Return -EIO when xfs_vn_getattr() failed, Ben Myers, 2011/11/23
- [PATCH 4/6] xfs: fix buffer flushing during unmount, Ben Myers, 2011/11/23
- [PATCH 5/6] xfs: Fix possible memory corruption in xfs_readlink, Ben Myers, 2011/11/23
- [PATCH 6/6] xfs: use doalloc flag in xfs_qm_dqattach_one(), Ben Myers, 2011/11/23
- Re: [PATCH 0/6] XFS update for 3.1-stable, Christoph Hellwig, 2011/11/28
- Re: [PATCH 0/6] XFS update for 3.1-stable, Greg KH, 2011/11/28
- Re: [PATCH 0/6] XFS update for 3.1-stable, Ben Myers, 2011/11/28
- Re: [PATCH 0/6] XFS update for 3.1-stable, Greg KH, 2011/11/28
- XFS update for 3.1-stable (resent), Ben Myers, 2011/11/30
- [PATCH 1/6] xfs: don't serialise direct IO reads on page cache checks, Ben Myers, 2011/11/30
- [PATCH 2/6] xfs: avoid direct I/O write vs buffered I/O race, Ben Myers, 2011/11/30
- [PATCH 3/6] xfs: Return -EIO when xfs_vn_getattr() failed, Ben Myers, 2011/11/30
- [PATCH 4/6] xfs: fix buffer flushing during unmount, Ben Myers, 2011/11/30
- [PATCH 5/6] xfs: Fix possible memory corruption in xfs_readlink, Ben Myers, 2011/11/30
- [PATCH 6/6] xfs: use doalloc flag in xfs_qm_dqattach_one(), Ben Myers, 2011/11/30
EFSCORRUPTED on mount?,
Gregory Farnum,
2011/11/21
- Re: EFSCORRUPTED on mount?, Emmanuel Florac, 2011/11/21
- Re: EFSCORRUPTED on mount?, Ben Myers, 2011/11/21
- Re: EFSCORRUPTED on mount?, Gregory Farnum, 2011/11/21
- Re: EFSCORRUPTED on mount?, Dave Chinner, 2011/11/21
- Re: EFSCORRUPTED on mount?, Gregory Farnum, 2011/11/22
- Re: EFSCORRUPTED on mount?, Eric Sandeen, 2011/11/22
- Re: EFSCORRUPTED on mount?, Gregory Farnum, 2011/11/22
- Re: EFSCORRUPTED on mount?, Eric Sandeen, 2011/11/22
- Re: EFSCORRUPTED on mount?, Christoph Hellwig, 2011/11/22
- Re: EFSCORRUPTED on mount?, Gregory Farnum, 2011/11/22
- Re: EFSCORRUPTED on mount?, Christoph Hellwig, 2011/11/23
- Re: EFSCORRUPTED on mount?, Christoph Hellwig, 2011/11/22
- Re: EFSCORRUPTED on mount?, Emmanuel Florac, 2011/11/22
- Re: EFSCORRUPTED on mount?, Eric Sandeen, 2011/11/22
stale NFS file handle problem on XFS inode64,
hank peng,
2011/11/21
- Re: stale NFS file handle problem on XFS inode64, Emmanuel Florac, 2011/11/21
- Re: stale NFS file handle problem on XFS inode64, Christoph Hellwig, 2011/11/21
- Re: stale NFS file handle problem on XFS inode64, hank peng, 2011/11/21
- Re: stale NFS file handle problem on XFS inode64, Dave Chinner, 2011/11/21
- Re: stale NFS file handle problem on XFS inode64, hank peng, 2011/11/21
- Re: stale NFS file handle problem on XFS inode64, Emmanuel Florac, 2011/11/22
- Re: stale NFS file handle problem on XFS inode64, Christoph Hellwig, 2011/11/22
- Re: stale NFS file handle problem on XFS inode64, Christoph Hellwig, 2011/11/22
- Re: stale NFS file handle problem on XFS inode64, hank peng, 2011/11/22
- Re: stale NFS file handle problem on XFS inode64, Christoph Hellwig, 2011/11/28
[RFC][PATCH 0/8] xfstests: rework large filesystem testing,
Dave Chinner,
2011/11/21
- [PATCH 2/8] xfstests: rename USE_BIG_LOOPFS to be more generic, Dave Chinner, 2011/11/21
- [PATCH 1/8] xfstests: add --largefs check option, Dave Chinner, 2011/11/21
- [PATCH 3/8] xfstests: rename RETAIN_AG_BYTES, Dave Chinner, 2011/11/21
- [PATCH 4/8] xfstests: use preallocation for ag-wiper, Dave Chinner, 2011/11/21
- [PATCH 5/8] xfstests: use command line option for setting extra space, Dave Chinner, 2011/11/21
- [PATCH 6/8] xfstest: enable xfs_repair for large filesystem testing, Dave Chinner, 2011/11/21
- [PATCH 8/8] xfstests: enable large fs testing on ext4, Dave Chinner, 2011/11/21
- [PATCH 7/8] xfstests: always us test option when checking large scratch device, Dave Chinner, 2011/11/21
- Re: [RFC][PATCH 0/8] xfstests: rework large filesystem testing, Theodore Tso, 2011/11/21
[PATCH 0/9] XFS update for 3.0-stable,
Christoph Hellwig,
2011/11/19
- [PATCH 2/9] [PATCH 2/9] xfs: fix xfs_mark_inode_dirty during umount, Christoph Hellwig, 2011/11/19
- [PATCH 1/9] [PATCH 1/9] "xfs: fix error handling for synchronous writes", Christoph Hellwig, 2011/11/19
- [PATCH 3/9] [PATCH 3/9] xfs: fix ->write_inode return values, Christoph Hellwig, 2011/11/19
- [PATCH 5/9] [PATCH 5/9] xfs: avoid direct I/O write vs buffered I/O race, Christoph Hellwig, 2011/11/19
- [PATCH 8/9] [PATCH 8/9] xfs: Fix possible memory corruption in xfs_readlink, Christoph Hellwig, 2011/11/19
- [PATCH 4/9] [PATCH 4/9] xfs: dont serialise direct IO reads on page cache, Christoph Hellwig, 2011/11/19
- [PATCH 9/9] [PATCH 9/9] xfs: use doalloc flag in xfs_qm_dqattach_one(), Christoph Hellwig, 2011/11/19
- [PATCH 6/9] [PATCH 6/9] xfs: Return -EIO when xfs_vn_getattr() failed, Christoph Hellwig, 2011/11/19
- [PATCH 7/9] [PATCH 7/9] xfs: fix buffer flushing during unmount, Christoph Hellwig, 2011/11/19
- Re: [PATCH 0/9] XFS update for 3.0-stable, Greg KH, 2011/11/19
- Re: [PATCH 0/9] XFS update for 3.0-stable, Dave Chinner, 2011/11/20
- Re: [PATCH 0/9] XFS update for 3.0-stable, Ben Myers, 2011/11/21
[PATCH 0/5] for-3.2 queue,
Christoph Hellwig,
2011/11/15
- [PATCH 1/5] [PATCH] xfs: fix attr2 vs large data fork assert, Christoph Hellwig, 2011/11/15
- [PATCH 4/5] xfs: log file size updates as part of unwritten extent conversion, Christoph Hellwig, 2011/11/15
- [PATCH 5/5] xfs: log file size updates at I/O completion time, Christoph Hellwig, 2011/11/15
- [PATCH 2/5] xfs: use per-filesystem I/O completion workqueues, Christoph Hellwig, 2011/11/15
- [PATCH 3/5] xfs: do not require an ioend for new EOF calculation, Christoph Hellwig, 2011/11/15
Re: SEEK_DATA/SEEK_HOLE support,
Christoph Hellwig,
2011/11/14
- Re: SEEK_DATA/SEEK_HOLE support, Jeff Liu, 2011/11/14
- Re: SEEK_DATA/SEEK_HOLE support, Christoph Hellwig, 2011/11/14
- XFS SEEK_DATA/SEEK_HOLE support V1, Jeff Liu, 2011/11/19
- Re: XFS SEEK_DATA/SEEK_HOLE support V1, Jeff Liu, 2011/11/19
- [PATCH] Introduce SEEK_DATA/SEEK_HOLE support to XFS V1, Jeff Liu, 2011/11/19
- Re: [PATCH] Introduce SEEK_DATA/SEEK_HOLE support to XFS V1, Christoph Hellwig, 2011/11/19
- Re: [PATCH] Introduce SEEK_DATA/SEEK_HOLE support to XFS V1, Jeff Liu, 2011/11/20
- Re: [PATCH] Introduce SEEK_DATA/SEEK_HOLE support to XFS V1, Dave Chinner, 2011/11/19
- Re: [PATCH] Introduce SEEK_DATA/SEEK_HOLE support to XFS V1, Jeff Liu, 2011/11/20
- Re: [PATCH] Introduce SEEK_DATA/SEEK_HOLE support to XFS V1, Christoph Hellwig, 2011/11/20
- Re: [PATCH] Introduce SEEK_DATA/SEEK_HOLE support to XFS V1, Dave Chinner, 2011/11/20
[PATCH 0/8] xfsprogs: new resvsp db command, plus some fixes,
Alex Elder,
2011/11/10
- [PATCH 1/8] xfsprogs: Fix setbitval() bug when nbits is byte-aligned, Alex Elder, 2011/11/10
- [PATCH 2/8] xfsprogs: unconditionally drop used buffer reference, Alex Elder, 2011/11/10
- [PATCH 5/8] xfsprogs: Drop root inode refrerence in libxfs_umount(), Alex Elder, 2011/11/10
- [PATCH 8/8] xfsprogs: xfs_db: add new "resvsp" command, Alex Elder, 2011/11/10
- [PATCH 3/8] xfsprogs: xfs_repair: don't set the root inode pointer, Alex Elder, 2011/11/10
- [PATCH 4/8] xfsprogs: mkfs.xfs: let libxfs_umount() do its thing, Alex Elder, 2011/11/10
- [PATCH 6/8] xfsprogs: xfs_db: unmount fs before exiting, Alex Elder, 2011/11/10
- [PATCH 7/8] xfsprogs: clean up errors in libxfs_mount() consistently, Alex Elder, 2011/11/10
[PATCH 0/5] log all file size updates,
Christoph Hellwig,
2011/11/08
- [PATCH 2/5] xfs: use per-filesystem I/O completion workqueues, Christoph Hellwig, 2011/11/08
- [PATCH 4/5] xfs: log file size updates as part of unwritten extent conversion, Christoph Hellwig, 2011/11/08
- [PATCH 3/5] xfs: do not require an ioend for new EOF calculation, Christoph Hellwig, 2011/11/08
- [PATCH 5/5] xfs: log file size updates at I/O completion time, Christoph Hellwig, 2011/11/08
- [PATCH 1/5] fix: force shutdown handling in xfs_end_io, Christoph Hellwig, 2011/11/08
[PATCH v2 0/8] xfsdump: enable support for multiple streams,
Bill Kendall,
2011/11/07
- [PATCH v2 3/8] xfsdump: implement lock abstraction with pthreads, Bill Kendall, 2011/11/07
- [PATCH v2 8/8] xfsdump: enable multiple streams, Bill Kendall, 2011/11/07
- [PATCH v2 1/8] xfsdump: link with libpthread, Bill Kendall, 2011/11/07
- [PATCH v2 7/8] xfsdump: path lookup cache must be thread specific, Bill Kendall, 2011/11/07
- [PATCH v2 6/8] xfsdump: process thread exit status, Bill Kendall, 2011/11/07
- [PATCH v2 2/8] xfsdump: remove multi-stream synchronous dir dump, Bill Kendall, 2011/11/07
- [PATCH v2 5/8] xfsdump: convert IRIX sproc threads to pthreads, Bill Kendall, 2011/11/07
- [PATCH v2 4/8] xfsdump: simplify qlock ordinal bitmap, Bill Kendall, 2011/11/07
- Re: [PATCH v2 0/8] xfsdump: enable support for multiple streams, Christoph Hellwig, 2011/11/10
[PATCH 1/9] xfstests: fsstress add command line style output for show_opts,
Dmitry Monakhov,
2011/11/03
- [PATCH 2/9] xfstests: freeze fsstress options for 117'th, Dmitry Monakhov, 2011/11/03
- [PATCH 3/9] xfstests: add fallocate support to fsstress, Dmitry Monakhov, 2011/11/03
- [PATCH 4/9] xfstests: fsstress add FS_IOC_{SET,GET}FLAGS operations v2, Dmitry Monakhov, 2011/11/03
- [PATCH 5/9] xfstests: add fiemap operation to fsstress, Dmitry Monakhov, 2011/11/03
- [PATCH 6/9] xfstests: add a new test that runs fsstress under ENOSPC conditions, Dmitry Monakhov, 2011/11/03
- [PATCH 7/9] xfstests: add a new quota test that runs fsstress under ENOSPC conditions, Dmitry Monakhov, 2011/11/03
- [PATCH 8/9] xfstress: add regression testcase for d583fb87a3ff0, Dmitry Monakhov, 2011/11/03
- [PATCH 9/9] xfstress: Test data journaling flag switch for a single file, Dmitry Monakhov, 2011/11/03
- Re: [PATCH 1/9] xfstests: fsstress add command line style output for show_opts, Dave Chinner, 2011/11/07
[PATCH 00/12] Bunch of new stress tests -v4,
Dmitry Monakhov,
2011/11/03
- [PATCH 01/12] xfstests: fsstress dump inode info when possible, Dmitry Monakhov, 2011/11/03
- [PATCH 02/12] xfstests: add different logging option to fsstress, Dmitry Monakhov, 2011/11/03
- [PATCH 06/12] xfstests: add fallocate support to fsstress, Dmitry Monakhov, 2011/11/03
- [PATCH 03/12] xfstests: fsstress should kill children tasks before exit, Dmitry Monakhov, 2011/11/03
- [PATCH 07/12] xfstests: fsstress add FS_IOC_{SET,GET}FLAGS operations v2, Dmitry Monakhov, 2011/11/03
- [PATCH 04/12] xfstests: fsstress add command line style output for show_opts, Dmitry Monakhov, 2011/11/03
- [PATCH 10/12] xfstests: add a new quota test that runs fsstress under ENOSPC conditions, Dmitry Monakhov, 2011/11/03
- [PATCH 09/12] xfstests: add a new test that runs fsstress under ENOSPC conditions, Dmitry Monakhov, 2011/11/03
- [PATCH 05/12] xfstests: freeze fsstress options for 117'th, Dmitry Monakhov, 2011/11/03
- [PATCH 11/12] xfstress: add regression testcase for d583fb87a3ff0, Dmitry Monakhov, 2011/11/03
- [PATCH 12/12] xfstress: Test data journaling flag switch for a single file, Dmitry Monakhov, 2011/11/03
- [PATCH 08/12] xfstests: add fiemap operation to fsstress, Dmitry Monakhov, 2011/11/03
- Re: [PATCH 00/12] Bunch of new stress tests -v4, Christoph Hellwig, 2011/11/03
Re: xfs_repair fails with corrupt dinode 17491441757, extent total = 1, nblocks = 0. This is a bug.,
Christoph Hellwig,
2011/11/03
- Re: xfs_repair fails with corrupt dinode 17491441757, extent total = 1, nblocks = 0. This is a bug., Arkadiusz MiÅkiewicz, 2011/11/03
- Re: xfs_repair fails with corrupt dinode 17491441757, extent total = 1, nblocks = 0. This is a bug., Christoph Hellwig, 2011/11/03
- Re: xfs_repair fails with corrupt dinode 17491441757, extent total = 1, nblocks = 0. This is a bug., Arkadiusz MiÅkiewicz, 2011/11/03
- Re: xfs_repair fails with corrupt dinode 17491441757, extent total = 1, nblocks = 0. This is a bug., Christoph Hellwig, 2011/11/03
- Re: xfs_repair fails with corrupt dinode 17491441757, extent total = 1, nblocks = 0. This is a bug., Christoph Hellwig, 2011/11/03
- Re: xfs_repair fails with corrupt dinode 17491441757, extent total = 1, nblocks = 0. This is a bug., Arkadiusz MiÅkiewicz, 2011/11/03
- Re: xfs_repair fails with corrupt dinode 17491441757, extent total = 1, nblocks = 0. This is a bug., Arkadiusz MiÅkiewicz, 2011/11/03
- Re: xfs_repair fails with corrupt dinode 17491441757, extent total = 1, nblocks = 0. This is a bug., Arkadiusz MiÅkiewicz, 2011/11/06
[PATCH 0/8] xfsdump: enable support for multiple streams,
Bill Kendall,
2011/11/02
- [PATCH 1/8] xfsdump: link with libpthread, Bill Kendall, 2011/11/02
- [PATCH 4/8] xfsdump: simplify qlock ordinal bitmap, Bill Kendall, 2011/11/02
- [PATCH 2/8] xfsdump: remove multi-stream synchronous dir dump, Bill Kendall, 2011/11/02
- [PATCH 6/8] xfsdump: process thread exit status, Bill Kendall, 2011/11/02
- [PATCH 3/8] xfsdump: implement lock abstraction with pthreads, Bill Kendall, 2011/11/02
- [PATCH 5/8] xfsdump: convert IRIX sproc threads to pthreads, Bill Kendall, 2011/11/02
- [PATCH 7/8] xfsdump: path lookup cache must be thread specific, Bill Kendall, 2011/11/02
- [PATCH 8/8] xfsdump: enable multiple streams, Bill Kendall, 2011/11/02
- Re: [PATCH 0/8] xfsdump: enable support for multiple streams, Christoph Hellwig, 2011/11/03