tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / block / blk-core.c
2009-11-26 Ilya Loginovblock: add helpers to run flush_dcache_page() against...
2009-10-24 Mark McLoughlinblock: silently error unsupported empty barriers too
2009-10-06 Nikanth Karthikesanblock: Seperate read and write statistics of in_flight...
2009-10-05 Jens Axboeblock: get rid of kblock_schedule_delayed_work()
2009-10-04 Jens AxboeRevert "Seperate read and write statistics of in_flight...
2009-10-03 Jens Axboecfq-iosched: implement slower async initiate and queue...
2009-10-01 Jun'ichi NomuraAdd a tracepoint for block request remapping
2009-10-01 Christoph Hellwigblock: allow large discard requests
2009-10-01 Christoph Hellwigblock: use normal I/O path for discard requests
2009-10-01 Jun'ichi NomuraAdd a tracepoint for block request remapping
2009-10-01 Christoph Hellwigblock: allow large discard requests
2009-10-01 Christoph Hellwigblock: use normal I/O path for discard requests
2009-09-15 Linus TorvaldsMerge branch 'for-2.6.32' of git://git.kernel.dk/linux...
2009-09-14 Nikanth KarthikesanSeperate read and write statistics of in_flight requests
2009-09-11 Minchan Kimblock: trace bio queueing trial only when it occurs
2009-09-11 Jens Axboeblock: improve queue_should_plug() by looking at IO...
2009-09-11 Jens Axboebio: first step in sanitizing the bio->bi_rw flag testing
2009-09-11 Tejun Heoblock: implement mixed merge of different failfast...
2009-09-11 Tejun Heoblock: use the same failfast bits for bio and request
2009-09-11 Jens Axboewriteback: add name to backing_dev_info
2009-07-28 Jens Axboeblock: make the end_io functions be non-GPL exports
2009-07-28 Jens Axboeblock: always assign default lock to queues
2009-07-01 NeilBrownblocK: Restore barrier support for md and probably...
2009-07-01 Jens Axboeblock: get rid of queue-private command filter
2009-07-01 Martin K. Petersenblock: Create bip slabs with embedded integrity vectors
2009-06-16 Li Zefanblock: remove some includings of blktrace_api.h
2009-06-16 Jens Axboeblock: don't overwrite bdi->state after bdi_init()...
2009-06-12 Randy Dunlapblock: fix kernel-doc in recent block/ changes
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git.kernel.dk/linux...
2009-06-11 Linus TorvaldsMerge branch 'for-2.6.31' of git://git./linux/kernel...
2009-06-11 Kiyoshi Uedablock: add request clone interface (v2)
2009-06-09 Li Zefantracing/events: convert block trace points to TRACE_EVENT()
2009-06-09 FUJITA Tomonoriblock: needs to set the residual length of a bidi request
2009-05-30 James Bottomleyblock: fix an oops on BLKPREP_KILL
2009-05-27 James Bottomleyblock: fix oops with block tag queueing
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
2009-05-22 Jens AxboeMerge branch 'master' into for-2.6.31
2009-05-20 Jens Axboeblock: change the tag sync vs async restriction logic
2009-05-19 Jens Axboeblock: add warning to blk_make_request()
2009-05-19 Boaz Harroshblock: Add blk_make_request(), takes bio, returns a...
2009-05-19 Tejun Heoblock: set rq->resid_len to blk_rq_bytes() on issue
2009-05-18 Ingo MolnarMerge commit 'v2.6.30-rc6' into tracing/core
2009-05-12 Kazuhisa Ichikawablock: fix the bio_vec array index out-of-bounds test
2009-05-11 FUJITA Tomonoriblock: move completion related functions back to blk...
2009-05-11 Tejun Heoblock: implement and enforce request peek/start/fetch
2009-05-11 Tejun Heoblock: hide request sector and data_len
2009-05-11 Tejun Heoblock: drop request->hard_* and *nr_sectors
2009-05-11 Tejun Heoblock: convert to pos and nr_sectors accessors
2009-05-11 Tejun Heoblock: implement blk_rq_pos/[cur_]sectors() and convert...
2009-05-07 Ingo MolnarMerge branch 'linus' into tracing/core
2009-05-06 Alan D. Brunelleblktrace: from-sector redundant in trace_block_remap
2009-04-28 Nikanth Karthikesanblock: catch trying to use more bits than request-...
2009-04-28 Jens Axboeblock: make blk_do_io_stat() do the full "is this rq...
2009-04-28 Tejun Heoblock: kill rq->data
2009-04-28 Tejun Heoblock: implement and use [__]blk_end_request_all()
2009-04-28 Tejun Heoblock: move rq->start_time initialization to blk_rq_init()
2009-04-28 Tejun Heoblock: clean up request completion API
2009-04-28 Tejun Heoblock: kill blk_end_request_callback()
2009-04-28 Tejun Heoblock: reorganize request fetching functions
2009-04-28 Tejun Heoblock: reorder request completion functions
2009-04-28 Tejun Heoblock: cleanup REQ_SOFTBARRIER usages
2009-04-28 Tejun Heoblock: don't set REQ_NOMERGE unnecessarily
2009-04-28 Tejun Heoblock: kill blk_start_queueing()
2009-04-28 Tejun Heoblock: merge blk_invoke_request_fn() into __blk_run_queue()
2009-04-28 Tejun Heoblock: clear req->errors on bio completion only for...
2009-04-24 Jerome Marchandblock: simplify I/O stat accounting
2009-04-18 Tejun Heoblock: clear req->errors on bio completion only for...
2009-04-07 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-04-07 Ingo MolnarMerge branch 'tracing/urgent' into tracing/ftrace
2009-04-07 Jens Axboeblock: remove unused REQ_UNPLUG
2009-04-07 Jerome Marchandblock: fix inconsistency in I/O stat accounting code
2009-04-06 Jens Axboeblock: Add flag for telling the IO schedulers NOT to...
2009-04-06 Jens Axboeblock: enabling plugging on SSD devices that don't...
2009-04-06 Jens Axboeblock: change the request allocation/congestion logic...
2009-04-03 Li Zefanblktrace: fix pdu_len when tracing packet command requests
2009-03-26 Boaz Harroshblock: WARN in __blk_put_request() for potential bio...
2009-03-24 Jens Axboeblock: get rid of unused blkdev_free_rq() define
2009-03-24 Jens Axboeblock: remove various blk_queue_*() setting functions...
2009-02-02 Jens Axboeblock: fix oops in blk_queue_io_stat()
2009-01-30 Jens Axboeblock: add sysfs file for controlling io stats accounting
2009-01-30 Jens Axboeblock: silently error an unsupported barrier bio
2009-01-30 Jens Axboeblock: seperate bio/request unplug and sync bits
2008-12-29 Jens Axboeblock: don't use plugging on SSD devices
2008-12-29 Tejun Heoblock: remove duplicate or unused barrier/discard error...
2008-12-29 Cheng Renquanblock: use cancel_work_sync() instead of kblockd_flush_...
2008-12-29 Keith Manntheyblock: Supress Buffer I/O errors when SCSI REQ_QUIET...
2008-12-29 Jens Axboeblock: leave the request timeout timer running even...
2008-12-05 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/function...
2008-12-03 Milan Brozblock: fix setting of max_segment_size and seg_boundary...
2008-12-03 Tejun Heoblock: internal dequeue shouldn't start timer
2008-11-26 Ingo Molnarblktrace: port to tracepoints, update
2008-11-26 Arnaldo Carvalho... blktrace: port to tracepoints
2008-11-06 Mike Andersonblk: move blk_delete_timer call in end_that_request_last
2008-10-17 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-10-17 Jens Axboeblock: remove __generic_unplug_device() from exports
2008-10-17 Peter Zijlstrablock: move q->unplug_work initialization
2008-10-17 Randy Dunlapblock: fix current kernel-doc warnings
2008-10-17 Jens Axboeblock: only call ->request_fn when the queue is not...
2008-10-13 Mike Christie[SCSI] block: separate failfast into multiple bits.
2008-10-09 Kiyoshi Uedablock: remove end_{queued|dequeued}_request()
next