1. 07f3f05 [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] by David Howells · 18 years ago
  2. 65e6f5b [PATCH] BLOCK: Don't call block_sync_page() from AFS [try #6] by David Howells · 18 years ago
  3. 831058d [PATCH] BLOCK: Separate the bounce buffering code from the highmem code [try #6] by David Howells · 18 years ago
  4. b398f6b [PATCH] BLOCK: Stop fallback_migrate_page() from using page_has_buffers() [try #6] by David Howells · 18 years ago
  5. 0d67a46 [PATCH] BLOCK: Remove duplicate declaration of exit_io_context() [try #6] by David Howells · 18 years ago
  6. cf9a2ae [PATCH] BLOCK: Move functions out of buffer code [try #6] by David Howells · 18 years ago
  7. 4090959 [PATCH] blktrace: cleanup using on_each_cpu by Martin Peschke · 18 years ago
  8. cf342e5 [PATCH] Don't need to disable interrupts for tasklist_lock by Oleg Nesterov · 18 years ago
  9. 25034d7 [PATCH] exit_io_context: don't disable irqs by Oleg Nesterov · 18 years ago
  10. 9bf09c2 [PATCH] SCSI: scsi_done_q is unused by Jens Axboe · 18 years ago
  11. 7457e6e [PATCH] blktrace: support for logging metadata reads by Jens Axboe · 18 years ago
  12. 374f84a [PATCH] cfq-iosched: use metadata read flag by Jens Axboe · 18 years ago
  13. caa38fb [PATCH] ext3: make meta data reads use READ_META by Jens Axboe · 18 years ago
  14. 5404bc7 [PATCH] Allow file systems to differentiate between data and meta reads by Jens Axboe · 18 years ago
  15. da20a20 [PATCH] ll_rw_blk: allow more flexibility for read_ahead_kb store by Jens Axboe · 18 years ago
  16. bf57225 [PATCH] cfq-iosched: improve queue preemption by Jens Axboe · 18 years ago
  17. dc72ef4 [PATCH] Add blk_start_queueing() helper by Jens Axboe · 18 years ago
  18. 981a797 [PATCH] cfq-iosched: kill the empty_list by Jens Axboe · 18 years ago
  19. 53b03744 [PATCH] cfq-iosched: Kill O(N) runtime of cfq_resort_rr_list() by Jens Axboe · 18 years ago
  20. b5deef9 [PATCH] Make sure all block/io scheduler setups are node aware by Jens Axboe · 18 years ago
  21. a3b05e8 [PATCH] Kill various deprecated/unused block layer defines/functions by Jens Axboe · 18 years ago
  22. 1ea25ecb [PATCH] Audit block layer inlines by Jens Axboe · 18 years ago
  23. 4050cf1 [PATCH] cfq-iosched: use new io context counting mechanism by Jens Axboe · 18 years ago
  24. e4313dd [PATCH] as-iosched: use new io context counting mechanism by Jens Axboe · 18 years ago
  25. 4a893e8 [PATCH] elevator: define ioc counting mechanism by Jens Axboe · 18 years ago
  26. fc46379 [PATCH] cfq-iosched: kill cfq_exit_lock by Jens Axboe · 18 years ago
  27. 89850f7 [PATCH] cfq-iosched: cleanups, fixes, dead code removal by Jens Axboe · 18 years ago
  28. e6a1c87 [PATCH] struct request: shrink and optimize some more by Jens Axboe · 18 years ago
  29. 51da90f [PATCH] ll_rw_blk: cleanup __make_request() by Jens Axboe · 18 years ago
  30. cb78b28 [PATCH] Drop useless bio passing in may_queue/set_request API by Jens Axboe · 18 years ago
  31. cdd6026 [PATCH] Remove ->rq_status from struct request by Jens Axboe · 18 years ago
  32. 49171e5 [PATCH] Remove struct request_list from struct request by Jens Axboe · 18 years ago
  33. c00895a [PATCH] Remove ->waiting member from struct request by Jens Axboe · 18 years ago
  34. 8a8e674 [PATCH] as-iosched: kill arq by Jens Axboe · 18 years ago
  35. 5e70537 [PATCH] cfq-iosched: kill crq by Jens Axboe · 18 years ago
  36. ff7d145 [PATCH] Add one more pointer to struct request for IO scheduler usage by Jens Axboe · 18 years ago
  37. 5380a10 [PATCH] cfq-iosched: remove the crq flag functions/variable by Jens Axboe · 18 years ago
  38. 8840faa [PATCH] deadline-iosched: remove elevator private drq request type by Jens Axboe · 18 years ago
  39. 9e2585a [PATCH] as-iosched: remove arq->is_sync member by Jens Axboe · 18 years ago
  40. d4f2f46 [PATCH] as-iosched: reuse rq for fifo by Jens Axboe · 18 years ago
  41. 95e8810 [PATCH] cfq-iosched: convert to using the FIFO elevator defines by Jens Axboe · 18 years ago
  42. 1fbfdfc [PATCH] elevator: introduce a way to reuse rq for internal FIFO handling by Jens Axboe · 18 years ago
  43. b8aca35 [PATCH] deadline-iosched: migrate to using the elevator rb functions by Jens Axboe · 18 years ago
  44. 21183b0 [PATCH] cfq-iosched: migrate to using the elevator rb functions by Jens Axboe · 18 years ago
  45. e37f346 [PATCH] as-iosched: migrate to using the elevator rb functions by Jens Axboe · 18 years ago
  46. 2e662b6 [PATCH] elevator: abstract out the rbtree sort handling by Jens Axboe · 18 years ago
  47. 10fd48f [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prev by Jens Axboe · 18 years ago
  48. 9817064 [PATCH] elevator: move the backmerging logic into the elevator core by Jens Axboe · 18 years ago
  49. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  50. 77ed74d [PATCH] i2c: Prevent deadlock on i2c client registration by Jean Delvare · 18 years ago
  51. 5ffd1a6 Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 18 years ago
  52. 0cd43f8 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 18 years ago
  53. db1a19b Merge branch 'intelfb-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/intelfb-2.6 by Linus Torvalds · 18 years ago
  54. 369aa83 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  55. bf60362 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  56. 6656e3c [ATM]: [lec] use refcnt to protect lec_arp_entries outside lock by Chas Williams · 18 years ago
  57. 33a9c2d [ATM]: [lec] add reference counting to lec_arp entries by Chas Williams · 18 years ago
  58. 987e46b [ATM]: [lec] use work queue instead of timer for lec arp expiry by Chas Williams · 18 years ago
  59. edbc9b0 [ATM]: [lec] old_close is no longer used by Chas Williams · 18 years ago
  60. d0732f6 [ATM]: [lec] convert lec_arp_table to hlist by Chas Williams · 18 years ago
  61. 1c9d3e7 [ATM]: [lec] header indent, comment and whitespace cleanup by Chas Williams · 18 years ago
  62. 1fa9961 [ATM]: [lec] indent, comment and whitespace cleanup [continued] by Chas Williams · 18 years ago
  63. d44f774 [ATM]: [lec] indent, comment and whitespace cleanup by Chas Williams · 18 years ago
  64. f236218b [SCTP]: Do not timestamp every SCTP packet. by Vlad Yasevich · 18 years ago
  65. b56bab4 [SCTP]: Use correct mask when disabling PMTUD. by Vlad Yasevich · 18 years ago
  66. cd49788 [SCTP]: Include sk_buff overhead while updating the peer's receive window. by Sridhar Samudrala · 18 years ago
  67. 208edef [SCTP]: Enable Nagle algorithm by default. by Sridhar Samudrala · 18 years ago
  68. f9317a4 [BNX2]: Disable MSI on 5706 if AMD 8132 bridge is present. by Michael Chan · 18 years ago
  69. 95d4e6b [NetLabel]: audit fixups due to delayed feedback by Paul Moore · 18 years ago
  70. c84ef53 [PATCH] Use early clobber in semaphores by Andi Kleen · 18 years ago
  71. 34596dc [PATCH] Define vsyscall cache as blob to make clearer that user space shouldn't use it by Andi Kleen · 18 years ago
  72. 120b114 [PATCH] Re-positioning the bss segment by Vivek Goyal · 18 years ago
  73. 9d0ef4f [PATCH] Use ARRAY_SIZE in setup.c by Andi Kleen · 18 years ago
  74. b9629b8 [PATCH] i386: replace intermediate array-size definitions with ARRAY_SIZE() by Bjorn Helgaas · 18 years ago
  75. 29cbc78 [PATCH] x86: Clean up x86 NMI sysctls by Andi Kleen · 18 years ago
  76. 013bf2c [PATCH] Refactor some duplicated code in mpparse.c by Andi Kleen · 18 years ago
  77. d802ab9 [PATCH] Document iommu=panic by Andi Kleen · 18 years ago
  78. ded318e [PATCH] Fix broken indentation in iommu_setup by Andi Kleen · 18 years ago
  79. ece6684 [PATCH] Allow disabling DAC using command line options by Andi Kleen · 18 years ago
  80. b885808 [PATCH] Add proper sparse __user casts to __copy_to_user_inatomic by Andi Kleen · 18 years ago
  81. ae853e7 [PATCH] i386: Update defconfig by Andi Kleen · 18 years ago
  82. 81b999b [PATCH] Update defconfig by Andi Kleen · 18 years ago
  83. fbe96f9 [SERIAL] sunzilog: Mark sunzilog_init_hw as __devinit. by David S. Miller · 18 years ago
  84. 3a1d5c8 [SPARC]: Don't zero out tail during copy_from_user_inatomic(). by David S. Miller · 18 years ago
  85. d6c6410 [PATCH] uml build fix by Ollie Wild · 18 years ago
  86. 2148ccc [PATCH] MLSXFRM: fix mis-labelling of child sockets by David Woodhouse · 18 years ago
  87. 9a69d1a Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  88. c0341b0 Merge git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 18 years ago
  89. ae1390d [PATCH] i2c-sibyte: Fix modular build breakage by Yoichi Yuasa · 18 years ago
  90. 181b648 [PATCH] cpuset: fix obscure attach_task vs exiting race by Paul Jackson · 18 years ago
  91. 683e91c [PATCH] SubmittingPatches: add a note about "format=flowed" when sending patches by Kirill Korotaev · 18 years ago
  92. 03cbc35 [PATCH] lockdep core: improve the lock-chain-hash by Ingo Molnar · 18 years ago
  93. 632dd20 [PATCH] Kcore elf note namesz field fix by Vivek Goyal · 18 years ago
  94. 327dcaa [PATCH] expand_fdtable(): remove pointless unlock+lock by Andrew Morton · 18 years ago
  95. 74d392a [PATCH] Clean up expand_fdtable() and expand_files() by Vadim Lobanov · 18 years ago
  96. 3706baa [PATCH] Documentation/SubmittingDrivers: minor update by Alexey Dobriyan · 18 years ago
  97. eb84a20 [PATCH] audit/accounting: tty locking by Alan Cox · 18 years ago
  98. 5f412b2 [PATCH] Fix locking for tty drivers when doing urgent characters by Alan Cox · 18 years ago
  99. 67cc016 [PATCH] specialix - remove private speed decoding by Alan Cox · 18 years ago
  100. 1db27c1 [PATCH] istallion: Remove private baud rate decoding, which is also broken in this case on some platforms by Alan Cox · 18 years ago