linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] Add FITRIM ioctl support for exFAT filesystem
@ 2021-02-17  6:03 Hyeongseok Kim
  2021-02-17  6:03 ` [PATCH v3 1/1] exfat: add support ioctl and FITRIM function Hyeongseok Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Hyeongseok Kim @ 2021-02-17  6:03 UTC (permalink / raw)
  To: namjae.jeon, sj1557.seo; +Cc: linux-fsdevel, linux-kernel, Hyeongseok Kim

This is for adding FITRIM ioctl functionality to exFAT filesystem.
To do that, add generic ioctl function and FITRIM handler.

Changelog
=========
v2->v3:
- Remove unnecessary local variable
- Merge all changes to a single patch

v1->v2:
- Change variable declaration order as reverse tree style.
- Return -EOPNOTSUPP from sb_issue_discard() just as it is.
- Remove cond_resched() in while loop.
- Move ioctl related code into it's helper function.

Hyeongseok Kim (1):
  exfat: add support ioctl and FITRIM function

 fs/exfat/balloc.c   | 81 +++++++++++++++++++++++++++++++++++++++++++++
 fs/exfat/dir.c      |  5 +++
 fs/exfat/exfat_fs.h |  4 +++
 fs/exfat/file.c     | 53 +++++++++++++++++++++++++++++
 4 files changed, 143 insertions(+)

-- 
2.27.0.83.g0313f36


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

end of thread, other threads:[~2021-02-18  1:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17  6:03 [PATCH v3 0/1] Add FITRIM ioctl support for exFAT filesystem Hyeongseok Kim
2021-02-17  6:03 ` [PATCH v3 1/1] exfat: add support ioctl and FITRIM function Hyeongseok Kim
2021-02-18  1:21   ` Chaitanya Kulkarni

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).