Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
dd32e92ae611929d3856f574aea3a97ff970b476
/
fs
/
ext4
/
namei.c
0eb90dd
Merge 4.9.187 into android-4.9-q
by Greg Kroah-Hartman
· 5 years ago
3f0307b
ext4: allow directory holes
by Theodore Ts'o
· 5 years ago
5e10758
Merge 4.9.138 into android-4.9
by Greg Kroah-Hartman
· 6 years ago
d450fcd
ext4: fix buffer leak in __ext4_read_dirblock() on error path
by Vasily Averin
· 6 years ago
f30a52c
ext4: avoid buffer leak in ext4_orphan_add() after prior errors
by Vasily Averin
· 6 years ago
1c7637c
Merge 4.9.130 into android-4.9
by Greg Kroah-Hartman
· 6 years ago
23f57cb
ext4: check to make sure the rename(2)'s destination is not freed
by Theodore Ts'o
· 6 years ago
a925dfb
Merge 4.9.125 into android-4.9
by Greg Kroah-Hartman
· 6 years ago
e85b9fb
ext4: reset error code in ext4_find_entry in fallback
by Eric Sandeen
· 6 years ago
90e7a90
Merge remote-tracking branch 'origin/upstream-f2fs-stable-linux-4.9.y' into android-4.9
by Jaegeuk Kim
· 6 years ago
b711ad8
ext4: switch to fscrypt_prepare_lookup()
by Eric Biggers
· 7 years ago
9797dcb
Merge 4.9.104 into android-4.9
by Greg Kroah-Hartman
· 6 years ago
2d2d3f1
do d_instantiate/unlock_new_inode combinations safely
by Al Viro
· 7 years ago
d919765
f2fs/fscrypt: updates to v4.17-rc1
by Jaegeuk Kim
· 7 years ago
7d82f0e
ext4: switch to fscrypt ->symlink() helper functions
by Eric Biggers
· 7 years ago
319c8e1
Merge 4.9.71 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
32e2ae0
ext4: fix crash when a directory's i_size is too small
by Chandan Rajendra
· 7 years ago
d612bee
fscrypt: use ENOKEY when file cannot be created w/o key
by Eric Biggers
· 8 years ago
63da420
f2fs: catch up to v4.14-rc1
by Hyojun Kim
· 7 years ago
48d7b5a
ext4: don't allow encrypted operations without keys
by Theodore Ts'o
· 8 years ago
e6b120d
f2fs/fscrypt: catch up to v4.12
by Jaegeuk Kim
· 7 years ago
af9bd52
fscrypt: avoid collisions when presenting long encrypted filenames
by Eric Biggers
· 8 years ago
68ca0fd
ext4: fix use-after-iput when fscrypt contexts are inconsistent
by Eric Biggers
· 8 years ago
d74f3d2
ext4: add missing KERN_CONT to a few more debugging uses
by Joe Perches
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
97d2116
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
fd50eca
vfs: Remove {get,set,remove}xattr inode operations
by Andreas Gruenbacher
· 8 years ago
e81d447
ext4: release bh in make_indexed_dir
by gmail
· 8 years ago
2773bf0
fs: rename "rename2" i_op to "rename"
by Miklos Szeredi
· 8 years ago
ef1eb3a
fscrypto: make filename crypto functions return 0 on success
by Eric Biggers
· 8 years ago
396d109
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
a7550b3
ext4 crypto: migrate into vfs's crypto engine
by Jaegeuk Kim
· 8 years ago
fa96454
ext4: correct error value of function verifying dx checksum
by Daeho Jeong
· 8 years ago
b47820e
ext4: avoid modifying checksum fields directly during checksum verification
by Daeho Jeong
· 8 years ago
dfec8a1
fs: have ll_rw_block users pass in op and flags separately
by Mike Christie
· 8 years ago
0e01df1
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
74177f55
ext4: fix oops on corrupted filesystem
by Jan Kara
· 9 years ago
8d2ae1c
ext4: remove trailing \n from ext4_warning/ext4_error calls
by Jakub Wilk
· 9 years ago
1f60fbe
ext4: allow readdir()'s of large empty directories to be interrupted
by Theodore Ts'o
· 9 years ago
9f2394c
Revert "ext4: allow readdir()'s of large empty directories to be interrupted"
by Linus Torvalds
· 9 years ago
fc64005
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
by Al Viro
· 9 years ago
1028b55
ext4: allow readdir()'s of large empty directories to be interrupted
by Theodore Ts'o
· 9 years ago
ff978b0
ext4 crypto: move context consistency check to ext4_file_open()
by Theodore Ts'o
· 9 years ago
28b4c26
ext4 crypto: revalidate dentry after adding or removing the key
by Theodore Ts'o
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
391f2a1
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 9 years ago
040cb37
ext4: adds project ID support
by Li Xi
· 9 years ago
56a0491
ext4 crypto: simplify interfaces to directory entry insert functions
by Theodore Ts'o
· 9 years ago
21fc61c
don't put symlink bodies in pagecache into highmem
by Al Viro
· 9 years ago
75021d2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
be69e1c
fs/ext4: remove unnecessary new_valid_dev check
by Yaowei Bai
· 9 years ago
e2b911c
ext4: clean up feature test macros with predicate functions
by Darrick J. Wong
· 9 years ago
6a797d2
ext4: call out CRC and corruption errors with specific error codes
by Darrick J. Wong
· 9 years ago
a1c8368
fs: Drop unlikely before IS_ERR(_OR_NULL)
by Viresh Kumar
· 9 years ago
926631c
ext4: memory leak on error in ext4_symlink()
by Dan Carpenter
· 9 years ago
a7cdade
ext4: Handle error from dquot_initialize()
by Jan Kara
· 9 years ago
d857da7
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 9 years ago
c5e298a
ext4: prevent ext4_quota_write() from failing due to ENOSPC
by Theodore Ts'o
· 9 years ago
b03a2f7
ext4: improve warning directory handling messages
by Andreas Dilger
· 9 years ago
4d3c4e5
ext4 crypto: allocate the right amount of memory for the on-disk symlink
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
c936e1e
ext4 crypto: use per-inode tfm structure
by Theodore Ts'o
· 9 years ago
b7236e2
ext4 crypto: reorganize how we store keys in the inode
by Theodore Ts'o
· 9 years ago
d229959
ext4 crypto: don't allocate a page when encrypting/decrypting file names
by Theodore Ts'o
· 9 years ago
5b643f9
ext4 crypto: optimize filename encryption
by Theodore Ts'o
· 9 years ago
75e7566
ext4: switch to simple_follow_link()
by Al Viro
· 10 years ago
a7a67e8
ext4: split inode_operations for encrypted symlinks off the rest
by Al Viro
· 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
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
6162e4b
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
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
be64f88
dax: unify ext2/4_{dax,}_file_operations
by Boaz Harrosh
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 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
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
e875a2d
ext4 crypto: export ext4_empty_dir()
by Michael Halcrow
· 10 years ago
e12fb97
ext4: make fsync to sync parent dir in no-journal for real this time
by Lukas Czerner
· 10 years ago
72b8e0f
ext4: remove unused header files
by Sheng Yong
· 10 years ago
7071b71
ext4: fix bh leak on error paths in ext4_rename() and ext4_cross_rename()
by Konstantin Khlebnikov
· 10 years ago
923ae0f
ext4: add DAX functionality
by Ross Zwisler
· 10 years ago
31fc006
ext4: remove unneeded code in ext4_unlink
by Namjae Jeon
· 10 years ago
6050d47
ext4: bail out from make_indexed_dir() on first error
by Jan Kara
· 10 years ago
d1e14f1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
cd808de
ext4: support RENAME_WHITEOUT
by Miklos Szeredi
· 10 years ago
c2661b8
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
9aa5d32
ext4: Replace open coded mdata csum feature to helper function
by Dmitry Monakhov
· 10 years ago
f4bb298
ext4: add ext4_iget_normal() which is to be used for dir tree lookups
by Theodore Ts'o
· 10 years ago
e2bfb08
ext4: don't orphan or truncate the boot loader inode
by Theodore Ts'o
· 10 years ago
a9cfcd6
ext4: avoid trying to kfree an ERR_PTR pointer
by Theodore Ts'o
· 10 years ago
52c826d
ext4: remove a duplicate call in ext4_init_new_dir()
by Wang Shilong
· 10 years ago
f8b3b59
ext4: convert do_split() to use the ERR_PTR convention
by Theodore Ts'o
· 10 years ago
dd73b5d
ext4: convert dx_probe() to use the ERR_PTR convention
by Theodore Ts'o
· 10 years ago
1c21502
ext4: convert ext4_bread() to use the ERR_PTR convention
by Theodore Ts'o
· 10 years ago
Next »