linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] erofs updates for 5.17-rc1
@ 2022-01-10  2:33 Gao Xiang
  2022-01-12  0:13 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Gao Xiang @ 2022-01-10  2:33 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: LKML, Chao Yu, linux-erofs, Liu Bo, Huang Jianan, Yue Hu,
	Miao Xie, Joseph Qi, Peng Tao

Hi Linus,

Could you consider this pull request for 5.17-rc1?

In this cycle, tail-packing data inline for compressed files is now
supported so that tail pcluster can be stored and read together with
inode metadata in order to save data I/O and storage space.

In addition to that, to prepare for the upcoming subpage, folio and
fscache features, we also introduce meta buffers to get rid of
erofs_get_meta_page() since it was too close to the page itself.

Besides, in order to show supported kernel features and control sync
decompression strategy. new sysfs nodes are introduced in this
cycle as well.

All commits have been in -next and no merge conflicts.

Thanks,
Gao Xiang

The following changes since commit d58071a8a76d779eedab38033ae4c821c30295a5:

  Linux 5.16-rc3 (2021-11-28 14:09:19 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.17-rc1

for you to fetch changes up to 09c543798c3cde19aae575a0f76d5fc7c130ff18:

  erofs: use meta buffers for zmap operations (2022-01-04 23:47:36 +0800)

----------------------------------------------------------------
Changes since last update:

 - add sysfs interface and a sysfs node to control sync decompression;

 - add tail-packing inline support for compressed files;

 - get rid of erofs_get_meta_page().

----------------------------------------------------------------
Gao Xiang (10):
      erofs: Replace zero-length array with flexible-array member
      erofs: clean up erofs_map_blocks tracepoints
      erofs: tidy up z_erofs_lz4_decompress
      erofs: introduce z_erofs_fixup_insize
      erofs: support unaligned data decompression
      erofs: introduce meta buffer operations
      erofs: use meta buffers for inode operations
      erofs: use meta buffers for super operations
      erofs: use meta buffers for xattr operations
      erofs: use meta buffers for zmap operations

Huang Jianan (3):
      erofs: rename lz4_0pading to zero_padding
      erofs: add sysfs interface
      erofs: add sysfs node to control sync decompression strategy

Yue Hu (2):
      erofs: support inline data decompression
      erofs: add on-disk compressed tail-packing inline support

 Documentation/ABI/testing/sysfs-fs-erofs |  16 ++
 Documentation/filesystems/erofs.rst      |   8 +
 fs/erofs/Makefile                        |   2 +-
 fs/erofs/compress.h                      |   4 +-
 fs/erofs/data.c                          | 138 +++++++++++------
 fs/erofs/decompressor.c                  | 134 +++++++++-------
 fs/erofs/decompressor_lzma.c             |  19 +--
 fs/erofs/erofs_fs.h                      |  18 ++-
 fs/erofs/inode.c                         |  68 ++++----
 fs/erofs/internal.h                      |  52 ++++++-
 fs/erofs/super.c                         | 121 ++++++---------
 fs/erofs/sysfs.c                         | 256 +++++++++++++++++++++++++++++++
 fs/erofs/xattr.c                         | 135 +++++-----------
 fs/erofs/xattr.h                         |   1 -
 fs/erofs/zdata.c                         | 170 ++++++++++++++------
 fs/erofs/zdata.h                         |  24 ++-
 fs/erofs/zmap.c                          | 159 +++++++++++--------
 include/trace/events/erofs.h             |   4 +-
 18 files changed, 870 insertions(+), 459 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-fs-erofs
 create mode 100644 fs/erofs/sysfs.c

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

* Re: [GIT PULL] erofs updates for 5.17-rc1
  2022-01-10  2:33 [GIT PULL] erofs updates for 5.17-rc1 Gao Xiang
@ 2022-01-12  0:13 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-01-12  0:13 UTC (permalink / raw)
  To: Gao Xiang
  Cc: Linus Torvalds, Peng Tao, Miao Xie, LKML, Joseph Qi, Yue Hu,
	Liu Bo, linux-erofs

The pull request you sent on Mon, 10 Jan 2022 10:33:09 +0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.17-rc1

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

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-01-12  0:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10  2:33 [GIT PULL] erofs updates for 5.17-rc1 Gao Xiang
2022-01-12  0:13 ` 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).