Merge tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfs
Pull more xfs updates from Ben Myers: "Here are a fix for xfs_fsr, a cleanup in bulkstat, a cleanup in xfs_open_by_handle, updated mount options documentation, a cleanup in xfs_bmapi_write, a fix for the size of dquot log reservations, a fix for sgid inheritance when acls are in use, a fix for cleaning up quotainfo structures, and some more of the work which allows group and project quotas to be used together. We had a few more in this last quota category that we might have liked to get in, but it looks there are still a few items that need to be addressed. - fix for xfs_fsr returning -EINVAL - cleanup in xfs_bulkstat - cleanup in xfs_open_by_handle - update mount options documentation - clean up local format handling in xfs_bmapi_write - fix dquot log reservations which were too small - fix sgid inheritance for subdirectories when default acls are in use - add project quota fields to various structures - fix teardown of quotainfo structures when quotas are turned off" * tag 'for-linus-v3.11-rc1-2' of git://oss.sgi.com/xfs/xfs: xfs: Fix the logic check for all quotas being turned off xfs: Add pquota fields where gquota is used. xfs: fix sgid inheritance for subdirectories inheriting default acls [V3] xfs: dquot log reservations are too small xfs: remove local fork format handling from xfs_bmapi_write() xfs: update mount options documentation xfs: use get_unused_fd_flags(0) instead of get_unused_fd() xfs: clean up unused codes at xfs_bulkstat() xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJ
No related branches found
No related tags found
Showing
- Documentation/filesystems/xfs.txt 209 additions, 108 deletionsDocumentation/filesystems/xfs.txt
- fs/xfs/xfs_attr_leaf.c 2 additions, 0 deletionsfs/xfs/xfs_attr_leaf.c
- fs/xfs/xfs_bmap.c 83 additions, 116 deletionsfs/xfs/xfs_bmap.c
- fs/xfs/xfs_bmap.h 1 addition, 0 deletionsfs/xfs/xfs_bmap.h
- fs/xfs/xfs_dinode.h 0 additions, 3 deletionsfs/xfs/xfs_dinode.h
- fs/xfs/xfs_dir2_block.c 12 additions, 8 deletionsfs/xfs/xfs_dir2_block.c
- fs/xfs/xfs_dquot.c 12 additions, 3 deletionsfs/xfs/xfs_dquot.c
- fs/xfs/xfs_dquot.h 5 additions, 2 deletionsfs/xfs/xfs_dquot.h
- fs/xfs/xfs_icache.c 1 addition, 0 deletionsfs/xfs/xfs_icache.c
- fs/xfs/xfs_inode.c 7 additions, 7 deletionsfs/xfs/xfs_inode.c
- fs/xfs/xfs_inode.h 1 addition, 0 deletionsfs/xfs/xfs_inode.h
- fs/xfs/xfs_ioctl.c 8 additions, 8 deletionsfs/xfs/xfs_ioctl.c
- fs/xfs/xfs_iops.c 12 additions, 12 deletionsfs/xfs/xfs_iops.c
- fs/xfs/xfs_itable.c 1 addition, 27 deletionsfs/xfs/xfs_itable.c
- fs/xfs/xfs_qm.c 174 additions, 69 deletionsfs/xfs/xfs_qm.c
- fs/xfs/xfs_qm.h 13 additions, 7 deletionsfs/xfs/xfs_qm.h
- fs/xfs/xfs_qm_bhv.c 5 additions, 5 deletionsfs/xfs/xfs_qm_bhv.c
- fs/xfs/xfs_qm_syscalls.c 17 additions, 7 deletionsfs/xfs/xfs_qm_syscalls.c
- fs/xfs/xfs_quota.h 39 additions, 26 deletionsfs/xfs/xfs_quota.h
- fs/xfs/xfs_symlink.c 7 additions, 3 deletionsfs/xfs/xfs_symlink.c
Loading
Please register or sign in to comment