aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()Theodore Ts'o2017-05-271-4/+28
* mm: change invalidatepage prototype to accept lengthLukas Czerner2017-05-2720-37/+73
* UPSTREAM: ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-05-271-1/+1
* BACKPORT: ext4: validate s_first_meta_bg at mount timeEryu Guan2017-05-271-0/+9
* ANDROID: ext4 crypto: Disables zeroing on truncation when there's no keyMichael Halcrow2017-05-271-0/+5
* ext4 crypto: fix return value for ext4_es_scan()Theodore Ts'o2017-05-271-1/+1
* ext4 crypto: allocate bounce pages using GFP_NOWAITTheodore Ts'o2017-05-272-23/+7
* ext4 crypto: release crypto resource on module exitChao Yu2017-05-271-0/+1
* ext4 crypto: handle unexpected lack of encryption keysTheodore Ts'o2017-05-273-9/+14
* ext4 crypto: allocate the right amount of memory for the on-disk symlinkTheodore Ts'o2017-05-273-21/+37
* ext4 crypto: clean up error handling in ext4_fname_setup_filenameTheodore Ts'o2017-05-271-19/+16
* ext4 crypto: policies may only be set on directoriesTheodore Ts'o2017-05-271-0/+2
* ext4 crypto: enforce crypto policy restrictions on cross-renamesTheodore Ts'o2017-05-271-0/+9
* ext4 crypto: encrypt tmpfile located in encryption protected directoryTheodore Ts'o2017-05-273-34/+30
* ext4 crypto: make sure the encryption info is initialized on opendir(2)Theodore Ts'o2017-05-271-0/+8
* ext4 crypto: set up encryption info for new inodes in ext4_inherit_context()Theodore Ts'o2017-05-271-0/+1
* ext4 crypto: fix memory leaks in ext4_encrypted_zerooutTheodore Ts'o2017-05-271-31/+31
* ext4 crypto: use per-inode tfm structureTheodore Ts'o2017-05-279-156/+96
* ext4 crypto: require CONFIG_CRYPTO_CTR if ext4 encryption is enabledTheodore Ts'o2017-05-271-0/+1
* ext4 crypto: shrink size of the ext4_crypto_ctx structureTheodore Ts'o2017-05-274-34/+30
* ext4 crypto: get rid of ci_mode from struct ext4_crypt_infoTheodore Ts'o2017-05-274-15/+12
* ext4 crypto: use slab cachesTheodore Ts'o2017-05-273-34/+39
* ext4: clean up superblock encryption mode fieldsTheodore Ts'o2017-05-274-32/+7
* ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2017-05-2711-346/+246
* ext4 crypto: separate kernel and userspace structure for the keyTheodore Ts'o2017-05-276-48/+43
* ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o2017-05-275-54/+28
* ext4 crypto: optimize filename encryptionTheodore Ts'o2017-05-274-313/+230
* ext4 crypto: add padding to filenames before encryptingTheodore Ts'o2017-05-275-8/+31
* ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o2017-05-275-204/+149
* ext4 crypto: sync up the mainline 4.1-rc1 mergeTheodore Ts'o2017-05-275-15/+16
* ext4: make fsync to sync parent dir in no-journal for real this timeTheodore Ts'o2017-05-271-9/+11
* ext4 crypto: enable encryption feature flagTheodore Ts'o2017-05-276-24/+79
* ext4 crypto: Add symlink encryptionTheodore Ts'o2017-05-275-23/+184
* ext4 crypto: enable filename encryptionMichael Halcrow2017-05-272-17/+68
* ext4 crypto: filename encryption modificationsMichael Halcrow2017-05-271-44/+204
* ext4 crypto: partial update to namei.c for fname cryptoMichael Halcrow2017-05-271-8/+101
* ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow2017-05-273-13/+79
* ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o2017-05-274-13/+35
* ext4 crypto: filename encryption facilitiesMichael Halcrow2017-05-275-1/+779
* ext4 crypto: implement the ext4 decryption read pathMichael Halcrow2017-05-273-3/+88
* ext4 crypto: implement the ext4 encryption write pathMichael Halcrow2017-05-274-6/+173
* ext4 crypto: inherit encryption policies on inode and directory createMichael Halcrow2017-05-271-1/+19
* ext4 crypto: enforce context consistencyTheodore Ts'o2017-05-271-1/+23
* ext4 crypto: add encryption key management facilitiesMichael Halcrow2017-05-274-1/+179
* ext4 crypto: add ext4 encryption facilitiesMichael Halcrow2017-05-276-1/+682
* ext4 crypto: add encryption policy and password salt supportMichael Halcrow2017-05-275-0/+317
* ext4 crypto: add encryption xattr supportMichael Halcrow2017-05-271-0/+3
* ext4 crypto: export ext4_empty_dir()Michael Halcrow2017-05-272-5/+7
* ext4 crypto: add ext4 encryption KconfigTheodore Ts'o2017-05-271-0/+17
* ext4 crypto: reserve codepoints used by the ext4 encryption featureTheodore Ts'o2017-05-271-6/+19