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