1. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  2. 8f443e2 Revert "ocfs2: incorrect check for debugfs returns" by Linus Torvalds · 9 years ago
  3. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  4. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  5. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  6. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  7. 9de1626 cleancache: zap uuid arg of cleancache_init_shared_fs by Vladimir Davydov · 9 years ago
  8. 58be19d ocfs2: copy fs uuid to superblock by Vladimir Davydov · 9 years ago
  9. 1d5b897 ocfs2: make mlog_errno return the errno by Andrew Morton · 9 years ago
  10. 2f2eca2 ocfs2: check if the ocfs2 lock resource has been initialized before calling ocfs2_dlm_lock by alex chen · 9 years ago
  11. 1543306 ocfs2: logging: remove static buffer, use vsprintf extension %pV by Joe Perches · 9 years ago
  12. e2ac55b ocfs2: incorrect check for debugfs returns by Chengyu Song · 9 years ago
  13. 762515a ocfs2: fix a typo in the copyright statement by Jakub Wilk · 9 years ago
  14. 023d4ea ocfs2: fix possible uninitialized variable access by Joseph Qi · 9 years ago
  15. 7c01ad8 ocfs2: remove goto statement in ocfs2_check_dir_for_entry() by Daeseok Youn · 9 years ago
  16. a47726b ocfs2: rollback the cleared bits if error occurs after ocfs2_block_group_clear_bits by Joseph Qi · 9 years ago
  17. 62f8b1f ocfs2: use ENOENT instead of EEXIST when get system file fails by Joseph Qi · 9 years ago
  18. e38a573 ocfs2: use actual name length when find entry in ocfs2_orphan_del() by Joseph Qi · 9 years ago
  19. e073fc5 ocfs2: dereferencing freed pointers in ocfs2_reflink() by Dan Carpenter · 9 years ago
  20. d0ba25b ocfs2: fix typo in ocfs2_reserve_local_alloc_bits by Joseph Qi · 9 years ago
  21. 14a5275 ocfs2: do not use ocfs2_zero_extend during direct IO by Joseph Qi · 9 years ago
  22. 37a8d89 ocfs2: take inode lock when get clusters by Joseph Qi · 9 years ago
  23. 7e9b195 ocfs2: no need get dinode bh when zeroing extend by Joseph Qi · 9 years ago
  24. bdd8621 ocfs2: fix a typing error in ocfs2_direct_IO_write by Joseph Qi · 9 years ago
  25. 7a83464 ocfs2: avoid a pointless delay in o2cb_cluster_check() by Daeseok Youn · 9 years ago
  26. 43ee9ca ocfs2: one function call less in user_cluster_connect() after error detection by Markus Elfring · 9 years ago
  27. bb34ed2 ocfs2: one function call less in ocfs2_init_slot_info() after error detection by Markus Elfring · 9 years ago
  28. 629a3b5 ocfs2: one function call less in ocfs2_merge_rec_right() after error detection by Markus Elfring · 9 years ago
  29. 992ef6e ocfs2: one function call less in ocfs2_merge_rec_left() after error detection by Markus Elfring · 9 years ago
  30. 06a269cc ocfs2: less function calls in ocfs2_figure_merge_contig_type() after error detection by Markus Elfring · 9 years ago
  31. 3cc79b7 ocfs2: less function calls in ocfs2_convert_inline_data_to_extents() after error detection by Markus Elfring · 9 years ago
  32. fd90d4df ocfs2: delete unnecessary checks before three function calls by Markus Elfring · 9 years ago
  33. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  34. 7da839c ocfs2: use __generic_file_write_iter() by Al Viro · 9 years ago
  35. 2ba48ce mirror O_APPEND and O_DIRECT into iocb->ki_flags by Al Viro · 9 years ago
  36. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  37. 9032025 ocfs2: move generic_write_checks() before the alignment checks by Al Viro · 9 years ago
  38. 5dc3161 ocfs2_file_write_iter: stop messing with ppos by Al Viro · 9 years ago
  39. dfea934 Merge branch 'for-linus' into for-next by Al Viro · 9 years ago
  40. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  41. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  42. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  43. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  44. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  45. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  46. 64b4e25 ocfs2: _really_ sync the right range by Al Viro · 9 years ago
  47. 9ce5a23 ocfs2_file_write_iter: keep return value and current position update in sync by Al Viro · 9 years ago
  48. cf1b5ea [regression] ocfs2: do *not* increment ->ki_pos twice by Al Viro · 9 years ago
  49. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  50. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 9 years ago
  51. 18d585f ocfs2: make append_dio an incompat feature by Mark Fasheh · 9 years ago
  52. 160cc26 ocfs2: set append dio as a ro compat feature by Joseph Qi · 9 years ago
  53. 4813962 ocfs2: wait for orphan recovery first once append O_DIRECT write crash by Joseph Qi · 9 years ago
  54. 3a83b34 ocfs2: complete the rest request through buffer io by Joseph Qi · 9 years ago
  55. d943d59 ocfs2: do not fallback to buffer I/O write if appending by Joseph Qi · 9 years ago
  56. 49255dc ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks by Joseph Qi · 9 years ago
  57. 24c40b3 ocfs2: implement ocfs2_direct_IO_write by Joseph Qi · 9 years ago
  58. ed460cf ocfs2: add orphan recovery types in ocfs2_recover_orphans by Joseph Qi · 9 years ago
  59. 06ee5c7 ocfs2: add functions to add and remove inode in orphan dir by Joseph Qi · 9 years ago
  60. 026749a ocfs2: prepare some interfaces used in append direct io by Joseph Qi · 9 years ago
  61. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  62. 992de5a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  63. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  64. 99b8874 o2dlm: fix NULL pointer dereference in o2dlm_blocking_ast_wrapper by Srinivas Eeda · 9 years ago
  65. 10ab881 ocfs2: prune the dcache before deleting the dentry of directory by alex chen · 9 years ago
  66. 8989b67 ocfs2: make resv_lock spinlock static by Fabian Frederick · 9 years ago
  67. 9d6008c ocfs2: remove unreachable code in __ocfs2_recovery_thread() by Daeseok Youn · 9 years ago
  68. 9b57269 ocfs2: removes mlog_errno() call twice in ocfs2_find_dir_space_el() by Daeseok Youn · 9 years ago
  69. 592a202 ocfs2: remove unreachable code by Daeseok Youn · 9 years ago
  70. e6d9f86 ocfs2: o2net: silence uninitialized variable warning by Dan Carpenter · 9 years ago
  71. d9510a2 ocfs2: remove pointless assignment from ocfs2_calc_refcount_meta_credits() by Jan Kara · 9 years ago
  72. 1dfeb76 ocfs2: add a mount option journal_async_commit on ocfs2 filesystem by alex chen · 9 years ago
  73. 15eba0f ocfs2: fix journal commit deadlock in ocfs2_convert_inline_data_to_extents by alex chen · 9 years ago
  74. 95671c6 ocfs2: dlm: dlmdomain: remove unused function by Rickard Strandqvist · 9 years ago
  75. 7ea62d7 ocfs2: quota_local: remove unused function by Rickard Strandqvist · 9 years ago
  76. d6edc87 ocfs2: xattr: remove unused function by Rickard Strandqvist · 9 years ago
  77. 79c83ea ocfs2: fix snprintf format specifier in dlmdebug.c by alex chen · 9 years ago
  78. 41d6247 ocfs2: fix wrong comment by Junxiao Bi · 9 years ago
  79. 696cdf7 ocfs2: fix uninitialized variable access by Junxiao Bi · 9 years ago
  80. e6e7461 ocfs2: remove unnecessary else in ocfs2_set_acl() by Fabian Frederick · 9 years ago
  81. b934bea ocfs2/dlm: add missing dlm_lock_put() when recovery master down by Xue jiufei · 9 years ago
  82. b10a081 quota: Store maximum space limit in bytes by Jan Kara · 10 years ago
  83. 664dbd5 ocfs2: Use generic helpers for quotaon and quotaoff by Jan Kara · 10 years ago
  84. 1cd6b7b Merge branch 'for_linus' into for_next by Jan Kara · 9 years ago
  85. 96827ad ocfs2: Move OLQF_CLEAN flag out of generic quota flags by Jan Kara · 10 years ago
  86. b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  87. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  88. a7a2c68 fs: deduplicate noop_backing_dev_info by Christoph Hellwig · 10 years ago
  89. 53dc20b ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when link file by Xue jiufei · 10 years ago
  90. eb4f73b ocfs2: remove bogus check in dlm_process_recovery_data by Joseph Qi · 10 years ago
  91. 136f49b ocfs2: fix journal commit deadlock by Junxiao Bi · 10 years ago
  92. 1e58958 ocfs2/dlm: fix race between dispatched_work and dlm_lockres_grab_inflight_worker by Joseph Qi · 10 years ago
  93. f62f12b ocfs2: reflink: fix slow unlink for refcounted file by Junxiao Bi · 10 years ago
  94. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  95. b3e3e5a ocfs2: remove unneeded NULL check by Dan Carpenter · 10 years ago
  96. 88d69b9 ocfs2: remove bogus NULL check in ocfs2_move_extents() by Dan Carpenter · 10 years ago
  97. 61fb9ea ocfs2: do not set filesystem readonly if link down by jiangyiwen · 10 years ago
  98. d1e78238 ocfs2: do not set OCFS2_LOCK_UPCONVERT_FINISHING if nonblocking lock can not be granted at once by Xue jiufei · 10 years ago
  99. dc17158 ocfs2: fix error handling when creating debugfs root in ocfs2_init() by Jan Kara · 10 years ago
  100. 86b9c6f ocfs2: remove filesize checks for sync I/O journal commit by Goldwyn Rodrigues · 10 years ago