summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2008-11-06Block: use round_jiffies_up()Alan Stern-17/+3
2008-11-06blk: move blk_delete_timer call in end_that_request_lastMike Anderson-2/+2
2008-11-06block: add timer on blkdev_dequeue_request() not elv_next_request()Tejun Heo-6/+6
2008-11-06block: remove unused ll_new_mergeable()FUJITA Tomonori-21/+0
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds-2/+35
2008-10-23compat_blkdev_driver_ioctl: Remove unused variable warningLinus Torvalds-2/+0
2008-10-23proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan-1/+14
2008-10-23proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan-1/+21
2008-10-21[PATCH] kill the rest of struct file propagation in block ioctlsAl Viro-13/+6
2008-10-21[PATCH] get rid of struct file use in blkdev_ioctl() BLKBSZSETAl Viro-2/+3
2008-10-21[PATCH] get rid of blkdev_locked_ioctl()Al Viro-124/+119
2008-10-21[PATCH] get rid of blkdev_driver_ioctl()Al Viro-19/+10
2008-10-21[PATCH] trim file propagation in block/compat_ioctl.cAl Viro-47/+26
2008-10-21[PATCH] end of methods switch: remove the old onesAl Viro-38/+0
2008-10-21[PATCH] beginning of methods conversionAl Viro-17/+35
2008-10-21[PATCH] introduce __blkdev_driver_ioctl()Al Viro-0/+31
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro-6/+6
2008-10-21[PATCH] switch sg_scsi_ioctl() to passing fmode_tAl Viro-9/+4
2008-10-21[PATCH] pass mode instead of file to sg_io()Al Viro-8/+7
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro-6/+8
2008-10-17Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-22/+46
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-2/+9
2008-10-17block: remove __generic_unplug_device() from exportsJens Axboe-1/+1
2008-10-17block: move q->unplug_work initializationPeter Zijlstra-2/+1
2008-10-17block: fix current kernel-doc warningsRandy Dunlap-3/+4
2008-10-17block: only call ->request_fn when the queue is not stoppedJens Axboe-6/+20
2008-10-17block: simplify string handling in elv_iosched_store()Li Zefan-7/+2
2008-10-17block: fix kernel-doc for blk_alloc_devt()Li Zefan-1/+0
2008-10-17block: fix nr_phys_segments miscalculation bugFUJITA Tomonori-2/+18
2008-10-16device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman-2/+1
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie-2/+9
2008-10-09block: Switch blk_integrity_compare from bdev to gendiskMartin K. Petersen-14/+14
2008-10-09block: Fix double put in blk_integrity_unregisterMartin K. Petersen-1/+1
2008-10-09block: remove end_{queued|dequeued}_request()Kiyoshi Ueda-51/+7
2008-10-09block: change elevator to use __blk_end_request()Kiyoshi Ueda-3/+3
2008-10-09blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structureJens Axboe-1/+2
2008-10-09block: add lld busy state exporting interfaceKiyoshi Ueda-0/+34
2008-10-09block: Fix blk_start_queueing() to not kick a stopped queueElias Oltmanns-2/+4
2008-10-09block: reserve some tags just for sync IOJens Axboe-2/+12
2008-10-09block: as/cfq ssd idle check updateJens Axboe-3/+7
2008-10-09block: add queue flag for SSD/non-rotational devicesJens Axboe-0/+12
2008-10-09block: add a queue flag for request stacking supportKiyoshi Ueda-1/+2
2008-10-09block: add request submission interfaceKiyoshi Ueda-0/+81
2008-10-09block: add request update interfaceKiyoshi Ueda-9/+48
2008-10-09block: blk_cleanup_queue() should call blk_sync_queue()Jens Axboe-0/+8
2008-10-09block: use rq complete marking in blk_abort_request()Jens Axboe-0/+2
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe-0/+81
2008-10-09block: adjust blkdev_issue_discard for swapHugh Dickins-3/+4
2008-10-09block: Add interface to abort queued requestsMike Anderson-0/+35
2008-10-09block: unify request timeout handlingJens Axboe-14/+226