1. fb40ba0 ext4: Add a tracepoint for ext4_alloc_da_blocks() by Theodore Ts'o · 15 years ago
  2. 1b9c12f ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags by Theodore Ts'o · 15 years ago
  3. fb0a387 ext4: limit block allocations for indirect-block files to < 2^32 by Eric Sandeen · 15 years ago
  4. c40ce3c ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT by Akira Fujita · 15 years ago
  5. 347fa6f ext4: Add null extent check to ext_get_path by Akira Fujita · 15 years ago
  6. 2147b1a ext4: Replace BUG_ON() with ext4_error() in move_extents.c by Akira Fujita · 15 years ago
  7. e850597 ext4: Replace get_ext_path macro with an inline funciton by Akira Fujita · 15 years ago
  8. 3661d28 ext4: Fix include/trace/events/ext4.h to work with Systemtap by Theodore Ts'o · 15 years ago
  9. 7ad9bb6 ext4: Fix initalization of s_flex_groups by Theodore Ts'o · 15 years ago
  10. 1f7bebb ext4: Always set dx_node's fake_dirent explicitly. by Andreas Schlick · 15 years ago
  11. 0e3d2a6 ext4: Fix async commit mode to be safe by using a barrier by Theodore Ts'o · 15 years ago
  12. 71290b3 ext4: Don't update superblock write time when filesystem is read-only by Theodore Ts'o · 15 years ago
  13. 08c3a81 ext4: Clarify the locking details in mballoc by Aneesh Kumar K.V · 15 years ago
  14. f41c075 ext4: check for need init flag in ext4_mb_load_buddy by Aneesh Kumar K.V · 15 years ago
  15. b6a758e ext4: move ext4_mb_init_group() function earlier in the mballoc.c by Aneesh Kumar K.V · 15 years ago
  16. 91ac6f4 ext4: Make non-journal fsync work properly by Frank Mayhar · 15 years ago
  17. fe188c0 ext4: Assure that metadata blocks are written during fsync in no journal mode by Theodore Ts'o · 15 years ago
  18. c7acb4c ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}() by Theodore Ts'o · 15 years ago
  19. 80e4246 ext4: print more sysadmin-friendly message in check_block_validity() by Theodore Ts'o · 15 years ago
  20. a827eaf ext4: Take page lock before looking at attached buffer_heads flags by Aneesh Kumar K.V · 15 years ago
  21. 44fc48f ext4: Fix small typo for move_extent_per_page() by Akira Fujita · 15 years ago
  22. 8d66691 ext4: Return exchanged blocks count to user space in failure by Akira Fujita · 15 years ago
  23. daea696 ext4: Remove unneeded BUG_ON() in ext4_move_extents() by Akira Fujita · 15 years ago
  24. 70d5d3d ext4: Fix wrong comparisons in mext_check_arguments() by Akira Fujita · 15 years ago
  25. 5f3481e ext4: fix cache flush in ext4_sync_file by Christoph Hellwig · 15 years ago
  26. d0646f7 ext4: Remove journal_checksum mount option and enable it by default by Theodore Ts'o · 15 years ago
  27. a3710fd ext4: fix tracepoint format string warnings by Theodore Ts'o · 15 years ago
  28. 7f1346a ext4: Declare seq_operations and file_operations structures as const by Tobias Klauser · 15 years ago
  29. b3a3ca8 ext4: Add new tracepoint: trace_ext4_da_write_pages() by Theodore Ts'o · 15 years ago
  30. de89de6 ext4: Restore wbc->range_start in ext4_da_writepages() by Theodore Ts'o · 15 years ago
  31. 98a56ab ext4: Fix spelling typo in the trace format for trace_ext4_da_writepages() by Theodore Ts'o · 15 years ago
  32. b05ab1d ext4: Limit number of links that can be created by ext4_link() by Theodore Ts'o · 15 years ago
  33. 2c94eb8 ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories by Aneesh Kumar K.V · 15 years ago
  34. 55ad63b ext4: fix extent sanity checking code with AGGRESSIVE_TEST by Theodore Ts'o · 15 years ago
  35. a36b449 ext4: use ext4_grpblk_t more extensively by Eric Sandeen · 15 years ago
  36. 1927805 ext4: use variables not types in sizeofs() for allocations by Eric Sandeen · 15 years ago
  37. a8526e8 ext4: Add missing unlock_new_inode() call in extent migration code by Aneesh Kumar K.V · 15 years ago
  38. a13fb1a ext4: Add feature set check helper for mount & remount paths by Eric Sandeen · 15 years ago
  39. 38877f4 simplify some logic in ext4_mb_normalize_request by Eric Sandeen · 15 years ago
  40. 0373130 ext4: open-code ext4_mb_update_group_info by Eric Sandeen · 15 years ago
  41. bf43d84 ext4: reject too-large filesystems on 32-bit kernels by Eric Sandeen · 15 years ago
  42. 0ccff1a jbd2: bitfields should be unsigned by H Hartley Sweeten · 15 years ago
  43. 487caee ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks() by Jan Kara · 15 years ago
  44. 9599b0e jbd2: Annotate transaction start also for jbd2_journal_restart() by Jan Kara · 15 years ago
  45. 553f900 ext4: Show unwritten extent flag in ext4_ext_show_leaf() by Mingming · 15 years ago
  46. 84fe3be ext4: Compile warning fix when EXT_DEBUG enabled by Mingming · 15 years ago
  47. 5079748 ext4: Avoid group preallocation for closed files by Theodore Ts'o · 15 years ago
  48. 4ba74d0 ext4: Fix bugs in mballoc's stream allocation mode by Theodore Ts'o · 15 years ago
  49. 0ef90db ext4: Display the mballoc flags in mb_history in hex instead of decimal by Theodore Ts'o · 15 years ago
  50. 6ba495e ext4: Add configurable run-time mballoc debugging by Theodore Ts'o · 15 years ago
  51. 91cc219 ext4: fix journal ref count in move_extent_par_page by Peng Tao · 15 years ago
  52. b1f485f jbd2: round commit timer up to avoid uncommitted transaction by Andreas Dilger · 15 years ago
  53. c333e07 ext4: remove redundant test on unsigned by Roel Kluin · 15 years ago
  54. 785b4b3 ext4: fix build warning when EXT4FS_DEBUG is on by Peng Tao · 15 years ago
  55. 1c71850 ext4: Fix compile warnings with MB_DEBUG by Akira Fujita · 15 years ago
  56. 5a4a798 ext4: Remove unnecessary semicolons in mballoc.c by Joe Perches · 15 years ago
  57. 6487a9d ext4: More buffer head reference leaks by Curt Wohlgemuth · 15 years ago
  58. f6f50e2 jbd2: Fail to load a journal if it is too short by Jan Kara · 15 years ago
  59. 78f1ddb ext4: Avoid null pointer dereference when decoding EROFS w/o a journal by Theodore Ts'o · 15 years ago
  60. 43b3852 ext4: Fix typo in ext4/Kconfig by Manish Katiyar · 15 years ago
  61. 024eab4 ext4: Fix memory leak fix when mounting an ext4 filesystem by Aneesh Kumar K.V · 15 years ago
  62. ab86e57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  63. 7ea6176 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 15 years ago
  64. 0950efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pcmcia-2.6 by Linus Torvalds · 15 years ago
  65. 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
  66. 6b7b352 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  67. a3eb51e Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  68. 1ef7d9a writeback: fix possible bdi writeback refcounting problem by Nick Piggin · 15 years ago
  69. 77b9d05 writeback: Fix bdi use after free in wb_work_complete() by Nick Piggin · 15 years ago
  70. 77fad5e writeback: improve scalability of bdi writeback work queues by Nick Piggin · 15 years ago
  71. deed62e writeback: remove smp_mb(), it's not needed with list_add_tail_rcu() by Nick Piggin · 15 years ago
  72. 49db041 writeback: use schedule_timeout_interruptible() by Jens Axboe · 15 years ago
  73. 8010c3b writeback: add comments to bdi_work structure by Jens Axboe · 15 years ago
  74. ce5f8e7 writeback: splice dirty inode entries to default bdi on bdi_destroy() by Jens Axboe · 15 years ago
  75. b6e5131 writeback: separate starting of sync vs opportunistic writeback by Jens Axboe · 15 years ago
  76. bcddc3f writeback: inline allocation failure handling in bdi_alloc_queue_work() by Jens Axboe · 15 years ago
  77. cfc4ba5 writeback: use RCU to protect bdi_list by Jens Axboe · 15 years ago
  78. f11fcae writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout by Jens Axboe · 15 years ago
  79. 32a88aa fs: Assign bdi in super_block by Jens Axboe · 15 years ago
  80. c4a77a6 writeback: make wb_writeback() take an argument structure by Jens Axboe · 15 years ago
  81. f0fad8a writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE by Christoph Hellwig · 15 years ago
  82. 1fe06ad writeback: get rid of wbc->for_writepages by Jens Axboe · 15 years ago
  83. 2c96ce9 fs: remove bdev->bd_inode_backing_dev_info by Jens Axboe · 15 years ago
  84. cb684b5 block: fix linkage problem with blk_iopoll and !CONFIG_BLOCK by Jens Axboe · 15 years ago
  85. fdaa45e slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUG by Ingo Molnar · 15 years ago
  86. e9d5992 Staging: remove sxg driver by Greg Kroah-Hartman · 15 years ago
  87. 0b33559 Staging: remove heci driver by Greg Kroah-Hartman · 15 years ago
  88. 1c6592f Staging: remove at76_usb wireless driver. by Greg Kroah-Hartman · 15 years ago
  89. ffac040 Staging: rspiusb: remove the driver by Greg Kroah-Hartman · 15 years ago
  90. a8fcffb Staging: meilhaus: remove the drivers by Greg Kroah-Hartman · 15 years ago
  91. 06bf27d Staging: remove me4000 driver. by Greg Kroah-Hartman · 15 years ago
  92. c2f5e9d Staging: line6: ffzb returns an unsigned integer by Frederik Deweerdt · 15 years ago
  93. e1769b3 Staging: line6: pod.c: style cleanups by Frederik Deweerdt · 15 years ago
  94. 542f491 Staging: iio: introduce missing kfree by Julia Lawall · 15 years ago
  95. 2bb6a12 Staging: dream: introduce missing kfree by Julia Lawall · 15 years ago
  96. a2279ae Staging: comedi: addi-data: NULL dereference of amcc in v_pci_card_list_init() by Roel Kluin · 15 years ago
  97. 14386fd Staging: vt665x: fix built-in compiling by Alexander Beregalov · 15 years ago
  98. 48118b5 Staging: rt3090: enable NATIVE_WPA_SUPPLICANT_SUPPORT option by Bartlomiej Zolnierkiewicz · 15 years ago
  99. 230da57 Staging: rt3090: port changes in WPA_MIX_PAIR_CIPHER to rt3090 by Axel K · 15 years ago
  100. 0961284 Staging: rt3090: rename device from raX to wlanX by Axel K · 15 years ago