summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2008-10-09Adjust block device size after an online resize of a disk.Andrew Patterson-0/+2
2008-10-09Wrapper for lower-level revalidate_disk routines.Andrew Patterson-0/+1
2008-10-09block: make blk_rq_map_user take a NULL user-space bufferFUJITA Tomonori-0/+1
2008-10-09block: add blk_rq_aligned helper functionFUJITA Tomonori-0/+7
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori-5/+15
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori-6/+8
2008-10-09block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe-0/+1
2008-10-09block: add support for IO CPU affinityJens Axboe-5/+19
2008-10-09block: make kblockd_schedule_work() take the queue as parameterJens Axboe-1/+1
2008-10-09block: allow disk to have extended device numberTejun Heo-1/+2
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo-8/+8
2008-10-09block: make partition array dynamicTejun Heo-1/+18
2008-10-09block: move stats from disk to part0Tejun Heo-114/+45
2008-10-09block: kill GENHD_FL_FAIL and use part0->make_it_failTejun Heo-1/+7
2008-10-09block: always set bdev->bd_partTejun Heo-1/+1
2008-10-09block: move holder_dir from disk to part0Tejun Heo-1/+0
2008-10-09block: move policy from disk to part0Tejun Heo-1/+5
2008-10-09block: unify sysfs size node handlingTejun Heo-0/+3
2008-10-09block: move __dev from disk to part0Tejun Heo-5/+8
2008-10-09block: move capacity from disk to part0Tejun Heo-3/+2
2008-10-09block: introduce partition 0Tejun Heo-2/+9
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo-9/+11
2008-10-09block: adjust formatting for large minors and add ext_range sysfs attrTejun Heo-0/+1
2008-10-09block: implement extended dev numbersTejun Heo-3/+12
2008-10-09block: fix diskstats accessTejun Heo-82/+57
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo-14/+39
2008-10-09block: don't depend on consecutive minor spaceTejun Heo-6/+21
2008-10-09block: make variable and argument names more consistentTejun Heo-6/+6
2008-10-09block: misc updatesTejun Heo-3/+10
2008-10-09driver-core: use klist for class device list and implement iteratorTejun Heo-1/+13
2008-10-09klist: don't iterate over deleted entriesTejun Heo-2/+1
2008-10-09block: make bi_phys_segments an unsigned int instead of shortJens Axboe-1/+1
2008-10-09drop vmerge accountingMikulas Patocka-22/+1
2008-10-09block: drop virtual merging accountingMikulas Patocka-15/+0
2008-10-09virtio_blk: use a wrapper function to access io context information of IO req...Fernando Luis Vázquez Cao-0/+5
2008-10-09Kill REQ_TYPE_FLUSHDavid Woodhouse-5/+1
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse-4/+6
2008-10-09Add BLKDISCARD ioctl to allow userspace to discard sectorsDavid Woodhouse-0/+1
2008-10-09blktrace: support discard requestsDavid Woodhouse-0/+4
2008-10-09Support 'discard sectors' operation in translation layer support coreDavid Woodhouse-0/+3
2008-10-09Add 'discard' request handlingDavid Woodhouse-3/+24
2008-10-09Fix up comments about matching flags between bio and rqDavid Woodhouse-3/+3
2008-10-09block: use bio_has_data() to check for data carrying bioJens Axboe-1/+1
2008-10-09block: add bio_has_data() to detect whether a bio carries data or notJens Axboe-0/+8
2008-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds-1/+3
2008-10-06[MIPS] IP27: Fix build errors if CONFIG_MAPPED_KERNEL=yRalf Baechle-4/+4
2008-10-05ide-cd: temporary tray close fixBorislav Petkov-1/+3
2008-10-03include/linux/stacktrace.h: declare struct task_structAndrew Morton-0/+2
2008-10-03[MIPS] SMTC: Fix SMTC dyntick support.Kevin D. Kissell-6/+74
2008-10-03[MIPS] SMTC: Close tiny holes in the SMTC IPI replay system.Kevin D. Kissell-11/+61