1. b1a5122 ocfs2: fix deadlock between setattr and dio_end_io_write by Wengang Wang · 3 years, 9 months ago
  2. b761fd2 ocfs2: fix a use after free on error by Dan Carpenter · 3 years, 10 months ago
  3. f578528 ocfs2: initialize ip_next_orphan by Wengang Wang · 4 years, 2 months ago
  4. ede7dc7 jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufs by Harshad Shirwadkar · 4 years, 2 months ago
  5. 96485e4 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 2 months ago
  6. 342af94 jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 3 months ago
  7. 8dd71b2 ocfs2: fix potential soft lockup during fstrim by Gang He · 4 years, 3 months ago
  8. 679edeb ocfs2: delete repeated words in comments by Randy Dunlap · 4 years, 3 months ago
  9. e455ed2 ocfs2: cleanup o2hb_region_dev_store by Christoph Hellwig · 4 years, 3 months ago
  10. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  11. b79675e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  12. 57c720d ocfs2: fix unbalanced locking by Pavel Machek · 4 years, 5 months ago
  13. 4510a5a ocfs2: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
  14. 38d51b2 ocfs2: change slot number type s16 to u16 by Junxiao Bi · 4 years, 5 months ago
  15. 7eba77d ocfs2: suballoc.h: delete a duplicated word by Randy Dunlap · 4 years, 5 months ago
  16. 504ec37 ocfs2: fix remounting needed after setfacl command by Gang He · 4 years, 5 months ago
  17. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  18. 9277f83 ocfs2: fix value of OCFS2_INVALID_SLOT by Junxiao Bi · 4 years, 6 months ago
  19. e5a15e1 ocfs2: fix panic on nfs server over ocfs2 by Junxiao Bi · 4 years, 6 months ago
  20. 7569d3c ocfs2: load global_inode_alloc by Junxiao Bi · 4 years, 6 months ago
  21. 4cd9973 ocfs2: avoid inode removal while nfsd is accessing it by Junxiao Bi · 4 years, 6 months ago
  22. 067c054 dlmfs: clean up dlmfs_file_{read,write}() a bit by Al Viro · 4 years, 7 months ago
  23. fce1aff ocfs2: fix build failure when TCP/IP is disabled by Tom Seewald · 4 years, 7 months ago
  24. cc989e7 ocfs2: fix spelling mistake and grammar by Keyur Patel · 4 years, 7 months ago
  25. 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
  26. 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 7 months ago
  27. cddf8a2 fs: move fiemap range validation into the file systems instances by Christoph Hellwig · 4 years, 7 months ago
  28. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  29. 750a02a Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  30. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  31. d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  32. 912f655 ocfs2: mount shared volume without ha stack by Gang He · 4 years, 7 months ago
  33. 8f745e6 ocfs2: add missing annotation for dlm_empty_lockres() by Jules Irenge · 4 years, 7 months ago
  34. 062ea67 Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  35. e0cd920 Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  36. b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  37. c488aea tcp: add tcp_sock_set_user_timeout by Christoph Hellwig · 4 years, 7 months ago
  38. 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
  39. 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
  40. 37d59a5 dlmfs_file_write(): get rid of pointless access_ok() by Al Viro · 4 years, 8 months ago
  41. 0702e4f dlmfs: convert dlmfs_file_read() to copy_to_user() by Al Viro · 4 years, 11 months ago
  42. 3815f1b dlmfs_file_write(): fix the bogosity in handling non-zero *ppos by Al Viro · 4 years, 8 months ago
  43. 0c1bc6b docs: filesystems: fix renamed references by Mauro Carvalho Chehab · 4 years, 9 months ago
  44. 783fda85 ocfs2: no need try to truncate file beyond i_size by Changwei Ge · 4 years, 9 months ago
  45. 4ceb229 ocfs2: use memalloc_nofs_save instead of memalloc_noio_save by Matthew Wilcox (Oracle) · 4 years, 9 months ago
  46. d293d3a ocfs2: use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 9 months ago
  47. 0434c9f4 ocfs2: roll back the reference count modification of the parent directory if an error occurs by wangjian · 4 years, 9 months ago
  48. 95f3427 ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  49. 8cb9243 ocfs2: dlm: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  50. fa803cf ocfs2: cluster: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  51. 3c9210d ocfs2: replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 9 months ago
  52. 185a732 ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refcount_cache_unlock() by Jules Irenge · 4 years, 9 months ago
  53. 1a5692e ocfs2: remove useless err by Alex Shi · 4 years, 9 months ago
  54. 41f4dc8 ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec" by wangyan · 4 years, 9 months ago
  55. cb5bc85 ocfs2: there is no need to log twice in several functions by wangyan · 4 years, 9 months ago
  56. e036987 ocfs2: remove dlm_lock_is_remote by Alex Shi · 4 years, 9 months ago
  57. 31cc0c8 ocfs2: use OCFS2_SEC_BITS in macro by Alex Shi · 4 years, 9 months ago
  58. 8e6ef37 ocfs2: remove unused macros by Alex Shi · 4 years, 9 months ago
  59. ee9dc32 ocfs2: remove FS_OCFS2_NM by Alex Shi · 4 years, 9 months ago
  60. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  61. 2d797e9 ocfs2: fix oops when writing cloned file by Gang He · 5 years ago
  62. 25b6991 ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_transaction by wangyan · 5 years ago
  63. 9f16ca48 ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans() by wangyan · 5 years ago
  64. dd3e7cb ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use by Andy Shevchenko · 5 years ago
  65. d8f1875 ocfs2/dlm: remove redundant assignment to ret by Colin Ian King · 5 years ago
  66. ca322fb ocfs2: make local header paths relative to C files by Masahiro Yamada · 5 years ago
  67. 5b43d64 ocfs2: remove unneeded semicolons by zhengbin · 5 years ago
  68. 67e2d2e fs: ocfs: remove unnecessary assertion in dlm_migrate_lockres by Aditya Pakki · 5 years ago
  69. b73eba2 ocfs2: fix the crash due to call ocfs2_get_dlm_debug once less by Gang He · 5 years ago
  70. 397eac1 ocfs2: call journal flush to mark journal as empty after journal recovery when mount by Kai Li · 5 years ago
  71. 596cf45 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  72. 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
  73. 188c523 ocfs2: fix passing zero to 'PTR_ERR' warning by Ding Xiang · 5 years ago
  74. 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
  75. 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
  76. 50b8b3f Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  77. 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
  78. 94b07b6 Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()" by Joseph Qi · 5 years ago
  79. e74540b ocfs2: protect extent tree in ocfs2_prepare_inode_for_write() by Shuning Zhang · 5 years ago
  80. dae82c7 Pull series refactoring quota enabling and disabling code. by Jan Kara · 5 years ago
  81. a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
  82. fdc3ef8 jbd2: Reserve space for revoke descriptor blocks by Jan Kara · 5 years ago
  83. 9797a90 ocfs2: Use accessor function for h_buffer_credits by Jan Kara · 5 years ago
  84. 7212b95 fs: Use dquot_load_quota_inode() from filesystems by Jan Kara · 5 years ago
  85. df4bb5d quota: Check that quota is not dirty before release by Dmitry Monakhov · 5 years ago
  86. d055b4f pipe: Reduce #inclusion of pipe_fs_i.h by David Howells · 5 years ago
  87. 314999d fs: compat_ioctl: move FITRIM emulation into file systems by Arnd Bergmann · 6 years ago
  88. 4641706 jbd2: Make state lock a spinlock by Thomas Gleixner · 5 years ago
  89. b918c43 ocfs2: fix panic due to ocfs2_wq is null by Yi Li · 5 years ago
  90. ce750f4 ocfs2: fix error handling in ocfs2_setattr() by Chengguang Xu · 5 years ago
  91. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  92. 2abb7d3 fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_alloc() by Jia-Ju Bai · 5 years ago
  93. 583fee3 fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock() by Jia-Ju Bai · 5 years ago
  94. 56e94ea fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry() by Jia-Ju Bai · 5 years ago
  95. 7a243c8 ocfs2: clear zero in unaligned direct IO by Jia Guo · 5 years ago
  96. 1c3ce54 ocfs2: fix spelling mistake "ambigous" -> "ambiguous" by Colin Ian King · 5 years ago
  97. d7283b39 ocfs2: checkpoint appending truncate log transaction before flushing by Changwei Ge · 5 years ago
  98. 0a3775e ocfs2: wait for recovering done after direct unlock request by Changwei Ge · 5 years ago
  99. a89bd89 ocfs2: delete unnecessary checks before brelse() by Markus Elfring · 5 years ago
  100. 77461ba fs/ocfs2/dir.c: remove set but not used variables by zhengbin · 5 years ago