1. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  2. 2d797e9 ocfs2: fix oops when writing cloned file by Gang He · 5 years ago
  3. 25b6991 ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_transaction by wangyan · 5 years ago
  4. 9f16ca48 ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans() by wangyan · 5 years ago
  5. dd3e7cb ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use by Andy Shevchenko · 5 years ago
  6. d8f1875 ocfs2/dlm: remove redundant assignment to ret by Colin Ian King · 5 years ago
  7. ca322fb ocfs2: make local header paths relative to C files by Masahiro Yamada · 5 years ago
  8. 5b43d64 ocfs2: remove unneeded semicolons by zhengbin · 5 years ago
  9. 67e2d2e fs: ocfs: remove unnecessary assertion in dlm_migrate_lockres by Aditya Pakki · 5 years ago
  10. b73eba2 ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less by Gang He · 5 years ago
  11. 397eac1 ocfs2: call journal flush to mark journal as empty after journal recovery when mount by Kai Li · 5 years ago
  12. 596cf45 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  13. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  14. 188c523 ocfs2: fix passing zero to 'PTR_ERR' warning by Ding Xiang · 5 years ago
  15. 6a96566 Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  16. b8072d5 Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
  17. 50b8b3f Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  18. 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  19. 94b07b6 Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()" by Joseph Qi · 5 years ago
  20. e74540b ocfs2: protect extent tree in ocfs2_prepare_inode_for_write() by Shuning Zhang · 5 years ago
  21. dae82c7 Pull series refactoring quota enabling and disabling code. by Jan Kara · 5 years ago
  22. a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
  23. fdc3ef8 jbd2: Reserve space for revoke descriptor blocks by Jan Kara · 5 years ago
  24. 9797a90 ocfs2: Use accessor function for h_buffer_credits by Jan Kara · 5 years ago
  25. 7212b95 fs: Use dquot_load_quota_inode() from filesystems by Jan Kara · 5 years ago
  26. df4bb5d quota: Check that quota is not dirty before release by Dmitry Monakhov · 5 years ago
  27. d055b4f pipe: Reduce #inclusion of pipe_fs_i.h by David Howells · 5 years ago
  28. 314999d fs: compat_ioctl: move FITRIM emulation into file systems by Arnd Bergmann · 6 years ago
  29. 4641706 jbd2: Make state lock a spinlock by Thomas Gleixner · 5 years ago
  30. b918c43 ocfs2: fix panic due to ocfs2_wq is null by Yi Li · 5 years ago
  31. ce750f4 ocfs2: fix error handling in ocfs2_setattr() by Chengguang Xu · 5 years ago
  32. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  33. 2abb7d3 fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_alloc() by Jia-Ju Bai · 5 years ago
  34. 583fee3 fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock() by Jia-Ju Bai · 5 years ago
  35. 56e94ea fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry() by Jia-Ju Bai · 5 years ago
  36. 7a243c8 ocfs2: clear zero in unaligned direct IO by Jia Guo · 5 years ago
  37. 1c3ce54 ocfs2: fix spelling mistake "ambigous" -> "ambiguous" by Colin Ian King · 5 years ago
  38. d7283b39 ocfs2: checkpoint appending truncate log transaction before flushing by Changwei Ge · 5 years ago
  39. 0a3775e ocfs2: wait for recovering done after direct unlock request by Changwei Ge · 5 years ago
  40. a89bd89 ocfs2: delete unnecessary checks before brelse() by Markus Elfring · 5 years ago
  41. 77461ba fs/ocfs2/dir.c: remove set but not used variables by zhengbin · 5 years ago
  42. 236dcc2 fs/ocfs2/file.c: remove set but not used variables by zhengbin · 5 years ago
  43. 225dcad fs/ocfs2/namei.c: remove set but not used variables by zhengbin · 5 years ago
  44. bf5a526 ocfs2: remove unused ocfs2_orphan_scan_exit() declaration by Guozhonghua · 5 years ago
  45. 3dd21cd ocfs2: remove unused ocfs2_calc_tree_trunc_credits() by Guozhonghua · 5 years ago
  46. 5e7a3ed ocfs2: further debugfs cleanups by Greg Kroah-Hartman · 5 years ago
  47. bbd0f32 ocfs2: use jbd2_inode dirty range scoping by Joseph Qi · 5 years ago
  48. 7bc36e3 ocfs2: remove set but not used variable 'last_hash' by YueHaibing · 5 years ago
  49. 5010fe9 Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  50. d8b2fa6 ocfs2: use kmemdup rather than duplicating its implementation by Fuqian Huang · 6 years ago
  51. 4658d87 fs/ocfs2/dlmglue.c: unneeded variable: "status" by Hariprasad Kelam · 6 years ago
  52. e581595 ocfs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  53. 5da844a ocfs2: add first lock wait time in locking_state by Gang He · 6 years ago
  54. 8056773 ocfs2: add locking filter debugfs file by Gang He · 6 years ago
  55. 8a7f5f4 ocfs2: add last unlock times in locking_state by Gang He · 6 years ago
  56. 0e71666 ocfs2/dlm: use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  57. e926d8a fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat" by ChenGang · 6 years ago
  58. 5aca284 vfs: create a generic checking and prep function for FS_IOC_SETFLAGS by Darrick J. Wong · 6 years ago
  59. be99ca2 fs/ocfs2: fix race in ocfs2_dentry_attach_lock() by Wengang Wang · 6 years ago
  60. 921a3d4 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 405 by Thomas Gleixner · 6 years ago
  61. 50acfb2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 by Thomas Gleixner · 6 years ago
  62. e47ca50 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 275 by Thomas Gleixner · 6 years ago
  63. b9fba67 ocfs2: fix error path kobject memory leak by Tobin C. Harding · 6 years ago
  64. 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
  65. 328970d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145 by Thomas Gleixner · 6 years ago
  66. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  67. 9cc342f treewide: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
  68. e091eab ocfs2: fix ocfs2 read inode data panic in ocfs2_iget by Shuning Zhang · 6 years ago
  69. 9dc2108 ocfs2: use common file type conversion by Phillip Potter · 6 years ago
  70. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  71. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  72. e91b919 ocfs2: switch to ->free_inode() by Al Viro · 6 years ago
  73. 9fbc000 dlmfs: switch to ->free_inode() by Al Viro · 6 years ago
  74. 0a4c926 fs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  75. 72deb45 block: remove CONFIG_LBDAF by Christoph Hellwig · 6 years ago
  76. e6a9467 ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock by Darrick J. Wong · 6 years ago
  77. f402cf0 ocfs2: Use zero-sized array and struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  78. 5500ab4 ocfs2: fix the application IO timeout when fstrim is running by Gang He · 6 years ago
  79. cc725ef ocfs2: fix a panic problem caused by o2cb_ctl by Jia Guo · 6 years ago
  80. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  81. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
  82. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  83. 70306d9 ocfs2: don't clear bh uptodate for block read by Junxiao Bi · 6 years ago
  84. d85400a ocfs2: clear journal dirty flag after shutdown journal by Junxiao Bi · 6 years ago
  85. 532e1e54 ocfs2: fix panic due to unrecovered local alloc by Junxiao Bi · 6 years ago
  86. 9e6aea2 ocfs2: improve ocfs2 Makefile by Larry Chen · 6 years ago
  87. dec5b0d ocfs2: remove set but not used variable 'lastzero' by zhong jiang · 6 years ago
  88. cb6a8fd ocfs2: dlmfs: remove set but not used variable 'status' by zhong jiang · 6 years ago
  89. 874b1ef ocfs2: optimize the reading of heartbeat data by Jia Guo · 6 years ago
  90. 00c569b Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 6 years ago
  91. 164f7e5 ocfs2: fix potential use after free by Pan Bian · 6 years ago
  92. e21e574 ocfs2: fix deadlock caused by ocfs2_defrag_extent() by Larry Chen · 6 years ago
  93. 4316c3c ocfs2: properly initial file_lock used for unlock. by NeilBrown · 6 years ago
  94. 5040f8d ocfs2: free up write context when direct IO failed by Wengang Wang · 6 years ago
  95. 6194ae4 ocfs2: fix clusters leak in ocfs2_defrag_extent() by Larry Chen · 6 years ago
  96. 3a3d1e5 ocfs2: dlmglue: clean up timestamp handling by Arnd Bergmann · 6 years ago
  97. cf76c78 ocfs2: don't put and assigning null to bh allocated outside by Changwei Ge · 6 years ago
  98. 29aa301 ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry by Changwei Ge · 6 years ago
  99. 9e98578 ocfs2: don't use iocb when EIOCBQUEUED returns by Changwei Ge · 6 years ago
  100. 21158ca ocfs2: without quota support, avoid calling quota recovery by Guozhonghua · 6 years ago