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
Showing
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- fs/xfs/xfs_bmap.c 24 additions, 8 deletionsfs/xfs/xfs_bmap.c
- fs/xfs/xfs_bmap_util.c 12 additions, 2 deletionsfs/xfs/xfs_bmap_util.c
- fs/xfs/xfs_buf.c 14 additions, 23 deletionsfs/xfs/xfs_buf.c
- fs/xfs/xfs_buf.h 7 additions, 4 deletionsfs/xfs/xfs_buf.h
- fs/xfs/xfs_buf_item.c 19 additions, 2 deletionsfs/xfs/xfs_buf_item.c
- fs/xfs/xfs_dir2_node.c 13 additions, 13 deletionsfs/xfs/xfs_dir2_node.c
- fs/xfs/xfs_iops.c 2 additions, 1 deletionfs/xfs/xfs_iops.c
- fs/xfs/xfs_log_recover.c 11 additions, 2 deletionsfs/xfs/xfs_log_recover.c
- fs/xfs/xfs_qm.c 53 additions, 27 deletionsfs/xfs/xfs_qm.c
- fs/xfs/xfs_trans_buf.c 12 additions, 1 deletionfs/xfs/xfs_trans_buf.c
Loading
Please register or sign in to comment