1. f132c6c Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4 by Steve Muckle · 12 years ago
  2. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  3. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  4. 69e1aad Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  5. c7c66c0 Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  6. 303a8f2 jbd2: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  7. 3339578 jbd2: cleanup journal tail after transaction commit by Jan Kara · 12 years ago
  8. 79feb52 jbd2: issue cache flush after checkpointing even with internal journal by Jan Kara · 12 years ago
  9. 35c8042 PM / Sleep: JBD and JBD2 missing set_freezable() by Nigel Cunningham · 12 years ago
  10. a78bb11 jbd2: protect all log tail updates with j_checkpoint_mutex by Jan Kara · 12 years ago
  11. 24bcc89 jbd2: split updating of journal superblock and marking journal empty by Jan Kara · 12 years ago
  12. 43e625d ext4: remove the journal=update mount option by Eric Sandeen · 12 years ago
  13. 4185a2a jbd2: rename functions which initialize slab caches by Yongqiang Yang · 12 years ago
  14. 0c2022e jbd2: allocate transaction from separate slab cache by Yongqiang Yang · 12 years ago
  15. 2201c59 jbd2: add drop_transaction/update_superblock_end tracepoints by Seiji Aguchi · 12 years ago
  16. b98eb43 jbd/jbd2: validate sb->s_first in journal_get_superblock() by Eryu Guan · 13 years ago
  17. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  18. f2a4452 jbd2: Unify log messages in jbd2 code by Eryu Guan · 13 years ago
  19. 8762202 jbd/jbd2: validate sb->s_first in journal_get_superblock() by Eryu Guan · 13 years ago
  20. 4862fd6 jbd2: remove jbd2_dev_to_name() from jbd2 tracepoints by Theodore Ts'o · 13 years ago
  21. de1b794 jbd2: Fix oops in jbd2_journal_remove_journal_head() by Jan Kara · 13 years ago
  22. bbd2be3 jbd2: Add function jbd2_trans_will_send_data_barrier() by Jan Kara · 13 years ago
  23. 1be2add jbd2: only print the debugging information for tid wraparound once by Theodore Ts'o · 13 years ago
  24. deeeaf1 jbd2: fix fsync() tid wraparound bug by Theodore Ts'o · 13 years ago
  25. a97b520 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  26. 50f689a jbd2: move bdget out of critical section by Zhu Yanhai · 13 years ago
  27. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  28. 3c26bdb jbd: Remove one to many n's in a word. by Justin P. Mattock · 13 years ago
  29. e447183 jbd2: call __jbd2_log_start_commit with j_state_lock write locked by Theodore Ts'o · 13 years ago
  30. 8aefcd5 ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary by Theodore Ts'o · 14 years ago
  31. b7271b0 jbd2: simplify return path of journal_init_common by Theodore Ts'o · 14 years ago
  32. 670be5a jbd2: Use pr_notice_ratelimited() in journal_alloc_journal_head() by Theodore Ts'o · 14 years ago
  33. 0587aa3 jbd2: fix /proc/fs/jbd2/<dev> when using an external journal by yangsheng · 14 years ago
  34. 51dfacde jbd2: Convert jbd2_slab_create_sem to mutex by Thomas Gleixner · 14 years ago
  35. 8128057 Merge branch 'upstream-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  36. a107e5a Merge branch 'next' into upstream-merge by Theodore Ts'o · 14 years ago
  37. 7d2f280 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  38. 39e3ac2 jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode by Brian King · 14 years ago
  39. bcf3d0b jbd/2: fixed typos by Andrea Gelmini · 14 years ago
  40. 1113e1b JBD2: Allow feature checks before journal recovery by Patrick J. LoPresti · 14 years ago
  41. 9cb569d remove SWRITE* I/O types by Christoph Hellwig · 14 years ago
  42. 09dc942 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  43. a931da6 jbd2: Change j_state_lock to be a rwlock_t by Theodore Ts'o · 14 years ago
  44. 47def82 jbd2: Remove __GFP_NOFAIL from jbd2 layer by Theodore Ts'o · 14 years ago
  45. 13ceef0 jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions by Jan Kara · 14 years ago
  46. 5a0790c ext4: remove initialized but not read variables by Andi Kleen · 14 years ago
  47. 8ac97b7 jbd2: use NULL instead of 0 when pointer is needed by Bill Pemberton · 14 years ago
  48. d2eecb0 ext4: Use slab allocator for sub-page sized allocations by Theodore Ts'o · 15 years ago
  49. 3ebfdf8 jbd2: don't use __GFP_NOFAIL in journal_init_common() by Andrew Morton · 15 years ago
  50. 765f836 jbd: jbd-debug and jbd2-debug should be writable by Yin Kangkai · 15 years ago
  51. 3b799d1 jbd2: Export jbd2_log_start_commit to fix ext4 build by Theodore Ts'o · 15 years ago
  52. e6ec116 jbd2: Add ENOMEM checking in and for jbd2_journal_write_metadata_buffer() by Theodore Ts'o · 15 years ago
  53. e6a4742 jbd2: don't wipe the journal on a failed journal checksum by Theodore Ts'o · 15 years ago
  54. 7b02bec JBD/JBD2: free j_wbuf if journal init fails. by Tao Ma · 15 years ago
  55. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  56. bf69932 jbd2: Use tracepoints for history file by Theodore Ts'o · 15 years ago
  57. 90576c0 ext4, jbd2: Drop unneeded printks at mount and unmount time by Theodore Ts'o · 15 years ago
  58. 88e9d34 seq_file: constify seq_operations by James Morris · 15 years ago
  59. f6f50e2 jbd2: Fail to load a journal if it is too short by Jan Kara · 15 years ago
  60. 96577c4 jbd2: fix race between write_metadata_buffer and get_write_access by dingdinghua · 15 years ago
  61. b574480 jbd2: Remove GFP_ATOMIC kmalloc from inside spinlock critical region by Theodore Ts'o · 15 years ago
  62. 879c5e6 jbd2: convert instrumentation from markers to tracepoints by Theodore Ts'o · 15 years ago
  63. bfcd355 jbd2: Fix minor typos in comments in fs/jbd2/journal.c by Alberto Bertogli · 15 years ago
  64. c88ccea jbd2: Fix return value of jbd2_journal_start_commit() by Jan Kara · 15 years ago
  65. c225aa5 ext4: fix wrong use of do_div by Simon Holm Thøgersen · 16 years ago
  66. 2150edc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 16 years ago
  67. 4b90567 jbd2: Fix oops in jbd2_journal_init_inode() on corrupted fs by Jan Kara · 16 years ago
  68. e06c822 jbd2: Add buffer triggers by Joel Becker · 16 years ago
  69. 4a9bf99 jbd2: Add pid and journal device name to the "kjournald2 starting" message by Theodore Ts'o · 16 years ago
  70. c319106 ext4: Remove code to create the journal inode by Theodore Ts'o · 16 years ago
  71. 1a0d378 jbd2: Remove a large array of bh's from the stack of the checkpoint routine by Theodore Ts'o · 16 years ago
  72. 3077384 ext4: add fsync batch tuning knobs by Theodore Ts'o · 16 years ago
  73. d7cfa46 ext4: display average commit time by Theodore Ts'o · 16 years ago
  74. 2423840 jbd2: deregister proc on failure in jbd2_journal_init_inode by Sami Liedes · 16 years ago
  75. 44519fa jbd2: fix error handling for checkpoint io by Hidehiro Kawai · 16 years ago
  76. 914258b ext4/jbd2: Avoid WARN() messages when failing to write to the superblock by Theodore Ts'o · 16 years ago
  77. 0549676 jbd2: clean up how the journal device name is printed by Theodore Ts'o · 16 years ago
  78. 00b32b7 ext4: unexport jbd2_journal_update_superblock by Theodore Ts'o · 16 years ago
  79. 87c89c2 jbd2: Remove data=ordered mode support using jbd buffer heads by Jan Kara · 16 years ago
  80. c851ed5 jbd2: Implement data=ordered mode handling via inodes by Jan Kara · 16 years ago
  81. f36f21e Fix misuses of bdevname() by Jean Delvare · 16 years ago
  82. 329d291 jdb2: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  83. 620de4e jbd2: only create debugfs and stats entries if init is successful by Duane Griffin · 16 years ago
  84. 5648ba5 jbd2: fix kernel-doc notation by Randy Dunlap · 16 years ago
  85. 8a9362e jbd2: replace potentially false assertion with if block by Duane Griffin · 16 years ago
  86. 79da366 jbd2: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  87. 1076d17 jbd/jbd2 NULL noise by Al Viro · 16 years ago
  88. 7716095 jbd2: Mark jbd2 slabs as SLAB_TEMPORARY by Mingming Cao · 16 years ago
  89. 818d276 ext4: Add the journal checksum feature by Girish Shilamkar · 16 years ago
  90. 8e85fb3 jbd2: jbd2 stats through procfs by Johann Lombardi · 16 years ago
  91. 6f38c74 JBD2: debug code cleanup. by Jose R. Santos · 17 years ago
  92. cd02ff0 jbd2: JBD_XXX to JBD2_XXX naming cleanup by Mingming Cao · 17 years ago
  93. d802ffa JBD2/Ext4: Convert kmalloc to kzalloc in jbd2/ext4 by Mingming Cao · 17 years ago
  94. 2d917969 JBD2: replace jbd_kmalloc with kmalloc directly. by Mingming Cao · 17 years ago
  95. af1e76d JBD2: jbd2 slab allocation cleanups by Mingming Cao · 17 years ago
  96. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  97. 0f49d5d jbd2: Move jbd2-debug file to debugfs by Jose R. Santos · 17 years ago
  98. e23291b jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG by Jose R. Santos · 17 years ago
  99. 97f0678 jbd: check for error returned by kthread_create on creating journal thread by Pavel Emelianov · 17 years ago
  100. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago