Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull quota and UDF fix from Jan Kara: "A fix for UDF to properly free preallocated blocks and a fix for quota so that Q_GETQUOTA quotactl reports correct numbers for XFS filesystem (and similarly Q_XGETQUOTA quotactl works properly for other filesystems)" * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space units udf: Release preallocation on last writeable close
Showing
- fs/gfs2/quota.c 23 additions, 26 deletionsfs/gfs2/quota.c
- fs/quota/dquot.c 39 additions, 44 deletionsfs/quota/dquot.c
- fs/quota/quota.c 137 additions, 25 deletionsfs/quota/quota.c
- fs/udf/file.c 1 addition, 1 deletionfs/udf/file.c
- fs/xfs/xfs_qm.h 2 additions, 2 deletionsfs/xfs/xfs_qm.h
- fs/xfs/xfs_qm_syscalls.c 66 additions, 90 deletionsfs/xfs/xfs_qm_syscalls.c
- fs/xfs/xfs_quotaops.c 4 additions, 4 deletionsfs/xfs/xfs_quotaops.c
- include/linux/quota.h 45 additions, 2 deletionsinclude/linux/quota.h
- include/linux/quotaops.h 2 additions, 2 deletionsinclude/linux/quotaops.h
Please register or sign in to comment