All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] udf and ext2 fixes for 6.2-rc1
@ 2022-12-12 17:04 Jan Kara
  2022-12-13  5:00 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kara @ 2022-12-12 17:04 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 fixes_for_v6.2-rc1

to get:
 * couple of smaller cleanups and fixes for ext2
 * fixes of a data corruption issues in udf when handling holes and
   preallocation extents
 * fixes and cleanups of several smaller issues in udf
 * add maintainer entry for isofs

Top of the tree is 1f3868f06855. The full shortlog is:

Al Viro (1):
      ext2: unbugger ext2_empty_dir()

Bartosz Taudul (1):
      udf: Increase UDF_MAX_READ_VERSION to 0x0260

Bo Liu (1):
      ext2: Fix some kernel-doc warnings

Christoph Hellwig (2):
      ext2: remove ->writepage
      udf: remove ->writepage

Jan Kara (6):
      maintainers: Add ISOFS entry
      ext2: Don't flush page immediately for DIRSYNC directories
      udf: Fix preallocation discarding at indirect extent boundary
      udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size
      udf: Discard preallocation before extending file with a hole
      udf: Fix extending file within last block

Li zeming (1):
      fs: udf: Optimize udf_free_in_core_inode and udf_find_fileset function

Rong Tao (1):
      fs/ext2: Fix code indentation

Shigeru Yoshida (1):
      udf: Avoid double brelse() in udf_rename()

The diffstat is

 MAINTAINERS       |  7 +++++
 fs/ext2/balloc.c  | 12 ++++----
 fs/ext2/dir.c     | 41 +++++++++++++++------------
 fs/ext2/inode.c   |  6 ----
 fs/ext2/super.c   |  2 +-
 fs/udf/inode.c    | 83 +++++++++++++++++++++++--------------------------------
 fs/udf/namei.c    |  8 +++---
 fs/udf/super.c    |  4 +--
 fs/udf/truncate.c | 48 ++++++++++----------------------
 fs/udf/udf_sb.h   |  6 +++-
 10 files changed, 98 insertions(+), 119 deletions(-)

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

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

* Re: [GIT PULL] udf and ext2 fixes for 6.2-rc1
  2022-12-12 17:04 [GIT PULL] udf and ext2 fixes for 6.2-rc1 Jan Kara
@ 2022-12-13  5:00 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-12-13  5:00 UTC (permalink / raw)
  To: Jan Kara; +Cc: Linus Torvalds, linux-fsdevel, linux-ext4

The pull request you sent on Mon, 12 Dec 2022 18:04:02 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fixes_for_v6.2-rc1

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

Thank you!

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

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

end of thread, other threads:[~2022-12-13  5:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-12 17:04 [GIT PULL] udf and ext2 fixes for 6.2-rc1 Jan Kara
2022-12-13  5:00 ` 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.