[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1480965168-38747-1-git-send-email-ebiggers@google.com>
Date: Mon, 5 Dec 2016 11:12:43 -0800
From: Eric Biggers <ebiggers@...gle.com>
To: linux-fsdevel@...r.kernel.org
Cc: linux-ext4@...r.kernel.org, linux-f2fs-devel@...ts.sourceforge.net,
"Theodore Y . Ts'o" <tytso@....edu>,
Jaegeuk Kim <jaegeuk@...nel.org>,
Richard Weinberger <richard@....at>,
David Gstir <david@...ma-star.at>,
Eric Biggers <ebiggers@...gle.com>
Subject: [RFC PATCH 0/5] fscrypt error code cleanup
As suggested by Richard Weinberger, we need to agree on and document a clear set
of fscrypt-related error codes.
I identified several cases where the error codes are not consistent between or
within filesystems, or are ambiguous with other errors. This patchset proposes
several changes to resolve these problems.
I believe we do still have some flexibility to make changes to these error codes
since there are not many different users of filesystem-level encryption yet, and
depending on these specific errors would be unusual. There have also already
been cases where some of these error codes have changed before.
Currently this patchset depends on the following patch being applied first:
"fscrypto: move ioctl processing more fully into common code"
Eric Biggers (5):
fscrypt: use ENOKEY when file cannot be created w/o key
fscrypt: use ENOTDIR when setting encryption policy on nondirectory
fscrypt: use EEXIST when file already uses different policy
fscrypt: remove user-triggerable warning messages
fscrypt: pass up error codes from ->get_context()
fs/crypto/fname.c | 4 +--
fs/crypto/policy.c | 73 ++++++++++++++++++++----------------------------------
fs/ext4/ialloc.c | 2 +-
fs/ext4/namei.c | 4 ++-
fs/f2fs/dir.c | 5 +++-
fs/f2fs/namei.c | 4 +--
6 files changed, 39 insertions(+), 53 deletions(-)
--
2.8.0.rc3.226.g39d4020
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists