Commit Graph

612 Commits (a1b81a84fff05dbfef45b7012c26e1fee9973e5d)

Author SHA1 Message Date
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
Alan D. Brunelle 9d5f09a424 Added in MESSAGE notes for blktraces 17 years ago
Richard Kennedy be754d2c21 block: reorder cfq_queue to save space on 64bit builds 17 years ago
Zhang, Yanmin 05caf8dbc1 block: Move the second call to get_request to the end of the loop 17 years ago
Carlos R. Mafra 962cf36c5b Remove argument from open_softirq which is always NULL 17 years ago
Jonathan Corbet 75bd2ef145 bsg: cdev lock_kernel() pushdown 17 years ago
Neil Brown e7e72bf641 Remove blkdev warning triggered by using md 17 years ago
Kay Sievers 30f2f0eb4b block: do_mounts - accept root=<non-existant partition> 17 years ago
Jean Delvare f36f21ecca Fix misuses of bdevname() 17 years ago
Jens Axboe 28f13702f0 block: avoid duplicate calls to get_part() in disk stat code 17 years ago