- fa60ce2 treewide: remove editor modelines and cruft by Masahiro Yamada · 3 years, 8 months ago
- 2b5f52c ocfs2: convert to fileattr by Miklos Szeredi · 3 years, 9 months ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 4568096 ocfs2: ratelimit the 'max lookup times reached' notice by Mauricio Faria de Oliveira · 4 years, 1 month ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
- 0434c9f4 ocfs2: roll back the reference count modification of the parent directory if an error occurs by wangjian · 4 years, 10 months ago
- 25b6991 ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_transaction by wangyan · 5 years ago
- 225dcad fs/ocfs2/namei.c: remove set but not used variables by zhengbin · 5 years ago
- 328970d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 by Thomas Gleixner · 6 years ago
- 64202a2 ocfs2: drop a VLA in ocfs2_orphan_del() by Salvatore Mesoraca · 7 years ago
- d324cd4 ocfs2: use 'oi' instead of 'OCFS2_I()' by piaojun · 7 years ago
- cc56c33 ocfs2: convert to new i_version API by Jeff Layton · 7 years ago
- c62c38f ocfs2: replace CURRENT_TIME macro by Deepa Dinamani · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
- 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
- c25a1e0 ocfs2: fix posix_acl_create deadlock by Junxiao Bi · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 074a6c6 ocfs2: access orphan dinode before delete entry in ocfs2_orphan_del by Joseph Qi · 9 years ago
- 72865d9 ocfs2: clean up redundant NULL check before iput by Joseph Qi · 9 years ago
- 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 854ee2e ocfs2: fix SGID not inherited issue by Junxiao Bi · 9 years ago
- 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
- 8f1eb48 ocfs2: fix umask ignored issue by Junxiao Bi · 9 years ago
- b1529a4 ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an error by alex chen · 9 years ago
- 30edc43 ocfs2: do not include dio entry in case of orphan scan by Joseph Qi · 9 years ago
- 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 · 10 years ago
- ab1ba02 ocfs2: use swap() in ocfs2_double_lock() by Fabian Frederick · 10 years ago
- cf1776a ocfs2: fix a tiny race when truncate dio orohaned entry by Joseph Qi · 10 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 · 11 years ago
- f7a14f3 ocfs2: fix a tiny race when running dirop_fileop_racer by Yiwen Jiang · 11 years ago
- 5fb1beb ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename() by alex chen · 11 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 · 12 years ago
- ea45466 ocfs2: need rollback when journal_access failed in ocfs2_orphan_add() by Younger Liu · 12 years ago
- 13eb988 ocfs2: should not use le32_add_cpu to set ocfs2_dinode i_flags by Joseph Qi · 12 years ago
- e099127 fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directory by Goldwyn Rodrigues · 12 years ago
- 7869e59 ocfs2: ocfs2_prep_new_orphaned_file() should return ret by Xiaowei.Hu · 12 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 · 13 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 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 · 14 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 · 15 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 · 15 years ago
- 41841b0 Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into ocfs2-merge-window by Joel Becker · 15 years ago
- 547ba7c ocfs2: Block signals for mkdir/link/symlink/O_CREAT. by Joel Becker · 15 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