Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3d1626889a64bd5a661544d582036a0a02104a60
/
fs
/
ext4
/
namei.c
6d1ab10
ext4: ext4_bread usage audit
by Carlos Maiolino
· 12 years ago
6a08f447
ext4: always set i_op in ext4_mknod()
by Bernd Schubert
· 12 years ago
c9b92530
ext4: make orphan functions be no-op in no-journal mode
by Anatol Pomozov
· 12 years ago
90b0a97
ext4: fix possible non-initialized variable in htree_dirblock_to_tree()
by Carlos Maiolino
· 12 years ago
df981d0
ext4: add max_dir_size_kb mount option
by Theodore Ts'o
· 12 years ago
173f865
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
b50924c
ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()
by Artem Bityutskiy
· 12 years ago
8fc37ec
don't expose I_NEW inodes via dentry->d_inode
by Al Viro
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 13 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 13 years ago
ef58f69
ext4: use proper csum calculation in ext4_rename
by Tao Ma
· 12 years ago
4edebed
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
7e936b7
ext4: disallow hard-linked directory in ext4_lookup
by Andreas Dilger
· 13 years ago
26fe575
vfs: make it possible to access the dentry hash/len as one 64-bit entry
by Linus Torvalds
· 13 years ago
b09de7f
ext4: remove unnecessary check in add_dirent_to_buf()
by Theodore Ts'o
· 13 years ago
b0336e8
ext4: calculate and verify checksums of directory leaf blocks
by Darrick J. Wong
· 13 years ago
dbe8944
ext4: Calculate and verify checksums for htree nodes
by Darrick J. Wong
· 13 years ago
a9c47317
ext4: calculate and verify superblock checksum
by Darrick J. Wong
· 13 years ago
e615391
ext4: change on-disk layout to support extended metadata checksumming
by Darrick J. Wong
· 13 years ago
9ee4930
ext4: format flag in dx_probe()
by Zheng Liu
· 13 years ago
0ce8c010
ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in symlink()
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
d211858
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue
by Linus Torvalds
· 13 years ago
f1f8935
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 13 years ago
5cb81da
ext4: fix quota accounting during migration
by Dmitry Monakhov
· 13 years ago
909a4cf
ext4: avoid setting directory i_nlink to zero
by Andreas Dilger
· 13 years ago
5930ea6
ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entry
by Theodore Ts'o
· 13 years ago
f9287c1
ext4: ext4_mkdir should dirty dir_block with newly created directory inode
by Darrick J. Wong
· 13 years ago
bcaa992
ext4: ext4_rename should dirty dir_bh with the correct directory
by Darrick J. Wong
· 13 years ago
65299a3
block: separate priority boosting from REQ_META
by Christoph Hellwig
· 13 years ago
5dc06c5
block: remove READ_META and WRITE_META
by Christoph Hellwig
· 13 years ago
8c20871
ext4: Properly count journal credits for long symlinks
by Eric Sandeen
· 13 years ago
60ad446
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
a904937
make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)
by Al Viro
· 13 years ago
265c6a0
ext4: fix compilation with -DDX_DEBUG
by Bernd Schubert
· 13 years ago
afb8617
ext4: remove unnecessary comments in ext4_orphan_add()
by Lukas Czerner
· 13 years ago
6976a6f
ext4: don't dereference null pointer when make_indexed_dir() fails
by Allison Henderson
· 14 years ago
df5e622
ext4: fix deadlock in ext4_symlink() in ENOSPC conditions
by Jan Kara
· 14 years ago
7ad8e4e
ext4: Fix fs corruption when make_indexed_dir() fails
by Jan Kara
· 14 years ago
ae005cb
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
0562e0b
ext4: add more tracepoints and use dev_t in the trace buffer
by Jiaying Zhang
· 14 years ago
ef60789
ext4: handle errors in ext4_rename
by Amir Goldstein
· 14 years ago
f17b604
fs: Remove i_nlink check from file system link callback
by Aneesh Kumar K.V
· 14 years ago
b409714
ext4: add error checking to calls to ext4_handle_dirty_metadata()
by Theodore Ts'o
· 14 years ago
dabd991
ext4: add more error checks to ext4_mkdir()
by Namhyung Kim
· 14 years ago
f7c2117
ext4: Use ext4_error_file() to print the pathname to the corrupted inode
by Theodore Ts'o
· 14 years ago
cad3f00
ext4: optimize ext4_check_dir_entry() with unlikely() annotations
by Theodore Ts'o
· 14 years ago
6ca7b13
ext4: Remove redundant unlikely()
by Tobias Klauser
· 14 years ago
6d5c3aa
ext4: fix typo which broke '..' detection in ext4_find_entry()
by Aaro Koskinen
· 14 years ago
a107e5a
Merge branch 'next' into upstream-merge
by Theodore Ts'o
· 14 years ago
7845c04
ext4: use search_dirblock() in ext4_dx_find_entry()
by Theodore Ts'o
· 14 years ago
8941ec8
ext4: avoid uninitialized memory references in ext3_htree_next_block()
by Theodore Ts'o
· 14 years ago
7de9c6ee
new helper: ihold()
by Al Viro
· 14 years ago
0cfc925
ext4: re-inline ext4_rec_len_(to|from)_disk functions
by Eric Sandeen
· 14 years ago
60fd4da
ext4: Cleanup ext4_check_dir_entry so __func__ is now implicit
by Theodore Ts'o
· 14 years ago
5a0790c
ext4: remove initialized but not read variables
by Andi Kleen
· 15 years ago
14ece10
ext4: Make fsync sync new parent directories in no-journal mode
by Frank Mayhar
· 15 years ago
60e6679
ext4: Drop whitespace at end of lines
by Theodore Ts'o
· 15 years ago
12e9b89
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
by Dmitry Monakhov
· 15 years ago
24676da
ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()
by Theodore Ts'o
· 15 years ago
e213e26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
871a293
dquot: cleanup dquot initialize routine
by Christoph Hellwig
· 15 years ago
907f455
dquot: move dquot initialization responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
6e3617e
ext4: Handle non empty on-disk orphan link
by Dmitry Monakhov
· 15 years ago
73b50c1
ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode
by Curt Wohlgemuth
· 15 years ago
12062dd
ext4: move __func__ into a macro for ext4_warning, ext4_error
by Eric Sandeen
· 15 years ago
5aca07e
ext4: quota macros cleanup
by Dmitry Monakhov
· 15 years ago
2de770a
ext4: fix potential buffer head leak when add_dirent_to_buf() returns ENOSPC
by Theodore Ts'o
· 15 years ago
1e424a3
ext4: partial revert to fix double brelse WARNING()
by Theodore Ts'o
· 15 years ago
d3d1faf
ext4: Handle nested ext4_journal_start/stop calls without a journal
by Curt Wohlgemuth
· 15 years ago
1f7bebb
ext4: Always set dx_node's fake_dirent explicitly.
by Andreas Schlick
· 15 years ago
b05ab1d
ext4: Limit number of links that can be created by ext4_link()
by Theodore Ts'o
· 15 years ago
2c94eb8
ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories
by Aneesh Kumar K.V
· 15 years ago
6487a9d
ext4: More buffer head reference leaks
by Curt Wohlgemuth
· 15 years ago
1d5ccd1
ext[234]: move over to 'check_acl' permission model
by Linus Torvalds
· 15 years ago
1101391
ext4: teach the inode allocator to use a goal inode number
by Andreas Dilger
· 16 years ago
f157a4a
ext4: Use a hash of the topdir directory name for the Orlov parent group
by Theodore Ts'o
· 16 years ago
9aee228
ext4: fix dx_map_entry to support 256k directory blocks
by Toshiyuki Okajima
· 16 years ago
abc8746
ext4: hook fiemap operation for directories
by Aneesh Kumar K.V
· 16 years ago
596397b
ext4: Move fs/ext4/namei.h into ext4.h
by Theodore Ts'o
· 16 years ago
3b9d4ed
ext4: Replace lock/unlock_super() with an explicit lock for the orphan list
by Theodore Ts'o
· 16 years ago
afd4672
ext4: Add auto_da_alloc mount option
by Theodore Ts'o
· 16 years ago
8750c6d
ext4: Automatically allocate delay allocated blocks on rename
by Theodore Ts'o
· 16 years ago
e6f009b
ext4: return -EIO not -ESTALE on directory traversal through deleted inode
by Bryan Donlan
· 16 years ago
3d0518f
ext4: New rec_len encoding for very large blocksizes
by Wei Yongjun
· 16 years ago
8bad459
ext4: Use unsigned int for blocksize in dx_make_map() and dx_pack_dirents()
by Theodore Ts'o
· 16 years ago
a269eb1
ext4: Use lowercase names of quota functions
by Jan Kara
· 16 years ago
e6b8bc0
ext4: Add sanity check to make_indexed_dir
by Theodore Ts'o
· 16 years ago
2150edc
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
97e133b
generic swap(): ext4: remove local swap() macro
by Wu Fengguang
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
6b38e84
nfsd race fixes: ext4
by Al Viro
· 16 years ago
498e5f2
ext4: Change unsigned long to unsigned int
by Theodore Ts'o
· 16 years ago
0390131
ext4: Allow ext4 to run without a journal
by Frank Mayhar
· 16 years ago
59e315b
ext3/4: Fix loop index in do_split() so it is signed
by Theodore Ts'o
· 16 years ago
Next »