tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / block / blk-settings.c
2010-01-11 Martin K. Petersenblock: bdev_stack_limits wrapper
2010-01-11 Martin K. Petersenblock: Correct handling of bottom device misaligment
2009-12-29 Martin K. Petersenblock: Fix incorrect alignment offset reporting and...
2009-12-21 Martin K. Petersenblock: Fix topology stacking for data and discard alignment
2009-12-16 Jens Axboeblock: temporarily disable discard granularity
2009-12-03 Martin K. Petersenblock: Allow devices to indicate whether discarded...
2009-11-11 Randy Dunlapblock: jiffies fixes
2009-11-10 Martin K. Petersenblock: Expose discard granularity
2009-10-12 Randy Dunlapblk-settings: fix function parameter kernel-doc notation
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 Christoph Hellwigblock: allow large discard requests
2009-10-01 Christoph Hellwigblock: use normal I/O path for discard requests
2009-10-01 Martin K. Petersenblock: Do not clamp max_hw_sectors for stacking devices
2009-10-01 Martin K. Petersenblock: Set max_sectors correctly for stacking devices
2009-09-14 Martin K. Petersenblock: Optimal I/O limit wrapper
2009-08-01 Martin K. Petersenblock: Update topology documentation
2009-08-01 Martin K. Petersenblock: Stack optimal I/O size
2009-08-01 Martin K. Petersenblock: Add a wrapper for setting minimum request size...
2009-08-01 Martin K. Petersenblock: Make blk_queue_stack_limits use the new stacking...
2009-07-28 Jens Axboeblock: always assign default lock to queues
2009-06-19 Randy DunlapFix kernel-doc parameter name typo in blk-settings.c:
2009-06-18 Martin K. Petersenblock: Fix bounce_pfn setting
2009-06-16 Martin K. Petersenblock: Introduce helper to reset queue limits to defaul...
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-09 Martin K. Petersenblock: Add missing bounce_pfn stacking and fix comments
2009-06-09 Jens AxboeRevert "block: Fix bounce limit setting in DM"
2009-06-03 Martin K. Petersenblock: Fix bounce limit setting in DM
2009-05-28 Mike Snitzerblock: export blk_stack_limits()
2009-05-22 Martin K. Petersenblock: Export I/O topology for block devices and partitions
2009-05-22 Martin K. Petersenblock: Move queue limits to an embedded struct
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-04-22 Tejun Heoblock: fix queue bounce limit setting
2009-04-07 Alan Coxpata_artop: typo
2008-12-29 FUJITA Tomonoriblock: use min_not_zero in blk_queue_stack_limits
2008-12-03 Milan Brozblock: fix setting of max_segment_size and seg_boundary...
2008-10-17 Peter Zijlstrablock: move q->unplug_work initialization
2008-10-09 Kiyoshi Uedablock: add lld busy state exporting interface
2008-10-09 Jens Axboeblock: unify request timeout handling
2008-10-09 Harvey Harrisonblock: kmalloc args reversed, small function definition...
2008-10-09 Jens Axboeblock: add support for IO CPU affinity
2008-10-09 Randy DunlapAdd some block/ source files to the kernel-api docbook...
2008-10-09 David WoodhouseAdd 'discard' request handling
2008-07-04 FUJITA Tomonoriblock: add blk_queue_update_dma_pad
2008-05-15 Neil BrownRemove blkdev warning triggered by using md
2008-05-01 Harvey Harrisonblock: remove remaining __FUNCTION__ occurrences
2008-04-29 Nick Pigginblock: make queue flags non-atomic
2008-04-29 Adrian Bunkunexport blk_max_pfn
2008-04-02 Andrea ArcangeliFix bounce setting for 64-bit
2008-03-04 Harvey Harrisonblock: remove extern on function definition
2008-03-04 Yang ShiFix DMA access of block device in 64-bit kernel on...
2008-03-04 Tejun Heoblock: separate out padding from alignment
2008-03-04 Randy Dunlapblock: fix kernel-docbook parameters and files
2008-02-19 Tejun Heoblock: implement request_queue->dma_drain_needed
2008-02-19 Adrian Bunkmake blk_settings_init() static
2008-02-01 Jens Axboeblock: make core bits checkpatch compliant
2008-01-29 Jens Axboeblock: continue ll_rw_blk.c splitup