1. 8f9b180 ocfs2: clean up an unneeded goto in ocfs2_put_slot() by Guozhonghua · 8 years ago
  2. aa6913d ocfs2: clean up unused parameter 'count' in o2hb_read_block_input() by Jun Piao · 8 years ago
  3. c14688e ocfs2: clean up an unused variable 'wants_rotate' in ocfs2_truncate_rec by piaojun · 8 years ago
  4. 8ba4422 ocfs2: fix comment in struct ocfs2_extended_slot by Guozhonghua · 8 years ago
  5. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  6. 7f427d3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. 0e0162b Merge branch 'ovl-fixes' into for-linus by Al Viro · 8 years ago
  8. c25a1e0 ocfs2: fix posix_acl_create deadlock by Junxiao Bi · 8 years ago
  9. 5ee0fbd ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang by Junxiao Bi · 8 years ago
  10. 9902af7 parallel lookups: actual switch to rwsem by Al Viro · 8 years ago
  11. 7b9743e ocfs2: don't open-code inode_lock/inode_unlock by Al Viro · 8 years ago
  12. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  13. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  14. b734136 ocfs2/dlm: return zero if deref_done message is successfully handled by xuejiufei · 8 years ago
  15. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  16. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  17. e865f49 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  18. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  19. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  20. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 9 years ago
  21. 8f9e8f5 ocfs2: Fix Q_GETNEXTQUOTA for filesystem without quotas by Jan Kara · 9 years ago
  22. 102c259 ocfs2: extend enough credits for freeing one truncate record while replaying truncate records by Xue jiufei · 9 years ago
  23. 1721598 ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_edge_lengths() before to avoid inconsistency between inode and et by Xue jiufei · 9 years ago
  24. e5054c9 ocfs2/dlm: move lock to the tail of grant queue while doing in-place convert by xuejiufei · 9 years ago
  25. 584dca3 ocfs2: solve a problem of crossing the boundary in updating backups by jiangyiwen · 9 years ago
  26. 35ddf78 ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local by jiangyiwen · 9 years ago
  27. be12b29 ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list by Joseph Qi · 9 years ago
  28. ac7cf24 ocfs2/dlm: fix race between convert and recovery by Joseph Qi · 9 years ago
  29. 2888868 ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write() by Ryan Ding · 9 years ago
  30. ce17082 ocfs2: fix disk file size and memory file size mismatch by Ryan Ding · 9 years ago
  31. a86a72a ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_write by Ryan Ding · 9 years ago
  32. e63890f ocfs2: fix ip_unaligned_aio deadlock with dio work queue by Ryan Ding · 9 years ago
  33. f1f973f ocfs2: code clean up for direct io by Ryan Ding · 9 years ago
  34. c15471f ocfs2: fix sparse file & data ordering issue in direct io by Ryan Ding · 9 years ago
  35. 4506cfb ocfs2: record UNWRITTEN extents when populate write desc by Ryan Ding · 9 years ago
  36. 2de6a3c ocfs2: return the physical address in ocfs2_write_cluster by Ryan Ding · 9 years ago
  37. 46e6255 ocfs2: do not change i_size in write_end for direct io by Ryan Ding · 9 years ago
  38. 65c4db8 ocfs2: test target page before change it by Ryan Ding · 9 years ago
  39. b46637d ocfs2: use c_new to indicate newly allocated extents by Ryan Ding · 9 years ago
  40. c1ad1e3 ocfs2: add ocfs2_write_type_t type to identify the caller of write by Ryan Ding · 9 years ago
  41. 9e13f1f ocfs2: o2hb: fix double free bug by Junxiao Bi · 9 years ago
  42. d56a8f3 ocfs2: check/fix inode block for online file check by Gang He · 9 years ago
  43. a849d46 ocfs2: create/remove sysfile for online file check by Gang He · 9 years ago
  44. a860f6e ocfs2: sysfile interfaces for online file check by Gang He · 9 years ago
  45. 9dde5e4 ocfs2: export ocfs2_kset for online file check by Gang He · 9 years ago
  46. 77d9131 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  47. 53d2e69 Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  48. 364e8dd Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 9 years ago
  49. 8d67d3c ocfs2/dlm: fix a variable overflow problem in dlmdomain.c by Jun Piao · 9 years ago
  50. 814ce69 ocfs2: fix a tiny race that leads file system read-only by Jiufei Xue · 9 years ago
  51. d277f33 ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_REF state by xuejiufei · 9 years ago
  52. 8c03439 ocfs2/dlm: clear DROPPING_REF flag when the master goes down by xuejiufei · 9 years ago
  53. 842b90b ocfs2/dlm: return in progress if master can not clear the refmap bit right now by xuejiufei · 9 years ago
  54. 60d663c ocfs2/dlm: add DEREF_DONE message by xuejiufei · 9 years ago
  55. 39b29af ocfs2/dlm: fix a typo in dlmcommon.h by Joseph Qi · 9 years ago
  56. bfd97a0 ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump() by jiangyiwen · 9 years ago
  57. 4d548f6 ocfs2/cluster: replace the interrupt safe spinlocks with common ones by jiangyiwen · 9 years ago
  58. 566e8df ocfs2: fix return value from ocfs2_page_mkwrite() by Jan Kara · 9 years ago
  59. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 9 years ago
  60. a4a8481f ocfs2: unlock inode if deleting inode from orphan fails by Guozhonghua · 9 years ago
  61. 5a9530e ocfs2: Implement get_next_id() by Jan Kara · 9 years ago
  62. 187372a direct-io: always call ->end_io if non-NULL by Christoph Hellwig · 9 years ago
  63. c95a518 ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanup by xuejiufei · 9 years ago
  64. a4a1dfa ocfs2/cluster: fix memory leak in o2hb_region_release by Joseph Qi · 9 years ago
  65. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  66. b1b1e15 ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lock by Tariq Saeed · 9 years ago
  67. 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  68. 1d3671d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  69. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  70. 3c973b0 ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.h by Joseph Qi · 9 years ago
  71. 98e141f ocfs2: dlm: remove redundant code by Junxiao Bi · 9 years ago
  72. 074a6c6 ocfs2: access orphan dinode before delete entry in ocfs2_orphan_del by Joseph Qi · 9 years ago
  73. 32e4932 ocfs2/dlm: do not insert a new mle when another process is already migrating by xuejiufei · 9 years ago
  74. bef5502 ocfs2/dlm: ignore cleaning the migration mle that is inuse by xuejiufei · 9 years ago
  75. 1cce4df ocfs2: do not lock/unlock() inode DLM lock by Goldwyn Rodrigues · 9 years ago
  76. 1247017 ocfs2: fix slot overwritten if storage link down during mount by jiangyiwen · 9 years ago
  77. c372f21 ocfs2/dlm: return appropriate value when dlm_grab() returns NULL by Xue jiufei · 9 years ago
  78. 72865d9 ocfs2: clean up redundant NULL check before iput by Joseph Qi · 9 years ago
  79. b556014 ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lockres_worker by jiangyiwen · 9 years ago
  80. 9e62dc0 ocfs2: constify ocfs2_extent_tree_operations structures by Julia Lawall · 9 years ago
  81. 30bee89 ocfs2/dlm: fix a race between purge and migration by Xue jiufei · 9 years ago
  82. a84ac33 ocfs2: o2hb: increase unsteady iterations by Junxiao Bi · 9 years ago
  83. d636462 ocfs2: return non-zero st_blocks for inline data by John Haxby · 9 years ago
  84. 3eb5bdf ocfs2: optimize bad declarations and redundant assignment by Norton.Zhu · 9 years ago
  85. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  86. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  87. d1b98c2 quota: constify qtree_fmt_operations structures by Julia Lawall · 9 years ago
  88. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  89. cc28d6d ocfs2/dlm: clear migration_pending when migration target goes down by xuejiufei · 9 years ago
  90. b5a8bc3 ocfs2: fix flock panic issue by Junxiao Bi · 9 years ago
  91. 5c9ee4c ocfs2: fix BUG when calculate new backup super by Joseph Qi · 9 years ago
  92. 9a9e341 fs: configfs: Drop unused parameter from configfs_undepend_item() by Krzysztof Opasiak · 9 years ago
  93. 1046cb1 ocfs2: Replace list xattr handler operations by Andreas Gruenbacher · 9 years ago
  94. 854ee2e ocfs2: fix SGID not inherited issue by Junxiao Bi · 9 years ago
  95. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  96. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  97. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  98. 8f1eb48 ocfs2: fix umask ignored issue by Junxiao Bi · 9 years ago
  99. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  100. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago