Hi folks, The for-next branch of the xfsprogs repository at: git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@vger.kernel.org so they can be picked up in the next update. The new head of the for-next branch is commit: e055f37a (HEAD -> for-next, origin/for-next, korg/for-next) xfs_io: Remove redundant setting/check for lsattr/stat command New Commits: Darrick J. Wong (4): [4ff36b06] xfs_repair: alphabetize HFILES and CFILES [cfaac8d9] xfs_repair: fix clearing of quota CHKD flags [0a8d74d6] xfs_repair: check quota values if quota was loaded [91a52fbc] xfs_repair: skip mount time quotacheck if our quotacheck was ok Xiao Yang (2): [5fd7257c] xfs_io: Make -D and -R options incompatible explicitly [e055f37a] xfs_io: Remove redundant setting/check for lsattr/stat command Code Diffstat: io/attr.c | 11 +- io/cowextsize.c | 9 +- io/open.c | 22 +- io/stat.c | 5 - man/man8/xfs_repair.8 | 4 + repair/Makefile | 71 ++++++- repair/phase7.c | 21 +- repair/quotacheck.c | 552 ++++++++++++++++++++++++++++++++++++++++++++++++++ repair/quotacheck.h | 16 ++ repair/xfs_repair.c | 13 +- 10 files changed, 690 insertions(+), 34 deletions(-) create mode 100644 repair/quotacheck.c create mode 100644 repair/quotacheck.h