Zheng Liu
|
e94bd3490f
ext4: fix a BUG when opening a file with O_TMPFILE flag
|
12 years ago |
Linus Torvalds
|
790eac5640
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Al Viro
|
af51a2ac36
ext4: ->tmpfile() support
|
12 years ago |
Al Viro
|
64cb927371
ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()
|
12 years ago |
Tao Ma
|
8af0f08227
ext4: fix readdir error in the case of inline_data+dir_index
|
12 years ago |
Jan Kara
|
eb9cc7e16b
ext4: move quota initialization out of inode allocation transaction
|
12 years ago |
Theodore Ts'o
|
d6a771056b
ext4: fix miscellaneous big endian warnings
|
12 years ago |
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 |