Commit Graph

110335 Commits (0a0d96b03a1f3bfd6bc3ea08008699e8e59fccd9)
 

Author SHA1 Message Date
Jens Axboe 0a0d96b03a block: add bio_kmalloc() 16 years ago
Hugh Dickins 3e6053d76d block: adjust blkdev_issue_discard for swap 16 years ago
FUJITA Tomonori 4677735f03 sg: remove unnecessary blk_rq_unmap_user 16 years ago
FUJITA Tomonori 0b6cb26c66 sg: remove sg_read_xfer 16 years ago
FUJITA Tomonori c3919af235 sg: remove sg_write_xfer 16 years ago
FUJITA Tomonori 626710c9d6 sg: incorporate sg_build_direct into sg_start_req 16 years ago
FUJITA Tomonori 44c7b0eaa0 sg: remove __sg_start_req 16 years ago
FUJITA Tomonori fd1c1de076 sg: remove b_malloc_len in sg_scatter_hold struct 16 years ago
FUJITA Tomonori 7e56cb0f7e sg: remove SG_ALLOW_DIO_CODE define 16 years ago
FUJITA Tomonori a91a3a20e0 sg: rename sg_cmd_done sg_rq_end_io 16 years ago
Mike Anderson 224cb3e981 dm: Call blk_abort_queue on failed paths 16 years ago
Mike Anderson 11914a53d2 block: Add interface to abort queued requests 16 years ago
Jens Axboe 242f9dcb8b block: unify request timeout handling 16 years ago
Andrew Patterson 608aeef17a Call flush_disk() after detecting an online resize. 16 years ago
Andrew Patterson 56ade44b46 Added flush_disk to factor out common buffer cache flushing code. 16 years ago
Andrew Patterson f98a8cae12 SCSI sd driver calls revalidate_disk wrapper. 16 years ago
Andrew Patterson 9bc3ffbfbd Check for device resize when rescanning partitions 16 years ago
Andrew Patterson c3279d1454 Adjust block device size after an online resize of a disk. 16 years ago
Andrew Patterson 0c002c2f74 Wrapper for lower-level revalidate_disk routines. 16 years ago
Tejun Heo 243294dae0 block: fix duplicate headers for /proc/partitions 16 years ago
FUJITA Tomonori fad7f01e61 sg: set dxferp to NULL for READ with the older SG interface 16 years ago
FUJITA Tomonori 818827669d block: make blk_rq_map_user take a NULL user-space buffer 16 years ago
Jens Axboe 839e96afba block: update comment on end_request() 16 years ago
Tejun Heo 55dc7db70a init: DEBUG_BLOCK_EXT_DEVT requires explicit root= param 16 years ago
Tejun Heo 2bbedcb4c1 block: don't test for partition size in bdget_disk() and blk_lookup_devt() 16 years ago
Jens Axboe 759f8ca304 Change default value of CONFIG_DEBUG_BLOCK_EXT_DEVT to 'n' 16 years ago
Harvey Harrison aeb3d3a81e block: kmalloc args reversed, small function definition fixes 16 years ago
FUJITA Tomonori 01cfcddd98 sg: use blk_rq_aligned helper function 16 years ago
FUJITA Tomonori 879040742c block: add blk_rq_aligned helper function 16 years ago
FUJITA Tomonori 4d8ab62e08 bio: convert bio_copy_kern to use bio_copy_user 16 years ago
FUJITA Tomonori 10db10d144 sg: convert the indirect IO path to use the block layer 16 years ago
FUJITA Tomonori 6e5a30cba5 sg: convert the direct IO path to use the block layer 16 years ago
FUJITA Tomonori 10865dfa34 sg: convert the non-data path to use the block layer 16 years ago
FUJITA Tomonori 152e283fdf block: introduce struct rq_map_data to use reserved pages 16 years ago
FUJITA Tomonori a3bce90edd block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov 16 years ago
Aaron Carroll 45333d5a31 cfq-iosched: fix queue depth detection 16 years ago
Jens Axboe 605401618c block: don't use bio_has_data() in the completion path 16 years ago
Jens Axboe ab780f1ece block: inherit CPU completion on bio->rq and rq->rq merges 16 years ago
Jens Axboe c7c22e4d5c block: add support for IO CPU affinity 16 years ago
Jens Axboe 18887ad910 block: make kblockd_schedule_work() take the queue as parameter 16 years ago
Jens Axboe b646fc59b3 block: split softirq handling into blk-softirq.c 16 years ago
Jens Axboe 0835da67c1 block: use linux/uaccess.h in elevator.c instead of asm variant 16 years ago
Tejun Heo 3e1a7ff8a0 block: allow disk to have extended device number 16 years ago
Tejun Heo 689d6fac40 block: replace @ext_minors with GENHD_FL_EXT_DEVT 16 years ago
Tejun Heo 540eed5637 block: make partition array dynamic 16 years ago
Tejun Heo 074a7aca7a block: move stats from disk to part0 16 years ago
Tejun Heo eddb2e26b5 block: kill GENHD_FL_FAIL and use part0->make_it_fail 16 years ago
Tejun Heo 0762b8bde9 block: always set bdev->bd_part 16 years ago
Tejun Heo 4c46501d16 block: move holder_dir from disk to part0 16 years ago
Tejun Heo b7db9956e5 block: move policy from disk to part0 16 years ago