summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* [BLOCK] Only include the compat ioctl code if CONFIG_BLOCK is setJens Axboe2007-10-122-1/+5
* compat_ioctl: move floppy handlers to block/compat_ioctl.cArnd Bergmann2007-10-101-0/+336
* compat_ioctl: move cdrom handlers to block/compat_ioctl.cArnd Bergmann2007-10-101-0/+83
* compat_ioctl: move BLKPG handling to block/compat_ioctl.cArnd Bergmann2007-10-101-0/+31
* compat_ioctl: move hdio calls to block/compat_ioctl.cArnd Bergmann2007-10-101-0/+70
* compat_ioctl: handle blk_trace ioctlsArnd Bergmann2007-10-102-20/+88
* compat_ioctl: add compat_blkdev_driver_ioctl()Arnd Bergmann2007-10-101-1/+120
* compat_ioctl: move common block ioctls to compat_blkdev_ioctlArnd Bergmann2007-10-103-17/+126
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-5/+5
* Don't decrement bi_size in bio_endioNeilBrown2007-10-101-15/+27
* Remove flush_dry_bio_endioNeilBrown2007-10-101-37/+2
* ll_rw_blk: blk_cpu_notifier should be __cpuinitdataSatyam Sharma2007-10-101-2/+2
* Fixup rq_for_each_segment() indentationJens Axboe2007-10-101-17/+17
* Share code between init_request_from_bio and blk_rq_bio_prepNeilBrown2007-10-101-7/+1
* Stop exporting blk_rq_bio_prepNeilBrown2007-10-101-4/+7
* New function blk_req_append_bioNeilBrown2007-10-101-16/+22
* Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown2007-10-101-13/+6
* Merge blk_recount_segments into blk_recalc_rq_segmentsNeilBrown2007-10-101-58/+44
* shared tag queue barrier commentNick Piggin2007-09-141-0/+10
* Fix race with shared tag queue mapsJens Axboe2007-09-131-6/+7
* Fix remap handling by blktraceAlan D. Brunelle2007-08-111-0/+4
* [SCSI] bsg: update sg_io_v4 structureFUJITA Tomonori2007-07-311-3/+7
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-07-291-48/+30
|\
| * [SCSI] bsg: Fix build for CONFIG_BLOCK=nPaul Mundt2007-07-281-2/+2
| * [SCSI] bsg: remove unnecessary code and commentsFUJITA Tomonori2007-07-231-9/+0
| * [SCSI] bsg: use lib/idr.c to find a unique minor numberFUJITA Tomonori2007-07-231-39/+30
* | blktrace: use cpu_clock() instead of sched_clock()Ingo Molnar2007-07-271-10/+10
* | bsg: Fix build for CONFIG_BLOCK=nPaul Mundt2007-07-271-2/+2
* | [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-249-207/+226
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-223-47/+29
|\
| * [SCSI] bsg: unexport sg v3 helper functionsFUJITA Tomonori2007-07-221-8/+5
| * [SCSI] bsg: fix bsg_unregister_queueFUJITA Tomonori2007-07-211-1/+2
| * [SCSI] bsg: make class backlinksJames Bottomley2007-07-211-4/+17
| * [SCSI] bsg: fix bsg_register_queue error pathJames Bottomley2007-07-211-3/+4
| * [SCSI] bsg: separate bsg and SCSI (so SCSI can be modular)James Bottomley2007-07-192-31/+1
* | cfq: Write-only stuff in CFQ data structuresAlexey Dobriyan2007-07-201-11/+0
* | cfq: async queue allocation per priorityVasily Tarasov2007-07-201-12/+44
* | mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-202-4/+4
* | some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
|/
* Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-07-172-97/+83
|\
| * bsg: fix missing space in version printJens Axboe2007-07-171-1/+1
| * bsg: Kconfig updatesFUJITA Tomonori2007-07-171-4/+9
| * bsg: minor cleanupFUJITA Tomonori2007-07-171-3/+5
| * bsg: device hash table cleanupFUJITA Tomonori2007-07-171-8/+4
| * bsg: fix initialization error handling bugsFUJITA Tomonori2007-07-171-20/+18
| * bsg: convert to dynamic majorJens Axboe2007-07-171-13/+12
| * bsg: address various review commentsJens Axboe2007-07-171-58/+44
* | unregister_blkdev(): return voidAkinobu Mita2007-07-171-6/+1
* | unregister_blkdev(): do WARN_ON on failureAkinobu Mita2007-07-171-2/+3
* | Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-176-21/+18
|/