aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds1-2/+35
2008-10-23compat_blkdev_driver_ioctl: Remove unused variable warningLinus Torvalds1-2/+0
2008-10-23proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan1-1/+14
2008-10-23proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan1-1/+21
2008-10-21[PATCH] kill the rest of struct file propagation in block ioctlsAl Viro2-13/+6
2008-10-21[PATCH] get rid of struct file use in blkdev_ioctl() BLKBSZSETAl Viro1-2/+3
2008-10-21[PATCH] get rid of blkdev_locked_ioctl()Al Viro2-124/+119
2008-10-21[PATCH] get rid of blkdev_driver_ioctl()Al Viro1-19/+10
2008-10-21[PATCH] trim file propagation in block/compat_ioctl.cAl Viro1-47/+26
2008-10-21[PATCH] end of methods switch: remove the old onesAl Viro2-38/+0
2008-10-21[PATCH] beginning of methods conversionAl Viro2-17/+35
2008-10-21[PATCH] introduce __blkdev_driver_ioctl()Al Viro1-0/+31
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro2-6/+6
2008-10-21[PATCH] switch sg_scsi_ioctl() to passing fmode_tAl Viro1-9/+4
2008-10-21[PATCH] pass mode instead of file to sg_io()Al Viro1-8/+7
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro3-6/+8
2008-10-17Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds6-22/+46
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+9
2008-10-17block: remove __generic_unplug_device() from exportsJens Axboe2-1/+1
2008-10-17block: move q->unplug_work initializationPeter Zijlstra2-2/+1
2008-10-17block: fix current kernel-doc warningsRandy Dunlap2-3/+4
2008-10-17block: only call ->request_fn when the queue is not stoppedJens Axboe2-6/+20
2008-10-17block: simplify string handling in elv_iosched_store()Li Zefan1-7/+2
2008-10-17block: fix kernel-doc for blk_alloc_devt()Li Zefan1-1/+0
2008-10-17block: fix nr_phys_segments miscalculation bugFUJITA Tomonori1-2/+18
2008-10-16device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+1
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie1-2/+9
2008-10-09block: Switch blk_integrity_compare from bdev to gendiskMartin K. Petersen1-14/+14
2008-10-09block: Fix double put in blk_integrity_unregisterMartin K. Petersen1-1/+1
2008-10-09block: remove end_{queued|dequeued}_request()Kiyoshi Ueda1-51/+7
2008-10-09block: change elevator to use __blk_end_request()Kiyoshi Ueda1-3/+3
2008-10-09blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structureJens Axboe1-1/+2
2008-10-09block: add lld busy state exporting interfaceKiyoshi Ueda2-0/+34
2008-10-09block: Fix blk_start_queueing() to not kick a stopped queueElias Oltmanns1-2/+4
2008-10-09block: reserve some tags just for sync IOJens Axboe1-2/+12
2008-10-09block: as/cfq ssd idle check updateJens Axboe2-3/+7
2008-10-09block: add queue flag for SSD/non-rotational devicesJens Axboe2-0/+12
2008-10-09block: add a queue flag for request stacking supportKiyoshi Ueda1-1/+2
2008-10-09block: add request submission interfaceKiyoshi Ueda1-0/+81
2008-10-09block: add request update interfaceKiyoshi Ueda1-9/+48
2008-10-09block: blk_cleanup_queue() should call blk_sync_queue()Jens Axboe1-0/+8
2008-10-09block: use rq complete marking in blk_abort_request()Jens Axboe1-0/+2
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe4-0/+81
2008-10-09block: adjust blkdev_issue_discard for swapHugh Dickins1-3/+4
2008-10-09block: Add interface to abort queued requestsMike Anderson2-0/+35
2008-10-09block: unify request timeout handlingJens Axboe7-14/+226
2008-10-09block: fix duplicate headers for /proc/partitionsTejun Heo1-1/+1
2008-10-09block: make blk_rq_map_user take a NULL user-space bufferFUJITA Tomonori1-4/+12
2008-10-09block: update comment on end_request()Jens Axboe1-3/+3
2008-10-09block: don't test for partition size in bdget_disk() and blk_lookup_devt()Tejun Heo1-2/+2