sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / include / linux / blkdev.h
2009-10-05 Jens Axboeblock: get rid of kblock_schedule_delayed_work()
2009-10-03 Martin K. Petersenblock: Topology ioctls
2009-10-03 Jens Axboecfq-iosched: implement slower async initiate and queue...
2009-10-01 Christoph Hellwigblock: allow large discard requests
2009-10-01 Christoph Hellwigblock: use normal I/O path for discard requests
2009-09-14 Christoph Hellwigblock: use blkdev_issue_discard in blk_ioctl_discard
2009-09-14 Martin K. Petersenblock: Optimal I/O limit wrapper
2009-09-11 Jens Axboeblock: enable rq CPU completion affinity by default
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-08-01 Martin K. Petersenblock: Add a wrapper for setting minimum request size...
2009-07-11 Trond MyklebustFix compile error due to congestion_wait() changes
2009-07-10 FUJITA Tomonoriblock: fix sg SG_DXFER_TO_FROM_DEV regression
2009-07-10 Jens AxboeFix congestion_wait() sync/async vs read/write confusion
2009-07-01 Jens Axboeblock: get rid of queue-private command filter
2009-06-16 Martin K. Petersenblock: Introduce helper to reset queue limits to defaul...
2009-06-12 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 Jens AxboeRevert "block: Fix bounce limit setting in DM"
2009-06-07 Bartlomiej Zolnier... partitions: add ->set_capacity block device method
2009-06-03 Martin K. Petersenblock: Fix bounce limit setting in DM
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-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 Boaz Harroshblock: Un-export blk_rq_append_bio
2009-05-19 Boaz Harroshblock: Add blk_make_request(), takes bio, returns a...
2009-05-11 FUJITA Tomonoriblock: move completion related functions back to blk...
2009-05-11 FUJITA Tomonoriblock: let blk_end_request_all handle bidi requests
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: implement blk_rq_pos/[cur_]sectors() and convert...
2009-05-11 Tejun Heoblock: add rq->resid_len
2009-05-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-04-30 Borislav Petkovide-cd: fix REQ_QUIET tests in cdrom_decode_status
2009-04-28 Tejun Heoblock: make blk_end_request_cur() return bool
2009-04-28 Tejun Heoblock: kill rq->data
2009-04-28 Tejun Heoblock: replace end_request() with [__]blk_end_request_cur()
2009-04-28 Tejun Heoblock: implement and use [__]blk_end_request_all()
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: reorder request completion functions
2009-04-28 Tejun Heoblock: kill blk_start_queueing()
2009-04-24 Jerome Marchandblock: simplify I/O stat accounting
2009-04-07 Jens Axboeblock: remove unused REQ_UNPLUG
2009-04-06 Jens Axboeblock: Add flag for telling the IO schedulers NOT to...
2009-04-06 Jens Axboeblock: change the request allocation/congestion logic...
2009-02-26 Jens Axboeblock: reduce stack footprint of blk_recount_segments()
2009-02-02 Jens Axboeblock: fix inconsistent parenthesisation of QUEUE_FLAG_...
2009-01-30 Jens Axboeblock: add sysfs file for controlling io stats accounting
2009-01-30 Jens Axboeblock: seperate bio/request unplug and sync bits
2009-01-02 FUJITA Tomonori[SCSI] block: make blk_rq_map_user take a NULL user...
2009-01-02 FUJITA Tomonori[SCSI] block: fix the partial mappings with struct...
2008-12-29 Jens Axboeblock: get rid of elevator_t typedef
2008-12-29 Tejun Heoblock: simplify empty barrier implementation
2008-12-29 Tejun Heoblock: make barrier completion more robust
2008-12-29 Tejun Heoblock: make every barrier action optional
2008-12-29 Tejun Heoblock: reorganize QUEUE_ORDERED_* constants
2008-12-29 Cheng Renquanblock: use cancel_work_sync() instead of kblockd_flush_...
2008-12-29 Fernando Luis Vázq... block: add queue flag for paravirt frontend drivers
2008-12-05 Linus TorvaldsEnforce a minimum SG_IO timeout
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-10-21 Al Viro[PATCH] end of methods switch: remove the old ones
2008-10-21 Al Viro[PATCH] beginning of methods conversion
2008-10-21 Al Viro[PATCH] introduce __blkdev_driver_ioctl()
2008-10-21 Al Viro[PATCH] move block_device_operations to blkdev.h
2008-10-21 Al Viro[PATCH] switch scsi_cmd_ioctl() to passing fmode_t
2008-10-21 Al Viro[PATCH] switch sg_scsi_ioctl() to passing fmode_t
2008-10-21 Al Viro[PATCH] introduce fmode_t, do annotations
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-13 Mike Christie[SCSI] block: separate failfast into multiple bits.
2008-10-09 Martin K. Petersenblock: gendisk integrity wrapper
2008-10-09 Martin K. Petersenblock: Switch blk_integrity_compare from bdev to gendisk
2008-10-09 Jens Axboeblock: revert part of d7533ad0e132f92e75c1b2eb7c26387b2...
2008-10-09 Kiyoshi Uedablock: remove end_{queued|dequeued}_request()
2008-10-09 Kiyoshi Uedablock: add lld busy state exporting interface
2008-10-09 Jens Axboeblock: add queue flag for SSD/non-rotational devices
2008-10-09 Kiyoshi Uedablock: add a queue flag for request stacking support
2008-10-09 Kiyoshi Uedablock: add request submission interface
2008-10-09 Kiyoshi Uedablock: add request update interface
2008-10-09 Jens Axboeblock: cleanup some of the integrity stuff in blkdev.h
2008-10-09 Jens Axboeblock: add fault injection mechanism for faking request...
2008-10-09 Hugh Dickinsblock: adjust blkdev_issue_discard for swap
2008-10-09 Mike Andersonblock: Add interface to abort queued requests
2008-10-09 Jens Axboeblock: unify request timeout handling
2008-10-09 FUJITA Tomonoriblock: add blk_rq_aligned helper function
2008-10-09 FUJITA Tomonoriblock: introduce struct rq_map_data to use reserved...
2008-10-09 FUJITA Tomonoriblock: add gfp_mask argument to blk_rq_map_user and...
2008-10-09 Jens Axboeblock: inherit CPU completion on bio->rq and rq->rq...
2008-10-09 Jens Axboeblock: add support for IO CPU affinity
2008-10-09 Jens Axboeblock: make kblockd_schedule_work() take the queue...
2008-10-09 Mikulas Patockadrop vmerge accounting
2008-10-09 Fernando Luis Vázq... virtio_blk: use a wrapper function to access io context...
next