aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2008-01-11blktrace: kill the unneeded initcallJens Axboe1-11/+1
2008-01-11block: fix blktrace timestampsIngo Molnar1-67/+2
2007-12-18block: let elv_register() return voidAdrian Bunk5-11/+12
2007-12-18as-iosched: fix write batch start pointAaron Carroll1-1/+2
2007-12-18as-iosched: fix incorrect commentsAaron Carroll1-2/+2
2007-12-18block: use jiffies conversion functions in scsi_ioctl.cTejun Heo1-2/+2
2007-11-27Revert "ll_rw_blk: temporarily enable max_segments tweaking"Jens Axboe1-23/+0
2007-11-27block: Fix memory leak in alloc_disk_node()Jerome Marchand1-0/+1
2007-11-27blktrace: Make sure BLKTRACETEARDOWN does the full cleanup.Aneesh Kumar K.V1-2/+7
2007-11-09Add UNPLUG traces to all appropriate placesAlan D. Brunelle1-9/+15
2007-11-09block: fix requeue handling in blk_queue_invalidate_tags()Jens Axboe1-15/+2
2007-11-07cfq_idle_class_timer: add paranoid checks for jiffies overflowOleg Nesterov1-11/+17
2007-11-07cfq: fix IOPRIO_CLASS_IDLE delaysOleg Nesterov1-0/+1
2007-11-07cfq: fix IOPRIO_CLASS_IDLE accountingOleg Nesterov1-2/+3
2007-11-03Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-28/+32
2007-11-02[BLOCK] Don't allow empty barriers to be passed down to queues that don't gro...Jens Axboe1-1/+6
2007-11-02Deadline iosched: Fix batching fairnessAaron Carroll1-14/+7
2007-11-02Deadline iosched: Reset batch for ordered requestsAaron Carroll1-3/+3
2007-11-02Deadline iosched: Factor out finding latter requesAaron Carroll1-11/+17
2007-11-02[SG] Get rid of __sg_mark_end()Jens Axboe1-1/+1
2007-10-29compat_ioctl: fix block device compat ioctl regressionPhilip Langdale1-1/+1
2007-10-29[BLOCK] Fix bad sharing of tag busy list on queues with shared tag mapsJens Axboe1-5/+3
2007-10-29block: use lock bitops for the tag map.Nick Piggin1-11/+9
2007-10-29cfq_get_queue: fix possible NULL pointer accessOleg Nesterov1-1/+4
2007-10-29blk_sync_queue() should cancel request_queue->unplug_workOleg Nesterov1-0/+1
2007-10-29cfq_exit_queue() should cancel cfq_data->unplug_workOleg Nesterov1-1/+1
2007-10-29block layer: remove a unused argument of drive_stat_acct()Jerome Marchand1-6/+6
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-3/+1
2007-10-23[BLOCK] blk_rq_map_sg: force clear termination bitJens Axboe1-1/+13
2007-10-23[BLOCK] Don't clear sg_dma_len/addr() in blk_rq_map_sg()Jens Axboe1-2/+0
2007-10-22[SG] Update block layer to use sg helpersJens Axboe1-2/+6
2007-10-20fix typo "insted" -> "instead"Uwe Kleine-König1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-19kernel-api docbook: fix content problemsRandy Dunlap1-1/+1
2007-10-17[BLOCK] blk_rq_map_sg() next_sg fixupJens Axboe1-4/+6
2007-10-17Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-0/+1
2007-10-17mm: bdi init hooksPeter Zijlstra1-3/+10
2007-10-17[BLOCK] Clear sg entry before filling in blk_rq_map_sg()Jens Axboe1-0/+1
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds3-96/+234
2007-10-16readahead: remove the limit max_sectors_kb imposed on max_readahead_kbFengguang Wu1-9/+0
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis1-1/+1
2007-10-16Merge branch 'sglist-arch' into for-linusJens Axboe1-7/+34
2007-10-16Merge branch 'barrier' into for-linusJens Axboe2-88/+199
2007-10-16ll_rw_blk: temporarily enable max_segments tweakingJens Axboe1-0/+23
2007-10-16block: convert to using sg helpersJens Axboe1-7/+11
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-20/+36
2007-10-16block: Initial support for data-less (or empty) barrier supportJens Axboe2-19/+47
2007-10-16block: factor our bio_check_eod()Jens Axboe1-30/+33
2007-10-16block: add end_queued_request() and end_dequeued_request() helpersJens Axboe2-13/+74
2007-10-16block: ll_rw_blk.c: cosmeticsJens Axboe1-6/+9
2007-10-16bsg: mark struct file_operations constArjan van de Ven1-1/+1
2007-10-12Only enable BLOCK_COMPAT if COMPAT is neededLinus Torvalds1-2/+3
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds4-33/+11
2007-10-12cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman1-4/+1
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2-2/+2
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-27/+8
2007-10-12[BLOCK] Only include the compat ioctl code if CONFIG_BLOCK is setJens Axboe2-1/+5
2007-10-10compat_ioctl: move floppy handlers to block/compat_ioctl.cArnd Bergmann1-0/+336
2007-10-10compat_ioctl: move cdrom handlers to block/compat_ioctl.cArnd Bergmann1-0/+83
2007-10-10compat_ioctl: move BLKPG handling to block/compat_ioctl.cArnd Bergmann1-0/+31
2007-10-10compat_ioctl: move hdio calls to block/compat_ioctl.cArnd Bergmann1-0/+70
2007-10-10compat_ioctl: handle blk_trace ioctlsArnd Bergmann2-20/+88
2007-10-10compat_ioctl: add compat_blkdev_driver_ioctl()Arnd Bergmann1-1/+120
2007-10-10compat_ioctl: move common block ioctls to compat_blkdev_ioctlArnd Bergmann3-17/+126
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-5/+5
2007-10-10Don't decrement bi_size in bio_endioNeilBrown1-15/+27
2007-10-10Remove flush_dry_bio_endioNeilBrown1-37/+2
2007-10-10ll_rw_blk: blk_cpu_notifier should be __cpuinitdataSatyam Sharma1-2/+2
2007-10-10Fixup rq_for_each_segment() indentationJens Axboe1-17/+17
2007-10-10Share code between init_request_from_bio and blk_rq_bio_prepNeilBrown1-7/+1
2007-10-10Stop exporting blk_rq_bio_prepNeilBrown1-4/+7
2007-10-10New function blk_req_append_bioNeilBrown1-16/+22
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown1-13/+6
2007-10-10Merge blk_recount_segments into blk_recalc_rq_segmentsNeilBrown1-58/+44
2007-09-14shared tag queue barrier commentNick Piggin1-0/+10
2007-09-13Fix race with shared tag queue mapsJens Axboe1-6/+7
2007-08-11Fix remap handling by blktraceAlan D. Brunelle1-0/+4
2007-07-31[SCSI] bsg: update sg_io_v4 structureFUJITA Tomonori1-3/+7
2007-07-29Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-48/+30
2007-07-28[SCSI] bsg: Fix build for CONFIG_BLOCK=nPaul Mundt1-2/+2
2007-07-27blktrace: use cpu_clock() instead of sched_clock()Ingo Molnar1-10/+10
2007-07-27bsg: Fix build for CONFIG_BLOCK=nPaul Mundt1-2/+2
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe9-207/+226
2007-07-23[SCSI] bsg: remove unnecessary code and commentsFUJITA Tomonori1-9/+0
2007-07-23[SCSI] bsg: use lib/idr.c to find a unique minor numberFUJITA Tomonori1-39/+30
2007-07-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-47/+29
2007-07-22[SCSI] bsg: unexport sg v3 helper functionsFUJITA Tomonori1-8/+5
2007-07-21[SCSI] bsg: fix bsg_unregister_queueFUJITA Tomonori1-1/+2
2007-07-21[SCSI] bsg: make class backlinksJames Bottomley1-4/+17
2007-07-21[SCSI] bsg: fix bsg_register_queue error pathJames Bottomley1-3/+4
2007-07-20cfq: Write-only stuff in CFQ data structuresAlexey Dobriyan1-11/+0
2007-07-20cfq: async queue allocation per priorityVasily Tarasov1-12/+44
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt2-4/+4
2007-07-19[SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)James Bottomley2-31/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-17Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2-97/+83
2007-07-17unregister_blkdev(): return voidAkinobu Mita1-6/+1
2007-07-17unregister_blkdev(): do WARN_ON on failureAkinobu Mita1-2/+3
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter6-21/+18
2007-07-17bsg: fix missing space in version printJens Axboe1-1/+1
2007-07-17bsg: Kconfig updatesFUJITA Tomonori1-4/+9
2007-07-17bsg: minor cleanupFUJITA Tomonori1-3/+5
2007-07-17bsg: device hash table cleanupFUJITA Tomonori1-8/+4
2007-07-17bsg: fix initialization error handling bugsFUJITA Tomonori1-20/+18
2007-07-17bsg: convert to dynamic majorJens Axboe1-13/+12
2007-07-17bsg: address various review commentsJens Axboe1-58/+44
2007-07-16Make BLK_DEV_BSG depend strictly on SCSI=yLinus Torvalds1-1/+1
2007-07-16Fix new generic block device SG compileLinus Torvalds1-1/+1
2007-07-16bsg: Kconfig updatesFUJITA Tomonori1-1/+2
2007-07-16bsg: add SCSI transport-level request supportFUJITA Tomonori1-6/+21
2007-07-16bsg: add bidi supportFUJITA Tomonori1-25/+49
2007-07-16add a struct request pointer to the request structureFUJITA Tomonori1-0/+1
2007-07-16bsg: fix the deadlock on discarding done commandsFUJITA Tomonori1-0/+1
2007-07-16bsg: fix a blocking read bugFUJITA Tomonori1-61/+23
2007-07-16bsg: minor bug fixesFUJITA Tomonori1-1/+3
2007-07-16improve bsg device allocationFUJITA Tomonori1-8/+41
2007-07-16bind bsg to all SCSI devicesFUJITA Tomonori2-15/+52
2007-07-16bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori2-22/+19
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori2-8/+4
2007-07-16bsg: simplify __bsg_alloc_command failpathFUJITA Tomonori1-3/+2
2007-07-16bsg: add cheasy error checks for sysfs stuffJens Axboe1-1/+10
2007-07-16Add queue resizing supportJens Axboe1-64/+32
2007-07-16bsg: silence a bogus gcc warningJens Axboe1-1/+1
2007-07-16bsg: style cleanupJens Axboe1-2/+2
2007-07-16bsg: add SG_IO to SG v4FUJITA Tomonori1-2/+21
2007-07-16bsg: replace SG v3 with SG v4FUJITA Tomonori1-77/+121
2007-07-16block: export blk_verify_command for SG v4FUJITA Tomonori1-3/+4
2007-07-16bsg: minor cleanupsFUJITA Tomonori1-7/+6
2007-07-16block: changes for blk_rq_unmap_user new APIFUJITA Tomonori1-12/+1
2007-07-16bsg: support for full generic block layer SG v3Jens Axboe5-61/+1115
2007-07-10Use list_for_each_entry() instead of list_for_each() in the block deviceMatthias Kaehlcke1-10/+3
2007-07-10Use menuconfigs instead of menus, so the whole menu can be disabled at onceJan Engelhardt1-2/+2
2007-07-10cfq-iosched: fix async queue behaviourJens Axboe1-3/+36
2007-07-10[BLOCK] drop unnecessary bvec rewinding from flush_dry_bio_endioTejun Heo1-9/+0
2007-07-10blk_hw_contig_segment(): bad segment size checksJens Axboe1-2/+2
2007-06-15block: always requeue !fs requests at the frontTejun Heo1-0/+9
2007-05-23genhd: send async notification on media changeKristen Carlson Accardi1-0/+23
2007-05-23genhd: expose AN to user spaceKristen Carlson Accardi1-1/+9
2007-05-15ll_rw_blk: fix gcc 4.2 warning on current_io_context()Jens Axboe1-1/+0
2007-05-11When stacked block devices are in-use (e.g. md or dm), the recursive callsNeil Brown1-1/+52
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-1/+1
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-1/+1
2007-05-09kblockd: use flush_workAndrew Morton2-5/+4
2007-05-09Display all possible partitions when the root filesystem failed to mountDave Gilbert1-0/+53
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-08Merge branch 'for-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-0/+1
2007-05-08as: fix antic_expire checkNick Piggin1-3/+3
2007-05-08[PATCH] ll_rw_blk: fix missing bounce in blk_rq_map_kern()Mike Christie1-0/+1
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter1-4/+2
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-2/+2
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-1/+5
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-6/+6
2007-04-30Merge branch 'cfq' into for-linusJens Axboe2-416/+438
2007-04-30[PATCH] elevator: elv_list_lock does not need irq disablingJens Axboe1-8/+9
2007-04-30cfq-iosched: speedup cic rb lookupJens Axboe1-2/+18
2007-04-30ll_rw_blk: add io_context private pointerJens Axboe1-0/+1
2007-04-30cfq-iosched: get rid of cfqq hashVasily Tarasov1-100/+67
2007-04-30cfq-iosched: tighten queue request overlap conditionJens Axboe1-1/+2
2007-04-30cfq-iosched: improve sync vs async workloadsJens Axboe1-13/+18
2007-04-30cfq-iosched: never allow an async queue idlingJens Axboe1-1/+6
2007-04-30cfq-iosched: get rid of ->dispatch_sliceJens Axboe1-5/+1
2007-04-30cfq-iosched: don't pass unused preemption variable aroundJens Axboe1-15/+13
2007-04-30cfq-iosched: get rid of ->cur_rr and ->cfq_listJens Axboe1-55/+32
2007-04-30cfq-iosched: slice offset should take ioprio into accountJens Axboe1-1/+2
2007-04-30[PATCH] cfq-iosched: style cleanups and commentsJens Axboe1-16/+50
2007-04-30cfq-iosched: sort IDLE queues into the rbtreeJens Axboe1-36/+31
2007-04-30cfq-iosched: sort RT queues into the rbtreeJens Axboe1-15/+12
2007-04-30[PATCH] cfq-iosched: speed up rbtree handlingJens Axboe1-14/+48
2007-04-30cfq-iosched: rework the whole round-robin list conceptJens Axboe1-238/+123
2007-04-30cfq-iosched: minor updatesJens Axboe1-63/+18
2007-04-30cfq-iosched: development updateJens Axboe1-120/+261
2007-04-30cfq-iosched: improve preemption for cooperating tasksJens Axboe1-6/+20
2007-04-25cfq-iosched: fix alias + front merge bugJens Axboe1-6/+6
2007-04-20cfq-iosched: fix sequential write regressionJens Axboe1-15/+19
2007-04-17[SCSI] sg: cap reserved_size values at max_sectorsAlan Stern2-1/+5
2007-04-04[PATCH] remove protection of LANANA-reserved majorsAndrew Morton1-2/+0
2007-03-27make elv_register() output atomicThibaut VARENE1-3/+4
2007-03-27block: blk_max_pfn is somtimes wrongVasily Tarasov1-3/+3
2007-02-20[PATCH] lockdep: annotate BLKPG_DEL_PARTITIONPeter Zijlstra1-1/+1
2007-02-20[PATCH] rework reserved major handlingAndrew Morton1-7/+2
2007-02-17update I/O sched Kconfig help texts - CFQ is now default, not AS.Jesper Juhl1-4/+5
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2007-02-12[PATCH] register_blkdev(): don't hand out the LOCAL/EXPERIMENTAL majorsAndrew Morton1-0/+8
2007-02-11cfq-iosched: improve continue or break logic in cfq_dispatchJens Axboe1-8/+8
2007-02-11cfq-iosched: remove the implicit queue kicking in slice expireJens Axboe1-6/+6
2007-02-11cfq-iosched: check whether a queue timed out in accountingJens Axboe1-14/+18
2007-02-11cfq-iosched: tweak the FIFO checkingJens Axboe1-3/+4
2007-02-11cfq-iosched: don't pass in queue for cfq_arm_slice_timer()Jens Axboe1-5/+4
2007-02-11cfq-iosched: account for slice over/under timeJens Axboe1-20/+12
2007-02-11cfq-iosched: defer slice activation to first request being activeJens Axboe1-38/+53
2007-02-11[PATCH] cfq-iosched: use last service point as the fairness criteriaJens Axboe1-14/+34
2007-02-11cfq-iosched: document the cfqq flagsJens Axboe1-9/+9
2007-02-11[PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list()Jens Axboe1-10/+9
2007-02-11cfq-iosched: remove cfq_io_context last_queueJens Axboe1-17/+2
2007-02-11elevator: don't sort reads between writesJens Axboe1-0/+2
2007-02-11elevator: abstract out the activate and deactivate functionsJens Axboe1-9/+20
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+1
2007-02-11[PATCH] Relay: add CPU hotplug supportMathieu Desnoyers1-2/+1
2007-02-10[PARTITION]: Add whole_disk attribute.Fabio Massimo Di Nitto1-1/+1