[PATCH 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL

Ethan Ferguson posted 1 patch 1 month, 2 weeks ago
There is a newer version of this series
fs/exfat/exfat_fs.h  |  2 +
fs/exfat/exfat_raw.h |  6 +++
fs/exfat/file.c      | 56 +++++++++++++++++++++++++
fs/exfat/super.c     | 99 ++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 163 insertions(+)
[PATCH 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
Posted by Ethan Ferguson 1 month, 2 weeks ago
Add support for reading / writing to the exfat volume label from the
FS_IOC_GETFSLABEL and FS_IOC_SETFSLABEL ioctls

Ethan Ferguson (1):
  exfat: Add support for FS_IOC_{GET,SET}FSLABEL

 fs/exfat/exfat_fs.h  |  2 +
 fs/exfat/exfat_raw.h |  6 +++
 fs/exfat/file.c      | 56 +++++++++++++++++++++++++
 fs/exfat/super.c     | 99 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 163 insertions(+)

base-commit: 37816488247ddddbc3de113c78c83572274b1e2e
-- 
2.34.1