Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d012aa5965160a39b24a4b41139a322f681cdfd7
/
fs
/
ext4
b4ab9e2
ext4 crypto: fix sparse warnings in fs/ext4/ioctl.c
by Fabian Frederick
· 9 years ago
8bc3b1e
ext4: BUG_ON assertion repeated for inode1, not done for inode2
by David Moore
· 9 years ago
ad0a0ce
ext4 crypto: fix ext4_get_crypto_ctx()'s calling convention in ext4_decrypt_one
by Theodore Ts'o
· 9 years ago
42ac184
ext4: return error code from ext4_mb_good_group()
by Lukas Czerner
· 9 years ago
bbdc322
ext4: try to initialize all groups we can in case of failure on ppc64
by Lukas Czerner
· 9 years ago
41e5b7e
ext4: verify block bitmap even after fresh initialization
by Lukas Czerner
· 9 years ago
3dbb5eb
ext4 crypto: allocate bounce pages using GFP_NOWAIT
by Theodore Ts'o
· 9 years ago
e298e73
ext4 crypto: release crypto resource on module exit
by Chao Yu
· 9 years ago
abdd438
ext4 crypto: handle unexpected lack of encryption keys
by Theodore Ts'o
· 9 years ago
4d3c4e5
ext4 crypto: allocate the right amount of memory for the on-disk symlink
by Theodore Ts'o
· 9 years ago
82d0d3e
ext4 crypto: clean up error handling in ext4_fname_setup_filename
by Theodore Ts'o
· 9 years ago
d87f6d7
ext4 crypto: policies may only be set on directories
by Theodore Ts'o
· 9 years ago
c2facca
ext4 crypto: enforce crypto policy restrictions on cross-renames
by Theodore Ts'o
· 9 years ago
e709e9d
ext4 crypto: encrypt tmpfile located in encryption protected directory
by Theodore Ts'o
· 9 years ago
6bc445e
ext4 crypto: make sure the encryption info is initialized on opendir(2)
by Theodore Ts'o
· 9 years ago
5555702
ext4 crypto: set up encryption info for new inodes in ext4_inherit_context()
by Theodore Ts'o
· 9 years ago
95ea68b
ext4 crypto: fix memory leaks in ext4_encrypted_zeroout
by Theodore Ts'o
· 9 years ago
c936e1e
ext4 crypto: use per-inode tfm structure
by Theodore Ts'o
· 9 years ago
71dea01
ext4 crypto: require CONFIG_CRYPTO_CTR if ext4 encryption is enabled
by Theodore Ts'o
· 9 years ago
614def7
ext4 crypto: shrink size of the ext4_crypto_ctx structure
by Theodore Ts'o
· 9 years ago
1aaa6e8
ext4 crypto: get rid of ci_mode from struct ext4_crypt_info
by Theodore Ts'o
· 10 years ago
8ee03714
ext4 crypto: use slab caches
by Theodore Ts'o
· 10 years ago
f5aed2c
ext4: clean up superblock encryption mode fields
by Theodore Ts'o
· 10 years ago
b7236e2
ext4 crypto: reorganize how we store keys in the inode
by Theodore Ts'o
· 10 years ago
e2881b1b
ext4 crypto: separate kernel and userspace structure for the key
by Theodore Ts'o
· 10 years ago
d229959
ext4 crypto: don't allocate a page when encrypting/decrypting file names
by Theodore Ts'o
· 10 years ago
5b643f9
ext4 crypto: optimize filename encryption
by Theodore Ts'o
· 10 years ago
b9576fc
ext4: fix an ext3 collapse range regression in xfstests
by Theodore Ts'o
· 10 years ago
2f97486
ext4: check for zero length extent explicitly
by Eryu Guan
· 10 years ago
9d50659
ext4: fix NULL pointer dereference when journal restart fails
by Lukas Czerner
· 10 years ago
92c8263
ext4: remove unused function prototype from ext4.h
by Theodore Ts'o
· 10 years ago
1b46617
ext4: don't save the error information if the block device is read-only
by Theodore Ts'o
· 10 years ago
8f4d855
ext4: fix lazytime optimization
by Theodore Ts'o
· 10 years ago
8663da2
Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
2c869b2
ext4: fix growing of tiny filesystems
by Jan Kara
· 10 years ago
280227a
ext4: move check under lock scope to close a race.
by Davide Italiano
· 10 years ago
d2dc317
ext4: fix data corruption caused by unwritten and delayed extents
by Lukas Czerner
· 10 years ago
9402bdc
ext4 crypto: remove duplicated encryption mode definitions
by Chanho Park
· 10 years ago
fb63e54
ext4 crypto: do not select from EXT4_FS_ENCRYPTION
by Herbert Xu
· 10 years ago
a44cd7a
ext4 crypto: add padding to filenames before encrypting
by Theodore Ts'o
· 10 years ago
5de0b4d
ext4 crypto: simplify and speed up filename encryption
by Theodore Ts'o
· 10 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
fe0f07d
direct-io: only inc/dec inode->i_dio_count for file systems
by Jens Axboe
· 10 years ago
6162e4b
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
4fc8adc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
84588e7
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 10 years ago
6ddb244
ext4 crypto: enable encryption feature flag
by Theodore Ts'o
· 10 years ago
f348c25
ext4 crypto: add symlink encryption
by Theodore Ts'o
· 10 years ago
eea3a00
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
be64f88
dax: unify ext2/4_{dax,}_file_operations
by Boaz Harrosh
· 10 years ago
0e3b210
dax: use pfn_mkwrite to update c/mtime + freeze protection
by Boaz Harrosh
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
4461471
ext4 crypto: enable filename encryption
by Michael Halcrow
· 10 years ago
1f3862b
ext4 crypto: filename encryption modifications
by Michael Halcrow
· 10 years ago
b309848
ext4 crypto: partial update to namei.c for fname crypto
by Michael Halcrow
· 10 years ago
4bdfc87
ext4 crypto: insert encrypted filenames into a leaf directory block
by Michael Halcrow
· 10 years ago
2f61830
ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenames
by Theodore Ts'o
· 10 years ago
d5d0e8c
ext4 crypto: filename encryption facilities
by Michael Halcrow
· 10 years ago
c9c7429
ext4 crypto: implement the ext4 decryption read path
by Michael Halcrow
· 10 years ago
2058f83
ext4 crypto: implement the ext4 encryption write path
by Michael Halcrow
· 10 years ago
dde680c
ext4 crypto: inherit encryption policies on inode and directory create
by Michael Halcrow
· 10 years ago
d9cdc903
ext4 crypto: enforce context consistency
by Theodore Ts'o
· 10 years ago
88bd6cc
ext4 crypto: add encryption key management facilities
by Michael Halcrow
· 10 years ago
b30ab0e
ext4 crypto: add ext4 encryption facilities
by Michael Halcrow
· 10 years ago
2ba48ce
mirror O_APPEND and O_DIRECT into iocb->ki_flags
by Al Viro
· 10 years ago
3309dd0
switch generic_write_checks() to iocb and iter
by Al Viro
· 10 years ago
e768d7f
ext4_file_write_iter: move generic_write_checks() up
by Al Viro
· 10 years ago
0fa6b00
generic_write_checks(): drop isblk argument
by Al Viro
· 10 years ago
5f380c7
lift generic_write_checks() into callers of __generic_file_write_iter()
by Al Viro
· 10 years ago
22c6186
direct_IO: remove rw from a_ops->direct_IO()
by Omar Sandoval
· 10 years ago
6f67376
direct_IO: use iov_iter_rw() instead of rw everywhere
by Omar Sandoval
· 10 years ago
a95cd63
Remove rw from dax_{do_,}io()
by Omar Sandoval
· 10 years ago
17f8c84
Remove rw from {,__,do_}blockdev_direct_IO()
by Omar Sandoval
· 10 years ago
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 10 years ago
9bd8212
ext4 crypto: add encryption policy and password salt support
by Michael Halcrow
· 10 years ago
887e2c4
ext4 crypto: add encryption xattr support
by Michael Halcrow
· 10 years ago
e875a2d
ext4 crypto: export ext4_empty_dir()
by Michael Halcrow
· 10 years ago
b17655f
ext4 crypto: add ext4 encryption Kconfig
by Theodore Ts'o
· 10 years ago
f542fbe
ext4 crypto: reserve codepoints used by the ext4 encryption feature
by Theodore Ts'o
· 10 years ago
f64e02f
ext4 crypto: add ext4_mpage_readpages()
by Theodore Ts'o
· 10 years ago
e12fb97
ext4: make fsync to sync parent dir in no-journal for real this time
by Lukas Czerner
· 10 years ago
9d21c9f
ext4: don't release reserved space for previously allocated cluster
by Eric Whitney
· 10 years ago
94426f4
ext4: fix loss of delalloc extent info in ext4_zero_range()
by Eric Whitney
· 10 years ago
0f2af21
ext4: allocate entire range in zero range
by Lukas Czerner
· 10 years ago
5a4f314
ext4: remove unnecessary lock/unlock of i_block_reservation_lock
by Maurizio Lombardi
· 10 years ago
08439fe
ext4: remove block_device_ejected
by Christoph Hellwig
· 10 years ago
5f80f62
ext4: remove useless condition in if statement.
by Wei Yuan
· 10 years ago
72b8e0f
ext4: remove unused header files
by Sheng Yong
· 10 years ago
4255c22
ext4: fix comments in ext4_can_extents_be_merged()
by Xiaoguang Wang
· 10 years ago
80cfb71
ext4: fix transposition typo in format string
by Rasmus Villemoes
· 10 years ago
7071b71
ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename()
by Konstantin Khlebnikov
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
0a240339
quota: Make VFS quotas use new interface for getting quota info
by Jan Kara
· 10 years ago
feaf2229
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
0389115
Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
923ae0f
ext4: add DAX functionality
by Ross Zwisler
· 10 years ago
6f30b7e
ext4: fix indirect punch hole corruption
by Omar Sandoval
· 10 years ago
2d5b86e
ext4: ignore journal checksum on remount; don't fail
by Eric Sandeen
· 10 years ago
b94a8b3
ext4: remove duplicate remount check for JOURNAL_CHECKSUM change
by Eric Sandeen
· 10 years ago
Next »