Commit Graph

479 Commits (c1d35866566bc2b270a82445271fcce1e391c4b9)

Author SHA1 Message Date
Aaron Carroll dfb3d72a9a Deadline iosched: Reset batch for ordered requests 18 years ago
Aaron Carroll 5d1a536621 Deadline iosched: Factor out finding latter reques 18 years ago
Jens Axboe c46f2334c8 [SG] Get rid of __sg_mark_end() 18 years ago
Philip Langdale 33013a8811 compat_ioctl: fix block device compat ioctl regression 18 years ago
Jens Axboe 6eca9004df [BLOCK] Fix bad sharing of tag busy list on queues with shared tag maps 18 years ago
Nick Piggin adb4ddbbfb block: use lock bitops for the tag map. 18 years ago
Oleg Nesterov 0a0836a09c cfq_get_queue: fix possible NULL pointer access 18 years ago
Oleg Nesterov abbeb88d00 blk_sync_queue() should cancel request_queue->unplug_work 18 years ago
Oleg Nesterov 4310864b9d cfq_exit_queue() should cancel cfq_data->unplug_work 18 years ago
Jerome Marchand b238b3d4be block layer: remove a unused argument of drive_stat_acct() 18 years ago
Jens Axboe 642f149031 SG: Change sg_set_page() to take length and offset argument 18 years ago
Jens Axboe 7aeacf9822 [BLOCK] blk_rq_map_sg: force clear termination bit 18 years ago
Jens Axboe ad0d4083e6 [BLOCK] Don't clear sg_dma_len/addr() in blk_rq_map_sg() 18 years ago
Jens Axboe 9b61764bcb [SG] Update block layer to use sg helpers 18 years ago
Uwe Kleine-König dbe7f76dd6 fix typo "insted" -> "instead" 18 years ago
Pavel Emelyanov ba25f9dcc4 Use helpers to obtain task pid in printks 18 years ago
Randy Dunlap 8f731f7d83 kernel-api docbook: fix content problems 18 years ago
Jens Axboe ba951841ce [BLOCK] blk_rq_map_sg() next_sg fixup 18 years ago
Peter Zijlstra e0bf68ddec mm: bdi init hooks 18 years ago
Jens Axboe 60573b874b [BLOCK] Clear sg entry before filling in blk_rq_map_sg() 18 years ago
Fengguang Wu f2e189827a readahead: remove the limit max_sectors_kb imposed on max_readahead_kb 18 years ago
Mike Travis d5a7430ddc Convert cpu_sibling_map to be a per cpu variable 18 years ago
Jens Axboe 563063a808 ll_rw_blk: temporarily enable max_segments tweaking 18 years ago
Jens Axboe f565913ef8 block: convert to using sg helpers 18 years ago
Jens Axboe fd5d806266 block: convert blkdev_issue_flush() to use empty barriers 18 years ago
Jens Axboe bf2de6f5a4 block: Initial support for data-less (or empty) barrier support 18 years ago
Jens Axboe c07e2b4129 block: factor our bio_check_eod() 18 years ago
Jens Axboe a0cd128542 block: add end_queued_request() and end_dequeued_request() helpers 18 years ago
Jens Axboe 4fa253f33c block: ll_rw_blk.c: cosmetics 18 years ago
Arjan van de Ven 7344be053a bsg: mark struct file_operations const 18 years ago
Linus Torvalds 2b9e0aae1d Only enable BLOCK_COMPAT if COMPAT is needed 18 years ago
Greg Kroah-Hartman 7e7654a92a cdev: remove unneeded setting of cdev names 18 years ago
Greg Kroah-Hartman 19c38de88a kobjects: fix up improper use of the kobject name field 18 years ago
Kay Sievers 7eff2e7a8b Driver core: change add_uevent_var to use a struct 18 years ago
Jens Axboe 99874d5048 [BLOCK] Only include the compat ioctl code if CONFIG_BLOCK is set 18 years ago
Arnd Bergmann 1ca91cd033 compat_ioctl: move floppy handlers to block/compat_ioctl.c 18 years ago
Arnd Bergmann b3087cc4f3 compat_ioctl: move cdrom handlers to block/compat_ioctl.c 18 years ago
Arnd Bergmann 18cf7f8723 compat_ioctl: move BLKPG handling to block/compat_ioctl.c 18 years ago
Arnd Bergmann 9617db085c compat_ioctl: move hdio calls to block/compat_ioctl.c 18 years ago
Arnd Bergmann 171044d449 compat_ioctl: handle blk_trace ioctls 18 years ago
Arnd Bergmann 7199d4cdd8 compat_ioctl: add compat_blkdev_driver_ioctl() 18 years ago
Arnd Bergmann f58c4c0a17 compat_ioctl: move common block ioctls to compat_blkdev_ioctl 18 years ago
NeilBrown 6712ecf8f6 Drop 'size' argument from bio_endio and bi_end_io 18 years ago
NeilBrown 5bb23a688b Don't decrement bi_size in bio_endio 18 years ago
NeilBrown d24517d793 Remove flush_dry_bio_endio 18 years ago
Satyam Sharma db47d47537 ll_rw_blk: blk_cpu_notifier should be __cpuinitdata 18 years ago
Jens Axboe 6c92e699b5 Fixup rq_for_each_segment() indentation 18 years ago
NeilBrown bc1c56fde6 Share code between init_request_from_bio and blk_rq_bio_prep 18 years ago
NeilBrown 66846572bf Stop exporting blk_rq_bio_prep 18 years ago
NeilBrown 3001ca7712 New function blk_req_append_bio 18 years ago