Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Pull ext2, quota, reiserfs cleanups and fixes from Jan Kara: - Refactor the quota on/off kernel internal interfaces (mostly for ubifs quota support as ubifs does not want to have inodes holding quota information) - A few other small quota fixes and cleanups - Various small ext2 fixes and cleanups - Reiserfs xattr fix and one cleanup * tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs: (28 commits) ext2: code cleanup for descriptor_loc() fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned long ext2: fix improper function comment ext2: code cleanup for ext2_try_to_allocate() ext2: skip unnecessary operations in ext2_try_to_allocate() ext2: Simplify initialization in ext2_try_to_allocate() ext2: code cleanup by calling ext2_group_last_block_no() ext2: introduce new helper ext2_group_last_block_no() reiserfs: replace open-coded atomic_dec_and_mutex_lock() ext2: check err when partial != NULL quota: Handle quotas without quota inodes in dquot_get_state() quota: Make dquot_disable() work without quota inodes quota: Drop dquot_enable() fs: Use dquot_load_quota_inode() from filesystems quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode() quota: Simplify dquot_resume() quota: Factor out setup of quota inode quota: Check that quota is not dirty before release quota: fix livelock in dquot_writeback_dquots ext2: don't set *count in the case of failure in ext2_try_to_allocate() ...
No related branches found
No related tags found
Showing
- fs/ext2/balloc.c 30 additions, 45 deletionsfs/ext2/balloc.c
- fs/ext2/ext2.h 12 additions, 0 deletionsfs/ext2/ext2.h
- fs/ext2/inode.c 5 additions, 2 deletionsfs/ext2/inode.c
- fs/ext2/ioctl.c 4 additions, 1 deletionfs/ext2/ioctl.c
- fs/ext2/super.c 2 additions, 11 deletionsfs/ext2/super.c
- fs/ext4/super.c 1 addition, 1 deletionfs/ext4/super.c
- fs/f2fs/super.c 1 addition, 1 deletionfs/f2fs/super.c
- fs/ocfs2/quota_global.c 1 addition, 1 deletionfs/ocfs2/quota_global.c
- fs/ocfs2/super.c 2 additions, 2 deletionsfs/ocfs2/super.c
- fs/quota/dquot.c 139 additions, 150 deletionsfs/quota/dquot.c
- fs/quota/quota.c 3 additions, 4 deletionsfs/quota/quota.c
- fs/quota/quota_v1.c 0 additions, 1 deletionfs/quota/quota_v1.c
- fs/reiserfs/file.c 2 additions, 8 deletionsfs/reiserfs/file.c
- fs/reiserfs/inode.c 10 additions, 2 deletionsfs/reiserfs/inode.c
- fs/reiserfs/namei.c 5 additions, 2 deletionsfs/reiserfs/namei.c
- fs/reiserfs/reiserfs.h 2 additions, 0 deletionsfs/reiserfs/reiserfs.h
- fs/reiserfs/super.c 2 additions, 0 deletionsfs/reiserfs/super.c
- fs/reiserfs/xattr.c 12 additions, 7 deletionsfs/reiserfs/xattr.c
- fs/reiserfs/xattr_acl.c 1 addition, 3 deletionsfs/reiserfs/xattr_acl.c
- include/linux/quota.h 1 addition, 1 deletioninclude/linux/quota.h
Loading
Please register or sign in to comment