public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] alloc_mode changed after remount on a small volume device
@ 2022-11-15  6:35 Yuwei Guan
  2022-11-15  6:35 ` [PATCH v2 1/3] f2fs: fix to " Yuwei Guan
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Yuwei Guan @ 2022-11-15  6:35 UTC (permalink / raw)
  To: jaegeuk, chao; +Cc: linux-f2fs-devel, linux-kernel, Yuwei.Guan

This series contains a fix patch for alloc_mode changed after remount
on a small volume device, and do cleanup for 'f2fs_tuning_parameters'
function.

The last one changes type for sbi->readdir_ra.

V1 -> v2 :
- set alloc_mode default state in default_options()
- let variable readdir_ra holds the sbi->readdir_ra state in
  f2fs_fill_dentries()

Yuwei Guan (3):
  f2fs: fix to alloc_mode changed after remount on a small volume device
  f2fs: cleanup for 'f2fs_tuning_parameters' function
  f2fs: change type for 'sbi->readdir_ra'

 fs/f2fs/dir.c   |  2 +-
 fs/f2fs/f2fs.h  |  2 +-
 fs/f2fs/super.c | 17 +++++++++--------
 fs/f2fs/sysfs.c |  5 +++++
 4 files changed, 16 insertions(+), 10 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-11-16  1:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-15  6:35 [PATCH v2 0/3] alloc_mode changed after remount on a small volume device Yuwei Guan
2022-11-15  6:35 ` [PATCH v2 1/3] f2fs: fix to " Yuwei Guan
2022-11-16  1:26   ` Chao Yu
2022-11-15  6:35 ` [PATCH v2 2/3] f2fs: cleanup for 'f2fs_tuning_parameters' function Yuwei Guan
2022-11-16  1:26   ` Chao Yu
2022-11-15  6:35 ` [PATCH v2 3/3] f2fs: change type for 'sbi->readdir_ra' Yuwei Guan
2022-11-16  1:27   ` Chao Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox