Commit Graph

110313 Commits (839e96afba87117befd39cf4e43f156edc8047a7)
 

Author SHA1 Message Date
Jens Axboe 839e96afba block: update comment on end_request() 17 years ago
Tejun Heo 55dc7db70a init: DEBUG_BLOCK_EXT_DEVT requires explicit root= param 17 years ago
Tejun Heo 2bbedcb4c1 block: don't test for partition size in bdget_disk() and blk_lookup_devt() 17 years ago
Jens Axboe 759f8ca304 Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n' 17 years ago
Harvey Harrison aeb3d3a81e block: kmalloc args reversed, small function definition fixes 17 years ago
FUJITA Tomonori 01cfcddd98 sg: use blk_rq_aligned helper function 17 years ago
FUJITA Tomonori 879040742c block: add blk_rq_aligned helper function 17 years ago
FUJITA Tomonori 4d8ab62e08 bio: convert bio_copy_kern to use bio_copy_user 17 years ago
FUJITA Tomonori 10db10d144 sg: convert the indirect IO path to use the block layer 17 years ago
FUJITA Tomonori 6e5a30cba5 sg: convert the direct IO path to use the block layer 17 years ago
FUJITA Tomonori 10865dfa34 sg: convert the non-data path to use the block layer 17 years ago
FUJITA Tomonori 152e283fdf block: introduce struct rq_map_data to use reserved pages 17 years ago
FUJITA Tomonori a3bce90edd block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov 17 years ago
Aaron Carroll 45333d5a31 cfq-iosched: fix queue depth detection 17 years ago
Jens Axboe 605401618c block: don't use bio_has_data() in the completion path 17 years ago
Jens Axboe ab780f1ece block: inherit CPU completion on bio->rq and rq->rq merges 17 years ago
Jens Axboe c7c22e4d5c block: add support for IO CPU affinity 17 years ago
Jens Axboe 18887ad910 block: make kblockd_schedule_work() take the queue as parameter 17 years ago
Jens Axboe b646fc59b3 block: split softirq handling into blk-softirq.c 17 years ago
Jens Axboe 0835da67c1 block: use linux/uaccess.h in elevator.c instead of asm variant 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 0762b8bde9 block: always set bdev->bd_part 17 years ago
Tejun Heo 4c46501d16 block: move holder_dir from disk to part0 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 80795aefb7 block: move capacity 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 f615b48cc7 sd/ide-disk: apply extended minors to sd and ide 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 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
Tejun Heo 5a3ceb8616 driver-core: use klist for class device list and implement iterator 17 years ago
Tejun Heo a1ed5b0cff klist: don't iterate over deleted entries 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