aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2008-09-11block: disable sysfs parts of the disk command filterGravatar Jens Axboe 1-0/+2
2008-09-01block: restore original behavior of /proc/partition when there's no partitionGravatar Tejun Heo 1-1/+12
2008-08-29remove blk_register_filter and blk_unregister_filter in gendiskGravatar FUJITA Tomonori 2-3/+2
2008-08-27block: remove unused ->busy part of the block queue tag mapGravatar Matthew Wilcox 1-4/+2
2008-08-27block: clean up cmdfilter sysfs interfaceGravatar Adel Gadllah 1-24/+30
2008-08-27block: rename blk_scsi_cmd_filter to blk_cmd_filterGravatar FUJITA Tomonori 2-16/+16
2008-08-27block: move cmdfilter from gendisk to request_queueGravatar FUJITA Tomonori 4-148/+110
2008-08-21block: drop references taken by class_find_device()Gravatar Kay Sievers 1-6/+16
2008-08-21block: fix partial read() of /proc/{partitions,diskstats}Gravatar Kay Sievers 1-6/+8
2008-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Gravatar Linus Torvalds 1-1/+1
2008-08-01block: add a blk_plug_device_unlocked() that grabs the queue lockGravatar Jens Axboe 1-0/+18
2008-07-30[SCSI] block: Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET handler.Gravatar Tim Wright 1-1/+1
2008-07-26Use WARN() in block/Gravatar Arjan van de Ven 1-2/+1
2008-07-26block/blk-map.c: use the new object_is_on_stack() helperGravatar FUJITA Tomonori 1-6/+2
2008-07-25block/ioctl.c and fs/partition/check.c: check value returned by add_partition()Gravatar Abdel Benamrouche 1-2/+3
2008-07-21block: make /proc/partitions and /proc/diskstats use class_find_device()Gravatar Greg Kroah-Hartman 1-12/+13
2008-07-21block: move header for /proc/partitions to seq_startGravatar Greg Kroah-Hartman 1-3/+4
2008-07-21block: make proc files seq_start use the class_find_device()Gravatar Greg Kroah-Hartman 1-14/+17
2008-07-21block: make /proc/diskstats only build if CONFIG_PROC_FS is enabledGravatar Randy Dunlap 1-0/+2
2008-07-21block: make blk_lookup_devt use the class iterator functionGravatar Greg Kroah-Hartman 1-12/+26
2008-07-21block: make printk_partition use the class iterator functionGravatar Greg Kroah-Hartman 1-43/+50
2008-07-21block: fix compiler warning in genhd.cGravatar Greg Kroah-Hartman 1-1/+3
2008-07-21device create: block: convert device_create to device_create_drvdataGravatar Greg Kroah-Hartman 1-1/+2
2008-07-21sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minorGravatar Dan Williams 1-1/+4
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-3/+6
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Gravatar Linus Torvalds 2-11/+7
2008-07-15block: unexport blk_end_sync_rqGravatar FUJITA Tomonori 1-2/+1
2008-07-15block: remove the checking for NULL queue in blk_put_requestGravatar FUJITA Tomonori 1-9/+3
2008-07-15block: handle blk_pm_resume_request() requests in blk_execute_rq_nowait()Gravatar Bartlomiej Zolnierkiewicz 1-0/+3
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Gravatar Linus Torvalds 1-1/+6
2008-07-14Merge commit 'v2.6.26' into bkl-removalGravatar Jonathan Corbet 7-31/+80
2008-07-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 16-157/+959
2008-07-12[SCSI] bsg: fix oops on removeGravatar James Bottomley 1-1/+2
2008-07-12[SCSI] bsg: fix bsg_mutex hang with device removalGravatar FUJITA Tomonori 1-3/+6
2008-07-04block: blk_rq_map_kern uses the bounce buffers for stack buffersGravatar FUJITA Tomonori 1-0/+5
2008-07-04block: add blk_queue_update_dma_padGravatar FUJITA Tomonori 1-4/+20
2008-07-03block: extend queue_flag bitopsGravatar Jens Axboe 1-8/+4
2008-07-03block: request_module(): use format stringGravatar maximilian attems 1-1/+1
2008-07-03block: integrity flags can't use bit ops on unsigned shortGravatar Jens Axboe 1-10/+7
2008-07-03cmdfilter: extend default read filterGravatar Adel Gadllah 1-0/+9
2008-07-03block: add bounce support to blk_rq_map_user_iovGravatar FUJITA Tomonori 1-0/+1
2008-07-03cfq-iosched: get rid of enable_idle being unused warningGravatar Jens Axboe 1-1/+1
2008-07-03allow userspace to modify scsi command filter on per device basisGravatar Adel Gadllah 5-128/+361
2008-07-03block: integrity checkpatch cleanupsGravatar Jens Axboe 1-3/+5
2008-07-03block: Block layer data integrity supportGravatar Martin K. Petersen 7-0/+419
2008-07-03block: export "ro" attributeGravatar Kay Sievers 1-0/+10
2008-07-03Added in user-injected messages into blk tracesGravatar Alan D. Brunelle 1-0/+45
2008-07-03cfq-iosched: add message logging through blktraceGravatar Jens Axboe 1-10/+55
2008-07-03as-iosched: properly protect ioc_gone and ioc countGravatar Jens Axboe 1-3/+15