All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ext2, udf, and quota fixes
@ 2019-07-10 16:23 Jan Kara
  2019-07-11  4:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kara @ 2019-07-10 16:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-fsdevel

  Hello Linus,

  could you please pull from

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

to get some ext2 fixes and cleanups, a fix of udf bug when extending files,
and a fix of quota Q_XGETQSTAT[V] handling.

Top of the tree is fa33cdbf3ece. The full shortlog is:

Chengguang Xu (12):
      quota: add dqi_dirty_list description to comment of Dquot List Management
      ext2: introduce helper for xattr header validation
      ext2: introduce helper for xattr entry validation
      doc: ext2: update description of quota options for ext2
      ext2: code cleanup by using test_opt() and clear_opt()
      ext2: code cleanup for ext2_preread_inode()
      ext2: merge xattr next entry check to ext2_xattr_entry_valid()
      ext2: introduce new helper for xattr entry comparison
      ext2: optimize ext2_xattr_get()
      ext2: add missing brelse() in ext2_new_inode()
      ext2: fix a typo in comment
      ext2: add missing brelse() in ext2_iget()

Eric Sandeen (1):
      quota: honor quota type in Q_XGETQSTAT[V] calls

Fumiya Shigemitsu (1):
      ext2: Fix a typo in ext2_getattr argument

Fuqian Huang (1):
      ext2: Use kmemdup rather than duplicating its implementation

Jan Kara (3):
      ext2: Merge loops in ext2_xattr_set()
      ext2: Strengthen xattr block checks
      ext2: Always brelse bh on failure in ext2_iget()

Steven J. Magnani (1):
      udf: Fix incorrect final NOT_ALLOCATED (hole) extent length

The diffstat is

 Documentation/filesystems/ext2.txt |   8 +-
 fs/ext2/balloc.c                   |   3 +-
 fs/ext2/ialloc.c                   |   5 +-
 fs/ext2/inode.c                    |   7 +-
 fs/ext2/super.c                    |  17 ++--
 fs/ext2/xattr.c                    | 164 +++++++++++++++++++++----------------
 fs/quota/dquot.c                   |  11 ++-
 fs/quota/quota.c                   |  38 +++------
 fs/udf/inode.c                     |  93 +++++++++++++--------
 9 files changed, 195 insertions(+), 151 deletions(-)

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

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

* Re: [GIT PULL] ext2, udf, and quota fixes
  2019-07-10 16:23 [GIT PULL] ext2, udf, and quota fixes Jan Kara
@ 2019-07-11  4:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-07-11  4:40 UTC (permalink / raw)
  To: Jan Kara; +Cc: Linus Torvalds, linux-fsdevel

The pull request you sent on Wed, 10 Jul 2019 18:23:38 +0200:

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

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

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-07-11  4:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10 16:23 [GIT PULL] ext2, udf, and quota fixes Jan Kara
2019-07-11  4:40 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.