All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] erofs updates for 6.13-rc1
@ 2024-11-19 14:57 ` Gao Xiang
  0 siblings, 0 replies; 4+ messages in thread
From: Gao Xiang via Linux-erofs @ 2024-11-19 14:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, linux-erofs

Hi Linus,

Could you consider this pull request for 6.13-rc1?

There is no outstanding feature for this cycle.  The most useful changes
are SEEK_{DATA,HOLE} support and some decompression micro-optimization.
Other than those, there are some bugfixes and cleanups as usual.

All commits have been in -next for a while and no potential merge
conflict is observed.

Thanks,
Gao Xiang

The following changes since commit 59b723cd2adbac2a34fc8e12c74ae26ae45bf230:

  Linux 6.12-rc6 (2024-11-03 14:05:52 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 0bc8061ffc733a0a246b8689b2d32a3e9204f43c:

  erofs: handle NONHEAD !delta[1] lclusters gracefully (2024-11-18 18:50:14 +0800)

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

 - Add SEEK_{DATA,HOLE} support;

 - Free redundant pclusters if no cached compressed data is valid;

 - Add sysfs entry to drop internal caches;

 - Several bugfixes & cleanups.

----------------------------------------------------------------
Chunhai Guo (2):
      erofs: free pclusters if no cached folio is attached
      erofs: add sysfs node to drop internal caches

Gao Xiang (8):
      erofs: add SEEK_{DATA,HOLE} support
      erofs: get rid of erofs_{find,insert}_workgroup
      erofs: move erofs_workgroup operations into zdata.c
      erofs: sunset `struct erofs_workgroup`
      erofs: fix file-backed mounts over FUSE
      erofs: get rid of `buf->kmap_type`
      erofs: clarify direct I/O support
      erofs: handle NONHEAD !delta[1] lclusters gracefully

Gou Hao (1):
      erofs: simplify definition of the log functions

Hongzhen Luo (1):
      erofs: fix blksize < PAGE_SIZE for file-backed mounts

 Documentation/ABI/testing/sysfs-fs-erofs |  11 ++
 fs/erofs/data.c                          |  69 +++++-----
 fs/erofs/inode.c                         |  12 +-
 fs/erofs/internal.h                      |  35 ++---
 fs/erofs/super.c                         |  35 ++---
 fs/erofs/sysfs.c                         |  17 +++
 fs/erofs/zdata.c                         | 221 +++++++++++++++++++++++--------
 fs/erofs/zmap.c                          |  17 +--
 fs/erofs/zutil.c                         | 155 +---------------------
 9 files changed, 276 insertions(+), 296 deletions(-)


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

* [GIT PULL] erofs updates for 6.13-rc1
@ 2024-11-19 14:57 ` Gao Xiang
  0 siblings, 0 replies; 4+ messages in thread
From: Gao Xiang @ 2024-11-19 14:57 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-erofs, LKML, Chunhai Guo, Gou Hao, Hongzhen Luo, Chao Yu

Hi Linus,

Could you consider this pull request for 6.13-rc1?

There is no outstanding feature for this cycle.  The most useful changes
are SEEK_{DATA,HOLE} support and some decompression micro-optimization.
Other than those, there are some bugfixes and cleanups as usual.

All commits have been in -next for a while and no potential merge
conflict is observed.

Thanks,
Gao Xiang

The following changes since commit 59b723cd2adbac2a34fc8e12c74ae26ae45bf230:

  Linux 6.12-rc6 (2024-11-03 14:05:52 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 0bc8061ffc733a0a246b8689b2d32a3e9204f43c:

  erofs: handle NONHEAD !delta[1] lclusters gracefully (2024-11-18 18:50:14 +0800)

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

 - Add SEEK_{DATA,HOLE} support;

 - Free redundant pclusters if no cached compressed data is valid;

 - Add sysfs entry to drop internal caches;

 - Several bugfixes & cleanups.

----------------------------------------------------------------
Chunhai Guo (2):
      erofs: free pclusters if no cached folio is attached
      erofs: add sysfs node to drop internal caches

Gao Xiang (8):
      erofs: add SEEK_{DATA,HOLE} support
      erofs: get rid of erofs_{find,insert}_workgroup
      erofs: move erofs_workgroup operations into zdata.c
      erofs: sunset `struct erofs_workgroup`
      erofs: fix file-backed mounts over FUSE
      erofs: get rid of `buf->kmap_type`
      erofs: clarify direct I/O support
      erofs: handle NONHEAD !delta[1] lclusters gracefully

Gou Hao (1):
      erofs: simplify definition of the log functions

Hongzhen Luo (1):
      erofs: fix blksize < PAGE_SIZE for file-backed mounts

 Documentation/ABI/testing/sysfs-fs-erofs |  11 ++
 fs/erofs/data.c                          |  69 +++++-----
 fs/erofs/inode.c                         |  12 +-
 fs/erofs/internal.h                      |  35 ++---
 fs/erofs/super.c                         |  35 ++---
 fs/erofs/sysfs.c                         |  17 +++
 fs/erofs/zdata.c                         | 221 +++++++++++++++++++++++--------
 fs/erofs/zmap.c                          |  17 +--
 fs/erofs/zutil.c                         | 155 +---------------------
 9 files changed, 276 insertions(+), 296 deletions(-)


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

* Re: [GIT PULL] erofs updates for 6.13-rc1
  2024-11-19 14:57 ` Gao Xiang
@ 2024-11-21 18:05   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot--- via Linux-erofs @ 2024-11-21 18:05 UTC (permalink / raw)
  To: Gao Xiang via Linux-erofs; +Cc: linux-erofs, Linus Torvalds, LKML

The pull request you sent on Tue, 19 Nov 2024 22:57:23 +0800:

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

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

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] erofs updates for 6.13-rc1
@ 2024-11-21 18:05   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-11-21 18:05 UTC (permalink / raw)
  To: Gao Xiang via Linux-erofs; +Cc: Linus Torvalds, LKML, linux-erofs

The pull request you sent on Tue, 19 Nov 2024 22:57:23 +0800:

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

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

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

end of thread, other threads:[~2024-11-21 18:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19 14:57 [GIT PULL] erofs updates for 6.13-rc1 Gao Xiang via Linux-erofs
2024-11-19 14:57 ` Gao Xiang
2024-11-21 18:05 ` pr-tracker-bot--- via Linux-erofs
2024-11-21 18:05   ` 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.