summaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
Commit message (Expand)AuthorAgeFilesLines
...
* block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-181-2/+0
* bio.h: If they MUST be inlined, then use __always_inlineAlberto Bertogli2009-02-021-2/+4
* Fix misleading comment in bio.hAlberto Bertogli2009-02-021-2/+2
* block: add bio_rw_flagged() for testing bio->bi_rwJens Axboe2009-01-301-10/+18
* block: seperate bio/request unplug and sync bitsJens Axboe2009-01-301-7/+11
* Fix small typo in bio.h's documentationAlberto Bertogli2009-01-301-1/+1
* block: Don't verify integrity metadata on read errorMartin K. Petersen2009-01-301-1/+0
* bio: add support for inlining a number of bio_vecs inside the bioJens Axboe2008-12-291-0/+12
* bio: allow individual slabs in the bio_setJens Axboe2008-12-291-1/+5
* bio: move the slab pointer inside the bio_setJens Axboe2008-12-291-0/+1
* bio: only mempool back the largest bio_vec slab cacheJens Axboe2008-12-291-1/+2
* block: reorder struct bio to remove padding on 64bitRichard Kennedy2008-12-291-1/+2
* block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey2008-12-291-0/+1
* bio: define __BIOVEC_PHYS_MERGEABLEJeremy Fitzhardinge2008-11-061-1/+5
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-10-171-0/+7
|\
| * block: fix nr_phys_segments miscalculation bugFUJITA Tomonori2008-10-171-0/+7
* | [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-131-9/+17
|/
* block: add some comments around the bio read-write flagsJens Axboe2008-10-091-1/+11
* block: mark bio_split_pool staticDenis ChengRq2008-10-091-3/+1
* block: Find bio sector offset given idx and offsetMartin K. Petersen2008-10-091-0/+1
* block: Introduce integrity data ownership flagMartin K. Petersen2008-10-091-0/+1
* bio.h: Remove unused conditional codeAlberto Bertogli2008-10-091-8/+1
* block: add bio_kmalloc()Jens Axboe2008-10-091-0/+1
* block: make blk_rq_map_user take a NULL user-space bufferFUJITA Tomonori2008-10-091-0/+1
* block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori2008-10-091-3/+5
* block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori2008-10-091-4/+5
* block: add support for IO CPU affinityJens Axboe2008-10-091-0/+11
* block: make bi_phys_segments an unsigned int instead of shortJens Axboe2008-10-091-1/+1
* drop vmerge accountingMikulas Patocka2008-10-091-15/+1
* block: drop virtual merging accountingMikulas Patocka2008-10-091-15/+0
* Allow elevators to sort/merge discard requestsDavid Woodhouse2008-10-091-1/+1
* Add 'discard' request handlingDavid Woodhouse2008-10-091-2/+6
* Fix up comments about matching flags between bio and rqDavid Woodhouse2008-10-091-2/+2
* block: use bio_has_data() to check for data carrying bioJens Axboe2008-10-091-1/+1
* block: add bio_has_data() to detect whether a bio carries data or notJens Axboe2008-10-091-0/+8
* block: integrity cleanupsJens Axboe2008-07-031-1/+8
* block: Block layer data integrity supportMartin K. Petersen2008-07-031-4/+90
* block: Globalize bio_set and bio_vec_slabMartin K. Petersen2008-07-031-0/+29
* block: add dma alignment and padding support to blk_rq_map_kernFUJITA Tomonori2008-04-291-0/+2
* block: convert bio_copy_user to bio_copy_user_iovFUJITA Tomonori2008-04-211-0/+2
* fs/block_dev.c: remove #if 0'ed codeAdrian Bunk2008-02-191-1/+0
* block: Initial support for data-less (or empty) barrier supportJens Axboe2007-10-161-2/+17
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-3/+3
* BLOCK: Hide the contents of linux/bio.h if CONFIG_BLOCK=nDavid Howells2007-08-111-0/+3
* [BLOCK] Don't pin lots of memory in mempoolsJens Axboe2007-04-301-1/+1
* [PATCH] optimize o_direct on block devicesChen, Kenneth W2006-12-131-0/+1
* [PATCH] Document bi_sector and sector_tRoger Gammans2006-10-041-1/+2
* [PATCH] Allow file systems to differentiate between data and meta readsJens Axboe2006-09-301-0/+2
* [PATCH] Fix "biovec-(256)" in /proc/slabinfoAlexey Dobriyan2006-06-251-1/+1
* [SCSI] Convert SCSI mid-layer to scsi_execute_asyncMike Christie2005-12-141-0/+2