jiangyiwen
|
595297a8f9
ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ocfs2_mknod
|
11 years ago |
Yiwen Jiang
|
f7a14f32e7
ocfs2: fix a tiny race when running dirop_fileop_racer
|
11 years ago |
alex chen
|
5fb1beb069
ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename()
|
11 years ago |
Darrick J. Wong
|
6fdb702d62
ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode
|
11 years ago |
Tetsuo Handa
|
f81c20158f
ocfs2: fix panic on kfree(xattr->name)
|
11 years ago |
Xue jiufei
|
466e68c430
ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_locks() failed
|
11 years ago |
Darrick J. Wong
|
2931cdcb49
ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file
|
11 years ago |
Xue jiufei
|
0e048316ff
ocfs2: check existence of old dentry in ocfs2_link()
|
11 years ago |
Linus Torvalds
|
bf3d846b78
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
11 years ago |
Xiaowei.Hu
|
f5b258550f
ocfs2: do not log ENOENT in unlink()
|
11 years ago |
Christoph Hellwig
|
702e5bc68a
ocfs2: use generic posix ACL infrastructure
|
11 years ago |
Rui Xiang
|
7391a294b8
ocfs2: return ENOMEM when sb_getblk() fails
|
12 years ago |
Younger Liu
|
b5a8bb717e
ocfs2: fix readonly issue in ocfs2_unlink()
|
12 years ago |
Younger Liu
|
ea45466aec
ocfs2: need rollback when journal_access failed in ocfs2_orphan_add()
|
12 years ago |
Joseph Qi
|
13eb98874c
ocfs2: should not use le32_add_cpu to set ocfs2_dinode i_flags
|
12 years ago |
Goldwyn Rodrigues
|
e099127169
fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directory
|
12 years ago |
Xiaowei.Hu
|
7869e59067
ocfs2: ocfs2_prep_new_orphaned_file() should return ret
|
12 years ago |
Eric W. Biederman
|
2c03417627
ocfs2: Convert uid and gids between in core and on disk inodes
|
12 years ago |
Al Viro
|
ebfc3b49a7
don't pass nameidata to ->create()
|
13 years ago |
Al Viro
|
00cd8dd3bf
stop passing nameidata to ->lookup()
|
13 years ago |
Al Viro
|
ea022dfb3c
ocfs: simplify symlink handling
|
13 years ago |
Al Viro
|
847c9db5cb
ocfs2: deal with wraparounds of i_nlink in ocfs2_rename()
|
13 years ago |
Al Viro
|
67697cbdcc
ocfs2: propagate umode_t
|
14 years ago |
Al Viro
|
1a67aafb5f
switch ->mknod() to umode_t
|
14 years ago |
Al Viro
|
4acdaf27eb
switch ->create() to umode_t
|
14 years ago |
Al Viro
|
18bb1db3e7
switch vfs_mkdir() and ->mkdir() to umode_t
|
14 years ago |
Miklos Szeredi
|
bfe8684869
filesystems: add set_nlink()
|
14 years ago |
Miklos Szeredi
|
6d6b77f163
filesystems: add missing nlink wrappers
|
14 years ago |
Miklos Szeredi
|
a7732b05f7
ocfs2: remove unnecessary nlink setting
|
14 years ago |
Christoph Hellwig
|
4e34e719e4
fs: take the ACL checks to common code
|
14 years ago |