1. c25a1e0 ocfs2: fix posix_acl_create deadlock by Junxiao Bi · 8 years ago
  2. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  3. 074a6c6 ocfs2: access orphan dinode before delete entry in ocfs2_orphan_del by Joseph Qi · 8 years ago
  4. 72865d9 ocfs2: clean up redundant NULL check before iput by Joseph Qi · 8 years ago
  5. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  6. 854ee2e ocfs2: fix SGID not inherited issue by Junxiao Bi · 9 years ago
  7. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  8. 8f1eb48 ocfs2: fix umask ignored issue by Junxiao Bi · 9 years ago
  9. b1529a4 ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an error by alex chen · 9 years ago
  10. 30edc43 ocfs2: do not include dio entry in case of orphan scan by Joseph Qi · 9 years ago
  11. 928dda1 ocfs2: fix a tiny case that inode can not removed by Yiwen Jiang · 9 years ago
  12. 807a790 ocfs2: set filesytem read-only when ocfs2_delete_entry failed. by jiangyiwen · 9 years ago
  13. 3cb2ec4 ocfs2: adjust code to match locking/unlocking order by Joseph Qi · 9 years ago
  14. 512f62a ocfs2: fix race between dio and recover orphan by Joseph Qi · 9 years ago
  15. 9c89fe0 ocfs2: Handle error from dquot_initialize() by Jan Kara · 9 years ago
  16. ab1ba02 ocfs2: use swap() in ocfs2_double_lock() by Fabian Frederick · 9 years ago
  17. cf1776a ocfs2: fix a tiny race when truncate dio orohaned entry by Joseph Qi · 9 years ago
  18. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  19. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  20. 62f8b1f ocfs2: use ENOENT instead of EEXIST when get system file fails by Joseph Qi · 9 years ago
  21. e38a573 ocfs2: use actual name length when find entry in ocfs2_orphan_del() by Joseph Qi · 9 years ago
  22. 4813962 ocfs2: wait for orphan recovery first once append O_DIRECT write crash by Joseph Qi · 9 years ago
  23. 06ee5c7 ocfs2: add functions to add and remove inode in orphan dir by Joseph Qi · 9 years ago
  24. 53dc20b ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when link file by Xue jiufei · 10 years ago
  25. d3556ba ocfs2: fix d_splice_alias() return code checking by Richard Weinberger · 10 years ago
  26. 595297a ocfs2: manually do the iput once ocfs2_add_entry failed in ocfs2_symlink and ocfs2_mknod by jiangyiwen · 10 years ago
  27. f7a14f3 ocfs2: fix a tiny race when running dirop_fileop_racer by Yiwen Jiang · 10 years ago
  28. 5fb1beb ocfs2: should add inode into orphan dir after updating entry in ocfs2_rename() by alex chen · 10 years ago
  29. 6fdb702 ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode by Darrick J. Wong · 10 years ago
  30. f81c201 ocfs2: fix panic on kfree(xattr->name) by Tetsuo Handa · 10 years ago
  31. 466e68c ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_locks() failed by Xue jiufei · 10 years ago
  32. 2931cdc ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file by Darrick J. Wong · 10 years ago
  33. 0e04831 ocfs2: check existence of old dentry in ocfs2_link() by Xue jiufei · 10 years ago
  34. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  35. f5b2585 ocfs2: do not log ENOENT in unlink() by Xiaowei.Hu · 10 years ago
  36. 702e5bc ocfs2: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  37. 7391a29 ocfs2: return ENOMEM when sb_getblk() fails by Rui Xiang · 11 years ago
  38. b5a8bb7 ocfs2: fix readonly issue in ocfs2_unlink() by Younger Liu · 11 years ago
  39. ea45466 ocfs2: need rollback when journal_access failed in ocfs2_orphan_add() by Younger Liu · 11 years ago
  40. 13eb988 ocfs2: should not use le32_add_cpu to set ocfs2_dinode i_flags by Joseph Qi · 11 years ago
  41. e099127 fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directory by Goldwyn Rodrigues · 11 years ago
  42. 7869e59 ocfs2: ocfs2_prep_new_orphaned_file() should return ret by Xiaowei.Hu · 11 years ago
  43. 2c03417 ocfs2: Convert uid and gids between in core and on disk inodes by Eric W. Biederman · 11 years ago
  44. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  45. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  46. ea022dfb ocfs: simplify symlink handling by Al Viro · 12 years ago
  47. 847c9db ocfs2: deal with wraparounds of i_nlink in ocfs2_rename() by Al Viro · 12 years ago
  48. 67697cb ocfs2: propagate umode_t by Al Viro · 13 years ago
  49. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  50. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  51. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  52. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  53. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  54. a7732b0 ocfs2: remove unnecessary nlink setting by Miklos Szeredi · 13 years ago
  55. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  56. 178ea735 kill check_acl callback of generic_permission() by Al Viro · 13 years ago
  57. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  58. 03e4970 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  59. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  60. 8990e44 ocfs2: Remove masklog ML_NAMEI. by Tao Ma · 13 years ago
  61. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 13 years ago
  62. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 13 years ago
  63. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 13 years ago
  64. ba87167 switch ocfs2, close races by Al Viro · 14 years ago
  65. 498f7f5 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  66. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  67. 1e6d915 ocfs2: Release buffer_head in case of error in ocfs2_double_lock. by Tao Ma · 14 years ago
  68. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  69. 5e98d49 Track negative entries v3 by Goldwyn Rodrigues · 14 years ago
  70. 97b8f4a ocfs2: Fix orphan add in ocfs2_create_inode_in_orphan by Mark Fasheh · 14 years ago
  71. dd43bcd ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functions by Mark Fasheh · 14 years ago
  72. 021960c ocfs2: split out inode alloc code from ocfs2_mknod_locked by Mark Fasheh · 14 years ago
  73. 75fe0a2 ocfs2: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  74. 03e6230 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  75. 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
  76. 547ba7c ocfs2: Block signals for mkdir/link/symlink/O_CREAT. by Joel Becker · 14 years ago
  77. ec20cec ocfs2: Make ocfs2_journal_dirty() void. by Joel Becker · 14 years ago
  78. a9743fc ocfs2: Add directory entry later in ocfs2_symlink() and ocfs2_mknod() by Mark Fasheh · 14 years ago
  79. 062d340 ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_mknod error path by Li Dongyang · 14 years ago
  80. ab41fdc ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_symlink error path by Li Dongyang · 14 years ago
  81. d4cd187 ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe code by Li Dongyang · 14 years ago
  82. 3939fda Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir. by Tristan Ye · 14 years ago
  83. 2b6cb57 ocfs2: Set suballoc_loc on allocated metadata. by Joel Becker · 14 years ago
  84. 1ed9b77 ocfs2: ocfs2_claim_*() don't need an ocfs2_super argument. by Joel Becker · 14 years ago
  85. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  86. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  87. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  88. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  89. 45e6297 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 15 years ago
  90. 10cf1a0 ocfs2: Set i_nlink properly during reflink. by Tao Ma · 15 years ago
  91. c7d260a ocfs2: Add reflinked file's inode to inode hash eariler. by Tao Ma · 15 years ago
  92. 55f4946 Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode? by Tristan Ye · 15 years ago
  93. bc13d34 ocfs2: Create reflinked file in orphan dir. by Tao Ma · 15 years ago
  94. 19bd341 ocfs2: Use proper parameter for some inode operation. by Tao Ma · 15 years ago
  95. 0cf2f76 ocfs2: Pass struct ocfs2_caching_info to the journal functions. by Joel Becker · 15 years ago
  96. 8cb471e ocfs2: Take the inode out of the metadata read/write paths. by Joel Becker · 15 years ago
  97. cb25797 ocfs2: Add lockdep annotations by Jan Kara · 15 years ago
  98. 7e31a96 ocfs2/trivial: Remove unused variable in ocfs2_rename. by Tao Ma · 15 years ago
  99. 1382115 ocfs2: Optimize inode allocation by remembering last group by Tao Ma · 15 years ago
  100. b80b549 ocfs2: re-order ocfs2_empty_dir checks by Mark Fasheh · 15 years ago