linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ext2, quota, reiserfs cleanups and fixes
@ 2019-11-29 11:33 Jan Kara
  2019-11-30 19:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kara @ 2019-11-29 11:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel, linux-ext4

  Hello Linus,

  could you please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_v5.5-rc1

The pull contains:
  * Refactoring of 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

Top of the tree is 545886fead7a. The full shortlog is:

Chengguang Xu (15):
      quota: avoid increasing DQST_LOOKUPS when iterating over dirty/inuse list
      quota: code cleanup for hash bits calculation
      quota: check quota type in early stage
      quota: minor code cleanup for v1_format_ops
      ext2: adjust block num when retry allocation
      ext2: add missing brelse in ext2_new_blocks()
      ext2: return error when fail to allocating memory in ioctl
      ext2: don't set *count in the case of failure in ext2_try_to_allocate()
      ext2: check err when partial != NULL
      ext2: introduce new helper ext2_group_last_block_no()
      ext2: code cleanup by calling ext2_group_last_block_no()
      ext2: skip unnecessary operations in ext2_try_to_allocate()
      ext2: code cleanup for ext2_try_to_allocate()
      ext2: fix improper function comment
      ext2: code cleanup for descriptor_loc()

Dmitry Monakhov (2):
      quota: fix livelock in dquot_writeback_dquots
      quota: Check that quota is not dirty before release

Jan Kara (9):
      quota: Factor out setup of quota inode
      quota: Simplify dquot_resume()
      quota: Rename vfs_load_quota_inode() to dquot_load_quota_inode()
      fs: Use dquot_load_quota_inode() from filesystems
      quota: Drop dquot_enable()
      quota: Make dquot_disable() work without quota inodes
      quota: Handle quotas without quota inodes in dquot_get_state()
      Pull series refactoring quota enabling and disabling code.
      ext2: Simplify initialization in ext2_try_to_allocate()

Jeff Mahoney (1):
      reiserfs: fix extended attributes on the root directory

Konstantin Khlebnikov (1):
      fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned long

Nikitas Angelinas (1):
      reiserfs: replace open-coded atomic_dec_and_mutex_lock()

The diffstat is

 fs/ext2/balloc.c         |  75 +++++-------
 fs/ext2/ext2.h           |  12 ++
 fs/ext2/inode.c          |   7 +-
 fs/ext2/ioctl.c          |   5 +-
 fs/ext2/super.c          |  13 +--
 fs/ext4/super.c          |   2 +-
 fs/f2fs/super.c          |   2 +-
 fs/ocfs2/quota_global.c  |   2 +-
 fs/ocfs2/super.c         |   4 +-
 fs/quota/dquot.c         | 289 +++++++++++++++++++++++------------------------
 fs/quota/quota.c         |   7 +-
 fs/quota/quota_v1.c      |   1 -
 fs/reiserfs/file.c       |  10 +-
 fs/reiserfs/inode.c      |  12 +-
 fs/reiserfs/namei.c      |   7 +-
 fs/reiserfs/reiserfs.h   |   2 +
 fs/reiserfs/super.c      |   2 +
 fs/reiserfs/xattr.c      |  19 ++--
 fs/reiserfs/xattr_acl.c  |   4 +-
 include/linux/quota.h    |   2 +-
 include/linux/quotaops.h |  14 ++-
 21 files changed, 248 insertions(+), 243 deletions(-)

							Thanks
								Honza

-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ext2, quota, reiserfs cleanups and fixes
  2019-11-29 11:33 [GIT PULL] ext2, quota, reiserfs cleanups and fixes Jan Kara
@ 2019-11-30 19:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-11-30 19:40 UTC (permalink / raw)
  To: Jan Kara; +Cc: Linus Torvalds, linux-fsdevel, linux-ext4

The pull request you sent on Fri, 29 Nov 2019 12:33:14 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git for_v5.5-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b8072d5b3cdd596c999f6e3f312ce7e4858ca356

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-30 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-29 11:33 [GIT PULL] ext2, quota, reiserfs cleanups and fixes Jan Kara
2019-11-30 19:40 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).