Commit Graph

621 Commits (3bb1a1bc42f2ae9582c28adf620484efcd4da38d)

Author SHA1 Message Date
Jens Axboe 2dc75d3c3b block: disable sysfs parts of the disk command filter 17 years ago
Tejun Heo ddef43a843 block: restore original behavior of /proc/partition when there's no partition 17 years ago
FUJITA Tomonori bb23b431db remove blk_register_filter and blk_unregister_filter in gendisk 17 years ago
Matthew Wilcox 0e3eb45e4f block: remove unused ->busy part of the block queue tag map 17 years ago
Adel Gadllah a4a778971b block: clean up cmdfilter sysfs interface 17 years ago
FUJITA Tomonori 4beab5c623 block: rename blk_scsi_cmd_filter to blk_cmd_filter 17 years ago
FUJITA Tomonori abf5439370 block: move cmdfilter from gendisk to request_queue 17 years ago
Kay Sievers 5c0ef6d021 block: drop references taken by class_find_device() 17 years ago
Kay Sievers 068281d302 block: fix partial read() of /proc/{partitions,diskstats} 17 years ago
Jens Axboe 6c5e0c4d51 block: add a blk_plug_device_unlocked() that grabs the queue lock 17 years ago
Tim Wright ad337591f4 [SCSI] block: Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET handler. 17 years ago
Arjan van de Ven 12e0036818 Use WARN() in block/ 17 years ago
FUJITA Tomonori a76eef9573 block/blk-map.c: use the new object_is_on_stack() helper 17 years ago
Abdel Benamrouche 04ebd4aee5 block/ioctl.c and fs/partition/check.c: check value returned by add_partition() 17 years ago
Greg Kroah-Hartman 27f3025191 block: make /proc/partitions and /proc/diskstats use class_find_device() 17 years ago
Greg Kroah-Hartman 66c64afec1 block: move header for /proc/partitions to seq_start 17 years ago
Greg Kroah-Hartman 68c4d4a787 block: make proc files seq_start use the class_find_device() 17 years ago
Randy Dunlap a6e2ba8877 block: make /proc/diskstats only build if CONFIG_PROC_FS is enabled 17 years ago
Greg Kroah-Hartman a142be856f block: make blk_lookup_devt use the class iterator function 17 years ago
Greg Kroah-Hartman 5c6f35c5ec block: make printk_partition use the class iterator function 17 years ago
Greg Kroah-Hartman 6ffeea77ff block: fix compiler warning in genhd.c 17 years ago
Greg Kroah-Hartman f79f060561 device create: block: convert device_create to device_create_drvdata 17 years ago
Dan Williams e105b8bfc7 sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor 17 years ago
FUJITA Tomonori 681a561b7e block: unexport blk_end_sync_rq 17 years ago
FUJITA Tomonori 52a93ba815 block: remove the checking for NULL queue in blk_put_request 17 years ago
Bartlomiej Zolnierkiewicz 9a2d43b756 block: handle blk_pm_resume_request() requests in blk_execute_rq_nowait() 17 years ago
James Bottomley 8df5fc042c [SCSI] bsg: fix oops on remove 17 years ago
FUJITA Tomonori 3f27e3ed11 [SCSI] bsg: fix bsg_mutex hang with device removal 17 years ago
FUJITA Tomonori 30c00eda73 block: blk_rq_map_kern uses the bounce buffers for stack buffers 17 years ago
FUJITA Tomonori 27f8221af4 block: add blk_queue_update_dma_pad 17 years ago
Jens Axboe e48ec69005 block: extend queue_flag bitops 17 years ago
maximilian attems e180f59493 block: request_module(): use format string 17 years ago
Jens Axboe b24498d477 block: integrity flags can't use bit ops on unsigned short 17 years ago
Adel Gadllah 06a452e5b9 cmdfilter: extend default read filter 17 years ago
FUJITA Tomonori 07359fc61b block: add bounce support to blk_rq_map_user_iov 17 years ago
Jens Axboe c265a7f417 cfq-iosched: get rid of enable_idle being unused warning 17 years ago
Adel Gadllah 0b07de85a7 allow userspace to modify scsi command filter on per device basis 17 years ago
Jens Axboe b984679efe block: integrity checkpatch cleanups 17 years ago
Martin K. Petersen 7ba1ba12ee block: Block layer data integrity support 17 years ago
Kay Sievers 1c9ce52763 block: export "ro" attribute 17 years ago
Alan D. Brunelle 02c62304e6 Added in user-injected messages into blk traces 17 years ago
Jens Axboe 7b679138b3 cfq-iosched: add message logging through blktrace 17 years ago
Jens Axboe 863fddcb4b as-iosched: properly protect ioc_gone and ioc count 17 years ago
Jens Axboe 9a11b4ed0e cfq-iosched: properly protect ioc_gone and ioc count 17 years ago
Divyesh Shah d585d0b9d7 block: Fix the starving writes bug in the anticipatory IO scheduler 17 years ago
Carl Henrik Lunde 14a73f5479 block: disable IRQs until data is written to relay channel 17 years ago
Linus Torvalds d5791d13b1 Fix invalid access errors in blk_lookup_devt 17 years ago
Jens Axboe d6de8be711 cfq-iosched: fix RCU problem in cfq_cic_lookup() 17 years ago
Jens Axboe 64565911cd block: make blktrace use per-cpu buffers for message notes 17 years ago
Alan D. Brunelle 4722dc52a8 Added in elevator switch message to blktrace stream 17 years ago