aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2020-01-282-3/+3
|\
| * crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers2019-12-112-3/+3
* | Merge tag '5.6-smb3-fixes-and-dfs-and-readdir-improvements' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-01-2818-713/+1041
|\ \
| * | CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch2020-01-263-0/+6
| * | cifs: use PTR_ERR_OR_ZERO() to simplify codeChen Zhou2020-01-261-1/+1
| * | cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg2020-01-263-37/+34
| * | cifs: fix NULL dereference in match_prepathRonnie Sahlberg2020-01-261-2/+4
| * | smb3: fix default permissions on new files when mounting with modefromsidSteve French2020-01-263-3/+29
| * | CIFS: Add support for setting owner info, dos attributes, and create timeBoris Protopopov2020-01-261-11/+117
| * | cifs: remove set but not used variable 'server'YueHaibing2020-01-261-4/+1
| * | cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)2020-01-261-1/+1
| * | cifs: Fix mount options set in automountPaulo Alcantara (SUSE)2020-01-261-54/+43
| * | cifs: fix unitialized variable poential problem with network I/O cache lock patchSteve French2020-01-261-1/+1
| * | cifs: Fix return value in __update_cache_entryYueHaibing2020-01-261-1/+1
| * | cifs: Avoid doing network I/O while holding cache lockPaulo Alcantara (SUSE)2020-01-261-264/+283
| * | cifs: Fix potential deadlock when updating vol in cifs_reconnect()Paulo Alcantara (SUSE)2020-01-261-32/+77
| * | cifs: Merge is_path_valid() into get_normalized_path()Paulo Alcantara (SUSE)2020-01-261-17/+4
| * | cifs: Introduce helpers for finding TCP connectionPaulo Alcantara (SUSE)2020-01-261-13/+31
| * | cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE)2020-01-261-3/+3
| * | cifs: Clean up DFS referral cachePaulo Alcantara (SUSE)2020-01-261-286/+279
| * | cifs: Don't use iov_iter::type directlyDavid Howells2020-01-261-4/+4
| * | cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg2020-01-261-2/+7
| * | cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg2020-01-262-12/+87
| * | cifs: create a helper function to parse the query-directory response bufferRonnie Sahlberg2020-01-261-46/+63
| * | cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg2020-01-263-36/+82
| * | fs/cifs/cifssmb.c: use true,false for bool variablezhengbin2020-01-261-2/+2
| * | fs/cifs/smb2ops.c: use true,false for bool variablezhengbin2020-01-261-1/+1
* | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2020-01-289-66/+267
|\ \ \
| * | | fs-verity: use u64_to_user_ptr()Eric Biggers2020-01-141-4/+2
| * | | fs-verity: use mempool for hash requestsEric Biggers2020-01-145-46/+97
| * | | fs-verity: implement readahead of Merkle tree pagesEric Biggers2020-01-148-12/+131
| * | | fs-verity: implement readahead for FS_IOC_ENABLE_VERITYEric Biggers2020-01-141-6/+39
* | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2020-01-2822-354/+748
|\ \ \ \
| * | | | fscrypt: improve format of no-key namesDaniel Rosenberg2020-01-222-51/+168
| * | | | ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers2020-01-223-6/+3
| * | | | ubifs: don't trigger assertion on invalid no-key filenameEric Biggers2020-01-221-0/+2
| * | | | fscrypt: clarify what is meant by a per-file keyEric Biggers2020-01-223-24/+25
| * | | | fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg2020-01-224-14/+90
| * | | | fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg2020-01-223-1/+37
| * | | | fscrypt: add "fscrypt_" prefix to fname_encrypt()Eric Biggers2020-01-223-8/+10
| * | | | fscrypt: don't print name of busy file when removing keyEric Biggers2020-01-221-13/+2
| * | | | ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers2020-01-204-16/+9
| * | | | fscrypt: document gfp_flags for bounce page allocationEric Biggers2020-01-141-1/+6
| * | | | fscrypt: optimize fscrypt_zeroout_range()Eric Biggers2020-01-141-31/+81
| * | | | fscrypt: remove redundant bi_status checkEric Biggers2019-12-311-2/+0
| * | | | fscrypt: Allow modular crypto algorithmsHerbert Xu2019-12-314-7/+17
| * | | | fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Eric Biggers2019-12-313-3/+3
| * | | | fscrypt: remove fscrypt_is_direct_key_policy()Eric Biggers2019-12-311-6/+0
| * | | | fscrypt: move fscrypt_valid_enc_modes() to policy.cEric Biggers2019-12-312-18/+17
| * | | | fscrypt: check for appropriate use of DIRECT_KEY flag earlierEric Biggers2019-12-314-30/+35