summaryrefslogtreecommitdiff
path: root/samples/hidraw
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-02-03 09:27:54 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-02-03 09:27:54 +0100
commita09b2d8f61ea0e9ae735c400399b97966a9418d6 (patch)
treedd69f82feef1613dc660693c95ef0b1e7ce6427d /samples/hidraw
parent0c4ba621fca224e6aa231c27e49f110b99c66ba2 (diff)
downloadkernel-linux-4.4.y.tar.gz
Linux 4.4.302linux-4.4.y
Link: https://lore.kernel.org/r/20220201180822.148370751@linuxfoundation.org Tested-by: Pavel Machek (CIP) <pavel@denx.de> Tested-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Shuah Khan <skhan@linuxfoundation.org> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Tested-by: Slade Watkins <slade@sladewatkins.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples/hidraw')
0 files changed, 0 insertions, 0 deletions
d=1e80ad712f69a34d1e3c556d1d674d04b266ad40'>fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers 2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers 2018-01-11fscrypt: trim down fscrypt.h includesEric Biggers 2018-01-11fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.cEric Biggers 2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-18fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers 2017-06-23fscrypt: inline fscrypt_free_filename()Eric Biggers 2017-05-04fscrypt: introduce helper function for filename matchingEric Biggers 2017-05-04fscrypt: avoid collisions when presenting long encrypted filenamesEric Biggers 2017-03-15fscrypt: remove broken support for detecting keyring key revocationEric Biggers 2016-12-31fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers 2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o 2016-11-13fscrypto: don't use on-stack buffer for filename encryptionEric Biggers 2016-11-13fscrypt: Constify struct inode pointerDavid Gstir 2016-09-30fscrypto: use standard macros to compute length of fname ciphertextEric Biggers 2016-09-15fscrypto: make filename crypto functions return 0 on successEric Biggers 2016-09-15fscrypto: rename completion callbacks to reflect usageEric Biggers 2016-09-15fscrypto: remove unnecessary includesEric Biggers