rpcgss: krb5: ignore seed
[safe/jmp/linux-2.6] / block /
2006-12-06 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2006-12-05 Matthew Wilcox[PATCH] Centralise definitions of sector_t and blkcnt_t
2006-12-04 Jens Axboe[PATCH] blktrace: don't return blktrace_seq from trace_...
2006-12-04 Jens Axboe[PATCH] blktrace: uninline trace_note()
2006-12-01 Jens Axboe[BLOCK] Cleanup unused variable passing
2006-12-01 Mike Christie[PATCH] block: support larger block pc requests
2006-12-01 Olaf Kirch[PATCH] blktrace: add timestamp message
2006-11-22 James BottomleyMerge ../scsi-rc-fixes-2.6
2006-11-16 Tejun Heo[PATCH] scsi: clear garbage after CDBs on SG_IO
2006-11-15 Hannes Reinecke[SCSI] block: convert jiffies to msecs in scsi_ioctl()
2006-11-13 Jens Axboe[PATCH] Fix bad data direction in SG_IO
2006-11-03 Andrew Morton[PATCH] tidy "md: check bio address after mapping throu...
2006-10-31 Jens Axboe[PATCH] CFQ: request <-> request merging rr_list fixup
2006-10-31 NeilBrown[PATCH] md: check bio address after mapping through...
2006-10-30 Jens Axboe[PATCH] CFQ: bad locking in changed_ioprio()
2006-10-30 Jens Axboe[PATCH] CFQ: use irq safe locking in cfq_cic_link()
2006-10-20 Andrew Morton[PATCH] separate bdi congestion functions from queue...
2006-10-20 Thomas Maier[PATCH] export clear_queue_congested and set_queue_cong...
2006-10-12 Vasily Tarasov[PATCH] block layer: elv_iosched_show should get elv_li...
2006-10-12 Vasily Tarasov[PATCH] block layer: elevator_find function cleanup
2006-10-04 David C Somayajulu[PATCH] helper function for retrieving scsi_cmd given...
2006-10-03 Alasdair G Kergon[PATCH] dm: export blkdev_driver_ioctl
2006-10-01 Peter Zijlstra[PATCH] completions: lockdep annotate on stack completions
2006-09-30 Jens Axboe[PATCH] Only enable CONFIG_BLOCK option for embedded
2006-09-30 Jens Axboe[PATCH] blk_queue_start_tag() shared map race fix
2006-09-30 Jens Axboe[PATCH] Update axboe@suse.de email address
2006-09-30 David Howells[PATCH] BLOCK: Make it possible to disable the block...
2006-09-30 Martin Peschke[PATCH] blktrace: cleanup using on_each_cpu
2006-09-30 Oleg Nesterov[PATCH] exit_io_context: don't disable irqs
2006-09-30 Jens Axboe[PATCH] blktrace: support for logging metadata reads
2006-09-30 Jens Axboe[PATCH] cfq-iosched: use metadata read flag
2006-09-30 Jens Axboe[PATCH] Allow file systems to differentiate between...
2006-09-30 Jens Axboe[PATCH] ll_rw_blk: allow more flexibility for read_ahea...
2006-09-30 Jens Axboe[PATCH] cfq-iosched: improve queue preemption
2006-09-30 Jens Axboe[PATCH] Add blk_start_queueing() helper
2006-09-30 Jens Axboe[PATCH] cfq-iosched: kill the empty_list
2006-09-30 Jens Axboe[PATCH] cfq-iosched: Kill O(N) runtime of cfq_resort_rr...
2006-09-30 Jens Axboe[PATCH] Make sure all block/io scheduler setups are...
2006-09-30 Jens Axboe[PATCH] Audit block layer inlines
2006-09-30 Jens Axboe[PATCH] cfq-iosched: use new io context counting mechanism
2006-09-30 Jens Axboe[PATCH] as-iosched: use new io context counting mechanism
2006-09-30 Jens Axboe[PATCH] cfq-iosched: kill cfq_exit_lock
2006-09-30 Jens Axboe[PATCH] cfq-iosched: cleanups, fixes, dead code removal
2006-09-30 Jens Axboe[PATCH] ll_rw_blk: cleanup __make_request()
2006-09-30 Jens Axboe[PATCH] Drop useless bio passing in may_queue/set_reque...
2006-09-30 Jens Axboe[PATCH] Remove ->rq_status from struct request
2006-09-30 Jens Axboe[PATCH] Remove struct request_list from struct request
2006-09-30 Jens Axboe[PATCH] Remove ->waiting member from struct request
2006-09-30 Jens Axboe[PATCH] as-iosched: kill arq
2006-09-30 Jens Axboe[PATCH] cfq-iosched: kill crq
2006-09-30 Jens Axboe[PATCH] cfq-iosched: remove the crq flag functions...
2006-09-30 Jens Axboe[PATCH] deadline-iosched: remove elevator private drq...
2006-09-30 Jens Axboe[PATCH] as-iosched: remove arq->is_sync member
2006-09-30 Jens Axboe[PATCH] as-iosched: reuse rq for fifo
2006-09-30 Jens Axboe[PATCH] cfq-iosched: convert to using the FIFO elevator...
2006-09-30 Jens Axboe[PATCH] deadline-iosched: migrate to using the elevator...
2006-09-30 Jens Axboe[PATCH] cfq-iosched: migrate to using the elevator...
2006-09-30 Jens Axboe[PATCH] as-iosched: migrate to using the elevator rb...
2006-09-30 Jens Axboe[PATCH] elevator: abstract out the rbtree sort handling
2006-09-30 Jens Axboe[PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_nex...
2006-09-30 Jens Axboe[PATCH] elevator: move the backmerging logic into the...
2006-09-30 Jens Axboe[PATCH] Split struct request ->flags into two parts
2006-09-29 Alexey Dobriyan[PATCH] ifdef blktrace debugging fields
2006-09-29 Randy Dunlap[PATCH] block: handle subsystem_register() init errors
2006-09-27 Theodore Ts'o[PATCH] inode_diet: Replace inode.u.generic_ip with...
2006-09-24 James BottomleyMerge mulgrave-w:git/linux-2.6
2006-09-23 Trond MyklebustAdd a real API for dealing with blk_congestion_wait()
2006-08-31 James Bottomley[SCSI] block: add support for shared tag maps
2006-08-22 Oleg Nesterovelv_unregister: fix possible crash on module unload
2006-08-21 Oleg Nesterov[PATCH] cfq_cic_link: fix usage of wrong cfq_io_context
2006-08-21 Oleg Nesterov[PATCH] Fix current_io_context() vs set_task_ioprio...
2006-07-25 Jens Axboe[PATCH] cfq-iosched: don't use a hard jiffies value...
2006-07-25 Milton Miller[PATCH] blktrace: fix read-ahead bit
2006-07-15 Arjan van de Ven[PATCH] lockdep: annotate the BLKPG_DEL_PARTITION ioctl
2006-07-06 Jens Axboe[PATCH] Only the first two bits in bio->bi_rw and rq...
2006-07-06 Nathan Scott[PATCH] blktrace: readahead support
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate on-stack completions
2006-06-30 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2006-06-30 Christoph Lameter[PATCH] Light weight event counters
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: use hotplug version of cpu notifie...
2006-06-28 Chandra Seetharaman[PATCH] cpu hotplug: revert initdata patch submitted...
2006-06-26 Andreas Mohrspelling fixes
2006-06-23 Andi Kleen[BLOCK] Fix bounce limit address check
2006-06-23 Jens Axboe[PATCH] rbtree: support functions used by the io schedulers
2006-06-23 Jens Axboe[PATCH] cfq-iosched: rq update fixes
2006-06-23 Jens Axboe[PATCH] cfq-iosched: many performance fixes
2006-06-23 Jens Axboe[PATCH] cfq-iosched: correctly set ioprio on both targets
2006-06-23 Jens Axboe[PATCH] Make CFQ the default IO scheduler
2006-06-23 Jens Axboe[PATCH] Kill PF_SYNCWRITE flag
2006-06-23 Jens Axboe[PATCH] cfq-iosched: Don't set the queue batching limits
2006-06-23 Dave Jones[PATCH] remove dead code from elevator switching
2006-06-23 Paolo 'Blaisorblad... [PATCH] blk_start_queue() must be called with irq disab...
2006-06-23 Akinobu Mita[PATCH] iosched: use hlist for request hashtable
2006-06-23 Oleg Nesterov[PATCH] list: use list_replace_init() instead of list_s...
2006-06-21 Kay Sievers[PATCH] Driver core: add generic "subsystem" link to...
2006-06-21 Linus TorvaldsFix up CFQ scheduler for recent rbtree node shrinkage
2006-06-20 Linus TorvaldsMerge git://git.infradead.org/~dwmw2/rbtree-2.6
2006-06-14 Jens Axboe[PATCH] cfq-iosched: fix crash in do_div()
2006-06-08 Jens Axboe[PATCH] elevator switching race
next