Linus Torvalds
|
d895cb1af1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Linus Torvalds
|
6515925b82
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Theodore Ts'o
|
0f70b40613
ext4: use ERR_PTR() abstraction for ext4_append()
|
12 years ago |
Theodore Ts'o
|
dc6982ff4d
ext4: refactor code to read directory blocks into ext4_read_dirblock()
|
12 years ago |
Theodore Ts'o
|
1139575a92
ext4: start handle at the last possible moment when creating inodes
|
12 years ago |
Theodore Ts'o
|
64044abf05
ext4: fix the number of credits needed for ext4_unlink() and ext4_rmdir()
|
12 years ago |
Theodore Ts'o
|
8dcfaad244
ext4: start handle at the last possible moment in ext4_rmdir()
|
12 years ago |
Theodore Ts'o
|
931b68649d
ext4: start handle at the last possible moment in ext4_unlink()
|
12 years ago |
Theodore Ts'o
|
9924a92a8c
ext4: pass context information to jbd2__journal_start()
|
12 years ago |
Guo Chao
|
b1deefc99e
ext4: remove unnecessary NULL pointer check
|
12 years ago |
Guo Chao
|
41be871f74
ext4: remove useless assignment in dx_probe()
|
12 years ago |
Guo Chao
|
2bbbee2a68
ext4: remove unused variable in add_dirent_to_buf()
|
12 years ago |
Guo Chao
|
d5ac777305
ext4: release buffer when checksum failed
|
12 years ago |
Guo Chao
|
306a74920b
ext3, ext4, ocfs2: remove unused macro NAMEI_RA_INDEX
|
12 years ago |
Guo Chao
|
fef0ebdb22
ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir()
|
12 years ago |
Guo Chao
|
0ecaef0644
ext4: release buffer in failed path in dx_probe()
|
12 years ago |
Theodore Ts'o
|
0e9a9a1ad6
ext4: avoid hang when mounting non-journal filesystems with orphan list
|
12 years ago |
Tao Ma
|
939da10844
ext4: Remove CONFIG_EXT4_FS_XATTR
|
12 years ago |
Tao Ma
|
32f7f22c0b
ext4: let ext4_rename handle inline dir
|
12 years ago |
Tao Ma
|
61f86638d8
ext4: let empty_dir handle inline dir
|
12 years ago |
Tao Ma
|
9f40fe5463
ext4: let ext4_delete_entry() handle inline data
|
12 years ago |
Tao Ma
|
05019a9e7f
ext4: make ext4_delete_entry generic
|
12 years ago |
Tao Ma
|
e8e948e780
ext4: let ext4_find_entry handle inline data
|
12 years ago |
Tao Ma
|
7335cd3b41
ext4: create a new function search_dir
|
12 years ago |
Tao Ma
|
3c47d54170
ext4: let add_dir_entry handle inline data properly
|
12 years ago |
Tao Ma
|
978fef914a
ext4: create __ext4_insert_dentry for dir entry insertion
|
12 years ago |
Tao Ma
|
226ba972b0
ext4: refactor __ext4_check_dir_entry() to accept start and size
|
12 years ago |
Tao Ma
|
a774f9c20e
ext4: make ext4_init_dot_dotdot for inline dir usage
|
12 years ago |
Darrick J. Wong
|
c6af8803cd
ext4: don't verify checksums of dx non-leaf nodes during fallback scan
|
12 years ago |