Commit Graph

695 Commits (695ebd125ade17101861c9eb99f74e6cc9a516ed)

Author SHA1 Message Date
Tejun Heo e71bf0d0ee block: fix disk->part[] dereferencing race 17 years ago
Tejun Heo f331c0296f block: don't depend on consecutive minor space 17 years ago
Tejun Heo cf771cb5a7 block: make variable and argument names more consistent 17 years ago
Tejun Heo 310a2c1012 block: misc updates 17 years ago
Tejun Heo 88e341261c block: update add_partition() error handling 17 years ago
Tejun Heo ec2cdedf79 block: allow deleting zero length partition 17 years ago
Tejun Heo def4e38ddd block: use class_dev_iterator instead of class_for_each_device() 17 years ago
Tejun Heo 2ac3cee529 block: don't grab block_class_lock unnecessarily 17 years ago
Tejun Heo ac65ece4ee block: fix partition info printouts 17 years ago
Randy Dunlap 710027a48e Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC. 17 years ago
Mikulas Patocka 5df97b91b5 drop vmerge accounting 17 years ago
Mikulas Patocka b8b3e16cfe block: drop virtual merging accounting 17 years ago
Aaron Carroll 4fb72f7646 deadline-iosched: non-functional fixes 17 years ago
Aaron Carroll 63de428b13 deadline-iosched: allow non-sequential batching 17 years ago
David Woodhouse e17fc0a1cc Allow elevators to sort/merge discard requests 17 years ago
David Woodhouse d30a2605be Add BLKDISCARD ioctl to allow userspace to discard sectors 17 years ago
OGAWA Hirofumi 2ebca85abc Use WRITE_BARRIER in blkdev_issue_flush(), not (1<<BIO_RW_BARRIER) 17 years ago
David Woodhouse 35ba8f7083 blktrace: simplify flags handling in __blk_add_trace 17 years ago
David Woodhouse 27b29e86bf blktrace: support discard requests 17 years ago
David Woodhouse fb2dce862d Add 'discard' request handling 17 years ago
David Woodhouse d628eaef31 Fix up comments about matching flags between bio and rq 17 years ago
Jens Axboe 051cc3952a block: use bio_has_data() in the IO completion path 17 years ago
Jens Axboe a9c701e594 block: use bio_has_data() to check for data carrying bio 17 years ago
xiphmont@xiph.org 35e396cd10 SG_IO block filter whitelist missing MMC SET READ AHEAD command 17 years ago
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