Commit Graph

76 Commits (510149e31974fdbb2c00c9bee6c0e2a688e61c85)

Author SHA1 Message Date
Jens Axboe 581d4e28d9 block: add fault injection mechanism for faking request timeouts 17 years ago
Tejun Heo 243294dae0 block: fix duplicate headers for /proc/partitions 17 years ago
Tejun Heo 2bbedcb4c1 block: don't test for partition size in bdget_disk() and blk_lookup_devt() 17 years ago
Harvey Harrison aeb3d3a81e block: kmalloc args reversed, small function definition fixes 17 years ago
Tejun Heo 3e1a7ff8a0 block: allow disk to have extended device number 17 years ago
Tejun Heo 689d6fac40 block: replace @ext_minors with GENHD_FL_EXT_DEVT 17 years ago
Tejun Heo 540eed5637 block: make partition array dynamic 17 years ago
Tejun Heo 074a7aca7a block: move stats from disk to part0 17 years ago
Tejun Heo eddb2e26b5 block: kill GENHD_FL_FAIL and use part0->make_it_fail 17 years ago
Tejun Heo b7db9956e5 block: move policy from disk to part0 17 years ago
Tejun Heo e561052149 block: unify sysfs size node handling 17 years ago
Tejun Heo 548b10eb29 block: move __dev from disk to part0 17 years ago
Tejun Heo b5d0b9df0b block: introduce partition 0 17 years ago
Tejun Heo ed9e198234 block: implement and use {disk|part}_to_dev() 17 years ago
Tejun Heo 870d665612 block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT 17 years ago
Tejun Heo 1f0142905d block: adjust formatting for large minors and add ext_range sysfs attr 17 years ago
Tejun Heo bcce3de1be block: implement extended dev numbers 17 years ago
Tejun Heo c995905916 block: fix diskstats access 17 years ago
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 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
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
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
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
Dan Williams e105b8bfc7 sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor 17 years ago
Adel Gadllah 0b07de85a7 allow userspace to modify scsi command filter on per device basis 17 years ago
Kay Sievers 1c9ce52763 block: export "ro" attribute 17 years ago
Linus Torvalds d5791d13b1 Fix invalid access errors in blk_lookup_devt 17 years ago
Kay Sievers 30f2f0eb4b block: do_mounts - accept root=<non-existant partition> 17 years ago
Peter Zijlstra cf0ca9fe5d mm: bdi: export BDI attributes in sysfs 17 years ago
Roland McGrath ee27a558ae genhd must_check warning fix 17 years ago
Adrian Bunk 1826eadfc4 block/genhd.c: cleanups 17 years ago
Adrian Bunk ff88972c85 proper prototype for blk_dev_init() 17 years ago
Jerome Marchand 28f39d553e Enhanced partition statistics: procfs 17 years ago
Jan Engelhardt 12f32bb317 block: constify function pointer tables 17 years ago
Kay Sievers edfaa7c365 Driver core: convert block from raw kobjects to core devices 17 years ago
Greg Kroah-Hartman 830d3cfb16 kset: convert block_subsys to use kset_create 17 years ago