summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-293-24/+25
|\
| * debugfs: Return -EPERM when locked downEric Snowberg2020-01-141-7/+10
| * fs/kernfs/dir.c: Clean code by removing always true conditionMateusz Nosek2020-01-141-1/+1
| * debugfs: Fix warnings when building documentationDaniel W. S. Almeida2020-01-062-16/+14
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-292-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.samb...Linus Torvalds2020-01-2918-713/+1041
|\ \ \
| * | | CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch2020-01-273-0/+6
| * | | cifs: use PTR_ERR_OR_ZERO() to simplify codeChen Zhou2020-01-271-1/+1
| * | | cifs: add support for fallocate mode 0 for non-sparse filesRonnie Sahlberg2020-01-273-37/+34
| * | | cifs: fix NULL dereference in match_prepathRonnie Sahlberg2020-01-271-2/+4
| * | | smb3: fix default permissions on new files when mounting with modefromsidSteve French2020-01-273-3/+29
| * | | CIFS: Add support for setting owner info, dos attributes, and create timeBoris Protopopov2020-01-271-11/+117
| * | | cifs: remove set but not used variable 'server'YueHaibing2020-01-271-4/+1
| * | | cifs: Fix memory allocation in __smb2_handle_cancelled_cmd()Paulo Alcantara (SUSE)2020-01-271-1/+1
| * | | cifs: Fix mount options set in automountPaulo Alcantara (SUSE)2020-01-271-54/+43
| * | | cifs: fix unitialized variable poential problem with network I/O cache lock p...Steve French2020-01-271-1/+1
| * | | cifs: Fix return value in __update_cache_entryYueHaibing2020-01-271-1/+1
| * | | cifs: Avoid doing network I/O while holding cache lockPaulo Alcantara (SUSE)2020-01-271-264/+283
| * | | cifs: Fix potential deadlock when updating vol in cifs_reconnect()Paulo Alcantara (SUSE)2020-01-271-32/+77
| * | | cifs: Merge is_path_valid() into get_normalized_path()Paulo Alcantara (SUSE)2020-01-271-17/+4
| * | | cifs: Introduce helpers for finding TCP connectionPaulo Alcantara (SUSE)2020-01-271-13/+31
| * | | cifs: Get rid of kstrdup_const()'d pathsPaulo Alcantara (SUSE)2020-01-271-3/+3
| * | | cifs: Clean up DFS referral cachePaulo Alcantara (SUSE)2020-01-271-286/+279
| * | | cifs: Don't use iov_iter::type directlyDavid Howells2020-01-271-4/+4
| * | | cifs: set correct max-buffer-size for smb2_ioctl_init()Ronnie Sahlberg2020-01-271-2/+7
| * | | cifs: use compounding for open and first query-dir for readdir()Ronnie Sahlberg2020-01-272-12/+87
| * | | cifs: create a helper function to parse the query-directory response bufferRonnie Sahlberg2020-01-271-46/+63
| * | | cifs: prepare SMB2_query_directory to be used with compoundingRonnie Sahlberg2020-01-273-36/+82
| * | | fs/cifs/cifssmb.c: use true,false for bool variablezhengbin2020-01-271-2/+2
| * | | fs/cifs/smb2ops.c: use true,false for bool variablezhengbin2020-01-271-1/+1
* | | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2020-01-299-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-2922-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