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