Commit Graph

93 Commits (2bace8b95108746f6123d312f47f5bda4eb17a26)

Author SHA1 Message Date
Kay Sievers e454cea20b Driver-Core: extend devnode callbacks to provide permissions 16 years ago
David Brownell a4dbd6740d driver model: constify attribute groups 16 years ago
Nikanth Karthikesan a9327cac44 Seperate read and write statistics of in_flight requests 16 years ago
Hannes Reinecke e3264a4d7d Send uevents for write_protect changes 16 years ago
Kay Sievers b03f38b685 Driver Core: block: add nodename support for block drivers. 16 years ago
Martin K. Petersen c72758f337 block: Export I/O topology for block devices and partitions 16 years ago
Tejun Heo 71982a409f block: include empty disks in /proc/diskstats 16 years ago
Márton Németh 9e8c0bccdc block: add documentation for register_blkdev() 16 years ago
Neil Brown 41b8c853a4 block: fix booting from partitioned md array 16 years ago
Kay Sievers 3ada8b7e98 block: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Jens Axboe a6f23657d3 block: add one-hit cache for disk partition lookup 16 years ago
Cheng Renquan bf91db18ac block: set disk->node_id before it's being used 16 years ago
Zhang, Yanmin 561ec68e4d block: fix boot failure with CONFIG_DEBUG_BLOCK_EXT_DEVT=y and nash 16 years ago
Alexey Dobriyan 31d85ab28e proc: move /proc/diskstats boilerplate to block/genhd.c 17 years ago
Alexey Dobriyan f500975a3f proc: move rest of /proc/partitions code to block/genhd.c 17 years ago
Randy Dunlap 496aa8a98f block: fix current kernel-doc warnings 17 years ago
Li Zefan e6d63840ba block: fix kernel-doc for blk_alloc_devt() 17 years ago
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