All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] UBI and UBIFS updates for 6.1-rc1
@ 2022-10-14 21:17 ` Richard Weinberger
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Weinberger @ 2022-10-14 21:17 UTC (permalink / raw)
  To: torvalds; +Cc: linux-mtd, linux-kernel

Linus,

The following changes since commit 521a547ced6477c54b4b0cc206000406c221b4d6:

  Linux 6.0-rc6 (2022-09-18 13:44:14 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/for-linus-6.1-rc1

for you to fetch changes up to 669d204469c46e91d99da24914130f78277a71d3:

  ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctl (2022-09-21 18:29:18 +0200)

----------------------------------------------------------------
This pull request contains updates for UBI and UBIFS

UBI:
	- Use bitmap API to allocate bitmaps
	- New attach mode, disable_fm, to attach without fastmap
        - Fixes for various typos in comments

UBIFS:
	- Fix for a deadlock when setting xattrs for encrypted file
	- Fix for an assertion failures when truncating encrypted files
        - Fixes for various typos in comments

----------------------------------------------------------------
Christophe JAILLET (1):
      ubi: fastmap: Use the bitmap API to allocate bitmaps

Jason Wang (1):
      ubi: ubi-media.h: Fix comment typo

Jiang Jian (1):
      mtd: ubi: drop unexpected word 'a' in comments

Jilin Yuan (1):
      ubi: Fix repeated words in comments

Julia Lawall (1):
      ubi: block: Fix typos in comments

Li zeming (1):
      ubi: block: Remove in vain semicolon

Yang Li (1):
      ubifs: Fix ubifs_check_dir_empty() kernel-doc comment

Zhang Jiaming (1):
      ubi: fastmap: Fix typo in comments

ZhaoLong Wang (1):
      ubifs: Fix UBIFS ro fail due to truncate in the encrypted directory

Zhihao Cheng (2):
      ubifs: Fix AA deadlock when setting xattr for encrypted file
      ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctl

 drivers/mtd/ubi/block.c     |  4 ++--
 drivers/mtd/ubi/build.c     | 14 ++++++++++----
 drivers/mtd/ubi/cdev.c      |  4 ++--
 drivers/mtd/ubi/eba.c       |  2 +-
 drivers/mtd/ubi/fastmap.c   | 10 ++++------
 drivers/mtd/ubi/io.c        |  2 +-
 drivers/mtd/ubi/ubi-media.h |  2 +-
 drivers/mtd/ubi/ubi.h       |  9 +++++----
 drivers/mtd/ubi/vmt.c       |  4 ++--
 drivers/mtd/ubi/wl.c        |  8 ++++----
 fs/ubifs/crypto.c           | 11 +++++++++++
 fs/ubifs/dir.c              | 27 +++++++++++++++------------
 fs/ubifs/journal.c          | 28 +++++++++++++++++-----------
 fs/ubifs/ubifs.h            |  2 +-
 fs/ubifs/xattr.c            |  2 +-
 include/uapi/mtd/ubi-user.h |  8 +++++++-
 16 files changed, 84 insertions(+), 53 deletions(-)

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

* [GIT PULL] UBI and UBIFS updates for 6.1-rc1
@ 2022-10-14 21:17 ` Richard Weinberger
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Weinberger @ 2022-10-14 21:17 UTC (permalink / raw)
  To: torvalds; +Cc: linux-mtd, linux-kernel

Linus,

The following changes since commit 521a547ced6477c54b4b0cc206000406c221b4d6:

  Linux 6.0-rc6 (2022-09-18 13:44:14 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/for-linus-6.1-rc1

for you to fetch changes up to 669d204469c46e91d99da24914130f78277a71d3:

  ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctl (2022-09-21 18:29:18 +0200)

----------------------------------------------------------------
This pull request contains updates for UBI and UBIFS

UBI:
	- Use bitmap API to allocate bitmaps
	- New attach mode, disable_fm, to attach without fastmap
        - Fixes for various typos in comments

UBIFS:
	- Fix for a deadlock when setting xattrs for encrypted file
	- Fix for an assertion failures when truncating encrypted files
        - Fixes for various typos in comments

----------------------------------------------------------------
Christophe JAILLET (1):
      ubi: fastmap: Use the bitmap API to allocate bitmaps

Jason Wang (1):
      ubi: ubi-media.h: Fix comment typo

Jiang Jian (1):
      mtd: ubi: drop unexpected word 'a' in comments

Jilin Yuan (1):
      ubi: Fix repeated words in comments

Julia Lawall (1):
      ubi: block: Fix typos in comments

Li zeming (1):
      ubi: block: Remove in vain semicolon

Yang Li (1):
      ubifs: Fix ubifs_check_dir_empty() kernel-doc comment

Zhang Jiaming (1):
      ubi: fastmap: Fix typo in comments

ZhaoLong Wang (1):
      ubifs: Fix UBIFS ro fail due to truncate in the encrypted directory

Zhihao Cheng (2):
      ubifs: Fix AA deadlock when setting xattr for encrypted file
      ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctl

 drivers/mtd/ubi/block.c     |  4 ++--
 drivers/mtd/ubi/build.c     | 14 ++++++++++----
 drivers/mtd/ubi/cdev.c      |  4 ++--
 drivers/mtd/ubi/eba.c       |  2 +-
 drivers/mtd/ubi/fastmap.c   | 10 ++++------
 drivers/mtd/ubi/io.c        |  2 +-
 drivers/mtd/ubi/ubi-media.h |  2 +-
 drivers/mtd/ubi/ubi.h       |  9 +++++----
 drivers/mtd/ubi/vmt.c       |  4 ++--
 drivers/mtd/ubi/wl.c        |  8 ++++----
 fs/ubifs/crypto.c           | 11 +++++++++++
 fs/ubifs/dir.c              | 27 +++++++++++++++------------
 fs/ubifs/journal.c          | 28 +++++++++++++++++-----------
 fs/ubifs/ubifs.h            |  2 +-
 fs/ubifs/xattr.c            |  2 +-
 include/uapi/mtd/ubi-user.h |  8 +++++++-
 16 files changed, 84 insertions(+), 53 deletions(-)

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [GIT PULL] UBI and UBIFS updates for 6.1-rc1
  2022-10-14 21:17 ` Richard Weinberger
@ 2022-10-15  1:26   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-10-15  1:26 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: torvalds, linux-mtd, linux-kernel

The pull request you sent on Fri, 14 Oct 2022 23:17:13 +0200 (CEST):

> git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/for-linus-6.1-rc1

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

Thank you!

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

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

* Re: [GIT PULL] UBI and UBIFS updates for 6.1-rc1
@ 2022-10-15  1:26   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-10-15  1:26 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: torvalds, linux-mtd, linux-kernel

The pull request you sent on Fri, 14 Oct 2022 23:17:13 +0200 (CEST):

> git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/for-linus-6.1-rc1

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

Thank you!

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

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2022-10-15  1:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14 21:17 [GIT PULL] UBI and UBIFS updates for 6.1-rc1 Richard Weinberger
2022-10-14 21:17 ` Richard Weinberger
2022-10-15  1:26 ` pr-tracker-bot
2022-10-15  1:26   ` 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.