1. a827eaf ext4: Take page lock before looking at attached buffer_heads flags by Aneesh Kumar K.V · 15 years ago
  2. 44fc48f ext4: Fix small typo for move_extent_per_page() by Akira Fujita · 15 years ago
  3. 8d66691 ext4: Return exchanged blocks count to user space in failure by Akira Fujita · 15 years ago
  4. daea696 ext4: Remove unneeded BUG_ON() in ext4_move_extents() by Akira Fujita · 15 years ago
  5. 70d5d3d ext4: Fix wrong comparisons in mext_check_arguments() by Akira Fujita · 15 years ago
  6. 5f3481e ext4: fix cache flush in ext4_sync_file by Christoph Hellwig · 15 years ago
  7. d0646f7 ext4: Remove journal_checksum mount option and enable it by default by Theodore Ts'o · 15 years ago
  8. a3710fd ext4: fix tracepoint format string warnings by Theodore Ts'o · 15 years ago
  9. 7f1346a ext4: Declare seq_operations and file_operations structures as const by Tobias Klauser · 15 years ago
  10. b3a3ca8 ext4: Add new tracepoint: trace_ext4_da_write_pages() by Theodore Ts'o · 15 years ago
  11. de89de6 ext4: Restore wbc->range_start in ext4_da_writepages() by Theodore Ts'o · 15 years ago
  12. 98a56ab ext4: Fix spelling typo in the trace format for trace_ext4_da_writepages() by Theodore Ts'o · 15 years ago
  13. b05ab1d ext4: Limit number of links that can be created by ext4_link() by Theodore Ts'o · 15 years ago
  14. 2c94eb8 ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories by Aneesh Kumar K.V · 15 years ago
  15. 55ad63b ext4: fix extent sanity checking code with AGGRESSIVE_TEST by Theodore Ts'o · 15 years ago
  16. a36b449 ext4: use ext4_grpblk_t more extensively by Eric Sandeen · 15 years ago
  17. 1927805 ext4: use variables not types in sizeofs() for allocations by Eric Sandeen · 15 years ago
  18. a8526e8 ext4: Add missing unlock_new_inode() call in extent migration code by Aneesh Kumar K.V · 15 years ago
  19. a13fb1a ext4: Add feature set check helper for mount & remount paths by Eric Sandeen · 15 years ago
  20. 38877f4 simplify some logic in ext4_mb_normalize_request by Eric Sandeen · 15 years ago
  21. 0373130 ext4: open-code ext4_mb_update_group_info by Eric Sandeen · 15 years ago
  22. bf43d84 ext4: reject too-large filesystems on 32-bit kernels by Eric Sandeen · 15 years ago
  23. 0ccff1a jbd2: bitfields should be unsigned by H Hartley Sweeten · 15 years ago
  24. 487caee ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks() by Jan Kara · 15 years ago
  25. 9599b0e jbd2: Annotate transaction start also for jbd2_journal_restart() by Jan Kara · 15 years ago
  26. 553f900 ext4: Show unwritten extent flag in ext4_ext_show_leaf() by Mingming · 15 years ago
  27. 84fe3be ext4: Compile warning fix when EXT_DEBUG enabled by Mingming · 15 years ago
  28. 5079748 ext4: Avoid group preallocation for closed files by Theodore Ts'o · 15 years ago
  29. 4ba74d0 ext4: Fix bugs in mballoc's stream allocation mode by Theodore Ts'o · 15 years ago
  30. 0ef90db ext4: Display the mballoc flags in mb_history in hex instead of decimal by Theodore Ts'o · 15 years ago
  31. 6ba495e ext4: Add configurable run-time mballoc debugging by Theodore Ts'o · 15 years ago
  32. 91cc219 ext4: fix journal ref count in move_extent_par_page by Peng Tao · 15 years ago
  33. b1f485f jbd2: round commit timer up to avoid uncommitted transaction by Andreas Dilger · 15 years ago
  34. c333e07 ext4: remove redundant test on unsigned by Roel Kluin · 15 years ago
  35. 785b4b3 ext4: fix build warning when EXT4FS_DEBUG is on by Peng Tao · 15 years ago
  36. 1c71850 ext4: Fix compile warnings with MB_DEBUG by Akira Fujita · 15 years ago
  37. 5a4a798 ext4: Remove unnecessary semicolons in mballoc.c by Joe Perches · 15 years ago
  38. 6487a9d ext4: More buffer head reference leaks by Curt Wohlgemuth · 15 years ago
  39. f6f50e2 jbd2: Fail to load a journal if it is too short by Jan Kara · 15 years ago
  40. 78f1ddb ext4: Avoid null pointer dereference when decoding EROFS w/o a journal by Theodore Ts'o · 15 years ago
  41. 43b3852 ext4: Fix typo in ext4/Kconfig by Manish Katiyar · 15 years ago
  42. 024eab4 ext4: Fix memory leak fix when mounting an ext4 filesystem by Aneesh Kumar K.V · 15 years ago
  43. ab86e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  44. 7ea6176 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 15 years ago
  45. 0950efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pcmcia-2.6 by Linus Torvalds · 15 years ago
  46. 4406c56 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  47. 6b7b352 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  48. a3eb51e Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  49. 1ef7d9a writeback: fix possible bdi writeback refcounting problem by Nick Piggin · 15 years ago
  50. 77b9d05 writeback: Fix bdi use after free in wb_work_complete() by Nick Piggin · 15 years ago
  51. 77fad5e writeback: improve scalability of bdi writeback work queues by Nick Piggin · 15 years ago
  52. deed62e writeback: remove smp_mb(), it's not needed with list_add_tail_rcu() by Nick Piggin · 15 years ago
  53. 49db041 writeback: use schedule_timeout_interruptible() by Jens Axboe · 15 years ago
  54. 8010c3b writeback: add comments to bdi_work structure by Jens Axboe · 15 years ago
  55. ce5f8e7 writeback: splice dirty inode entries to default bdi on bdi_destroy() by Jens Axboe · 15 years ago
  56. b6e5131 writeback: separate starting of sync vs opportunistic writeback by Jens Axboe · 15 years ago
  57. bcddc3f writeback: inline allocation failure handling in bdi_alloc_queue_work() by Jens Axboe · 15 years ago
  58. cfc4ba5 writeback: use RCU to protect bdi_list by Jens Axboe · 15 years ago
  59. f11fcae writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout by Jens Axboe · 15 years ago
  60. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  61. c4a77a6 writeback: make wb_writeback() take an argument structure by Jens Axboe · 15 years ago
  62. f0fad8a writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE by Christoph Hellwig · 15 years ago
  63. 1fe06ad writeback: get rid of wbc->for_writepages by Jens Axboe · 15 years ago
  64. 2c96ce9 fs: remove bdev->bd_inode_backing_dev_info by Jens Axboe · 15 years ago
  65. cb684b5 block: fix linkage problem with blk_iopoll and !CONFIG_BLOCK by Jens Axboe · 15 years ago
  66. fdaa45e slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUG by Ingo Molnar · 15 years ago
  67. e9d5992 Staging: remove sxg driver by Greg Kroah-Hartman · 15 years ago
  68. 0b33559 Staging: remove heci driver by Greg Kroah-Hartman · 15 years ago
  69. 1c6592f Staging: remove at76_usb wireless driver. by Greg Kroah-Hartman · 15 years ago
  70. ffac040 Staging: rspiusb: remove the driver by Greg Kroah-Hartman · 15 years ago
  71. a8fcffb Staging: meilhaus: remove the drivers by Greg Kroah-Hartman · 15 years ago
  72. 06bf27d Staging: remove me4000 driver. by Greg Kroah-Hartman · 15 years ago
  73. c2f5e9d Staging: line6: ffzb returns an unsigned integer by Frederik Deweerdt · 15 years ago
  74. e1769b3 Staging: line6: pod.c: style cleanups by Frederik Deweerdt · 15 years ago
  75. 542f491 Staging: iio: introduce missing kfree by Julia Lawall · 15 years ago
  76. 2bb6a12 Staging: dream: introduce missing kfree by Julia Lawall · 15 years ago
  77. a2279ae Staging: comedi: addi-data: NULL dereference of amcc in v_pci_card_list_init() by Roel Kluin · 15 years ago
  78. 14386fd Staging: vt665x: fix built-in compiling by Alexander Beregalov · 15 years ago
  79. 48118b5 Staging: rt3090: enable NATIVE_WPA_SUPPLICANT_SUPPORT option by Bartlomiej Zolnierkiewicz · 15 years ago
  80. 230da57 Staging: rt3090: port changes in WPA_MIX_PAIR_CIPHER to rt3090 by Axel K · 15 years ago
  81. 0961284 Staging: rt3090: rename device from raX to wlanX by Axel K · 15 years ago
  82. 7dbefe3 Staging: rt3090: remove possible conflict with rt2860 by Axel K · 15 years ago
  83. 25cf62e Staging: rt2860/rt2870/rt3070/rt3090: fix compiler warning on x86_64 by Axel K · 15 years ago
  84. a85236c Staging: rt2860: add new device ids by Axel K · 15 years ago
  85. 87cbcb6 Staging: rt3090: add device id 1462:891a by Axel K · 15 years ago
  86. 1ff12a4 Staging: asus_oled: Cleaned up checkpatch issues. by Kevin A. Granade · 15 years ago
  87. a89dfeb Staging: rt2860: fix possible NULL dereferences by Roel Kluin · 15 years ago
  88. 18526c7 Staging: rtl8192e: Drop unnecessary NULL test by Julia Lawall · 15 years ago
  89. c07d3c7 Staging: vt665x: rename the module binary by Greg Kroah-Hartman · 15 years ago
  90. 88ff720 Staging: cowloop: remove kernel version checks by Greg Kroah-Hartman · 15 years ago
  91. a3b2e09 Staging: add cowloop to the build by Greg Kroah-Hartman · 15 years ago
  92. 5cc06df Staging: cowloop: add TODO file by Greg Kroah-Hartman · 15 years ago
  93. 8cd9c29 Staging: get cowloop to build properly by Greg Kroah-Hartman · 15 years ago
  94. dbda832 Staging: add cowloop driver by H.J. Thomassen · 15 years ago
  95. fa052e9 Staging: rtl8192e: fix timeouts on firmware download by Greg Kroah-Hartman · 15 years ago
  96. 3ef5a26 Staging: rtl8192e: fix for stack bug by Greg Kroah-Hartman · 15 years ago
  97. 54fb057 Staging: rtl8192e: remove annoying printk() by Greg Kroah-Hartman · 15 years ago
  98. cbe892f Staging: rtl8192e: remove unneeded ieee80211 files by Greg Kroah-Hartman · 15 years ago
  99. 96ed584 Staging: rtl8192e: coding style cleanups on r819xE_firmware.c by Greg Kroah-Hartman · 15 years ago
  100. 5bf30d9 Staging: rtl8192e: remove another firmware header file not being used by Greg Kroah-Hartman · 15 years ago