1. 5f05536 fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock() by Jia-Ju Bai · 4 years, 7 months ago
  2. b537ea8 ocfs2: clear zero in unaligned direct IO by Jia Guo · 4 years, 7 months ago
  3. 78a6550 ocfs2: ip_alloc_sem should be taken in ocfs2_get_block() by alex chen · 6 years ago
  4. 61604a2 fs: add i_blocksize() by Fabian Frederick · 7 years ago
  5. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  6. c33f078 ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock() by Eric Ren · 8 years ago
  7. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  8. 2070ad1 ocfs2: retry on ENOSPC if sufficient space in truncate log by Eric Ren · 8 years ago
  9. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  10. dfec8a1 fs: have ll_rw_block users pass in op and flags separately by Mike Christie · 8 years ago
  11. 93c76a3 file_inode(f)->i_mapping is f->f_mapping by Al Viro · 8 years ago
  12. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  13. 7b9743e ocfs2: don't open-code inode_lock/inode_unlock by Al Viro · 8 years ago
  14. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  15. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  16. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  17. 2888868 ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write() by Ryan Ding · 8 years ago
  18. ce17082 ocfs2: fix disk file size and memory file size mismatch by Ryan Ding · 8 years ago
  19. a86a72a ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_write by Ryan Ding · 8 years ago
  20. e63890f ocfs2: fix ip_unaligned_aio deadlock with dio work queue by Ryan Ding · 8 years ago
  21. c15471f ocfs2: fix sparse file & data ordering issue in direct io by Ryan Ding · 8 years ago
  22. 4506cfb ocfs2: record UNWRITTEN extents when populate write desc by Ryan Ding · 8 years ago
  23. 2de6a3c ocfs2: return the physical address in ocfs2_write_cluster by Ryan Ding · 8 years ago
  24. 46e6255 ocfs2: do not change i_size in write_end for direct io by Ryan Ding · 8 years ago
  25. 65c4db8 ocfs2: test target page before change it by Ryan Ding · 8 years ago
  26. b46637d ocfs2: use c_new to indicate newly allocated extents by Ryan Ding · 8 years ago
  27. c1ad1e3 ocfs2: add ocfs2_write_type_t type to identify the caller of write by Ryan Ding · 8 years ago
  28. 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 · 8 years ago
  29. a4a8481f ocfs2: unlock inode if deleting inode from orphan fails by Guozhonghua · 8 years ago
  30. 187372a direct-io: always call ->end_io if non-NULL by Christoph Hellwig · 8 years ago
  31. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  32. 4e357b9 ocfs2: fill in the unused portion of the block with zeros by dio_zero_block() by jiangyiwen · 9 years ago
  33. d162eaa ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error code by Norton.Zhu · 9 years ago
  34. 7ecef14 ocfs2: neaten do_error, ocfs2_error and ocfs2_abort by Joe Perches · 9 years ago
  35. 7f27ec9 ocfs2: call ocfs2_journal_access_di() before ocfs2_journal_dirty() in ocfs2_write_end_nolock() by yangwenfang · 9 years ago
  36. 6ab855a ocfs2: add ip_alloc_sem in direct IO to protect allocation changes by WeiWei Wang · 9 years ago
  37. faaebf1 ocfs2: fix several issues of append dio by Joseph Qi · 9 years ago
  38. 512f62a ocfs2: fix race between dio and recover orphan by Joseph Qi · 9 years ago
  39. 32e5a2a ocfs2: fix shift left overflow by Joseph Qi · 9 years ago
  40. ae1f081 ocfs2: fix wrong check in ocfs2_direct_IO_get_blocks by Joseph Qi · 9 years ago
  41. fa5a0eb ocfs2: remove OCFS2_IOCB_SEM lock type in direct io by WeiWei Wang · 9 years ago
  42. cf1776a ocfs2: fix a tiny race when truncate dio orohaned entry by Joseph Qi · 9 years ago
  43. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  44. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  45. 14a5275 ocfs2: do not use ocfs2_zero_extend during direct IO by Joseph Qi · 9 years ago
  46. 37a8d89 ocfs2: take inode lock when get clusters by Joseph Qi · 9 years ago
  47. 7e9b195 ocfs2: no need get dinode bh when zeroing extend by Joseph Qi · 9 years ago
  48. bdd8621 ocfs2: fix a typing error in ocfs2_direct_IO_write by Joseph Qi · 9 years ago
  49. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  50. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  51. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  52. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  53. 49255dc ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks by Joseph Qi · 9 years ago
  54. 24c40b3 ocfs2: implement ocfs2_direct_IO_write by Joseph Qi · 9 years ago
  55. 136f49b ocfs2: fix journal commit deadlock by Junxiao Bi · 9 years ago
  56. 61fb9ea ocfs2: do not set filesystem readonly if link down by jiangyiwen · 9 years ago
  57. f775da2 ocfs2: fix deadlock due to wrong locking order by Junxiao Bi · 10 years ago
  58. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  59. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  60. 2931cdc ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file by Darrick J. Wong · 10 years ago
  61. c18ceab ocfs2: change ip_unaligned_aio to of type mutex from atomit_t by Wengang Wang · 10 years ago
  62. 41ecc34 ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage() by Jan Kara · 11 years ago
  63. b1214e4 ocfs2: fix possible double free in ocfs2_write_begin_nolock by Xue jiufei · 11 years ago
  64. 7391a29 ocfs2: return ENOMEM when sb_getblk() fails by Rui Xiang · 11 years ago
  65. 06f9da6 fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits by Goldwyn Rodrigues · 11 years ago
  66. f17c20d ocfs2: use i_size_read() to access i_size by Junxiao Bi · 11 years ago
  67. 7b7a866 direct-io: Implement generic deferred AIO completions by Christoph Hellwig · 11 years ago
  68. c7dd339 ocfs2: fix NULL pointer dereference in ocfs2_duplicate_clusters_by_page by Tiger Yang · 11 years ago
  69. e5f8d30 ocfs2: use ->invalidatepage() length argument by Lukas Czerner · 11 years ago
  70. 259709b jbd2: change jbd2_journal_invalidatepage to accept length by Lukas Czerner · 11 years ago
  71. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  72. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  73. 9b171e0 ocfs2: fix possible use-after-free with AIO by Jan Kara · 11 years ago
  74. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  75. 1269529 ocfs2: wait for page writeback to provide stable pages by Jan Kara · 11 years ago
  76. c4bc8dc ocfs2: remove the second argument of k[un]map_atomic() by Cong Wang · 12 years ago
  77. 99b1bb6 Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-fixes by Joel Becker · 13 years ago
  78. c7e25e6 ocfs2: Avoid livelock in ocfs2_readpage() by Jan Kara · 13 years ago
  79. a11f7e6 ocfs2: serialize unaligned aio by Mark Fasheh · 13 years ago
  80. 5cffff9 ocfs2: Fix ocfs2_page_mkwrite() by Wengang Wang · 13 years ago
  81. 72c5052 fs: move inode_dio_done to the end_io handler by Christoph Hellwig · 13 years ago
  82. df2d6f2 fs: always maintain i_dio_count by Christoph Hellwig · 13 years ago
  83. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 13 years ago
  84. 03e4970 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  85. 272b62c Treat writes as new when holes span across page boundaries by Goldwyn Rodrigues · 13 years ago
  86. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  87. 9558156 ocfs2: Remove mlog(0) from fs/ocfs2/aops.c by Tao Ma · 13 years ago
  88. c1e8d35 ocfs2: Remove EXIT from masklog. by Tao Ma · 13 years ago
  89. ef6b689 ocfs2: Remove ENTRY from masklog. by Tao Ma · 13 years ago
  90. 498f7f5 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 13 years ago
  91. 50308d8 ocfs2: Try to free truncate log when meeting ENOSPC in write. by Tao Ma · 14 years ago
  92. 39c99f1 Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem. by Tristan Ye · 13 years ago
  93. ebdec24 fs: kill block_prepare_write by Christoph Hellwig · 14 years ago
  94. 729963a Merge branch 'cow_readahead' of git://oss.oracle.com/git/tma/linux-2.6 into merge-2 by Joel Becker · 14 years ago
  95. 83fd9c7 Reorganize data elements to reduce struct sizes by Goldwyn Rodrigues · 14 years ago
  96. 1550271 ocfs2: Add struct file to ocfs2_refcount_cow. by Tao Ma · 14 years ago
  97. 0378da0f ocfs2: pass struct file* to ocfs2_write_begin_nolock. by Tao Ma · 14 years ago
  98. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  99. 40e2e97 direct-io: move aio_complete into ->end_io by Christoph Hellwig · 14 years ago
  100. 693c241 ocfs2: No need to zero pages past i_size. by Joel Becker · 14 years ago