1. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  2. b1b1e15 ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lock by Tariq Saeed · 8 years ago
  3. 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  4. 1d3671d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  5. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  6. 3c973b0 ocfs2/dlm: cleanup redunant lksb flags in dlmcommon.h by Joseph Qi · 8 years ago
  7. 98e141f ocfs2: dlm: remove redundant code by Junxiao Bi · 8 years ago
  8. 074a6c6 ocfs2: access orphan dinode before delete entry in ocfs2_orphan_del by Joseph Qi · 8 years ago
  9. 32e4932 ocfs2/dlm: do not insert a new mle when another process is already migrating by xuejiufei · 8 years ago
  10. bef5502 ocfs2/dlm: ignore cleaning the migration mle that is inuse by xuejiufei · 8 years ago
  11. 1cce4df ocfs2: do not lock/unlock() inode DLM lock by Goldwyn Rodrigues · 8 years ago
  12. 1247017 ocfs2: fix slot overwritten if storage link down during mount by jiangyiwen · 8 years ago
  13. c372f21 ocfs2/dlm: return appropriate value when dlm_grab() returns NULL by Xue jiufei · 8 years ago
  14. 72865d9 ocfs2: clean up redundant NULL check before iput by Joseph Qi · 8 years ago
  15. b556014 ocfs2/dlm: wait until DLM_LOCK_RES_SETREF_INPROG is cleared in dlm_deref_lockres_worker by jiangyiwen · 8 years ago
  16. 9e62dc0 ocfs2: constify ocfs2_extent_tree_operations structures by Julia Lawall · 8 years ago
  17. 30bee89 ocfs2/dlm: fix a race between purge and migration by Xue jiufei · 8 years ago
  18. a84ac33 ocfs2: o2hb: increase unsteady iterations by Junxiao Bi · 8 years ago
  19. d636462 ocfs2: return non-zero st_blocks for inline data by John Haxby · 8 years ago
  20. 3eb5bdf ocfs2: optimize bad declarations and redundant assignment by Norton.Zhu · 8 years ago
  21. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  22. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  23. d1b98c2 quota: constify qtree_fmt_operations structures by Julia Lawall · 9 years ago
  24. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  25. cc28d6d ocfs2/dlm: clear migration_pending when migration target goes down by xuejiufei · 9 years ago
  26. b5a8bc3 ocfs2: fix flock panic issue by Junxiao Bi · 9 years ago
  27. 5c9ee4c ocfs2: fix BUG when calculate new backup super by Joseph Qi · 9 years ago
  28. 9a9e341 fs: configfs: Drop unused parameter from configfs_undepend_item() by Krzysztof Opasiak · 9 years ago
  29. 1046cb1 ocfs2: Replace list xattr handler operations by Andreas Gruenbacher · 9 years ago
  30. 854ee2e ocfs2: fix SGID not inherited issue by Junxiao Bi · 9 years ago
  31. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  32. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  33. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  34. 8f1eb48 ocfs2: fix umask ignored issue by Junxiao Bi · 9 years ago
  35. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  36. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  37. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  38. 262d8a8 ocfs2: clean up unused variable in ocfs2_duplicate_clusters_by_page() by Joseph Qi · 9 years ago
  39. 5afc44e ocfs2: add uuid to ocfs2 thread name for problem analysis by Joseph Qi · 9 years ago
  40. b1529a4 ocfs2: should reclaim the inode if '__ocfs2_mknod_locked' returns an error by alex chen · 9 years ago
  41. 0986fe9b ocfs2: fix race between mount and delete node/cluster by Joseph Qi · 9 years ago
  42. 93d911f ocfs2: only take lock if dio entry when recover orphans by Joseph Qi · 9 years ago
  43. 30edc43 ocfs2: do not include dio entry in case of orphan scan by Joseph Qi · 9 years ago
  44. 1d1aff8 ocfs2: improve performance for localalloc by Joseph Qi · 9 years ago
  45. 4e357b9 ocfs2: fill in the unused portion of the block with zeros by dio_zero_block() by jiangyiwen · 9 years ago
  46. d162eaa ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error code by Norton.Zhu · 9 years ago
  47. 9576c2f Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 9 years ago
  48. b67de01 ocfs2/dlm: unlock lockres spinlock before dlm_lockres_put by Joseph Qi · 9 years ago
  49. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  50. 45b9977 ocfs2/cluster: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
  51. 13a83fc ocfs2/cluster: move locking into attribute store methods by Christoph Hellwig · 9 years ago
  52. 012572d ocfs2/dlm: fix deadlock when dispatch assert master by Joseph Qi · 9 years ago
  53. e527b22 revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each" by Andrew Morton · 9 years ago
  54. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  55. 4635929 ocfs2: clean up redundant NULL checks before kfree by Joseph Qi · 9 years ago
  56. 7ecef14 ocfs2: neaten do_error, ocfs2_error and ocfs2_abort by Joe Perches · 9 years ago
  57. d0c97d5 ocfs2: do not set fs read-only if rec[0] is empty while committing truncate by Xue jiufei · 9 years ago
  58. 7f27ec9 ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_write_end_nolock() by yangwenfang · 9 years ago
  59. 40476b8 ocfs2: use 64bit variables to track heartbeat time by Tina Ruchandani · 9 years ago
  60. ad69482 ocfs2: fix race between crashed dio and rm by Joseph Qi · 9 years ago
  61. f57a22d ocfs2: avoid access invalid address when read o2dlm debug messages by Yiwen Jiang · 9 years ago
  62. 743b5f1 ocfs2: take inode lock in ocfs2_iop_set/get_acl() by Tariq Saeed · 9 years ago
  63. 3d46a44 ocfs2: fix BUG_ON() in ocfs2_ci_checkpointed() by Tariq Saeed · 9 years ago
  64. 72f6fe1 ocfs2: optimize error handling in dlm_request_join by Norton.Zhu · 9 years ago
  65. 928dda1 ocfs2: fix a tiny case that inode can not removed by Yiwen Jiang · 9 years ago
  66. 6ab855a ocfs2: add ip_alloc_sem in direct IO to protect allocation changes by WeiWei Wang · 9 years ago
  67. 3423768 ocfs2: clear the rest of the buffers on error by Goldwyn Rodrigues · 9 years ago
  68. 17a5b9a ocfs2: acknowledge return value of ocfs2_error() by Goldwyn Rodrigues · 9 years ago
  69. 7d0fb91 ocfs2: add errors=continue by Goldwyn Rodrigues · 9 years ago
  70. 513e2da ocfs2: flush inode data to disk and free inode when i_count becomes zero by Xue jiufei · 9 years ago
  71. 0f5e7b4 ocfs2: trusted xattr missing CAP_SYS_ADMIN check by Sanidhya Kashyap · 9 years ago
  72. 807a790 ocfs2: set filesytem read-only when ocfs2_delete_entry failed. by jiangyiwen · 9 years ago
  73. f83c7b5 ocfs2/dlm: use list_for_each_entry instead of list_for_each by Joseph Qi · 9 years ago
  74. 0e3d9ea ocfs2: remove unneeded code in dlm_register_domain_handlers by Joseph Qi · 9 years ago
  75. cdd09f4 ocfs2: fix BUG when o2hb_register_callback fails by Joseph Qi · 9 years ago
  76. 914a9b7 ocfs2: remove unneeded code in ocfs2_dlm_init by Joseph Qi · 9 years ago
  77. 3cb2ec4 ocfs2: adjust code to match locking/unlocking order by Joseph Qi · 9 years ago
  78. bf59e66 ocfs2: clean up unused local variables in ocfs2_file_write_iter by Joseph Qi · 9 years ago
  79. 372a447 ocfs2: do not log twice error messages by Christophe JAILLET · 9 years ago
  80. acf8fdb ocfs2: do not BUG if buffer not uptodate in __ocfs2_journal_access by Joseph Qi · 9 years ago
  81. faaebf1 ocfs2: fix several issues of append dio by Joseph Qi · 9 years ago
  82. 512f62a ocfs2: fix race between dio and recover orphan by Joseph Qi · 9 years ago
  83. aa1057b ocfs2: direct write will call ocfs2_rw_unlock() twice when doing aio+dio by Ryan Ding · 9 years ago
  84. e31fb9e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  85. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  86. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  87. 5d44f4b Merge 4.2-rc6 into char-misc-next by Greg Kroah-Hartman · 9 years ago
  88. e1c0506 treewide: fix typos in comment blocks by Masahiro Yamada · 9 years ago
  89. 32e5a2a ocfs2: fix shift left overflow by Joseph Qi · 9 years ago
  90. 209f751 ocfs2: fix BUG in ocfs2_downconvert_thread_do_work() by Joseph Qi · 9 years ago
  91. f368ed6 char: make misc_deregister a void function by Greg Kroah-Hartman · 9 years ago
  92. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  93. 9c89fe0 ocfs2: Handle error from dquot_initialize() by Jan Kara · 9 years ago
  94. 6184fc0 quota: Propagate error from ->acquire_dquot() by Jan Kara · 9 years ago
  95. 9abea2d ioctl_compat: handle FITRIM by Mikulas Patocka · 9 years ago
  96. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  97. b519ea6 ocfs2: mark local functions as static by Joseph Qi · 9 years ago
  98. ab1ba02 ocfs2: use swap() in ocfs2_double_lock() by Fabian Frederick · 9 years ago
  99. a612543 ocfs2: use swap() in swap_refcount_rec() by Fabian Frederick · 9 years ago
  100. 2a28f98 ocfs2: use swap() in dx_leaf_sort_swap() by Fabian Frederick · 9 years ago