From: Linus Torvalds Date: Fri, 20 Dec 2013 23:48:45 +0000 (-0800) Subject: Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfs X-Git-Tag: v3.13-rc5~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a6ddeee32dadec066e910c7dcd237be732535fc2;p=linux-2.6-block.git Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfs Pull xfs bugfixes from Ben Myers: "This contains fixes for some asserts related to project quotas, a memory leak, a hang when disabling group or project quotas before disabling user quotas, Dave's email address, several fixes for the alignment of file allocation to stripe unit/width geometry, a fix for an assertion with xfs_zero_remaining_bytes, and the behavior of metadata writeback in the face of IO errors. Details: - fix memory leak in xfs_dir2_node_removename - fix quota assertion in xfs_setattr_size - fix quota assertions in xfs_qm_vop_create_dqattach - fix for hang when disabling group and project quotas before disabling user quotas - fix Dave Chinner's email address in MAINTAINERS - fix for file allocation alignment - fix for assertion in xfs_buf_stale by removing xfsbdstrat - fix for alignment with swalloc mount option - fix for "retry forever" semantics on IO errors" * tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfs: xfs: abort metadata writeback on permanent errors xfs: swalloc doesn't align allocations properly xfs: remove xfsbdstrat error xfs: align initial file allocations correctly MAINTAINERS: fix incorrect mail address of XFS maintainer xfs: fix infinite loop by detaching the group/project hints from user dquot xfs: fix assertion failure at xfs_setattr_nonsize xfs: fix false assertion at xfs_qm_vop_create_dqattach xfs: fix memory leak in xfs_dir2_node_removename --- a6ddeee32dadec066e910c7dcd237be732535fc2