aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-30mm: bdi: export BDI attributes in sysfsPeter Zijlstra1-0/+8
2008-04-29block: Skip I/O merges when disabledAlan D. Brunelle2-0/+29
2008-04-29block: add large command supportFUJITA Tomonori1-0/+1
2008-04-29block: replace sizeof(rq->cmd) with BLK_MAX_CDBFUJITA Tomonori1-1/+1
2008-04-29block: rename and export rq_init()FUJITA Tomonori3-5/+5
2008-04-29block: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori1-3/+0
2008-04-29block/blk-barrier.c:blk_ordered_cur_seq() mustn't be inlineAdrian Bunk1-1/+1
2008-04-29block/elevator.c:elv_rq_merge_ok() mustn't be inlineAdrian Bunk1-1/+1
2008-04-29block: make queue flags non-atomicNick Piggin5-24/+44
2008-04-29block: add dma alignment and padding support to blk_rq_map_kernFUJITA Tomonori1-1/+20
2008-04-29unexport blk_max_pfnAdrian Bunk1-1/+0
2008-04-29block: make rq_init() do a full memset()FUJITA Tomonori2-32/+5
2008-04-22[SCSI] bsg: add release callback supportFUJITA Tomonori1-14/+29
2008-04-21Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-49/+81
2008-04-21block: fix blk_register_queue() return valueAkinobu Mita1-2/+8
2008-04-21Kconfig: clean up block/Kconfig help descriptionsNick Andrew1-23/+42
2008-04-21block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori2-19/+14
2008-04-21block: add bio_copy_user_iov support to blk_rq_map_user_iovFUJITA Tomonori1-5/+17
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-6/+5
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-23/+29
2008-04-18[SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_complete_all_commandsFUJITA Tomonori1-2/+0
2008-04-18[SCSI] bsg: remove minor in struct bsg_deviceFUJITA Tomonori1-6/+4
2008-04-18[SCSI] bsg: use better helper list functionsFUJITA Tomonori1-8/+6
2008-04-18[SCSI] bsg: replace kobject_get with blk_get_queueFUJITA Tomonori1-2/+7
2008-04-18[SCSI] bsg: takes a ref to struct device in fops->openFUJITA Tomonori1-6/+13
2008-04-18ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)Bartlomiej Zolnierkiewicz1-1/+0
2008-04-15block: update git url for blktraceJens Axboe1-1/+1
2008-04-10cfq-iosched: do not leak ioc_data across iosched switchesFabio Checconi1-3/+6
2008-04-02cfq-iosched: fix rcu freeing of cfq io contextsFabio Checconi1-30/+27
2008-04-02Fix bounce setting for 64-bitAndrea Arcangeli1-1/+1
2008-03-12genhd must_check warning fixRoland McGrath1-1/+3
2008-03-04block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP backJens Axboe1-2/+7
2008-03-04block: fix shadowed variable warning in blk-map.cHarvey Harrison1-3/+3
2008-03-04block: remove extern on function definitionHarvey Harrison1-1/+1
2008-03-04unexport blk_rq_map_user_iovAdrian Bunk1-1/+0
2008-03-04unexport blk_{get,put}_queueAdrian Bunk1-2/+0
2008-03-04block/genhd.c: cleanupsAdrian Bunk1-1/+5
2008-03-04proper prototype for blk_dev_init()Adrian Bunk2-2/+4
2008-03-04block/blk-tag.c should #include "blk.h"Adrian Bunk1-0/+2
2008-03-04Fix DMA access of block device in 64-bit kernel on some non-x86 systems with 4GB or upper 4GB memoryYang Shi1-1/+1
2008-03-04block: separate out padding from alignmentTejun Heo2-7/+30
2008-03-04block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori5-14/+9
2008-03-04block: fix kernel-docbook parameters and filesRandy Dunlap2-1/+2
2008-02-19block: clear drain buffer if draining for write commandTejun Heo1-0/+3
2008-02-19block: implement request_queue->dma_drain_neededTejun Heo2-3/+6
2008-02-19block: add request->raw_data_lenTejun Heo5-5/+11
2008-02-19block: update bio according to DMA alignment paddingTejun Heo1-0/+17
2008-02-19elevator: make elevator_get() attempt to load the appropriate moduleJens Axboe1-0/+15
2008-02-19cfq-iosched: add hlist for browsing parallel to the radix treeJens Axboe2-46/+27
2008-02-19block: make blk_rq_map_user() clear ->bio if it unmaps itJens Axboe1-0/+1