1. 3fd67cd [SCSI] qla2xxx: Don't pollute kernel logs with ZIO/RIO status messages. by Andrew Vasquez · 16 years ago
  2. 124f85e [SCSI] qla2xxx: Don't fallback to interrupt-polling during re-initialization with MSI-X enabled. by Andrew Vasquez · 16 years ago
  3. 1ded85e [SCSI] qla2xxx: Remove support for reading/writing HW-event-log. by Andrew Vasquez · 16 years ago
  4. 574df40 [SCSI] cxgb3i: add missing include by Al Viro · 16 years ago
  5. 79ed242 [SCSI] scsi_lib: fix DID_RESET status problems by James Bottomley · 16 years ago
  6. 4be98c0 [SCSI] fc transport: restore missing dev_loss_tmo callback to LLDD by James Smart · 16 years ago
  7. 58607b3 [SCSI] aha152x_cs: Fix regression that keeps driver from using shared interrupts by Larry Finger · 16 years ago
  8. 5db524b [SCSI] sd: Correctly handle 6-byte commands with DIX by Martin K. Petersen · 16 years ago
  9. becce74 [SCSI] sd: DIF: Fix tagging on platforms with signed char by Martin K. Petersen · 16 years ago
  10. 10da518 [SCSI] sd: DIF: Show app tag on error by Martin K. Petersen · 16 years ago
  11. 3e695f8 [SCSI] Fix error handling for DIF/DIX by Martin K. Petersen · 16 years ago
  12. 4f5299a [SCSI] scsi_lib: don't decrement busy counters when inserting commands by James Bottomley · 16 years ago
  13. a234b11 [SCSI] libsas: fix test for negative unsigned and typos by Roel Kluin · 16 years ago
  14. d38f47a [SCSI] a2091, gvp11: kill warn_unused_result warnings by Geert Uytterhoeven · 16 years ago
  15. c31558e [SCSI] fusion: Move a dereference below a NULL test by Julia Lawall · 16 years ago
  16. ddccf30 [SCSI] mvsas: increase port type detection delay to suit Seagate's 10k6 drive ST3450856SS 0003 by Reinhard Nissl · 16 years ago
  17. 8f78fc5 [SCSI] st: retry enlarge_buffer allocation by Kai Makisara · 16 years ago
  18. 02ae2c0 [SCSI] st: integrate st_scsi_kern_execute and st_do_scsi by Kai Makisara · 16 years ago
  19. edf69c5 [SCSI] st: remove unused frp_sg_current by FUJITA Tomonori · 16 years ago
  20. 1ac63cf [SCSI] st: remove unused orig_frp_segs by FUJITA Tomonori · 16 years ago
  21. f409d6c [SCSI] st: simplify new_tape_buffer by FUJITA Tomonori · 16 years ago
  22. b3d5911 [SCSI] st: remove struct scatterlist by FUJITA Tomonori · 16 years ago
  23. 08c9583 [SCSI] st: kill struct st_buff_fragment by FUJITA Tomonori · 16 years ago
  24. b3376b4 [SCSI] st: remove buf_to_sg by FUJITA Tomonori · 16 years ago
  25. 6620742 [SCSI] st: convert dio path to use st_scsi_execute by FUJITA Tomonori · 16 years ago
  26. 6d47626 [SCSI] st: convert non-dio path to use st_scsi_execute by FUJITA Tomonori · 16 years ago
  27. 13b53b4 [SCSI] st: add st_scsi_execute helper function by FUJITA Tomonori · 16 years ago
  28. d0e1ae3 [SCSI] st: add struct rq_map_data support by FUJITA Tomonori · 16 years ago
  29. 9c90596 [SCSI] st: make all the fragment buffers the same size by FUJITA Tomonori · 16 years ago
  30. 97ae77a [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE by FUJITA Tomonori · 16 years ago
  31. 56c451f [SCSI] block: fix the partial mappings with struct rq_map_data by FUJITA Tomonori · 16 years ago
  32. e623ddb [SCSI] block: fix bio_add_page misuse with rq_map_data by FUJITA Tomonori · 16 years ago
  33. 4f10aae [SCSI] ibmvscsi: Make max_requests module parameter more accurate by Brian King · 16 years ago
  34. 372bd28 [SCSI] lpfc: Move a dereference below a NULL test by Julia Lawall · 16 years ago
  35. b99b4c6 [SCSI] sgiwd93: Fix compilation warning by Dmitri Vorobiev · 16 years ago
  36. 752b323 [SCSI] ibmvfc: Fixup command response translation by Brian King · 16 years ago
  37. 3dbf6a5 [SCSI] Fix uninitialized variable error in scsi_io_completion by Alan Stern · 16 years ago
  38. fa99078 [SCSI] clean up scsi_times_out by Christoph Hellwig · 16 years ago
  39. 327d0c7 [SCSI] remove severly outdated comment in scsi_dispatch_cmd by Christoph Hellwig · 16 years ago
  40. 71610f5 [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  41. b58602a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  42. 1f3403f nfsd race fixes: jfs by Dave Kleikamp · 16 years ago
  43. c1eaa26 nfsd race fixes: reiserfs by Al Viro · 16 years ago
  44. 6b38e84 nfsd race fixes: ext4 by Al Viro · 16 years ago
  45. c38012d nfsd race fixes: ext3 by Al Viro · 16 years ago
  46. 41080b5 nfsd race fixes: ext2 by Al Viro · 16 years ago
  47. 261bca8 nfsd/create race fixes, infrastructure by Al Viro · 16 years ago
  48. 272eb01 filesystem notification: create fs/notify to contain all fs notification by Eric Paris · 16 years ago
  49. c2acf7b fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilization by Denis ChengRq · 16 years ago
  50. 6badd79 kill ->dir_notify() by Al Viro · 16 years ago
  51. b6b3fde filp_cachep can be static in fs/file_table.c by Eric Dumazet · 16 years ago
  52. fd659fd fix f_count description in Documentation/filesystems/files.txt by Eric Dumazet · 16 years ago
  53. 1239f26 make INIT_FS use the __RW_LOCK_UNLOCKED initialization by Steven Rostedt · 16 years ago
  54. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  55. cb23beb kill vfs_permission by Christoph Hellwig · 16 years ago
  56. 3fb6419 pass a struct path * to may_open by Christoph Hellwig · 16 years ago
  57. b4091d5 kill walk_init_root by Christoph Hellwig · 16 years ago
  58. 66f2218 remove incorrect comment in inode_permission by Christoph Hellwig · 16 years ago
  59. 52afeef expand some comments (d_path / seq_path) by Arjan van de Ven · 16 years ago
  60. be42c4c correct wrong function name of d_put in kernel document and source comment by Zhaolei · 16 years ago
  61. dc711ca fix switch_names() breakage in short-to-short case by Al Viro · 16 years ago
  62. 7df5fa0 befs: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  63. a63d0ff freevxfs: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  64. 21acaf8 sysv: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  65. e83c139 ext4: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  66. b5ed311 ext3: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  67. 8d6d0c4 ext2: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  68. ebd09ab vfs: ensure page symlinks are NUL-terminated by Duane Griffin · 16 years ago
  69. 0351468 vfs: introduce helper function to safely NUL-terminate symlinks by Duane Griffin · 16 years ago
  70. a17d523 eCryptfs: check readlink result was not an error before using it by Duane Griffin · 16 years ago
  71. 5cc4a03 fs/namespace.c: drop code after return by Julia Lawall · 16 years ago
  72. dded4f4 include: linux/fs.h: put declarations in __KERNEL__ by Jan Engelhardt · 16 years ago
  73. c2452f3 shrink struct dentry by Nick Piggin · 16 years ago
  74. e2b689d fs: reorder struct inotify_device on 64bits to remove padding by Richard Kennedy · 16 years ago
  75. be6d3e5 introduce new LSM hooks where vfsmount is available. by Kentaro Takeda · 16 years ago
  76. db200df Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  77. ec270e5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 16 years ago
  78. 6a94cb7 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 16 years ago
  79. f57fa1d Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
  80. 6094c85a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  81. 590cf28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  82. f54a6ec Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 16 years ago
  83. 5ed1836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  84. ab70537 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  85. 14a3c4a Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  86. 1af237a tracing: removed duplicated #include by Huang Weiyi · 16 years ago
  87. 74a6d0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  88. 14eeee8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 16 years ago
  89. 5b8f258 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  90. 526ea06 Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  91. db5e53f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  92. 3f4b5c5 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  93. a4ba2e9 Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6 by Linus Torvalds · 16 years ago
  94. 6de7148 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 16 years ago
  95. 1dff81f Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  96. 179475a Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  97. bb758e9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  98. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  99. ee48c3d Merge branches 'cma' and 'mlx4' into for-linus by Roland Dreier · 16 years ago
  100. f781a22 IB/mlx4: Fix reading SL field out of cqe->sl_vid by Roland Dreier · 16 years ago