index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ext4: add optimization for the lazytime mount option
Theodore Ts'o
2017-05-29
2
-2
/
+72
*
vfs: add support for a lazytime mount option
Theodore Ts'o
2017-05-29
1
-0
/
+6
*
fs: push sync_filesystem() down to the file system's remount_fs()
Theodore Ts'o
2017-05-29
1
-0
/
+2
*
fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLE
Nick Desaulniers
2017-05-29
1
-0
/
+7
*
ext4 crypto: use dget_parent() in ext4_d_revalidate()
Theodore Ts'o
2017-05-29
1
-4
/
+8
*
ext4 crypto: don't let data integrity writebacks fail with ENOMEM
Theodore Ts'o
2017-05-29
4
-19
/
+38
*
ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()
Theodore Ts'o
2017-05-29
2
-1
/
+4
*
ext4 crypto: fix memleak in ext4_readdir()
Kirill Tkhai
2017-05-29
1
-2
/
+5
*
ext4 crypto: revalidate dentry after adding or removing the key
Theodore Ts'o
2017-05-29
4
-0
/
+81
*
ext4 crypto: simplify interfaces to directory entry insert functions
Theodore Ts'o
2017-05-29
3
-17
/
+11
*
ext4 crypto: add missing locking for keyring_key access
Theodore Ts'o
2017-05-29
1
-0
/
+4
*
ext4 crypto: exit cleanly if ext4_derive_key_aes() fails
Laurent Navet
2017-05-29
1
-0
/
+2
*
ext4 crypto: check for too-short encrypted file names
Theodore Ts'o
2017-05-29
1
-0
/
+4
*
ext4 crypto: use a jbd2 transaction when adding a crypto policy
Theodore Ts'o
2017-05-29
1
-2
/
+15
*
ext4: fix data corruption caused by unwritten and delayed extents
Lukas Czerner
2017-05-29
2
-0
/
+10
*
ext4 crypto: fix bugs in ext4_encrypted_zeroout()
Theodore Ts'o
2017-05-29
2
-4
/
+21
*
ext4 crypto: replace some BUG_ON()'s with error checks
Theodore Ts'o
2017-05-29
4
-7
/
+15
*
ext4 crypto: ext4_page_crypto() doesn't need a encryption context
Theodore Ts'o
2017-05-29
4
-28
/
+9
*
ext4 crypto: fix memory leak in ext4_bio_write_page()
Theodore Ts'o
2017-05-29
1
-1
/
+4
*
ext4: check if in-inode xattr is corrupted in ext4_expand_extra_isize_ea()
Theodore Ts'o
2017-05-27
1
-4
/
+28
*
UPSTREAM: ext4: fix fencepost in s_first_meta_bg validation
Theodore Ts'o
2017-05-27
1
-1
/
+1
*
BACKPORT: ext4: validate s_first_meta_bg at mount time
Eryu Guan
2017-05-27
1
-0
/
+9
*
ANDROID: ext4 crypto: Disables zeroing on truncation when there's no key
Michael Halcrow
2017-05-27
1
-0
/
+5
*
ext4 crypto: fix return value for ext4_es_scan()
Theodore Ts'o
2017-05-27
1
-1
/
+1
*
ext4 crypto: allocate bounce pages using GFP_NOWAIT
Theodore Ts'o
2017-05-27
2
-23
/
+7
*
ext4 crypto: release crypto resource on module exit
Chao Yu
2017-05-27
1
-0
/
+1
*
ext4 crypto: handle unexpected lack of encryption keys
Theodore Ts'o
2017-05-27
3
-9
/
+14
*
ext4 crypto: allocate the right amount of memory for the on-disk symlink
Theodore Ts'o
2017-05-27
3
-21
/
+37
*
ext4 crypto: clean up error handling in ext4_fname_setup_filename
Theodore Ts'o
2017-05-27
1
-19
/
+16
*
ext4 crypto: policies may only be set on directories
Theodore Ts'o
2017-05-27
1
-0
/
+2
*
ext4 crypto: enforce crypto policy restrictions on cross-renames
Theodore Ts'o
2017-05-27
1
-0
/
+9
*
ext4 crypto: encrypt tmpfile located in encryption protected directory
Theodore Ts'o
2017-05-27
3
-34
/
+30
*
ext4 crypto: make sure the encryption info is initialized on opendir(2)
Theodore Ts'o
2017-05-27
1
-0
/
+8
*
ext4 crypto: set up encryption info for new inodes in ext4_inherit_context()
Theodore Ts'o
2017-05-27
1
-0
/
+1
*
ext4 crypto: fix memory leaks in ext4_encrypted_zeroout
Theodore Ts'o
2017-05-27
1
-31
/
+31
*
ext4 crypto: use per-inode tfm structure
Theodore Ts'o
2017-05-27
9
-156
/
+96
*
ext4 crypto: require CONFIG_CRYPTO_CTR if ext4 encryption is enabled
Theodore Ts'o
2017-05-27
1
-0
/
+1
*
ext4 crypto: shrink size of the ext4_crypto_ctx structure
Theodore Ts'o
2017-05-27
4
-34
/
+30
*
ext4 crypto: get rid of ci_mode from struct ext4_crypt_info
Theodore Ts'o
2017-05-27
4
-15
/
+12
*
ext4 crypto: use slab caches
Theodore Ts'o
2017-05-27
3
-34
/
+39
*
ext4: clean up superblock encryption mode fields
Theodore Ts'o
2017-05-27
4
-32
/
+7
*
ext4 crypto: reorganize how we store keys in the inode
Theodore Ts'o
2017-05-27
11
-346
/
+246
*
ext4 crypto: separate kernel and userspace structure for the key
Theodore Ts'o
2017-05-27
6
-48
/
+43
*
ext4 crypto: don't allocate a page when encrypting/decrypting file names
Theodore Ts'o
2017-05-27
5
-54
/
+28
*
ext4 crypto: optimize filename encryption
Theodore Ts'o
2017-05-27
4
-313
/
+230
*
ext4 crypto: add padding to filenames before encrypting
Theodore Ts'o
2017-05-27
5
-8
/
+31
*
ext4 crypto: simplify and speed up filename encryption
Theodore Ts'o
2017-05-27
5
-204
/
+149
*
ext4 crypto: sync up the mainline 4.1-rc1 merge
Theodore Ts'o
2017-05-27
5
-15
/
+16
*
ext4: make fsync to sync parent dir in no-journal for real this time
Theodore Ts'o
2017-05-27
1
-9
/
+11
*
ext4 crypto: enable encryption feature flag
Theodore Ts'o
2017-05-27
6
-24
/
+79
[prev]
[next]