All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fs: fat: add ioctl to modify fat filesystem partion volume label
@ 2017-12-21 12:56 Chen Guanqiao
  2017-12-21 12:56 ` [PATCH 1/2] fs: fat: add fat filesystem partition volume label in local structure Chen Guanqiao
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chen Guanqiao @ 2017-12-21 12:56 UTC (permalink / raw)
  To: hirofumi; +Cc: linux-kernel, Chen Guanqiao

The FAT filesystem partition volume label can be read with
FAT_IOCTL_GET_VOLUME_LABEL and written with FAT_IOCTL_SET_VOLUME_LABEL.

v2:
1. add filesystem version check.
2. add diretory permissions check.
3. add volume label string check.
4. fixed part of return value.
5. fixed some indent issue.
6. remove sync_dirty_buffer().

Chen Guanqiao (2):
  fs: fat: add fat filesystem partition volume label in local structure
  fs: fat: add ioctl method in fat filesystem driver

 fs/fat/fat.h                  |   1 +
 fs/fat/file.c                 | 103 ++++++++++++++++++++++++++++++++++++++++++
 fs/fat/inode.c                |  15 ++++--
 include/uapi/linux/msdos_fs.h |   2 +
 4 files changed, 118 insertions(+), 3 deletions(-)

-- 
2.15.1

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

end of thread, other threads:[~2017-12-21 19:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-21 12:56 [PATCH 0/2] fs: fat: add ioctl to modify fat filesystem partion volume label Chen Guanqiao
2017-12-21 12:56 ` [PATCH 1/2] fs: fat: add fat filesystem partition volume label in local structure Chen Guanqiao
2017-12-21 12:56 ` [PATCH 2/2] fs: fat: add ioctl method in fat filesystem driver Chen Guanqiao
2017-12-21 19:25 ` [PATCH 0/2] fs: fat: add ioctl to modify fat filesystem partion volume label OGAWA Hirofumi

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.