netns xfrm: fix "ip xfrm state|policy count" misreport
[safe/jmp/linux-2.6] / block / blk-merge.c
2009-10-06 Nikanth Karthikesanblock: Seperate read and write statistics of in_flight...
2009-10-04 Jens AxboeRevert "Seperate read and write statistics of in_flight...
2009-09-14 Nikanth KarthikesanSeperate read and write statistics of in_flight requests
2009-09-11 Tejun Heoscsi,block: update SCSI to handle mixed merge failures
2009-09-11 Tejun Heoblock: implement mixed merge of different failfast...
2009-07-03 Tejun Heoblock: don't merge requests of different failfast settings
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
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-04-24 Jerome Marchandblock: simplify I/O stat accounting
2009-04-07 Jerome Marchandblock: fix inconsistency in I/O stat accounting code
2009-03-26 Boaz Harroshblock: WARN in __blk_put_request() for potential bio...
2009-03-06 Jens Axboeblock: fix missing bio back/front segment size setting...
2009-02-26 Jens Axboeblock: reduce stack footprint of blk_recount_segments()
2008-11-06 FUJITA Tomonoriblock: remove unused ll_new_mergeable()
2008-10-17 FUJITA Tomonoriblock: fix nr_phys_segments miscalculation bug
2008-10-09 Jens Axboeblock: inherit CPU completion on bio->rq and rq->rq...
2008-10-09 Tejun Heoblock: move stats from disk to part0
2008-10-09 Tejun Heoblock: fix diskstats access
2008-10-09 Tejun Heoblock: fix disk->part[] dereferencing race
2008-10-09 Tejun Heoblock: misc updates
2008-10-09 Mikulas Patockadrop vmerge accounting
2008-10-09 Mikulas Patockablock: drop virtual merging accounting
2008-10-09 David WoodhouseAllow elevators to sort/merge discard requests
2008-07-03 Martin K. Petersenblock: Block layer data integrity support
2008-05-07 Jens Axboeblock: get rid of likely/unlikely predictions in merge...
2008-04-29 Nick Pigginblock: make queue flags non-atomic
2008-04-21 FUJITA Tomonoriblock: move the padding adjustment to blk_rq_map_sg
2008-03-04 FUJITA Tomonoriblock: restore the meaning of rq->data_len to the true...
2008-02-19 Tejun Heoblock: clear drain buffer if draining for write command
2008-02-19 Tejun Heoblock: implement request_queue->dma_drain_needed
2008-02-19 Tejun Heoblock: add request->raw_data_len
2008-02-08 Jerome MarchandEnhanced partition statistics: update partition statitics
2008-02-01 Jens Axboeblock: make core bits checkpatch compliant
2008-01-29 Jens Axboeblock: ll_rw_blk.c split, add blk-merge.c