Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5b85bad2a473a8b90cac93d21ab024ba221a8b09
/
fs
/
ext4
/
namei.c
a9cfcd6
ext4: avoid trying to kfree an ERR_PTR pointer
by Theodore Ts'o
· 10 years ago
d80d448
ext4: fix same-dir rename when inline data directory overflows
by Darrick J. Wong
· 10 years ago
36de928
ext4: propagate errors up to ext4_find_entry()'s callers
by Theodore Ts'o
· 10 years ago
7177a9c
fs: call rename2 if exists
by Miklos Szeredi
· 10 years ago
d745a8c
ext4: reduce contention on s_orphan_lock
by Jan Kara
· 10 years ago
cd2c080
ext4: use sbi in ext4_orphan_{add|del}()
by Jan Kara
· 10 years ago
5d60125
ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access
by liang xie
· 10 years ago
236f5ec
ext4: remove obsoleted check
by Dmitry Monakhov
· 11 years ago
bd42998
ext4: add cross rename support
by Miklos Szeredi
· 11 years ago
bd1af14
ext4: rename: split out helper functions
by Miklos Szeredi
· 11 years ago
0d7d5d6
ext4: rename: move EMLINK check up
by Miklos Szeredi
· 11 years ago
c0d268c
ext4: rename: create ext4_renament structure for local vars
by Miklos Szeredi
· 11 years ago
0a7c393
vfs: add RENAME_NOREPLACE flag
by Miklos Szeredi
· 11 years ago
a53b75b
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
64e178a
ext2/3/4: use generic posix ACL infrastructure
by Christoph Hellwig
· 11 years ago
a34e15c
ext4: use %pd printk specificer
by David Howells
· 11 years ago
43ae9e3
ext[34]: fix double put in tmpfile
by Miklos Szeredi
· 11 years ago
0e20270
ext4: allocate delayed allocation blocks before rename
by Theodore Ts'o
· 11 years ago
5b61de7
ext4: start handle at least possible moment when renaming files
by Theodore Ts'o
· 11 years ago
e94bd34
ext4: fix a BUG when opening a file with O_TMPFILE flag
by Zheng Liu
· 11 years ago
790eac5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
af51a2a
ext4: ->tmpfile() support
by Al Viro
· 11 years ago
64cb927
ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()
by Al Viro
· 11 years ago
8af0f08
ext4: fix readdir error in the case of inline_data+dir_index
by Tao Ma
· 12 years ago
eb9cc7e
ext4: move quota initialization out of inode allocation transaction
by Jan Kara
· 12 years ago
d6a7710
ext4: fix miscellaneous big endian warnings
by Theodore Ts'o
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
6515925
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
0f70b40
ext4: use ERR_PTR() abstraction for ext4_append()
by Theodore Ts'o
· 12 years ago
dc6982f
ext4: refactor code to read directory blocks into ext4_read_dirblock()
by Theodore Ts'o
· 12 years ago
1139575
ext4: start handle at the last possible moment when creating inodes
by Theodore Ts'o
· 12 years ago
64044ab
ext4: fix the number of credits needed for ext4_unlink() and ext4_rmdir()
by Theodore Ts'o
· 12 years ago
8dcfaad
ext4: start handle at the last possible moment in ext4_rmdir()
by Theodore Ts'o
· 12 years ago
931b686
ext4: start handle at the last possible moment in ext4_unlink()
by Theodore Ts'o
· 12 years ago
9924a92
ext4: pass context information to jbd2__journal_start()
by Theodore Ts'o
· 12 years ago
b1deefc
ext4: remove unnecessary NULL pointer check
by Guo Chao
· 12 years ago
41be871
ext4: remove useless assignment in dx_probe()
by Guo Chao
· 12 years ago
2bbbee2
ext4: remove unused variable in add_dirent_to_buf()
by Guo Chao
· 12 years ago
d5ac777
ext4: release buffer when checksum failed
by Guo Chao
· 12 years ago
306a749
ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEX
by Guo Chao
· 12 years ago
fef0ebd
ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir()
by Guo Chao
· 12 years ago
0ecaef0
ext4: release buffer in failed path in dx_probe()
by Guo Chao
· 12 years ago
0e9a9a1
ext4: avoid hang when mounting non-journal filesystems with orphan list
by Theodore Ts'o
· 12 years ago
939da10
ext4: Remove CONFIG_EXT4_FS_XATTR
by Tao Ma
· 12 years ago
32f7f22
ext4: let ext4_rename handle inline dir
by Tao Ma
· 12 years ago
61f8663
ext4: let empty_dir handle inline dir
by Tao Ma
· 12 years ago
9f40fe5
ext4: let ext4_delete_entry() handle inline data
by Tao Ma
· 12 years ago
05019a9
ext4: make ext4_delete_entry generic
by Tao Ma
· 12 years ago
e8e948e
ext4: let ext4_find_entry handle inline data
by Tao Ma
· 12 years ago
7335cd3
ext4: create a new function search_dir
by Tao Ma
· 12 years ago
3c47d54
ext4: let add_dir_entry handle inline data properly
by Tao Ma
· 12 years ago
978fef9
ext4: create __ext4_insert_dentry for dir entry insertion
by Tao Ma
· 12 years ago
226ba97
ext4: refactor __ext4_check_dir_entry() to accept start and size
by Tao Ma
· 12 years ago
a774f9c
ext4: make ext4_init_dot_dotdot for inline dir usage
by Tao Ma
· 12 years ago
c6af880
ext4: don't verify checksums of dx non-leaf nodes during fallback scan
by Darrick J. Wong
· 12 years ago
dffe9d8
ext4: do not use ext4_error() when there is no space in dir leaf for csum
by Theodore Ts'o
· 12 years ago
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
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 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
· 12 years ago
7e936b7
ext4: disallow hard-linked directory in ext4_lookup
by Andreas Dilger
· 12 years ago
26fe575
vfs: make it possible to access the dentry hash/len as one 64-bit entry
by Linus Torvalds
· 12 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
· 13 years ago
df5e622
ext4: fix deadlock in ext4_symlink() in ENOSPC conditions
by Jan Kara
· 14 years ago
Next »