Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
17e2aa01e461a3d3c4df3ea62aa3899df306d38c
/
fs
/
ocfs2
/
namei.c
928dda1
ocfs2: fix a tiny case that inode can not removed
by Yiwen Jiang
· 9 years ago
807a790
ocfs2: set filesytem read-only when ocfs2_delete_entry failed.
by jiangyiwen
· 9 years ago
3cb2ec4
ocfs2: adjust code to match locking/unlocking order
by Joseph Qi
· 9 years ago
512f62a
ocfs2: fix race between dio and recover orphan
by Joseph Qi
· 9 years ago
9c89fe0
ocfs2: Handle error from dquot_initialize()
by Jan Kara
· 9 years ago
ab1ba02
ocfs2: use swap() in ocfs2_double_lock()
by Fabian Frederick
· 9 years ago
cf1776a
ocfs2: fix a tiny race when truncate dio orohaned entry
by Joseph Qi
· 9 years ago
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
62f8b1f
ocfs2: use ENOENT instead of EEXIST when get system file fails
by Joseph Qi
· 10 years ago
e38a573
ocfs2: use actual name length when find entry in ocfs2_orphan_del()
by Joseph Qi
· 10 years ago
4813962
ocfs2: wait for orphan recovery first once append O_DIRECT write crash
by Joseph Qi
· 10 years ago
06ee5c7
ocfs2: add functions to add and remove inode in orphan dir
by Joseph Qi
· 10 years ago
53dc20b
ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when link file
by Xue jiufei
· 10 years ago
d3556ba
ocfs2: fix d_splice_alias() return code checking
by Richard Weinberger
· 10 years ago
595297a
ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ocfs2_mknod
by jiangyiwen
· 10 years ago
f7a14f3
ocfs2: fix a tiny race when running dirop_fileop_racer
by Yiwen Jiang
· 10 years ago
5fb1beb
ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename()
by alex chen
· 10 years ago
6fdb702
ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode
by Darrick J. Wong
· 11 years ago
f81c201
ocfs2: fix panic on kfree(xattr->name)
by Tetsuo Handa
· 11 years ago
466e68c
ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_locks() failed
by Xue jiufei
· 11 years ago
2931cdc
ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file
by Darrick J. Wong
· 11 years ago
0e04831
ocfs2: check existence of old dentry in ocfs2_link()
by Xue jiufei
· 11 years ago
bf3d846
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
f5b2585
ocfs2: do not log ENOENT in unlink()
by Xiaowei.Hu
· 11 years ago
702e5bc
ocfs2: use generic posix ACL infrastructure
by Christoph Hellwig
· 11 years ago
7391a29
ocfs2: return ENOMEM when sb_getblk() fails
by Rui Xiang
· 11 years ago
b5a8bb7
ocfs2: fix readonly issue in ocfs2_unlink()
by Younger Liu
· 11 years ago
ea45466
ocfs2: need rollback when journal_access failed in ocfs2_orphan_add()
by Younger Liu
· 11 years ago
13eb988
ocfs2: should not use le32_add_cpu to set ocfs2_dinode i_flags
by Joseph Qi
· 11 years ago
e099127
fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directory
by Goldwyn Rodrigues
· 11 years ago
7869e59
ocfs2: ocfs2_prep_new_orphaned_file() should return ret
by Xiaowei.Hu
· 11 years ago
2c03417
ocfs2: Convert uid and gids between in core and on disk inodes
by Eric W. Biederman
· 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
ea022dfb
ocfs: simplify symlink handling
by Al Viro
· 13 years ago
847c9db
ocfs2: deal with wraparounds of i_nlink in ocfs2_rename()
by Al Viro
· 13 years ago
67697cb
ocfs2: propagate umode_t
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
a7732b0
ocfs2: remove unnecessary nlink setting
by Miklos Szeredi
· 13 years ago
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
03e4970
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 14 years ago
fe3fa43
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
by James Morris
· 14 years ago
8990e44
ocfs2: Remove masklog ML_NAMEI.
by Tao Ma
· 14 years ago
c1e8d35
ocfs2: Remove EXIT from masklog.
by Tao Ma
· 14 years ago
ef6b689
ocfs2: Remove ENTRY from masklog.
by Tao Ma
· 14 years ago
2a7dba3
fs/vfs/security: pass last path component to LSM on inode creation
by Eric Paris
· 14 years ago
ba87167
switch ocfs2, close races
by Al Viro
· 14 years ago
498f7f5
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
1e6d915
ocfs2: Release buffer_head in case of error in ocfs2_double_lock.
by Tao Ma
· 14 years ago
7de9c6ee
new helper: ihold()
by Al Viro
· 14 years ago
5e98d49
Track negative entries v3
by Goldwyn Rodrigues
· 14 years ago
97b8f4a
ocfs2: Fix orphan add in ocfs2_create_inode_in_orphan
by Mark Fasheh
· 14 years ago
dd43bcd
ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functions
by Mark Fasheh
· 14 years ago
021960c
ocfs2: split out inode alloc code from ocfs2_mknod_locked
by Mark Fasheh
· 14 years ago
75fe0a2
ocfs2: replace inode uid,gid,mode initialization with helper function
by Dmitry Monakhov
· 15 years ago
03e6230
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 14 years ago
41841b0
Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into ocfs2-merge-window
by Joel Becker
· 14 years ago
547ba7c
ocfs2: Block signals for mkdir/link/symlink/O_CREAT.
by Joel Becker
· 14 years ago
ec20cec
ocfs2: Make ocfs2_journal_dirty() void.
by Joel Becker
· 15 years ago
a9743fc
ocfs2: Add directory entry later in ocfs2_symlink() and ocfs2_mknod()
by Mark Fasheh
· 15 years ago
062d340
ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_mknod error path
by Li Dongyang
· 15 years ago
ab41fdc
ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_symlink error path
by Li Dongyang
· 15 years ago
d4cd187
ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe code
by Li Dongyang
· 15 years ago
3939fda
Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir.
by Tristan Ye
· 15 years ago
2b6cb57
ocfs2: Set suballoc_loc on allocated metadata.
by Joel Becker
· 15 years ago
1ed9b77
ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument.
by Joel Becker
· 15 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
63936dd
dquot: cleanup inode allocation / freeing routines
by Christoph Hellwig
· 15 years ago
5dd4056
dquot: cleanup space allocation / freeing routines
by Christoph Hellwig
· 15 years ago
45e6297
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 15 years ago
10cf1a0
ocfs2: Set i_nlink properly during reflink.
by Tao Ma
· 15 years ago
c7d260a
ocfs2: Add reflinked file's inode to inode hash eariler.
by Tao Ma
· 15 years ago
55f4946
Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode?
by Tristan Ye
· 15 years ago
bc13d34
ocfs2: Create reflinked file in orphan dir.
by Tao Ma
· 15 years ago
19bd341
ocfs2: Use proper parameter for some inode operation.
by Tao Ma
· 15 years ago
0cf2f76
ocfs2: Pass struct ocfs2_caching_info to the journal functions.
by Joel Becker
· 16 years ago
8cb471e
ocfs2: Take the inode out of the metadata read/write paths.
by Joel Becker
· 16 years ago
cb25797
ocfs2: Add lockdep annotations
by Jan Kara
· 15 years ago
7e31a96
ocfs2/trivial: Remove unused variable in ocfs2_rename.
by Tao Ma
· 16 years ago
1382115
ocfs2: Optimize inode allocation by remembering last group
by Tao Ma
· 16 years ago
b80b549
ocfs2: re-order ocfs2_empty_dir checks
by Mark Fasheh
· 16 years ago
198a1ca
ocfs2: Increase max links count
by Mark Fasheh
· 16 years ago
4ed8a6b
ocfs2: Store dir index records inline
by Mark Fasheh
· 16 years ago
9b7895e
ocfs2: Add a name indexed b-tree to directory inodes
by Mark Fasheh
· 16 years ago
4a12ca3
ocfs2: Introduce dir lookup helper struct
by Mark Fasheh
· 16 years ago
d9ae49d
ocfs2: tweak to get the maximum inline data size with xattr
by Tiger Yang
· 16 years ago
13723d0
ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.
by Joel Becker
· 16 years ago
a90714c
ocfs2: Add quota calls for allocation and freeing of inodes and space
by Jan Kara
· 16 years ago
b657c95
ocfs2: Wrap inode block reads in a dedicated function.
by Joel Becker
· 16 years ago
89c38bd
ocfs2: add ocfs2_init_acl in mknod
by Tiger Yang
· 16 years ago
534eadd
ocfs2: add ocfs2_init_security in during file create
by Tiger Yang
· 16 years ago
Next »