Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
69e4747ee9727d660b88d7e1efe0f4afcb35db1b
/
fs
/
ext3
/
namei.c
ac69e09
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 13 years ago
d03e129
ext3: replace ll_rw_block with other functions
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
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 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
d2db60d
ext3: Properly count journal credits for long symlinks
by Eric Sandeen
· 13 years ago
2ac232f
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 13 years ago
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
c878c73
ext3: Fix compilation with -DDX_DEBUG
by Bernd Schubert
· 13 years ago
a904937
make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)
by Al Viro
· 13 years ago
785c4bc
ext3: Add fixed tracepoints
by Lukas Czerner
· 13 years ago
86c4f6d8
ext3: Fix fs corruption when make_indexed_dir() fails
by Jan Kara
· 14 years ago
ae54870
ext3: Fix lock inversion in ext3_symlink()
by Jan Kara
· 14 years ago
77aa56b
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
0f6e0e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 14 years ago
f17b604
fs: Remove i_nlink check from file system link callback
by Aneesh Kumar K.V
· 14 years ago
fe3fa43
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
by James Morris
· 14 years ago
d743314
ext3: Always set dx_node's fake_dirent explicitly.
by Eric Sandeen
· 14 years ago
2a7dba3
fs/vfs/security: pass last path component to LSM on inode creation
by Eric Paris
· 14 years ago
8057b96
ext3: Remove redundant unlikely()
by Tobias Klauser
· 14 years ago
156e743
ext3: Add more journal error check
by Namhyung Kim
· 14 years ago
ad1857a
ext3: Add journal error check into ext3_rename()
by Namhyung Kim
· 14 years ago
5026e90
ext3: Use search_dirblock() in ext3_dx_find_entry()
by Theodore Ts'o
· 14 years ago
f0cad89
ext3: Avoid uninitialized memory references with a corrupted htree directory
by Theodore Ts'o
· 14 years ago
fbcae8e
ext3: Add journal error check into ext3_delete_entry()
by Namhyung Kim
· 14 years ago
2b543ed
ext3: Add error check in ext3_mkdir()
by Namhyung Kim
· 14 years ago
7de9c6e
new helper: ihold()
by Al Viro
· 14 years ago
0411ba7
ext3: Fix set but unused variables
by Andi Kleen
· 14 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
b8a052d
ext3: Replace lock/unlock_super() with an explicit lock for the orphan list
by Eric Sandeen
· 15 years ago
c459001
ext3: quota macros cleanup [V2]
by Dmitry Monakhov
· 15 years ago
1d5ccd1
ext[234]: move over to 'check_acl' permission model
by Linus Torvalds
· 15 years ago
20bec8a
Merge branch 'ext3-latency-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
e7c8f50
ext3: Add replace-on-rename hueristics for data=writeback mode
by Theodore Ts'o
· 16 years ago
de18f3b
ext3: return -EIO not -ESTALE on directory traversal through deleted inode
by Bryan Donlan
· 16 years ago
45f9021
ext3: use unsigned instead of int for type of blocksize in fs/ext3/namei.c
by Wei Yongjun
· 16 years ago
81a0522
ext3: Use lowercase names of quota functions
by Jan Kara
· 16 years ago
a21102b
ext3: 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
be857df
generic swap(): ext3: remove local swap() macro
by Wu Fengguang
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
c38012d
nfsd race fixes: ext3
by Al Viro
· 16 years ago
59e315b
ext3/4: Fix loop index in do_split() so it is signed
by Theodore Ts'o
· 16 years ago
5e1f8c9
ext3: Add support for non-native signed/unsigned htree hash algorithms
by Theodore Ts'o
· 16 years ago
734711a
[PATCH] get rid of on-stack fake dentry in ext3_get_parent()
by Al Viro
· 16 years ago
4400372
[PATCH] switch all filesystems over to d_obtain_alias
by Christoph Hellwig
· 16 years ago
275c0a8
ext3: validate directory entry data before use
by Duane Griffin
· 16 years ago
8ef2720
ext3: kill 2 useless magic numbers
by Li Zefan
· 16 years ago
e05b6b5
ext3: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
0b23076
ext3: fix update of mtime and ctime on rename
by Jan Kara
· 17 years ago
33575f8
ext3: check ext3_journal_get_write_access() errors
by Akinobu Mita
· 17 years ago
473043d
iget: stop EXT3 from using iget() and read_inode()
by David Howells
· 17 years ago
e1d7ae2
ext3: remove unused code from ext3_find_entry()
by Mariusz Kozlowski
· 17 years ago
7c06a8d
Fix 64KB blocksize in ext3 directories
by Jan Kara
· 17 years ago
059590f
ext3: remove #ifdef CONFIG_EXT3_INDEX
by Eric Sandeen
· 17 years ago
ef2b02d
ext34: ensure do_split leaves enough free space in both blocks
by Eric Sandeen
· 17 years ago
3d82aba
dir_index: error out instead of BUG on corrupt dx dirs
by Eric Sandeen
· 17 years ago
a6c15c2
ext3/ext4: orphan list corruption due bad inode
by Vasily Averin
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
fedee54
ext3: dirindex error pointer issues
by Dmitriy Monakhov
· 18 years ago
754661f
[PATCH] mark struct inode_operations const 1
by Arjan van de Ven
· 18 years ago
731b9a5
[PATCH] remove ext[34]_inc_count and _dec_count
by Eric Sandeen
· 18 years ago
2988a77
[PATCH] return ENOENT from ext3_link when racing with unlink
by Eric Sandeen
· 18 years ago
fe21a69
[PATCH] ext3: change uses of f_{dentry, vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
40b8513
[PATCH] handle ext3 directory corruption better
by Eric Sandeen
· 18 years ago
ce71ec3
[PATCH] r/o bind mounts: monitor zeroing of i_nlink
by Dave Hansen
· 18 years ago
d8c76e6
[PATCH] r/o bind mount prepwork: inc_nlink() helper
by Dave Hansen
· 18 years ago
9a53c3a
[PATCH] r/o bind mounts: unlink: monitor i_nlink
by Dave Hansen
· 18 years ago
caa38fb
[PATCH] ext3: make meta data reads use READ_META
by Jens Axboe
· 18 years ago
e9ad562
[PATCH] ext3: More whitespace cleanups
by Dave Kleikamp
· 18 years ago
eee194e
[PATCH] ext3: inode numbers are unsigned long
by Eric Sandeen
· 18 years ago
ae6ddcc
[PATCH] ext3 and jbd cleanup: remove whitespace
by Mingming Cao
· 18 years ago
2ccb48e
[PATCH] ext3: avoid triggering ext3_error on bad NFS file handle
by Neil Brown
· 18 years ago
92eeccd
[PATCH] ext3: cleanup dead code in ext3_add_entry()
by Johann Lombardi
· 18 years ago
0adb25d
[PATCH] ext3: ext3_symlink should use GFP_NOFS allocations inside
by Kirill Korotaev
· 19 years ago
ba7fe36
[PATCH] ext3: remove d_splice_alias NULL check from ext3_lookup
by Pekka Enberg
· 19 years ago
9f40668
[PATCH] ext3: remove trailing newlines from ext3_warning() calls
by Glauber de Oliveira Costa
· 19 years ago
381be25
[PATCH] ext3: sparse fixes
by Ben Dooks
· 19 years ago
1f54587
[PATCH] quota: ext3: Improve quota credit estimates
by Jan Kara
· 19 years ago
acfa1823d
[PATCH] Support for dx directories in ext3_get_parent (NFSD)
by Andreas Dilger
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago