1. 236f453 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  2. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  3. 30460e1 fs: Enable bmap() function to properly return errors by Carlos Maiolino · 5 years ago
  4. 7f6225e jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft() by zhangyi (F) · 5 years ago
  5. 0e98c08 jbd2: make sure ESHUTDOWN to be recorded in the journal superblock by zhangyi (F) · 5 years ago
  6. 51f57b0 ext4, jbd2: ensure panic when aborting with zero errno by zhangyi (F) · 5 years ago
  7. d0a186e jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record by zhangyi (F) · 5 years ago
  8. 1a8e9cf4 jbd2_seq_info_next should increase position index by Vasily Averin · 5 years ago
  9. 17c51d8 jbd2: remove pointless assertion in __journal_remove_journal_head by Shijie Luo · 5 years ago
  10. 8d6ce13 ext4,jbd2: fix comment and code style by Shijie Luo · 5 years ago
  11. 0c1cba6 jbd2: delete the duplicated words in the comments by wangyan · 5 years ago
  12. a09decf jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal by Kai Li · 5 years ago
  13. 50b8b3f Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  14. a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
  15. 19014d6 jbd2: Fine tune estimate of necessary descriptor blocks by Jan Kara · 5 years ago
  16. 0094f98 jbd2: Provide trace event for handle restarts by Jan Kara · 5 years ago
  17. d090707 jbd2: Make credit checking more strict by Jan Kara · 5 years ago
  18. 933f1c1 jbd2: Rename h_buffer_credits to h_total_credits by Jan Kara · 5 years ago
  19. fdc3ef8 jbd2: Reserve space for revoke descriptor blocks by Jan Kara · 5 years ago
  20. 77444ac jbd2: Drop jbd2_space_needed() by Jan Kara · 5 years ago
  21. 9f356e5 jbd2: Account descriptor blocks into t_outstanding_credits by Jan Kara · 5 years ago
  22. ec8b6f6 jbd2: Factor out common parts of stopping and restarting a handle by Jan Kara · 5 years ago
  23. 5559b2d jbd2: Drop pointless wakeup from jbd2_journal_stop() by Jan Kara · 5 years ago
  24. 150549e jbd2: Drop pointless check from jbd2_journal_stop() by Jan Kara · 5 years ago
  25. dfaf5ff jbd2: Reorganize jbd2_journal_stop() by Jan Kara · 5 years ago
  26. 015c603 jbd2: Fix statistics for the number of logged blocks by Jan Kara · 5 years ago
  27. b90bfdf jbd2: Completely fill journal descriptor blocks by Jan Kara · 5 years ago
  28. 0db4588 jbd2: Fixup stale comment in commit code by Jan Kara · 5 years ago
  29. 7855a57 jbd2: Free journal head outside of locked region by Thomas Gleixner · 5 years ago
  30. 4641706 jbd2: Make state lock a spinlock by Thomas Gleixner · 5 years ago
  31. 2e710ff jbd2: Don't call __bforget() unnecessarily by Jan Kara · 5 years ago
  32. 6d69843 jbd2: Drop unnecessary branch from jbd2_journal_forget() by Jan Kara · 5 years ago
  33. 93108eb jbd2: Move dropping of jh reference out of un/re-filing functions by Jan Kara · 5 years ago
  34. d84560f jbd2: Simplify journal_unmap_buffer() by Thomas Gleixner · 5 years ago
  35. 5facae4 locking/lockdep: Remove unused @nested argument from lock_release() by Qian Cai · 5 years ago
  36. 963abb9 jbd2: remove jbd2_journal_inode_add_[write|wait] by Joseph Qi · 5 years ago
  37. 4c27335 jbd2: add missing tracepoint for reserved handle by Xiaoguang Wang · 5 years ago
  38. 547b9ad jbd2: flush_descriptor(): Do not decrease buffer head's ref count by Chandan Rajendra · 5 years ago
  39. 9382cde jbd2: drop declaration of journal_sync_buffer() by Theodore Ts'o · 6 years ago
  40. 6ba0e7d jbd2: introduce jbd2_inode dirty range scoping by Ross Zwisler · 6 years ago
  41. a497730 jbd2: fix typo in comment of journal_submit_inode_data_buffers by Liu Song · 6 years ago
  42. 7821ce4 jbd2: fix some print format mistakes by Gaowei Pu · 6 years ago
  43. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  44. 0d52154 jbd2: fix potential double free by Chengguang Xu · 6 years ago
  45. 742b06b jbd2: check superblock mapped prior to committing by Jiufei Xue · 6 years ago
  46. fb20375 jbd2: remove repeated assignments in __jbd2_log_wait_for_space() by Liu Song · 6 years ago
  47. 0df6f46 jbd2: jbd2_get_transaction does not need to return a value by Liu Song · 6 years ago
  48. 6e876c3 jbd2: fix invalid descriptor block checksum by luojiajun · 6 years ago
  49. 01215d3 jbd2: fix compile warning when using JBUFFER_TRACE by zhangyi (F) · 6 years ago
  50. a58ca99 jbd2: fold jbd2_superblock_csum_{verify,set} into their callers by Theodore Ts'o · 6 years ago
  51. 538bcaa jbd2: fix race when writing superblock by Theodore Ts'o · 6 years ago
  52. 5975992 jbd2: discard dirty data when forgetting an un-journalled buffer by zhangyi (F) · 6 years ago
  53. 904cdbd jbd2: clear dirty flag when revoking a buffer from an older transaction by zhangyi (F) · 6 years ago
  54. 53cf978 jbd2: fix deadlock while checkpoint thread waits commit thread to finish by Xiaoguang Wang · 6 years ago
  55. 561405f jbd2: clean up indentation issue, replace spaces with tab by Colin Ian King · 6 years ago
  56. 96f1e09 jbd2: avoid long hold times of j_state_lock while committing a transaction by Jan Kara · 6 years ago
  57. ccd3c43 jbd2: fix use after free in jbd2_log_do_checkpoint() by Jan Kara · 6 years ago
  58. b42d1d6 jbd2: replace current_kernel_time64 with ktime equivalent by Arnd Bergmann · 6 years ago
  59. 70a2dc6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  60. e09463f jbd2: don't mark block as modified if the handle is out of credits by Theodore Ts'o · 7 years ago
  61. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  62. 8bdd5b6 jbd2: remove NULL check before calling kmem_cache_destroy() by Wang Long · 7 years ago
  63. 9196f57 jbd2: remove bunch of empty lines with jbd2 debug by Wang Shilong · 7 years ago
  64. b256926 ext4: set h_journal if there is a failure starting a reserved handle by Theodore Ts'o · 7 years ago
  65. 85e0c4e jbd2: if the journal is aborted then don't allow update of the log tail by Theodore Ts'o · 7 years ago
  66. fb7c024 ext4: pass -ESHUTDOWN code to jbd2 layer by Theodore Ts'o · 7 years ago
  67. ed65b00 jbd2: clarify bad journal block checksum message by Theodore Ts'o · 7 years ago
  68. f69120c jbd2: fix sphinx kernel-doc build warnings by Tobin C. Harding · 7 years ago
  69. f516676 ext4: fix up remaining files with SPDX cleanups by Theodore Ts'o · 7 years ago
  70. a3841f9 Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  71. b8a6176 ext4: Support for synchronous DAX faults by Jan Kara · 7 years ago
  72. e3c9578 jbd2: convert timers to use timer_setup() by Kees Cook · 7 years ago
  73. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  74. 76341ca jbd2: don't clear and reset errors after waiting on writeback by Jeff Layton · 7 years ago
  75. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  76. 2141713 sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name by Ingo Molnar · 8 years ago
  77. b470906 jbd2: preserve original nofs flag during journal restart by Tahsin Erdogan · 8 years ago
  78. 6312811 Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook by Jonathan Corbet · 8 years ago
  79. df1b560 fs: jbd2: escape a string with special chars on a kernel-doc by Mauro Carvalho Chehab · 8 years ago
  80. 91e4775 fs: jbd2: make jbd2_journal_start() kernel-doc parseable by Mauro Carvalho Chehab · 8 years ago
  81. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  82. dd727dad3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  83. 17f423b jbd2: cleanup write flags handling from jbd2_write_superblock() by Jan Kara · 8 years ago
  84. eb52da3 jbd2: make the whole kjournald2 kthread NOFS safe by Michal Hocko · 8 years ago
  85. 81378da jbd2: mark the transaction context with the scope GFP_NOFS context by Michal Hocko · 8 years ago
  86. 5052b06 jbd2: fix dbench4 performance regression for 'nobarrier' mounts by Jan Kara · 8 years ago
  87. c52c47e jbd2: Fix lockdep splat with generic/270 test by Jan Kara · 8 years ago
  88. 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  89. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  90. cd9cb40 jbd2: don't leak memory if setting up journal fails by Eric Biggers · 8 years ago
  91. cab7076 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  92. e112666 jbd2: don't leak modified metadata buffers on an aborted journal by Theodore Ts'o · 8 years ago
  93. dbfcef6b jbd2: fix use after free in kjournald2() by Sahitya Tummala · 8 years ago
  94. 6fa7aa5 fs/jbd2, locking/mutex, sched/wait: Use mutex_lock_io() for journal->j_checkpoint_mutex by Tejun Heo · 8 years ago
  95. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  96. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  97. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  98. 559cce6 jbd2: fix incorrect unlock on j_list_lock by Taesoo Kim · 8 years ago
  99. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  100. e03a997 jbd2: fix lockdep annotation in add_transaction_credits() by Jan Kara · 8 years ago