summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | fscrypt: split up fscrypt_supported_policy() by policy versionEric Biggers2019-12-311-57/+59
| * | | | | fscrypt: move fscrypt_d_revalidate() to fname.cEric Biggers2019-12-313-51/+50
| * | | | | fscrypt: constify inode parameter to filename encryption functionsEric Biggers2019-12-312-11/+11
| * | | | | fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()Eric Biggers2019-12-312-2/+2
| * | | | | fscrypt: verify that the crypto_skcipher has the correct ivsizeEric Biggers2019-12-311-0/+4
| * | | | | fscrypt: use crypto_skcipher_driver_name()Eric Biggers2019-12-311-2/+1
| * | | | | fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEYEric Biggers2019-12-311-8/+124
| |/ / / /
* | | | | Merge tag 'fs-dedupe-last-block-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-01-292-7/+6
|\ \ \ \ \
| * | | | | Btrfs: make deduplication with range including the last block workFilipe Manana2020-01-231-1/+2
| * | | | | fs: allow deduplication of eof block into the end of the destination fileFilipe Manana2020-01-231-6/+4
* | | | | | Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-01-2840-1715/+2988
|\ \ \ \ \ \
| * | | | | | btrfs: free block groups after free'ing fs treesJosef Bacik2020-01-231-2/+9
| * | | | | | btrfs: Fix split-brain handling when changing FSID to metadata uuidNikolay Borisov2020-01-231-4/+38
| * | | | | | btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov2020-01-231-3/+14
| * | | | | | btrfs: Factor out metadata_uuid code from find_fsid.Su Yue2020-01-231-35/+42
| * | | | | | btrfs: Call find_fsid from find_fsid_inprogressSu Yue2020-01-231-13/+6
| * | | | | | Btrfs: fix infinite loop during fsync after rename operationsFilipe Manana2020-01-231-0/+44
| * | | | | | btrfs: set trans->drity in btrfs_commit_transactionJosef Bacik2020-01-231-0/+8
| * | | | | | btrfs: drop log root for dropped rootsJosef Bacik2020-01-231-10/+12
| * | | | | | btrfs: sysfs, add devid/dev_state kobject and device attributesAnand Jain2020-01-234-23/+138
| * | | | | | btrfs: Refactor btrfs_rmap_block to improve readabilityNikolay Borisov2020-01-231-22/+33
| * | | | | | btrfs: Add self-tests for btrfs_rmap_blockNikolay Borisov2020-01-231-1/+153
| * | | | | | btrfs: selftests: Add support for dummy devicesNikolay Borisov2020-01-232-0/+30
| * | | | | | btrfs: Move and unexport btrfs_rmap_blockNikolay Borisov2020-01-234-71/+91
| * | | | | | btrfs: separate definition of assertion failure handlersDavid Sterba2020-01-231-8/+12
| * | | | | | btrfs: device stats, log when stats are zeroedAnand Jain2020-01-201-0/+2
| * | | | | | btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik2020-01-201-2/+10
| * | | | | | btrfs: safely advance counter when looking up bio csumsDavid Sterba2020-01-201-1/+2
| * | | | | | btrfs: remove unused member btrfs_device::workDavid Sterba2020-01-201-2/+0
| * | | | | | btrfs: remove unnecessary wrapper get_alloc_profileJohannes Thumshirn2020-01-201-6/+1
| * | | | | | btrfs: add correction to handle -1 edge case in async discardDennis Zhou2020-01-201-0/+22
| * | | | | | btrfs: ensure removal of discardable_* in free_bitmap()Dennis Zhou2020-01-201-0/+14
| * | | | | | btrfs: make smaller extents more likely to go into bitmapsDennis Zhou2020-01-201-2/+2
| * | | | | | btrfs: increase the metadata allowance for the free_space_cacheDennis Zhou2020-01-201-15/+11