aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe1-2/+0
2009-02-02bio.h: If they MUST be inlined, then use __always_inlineAlberto Bertogli1-2/+4
2009-02-02Fix misleading comment in bio.hAlberto Bertogli1-2/+2
2009-01-30block: add bio_rw_flagged() for testing bio->bi_rwJens Axboe1-10/+18
2009-01-30block: seperate bio/request unplug and sync bitsJens Axboe1-7/+11
2009-01-30Fix small typo in bio.h's documentationAlberto Bertogli1-1/+1
2009-01-30block: Don't verify integrity metadata on read errorMartin K. Petersen1-1/+0
2008-12-29bio: add support for inlining a number of bio_vecs inside the bioJens Axboe1-0/+12
2008-12-29bio: allow individual slabs in the bio_setJens Axboe1-1/+5
2008-12-29bio: move the slab pointer inside the bio_setJens Axboe1-0/+1
2008-12-29bio: only mempool back the largest bio_vec slab cacheJens Axboe1-1/+2
2008-12-29block: reorder struct bio to remove padding on 64bitRichard Kennedy1-1/+2
2008-12-29block: Supress Buffer I/O errors when SCSI REQ_QUIET flag setKeith Mannthey1-0/+1
2008-11-06bio: define __BIOVEC_PHYS_MERGEABLEJeremy Fitzhardinge1-1/+5
2008-10-17Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+7
2008-10-17block: fix nr_phys_segments miscalculation bugFUJITA Tomonori1-0/+7
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie1-9/+17
2008-10-09block: add some comments around the bio read-write flagsJens Axboe1-1/+11
2008-10-09block: mark bio_split_pool staticDenis ChengRq1-3/+1
2008-10-09block: Find bio sector offset given idx and offsetMartin K. Petersen1-0/+1
2008-10-09block: Introduce integrity data ownership flagMartin K. Petersen1-0/+1
2008-10-09bio.h: Remove unused conditional codeAlberto Bertogli1-8/+1
2008-10-09block: add bio_kmalloc()Jens Axboe1-0/+1
2008-10-09block: make blk_rq_map_user take a NULL user-space bufferFUJITA Tomonori1-0/+1
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori1-3/+5
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori1-4/+5
2008-10-09block: add support for IO CPU affinityJens Axboe1-0/+11
2008-10-09block: make bi_phys_segments an unsigned int instead of shortJens Axboe1-1/+1
2008-10-09drop vmerge accountingMikulas Patocka1-15/+1
2008-10-09block: drop virtual merging accountingMikulas Patocka1-15/+0
2008-10-09Allow elevators to sort/merge discard requestsDavid Woodhouse1-1/+1
2008-10-09Add 'discard' request handlingDavid Woodhouse1-2/+6
2008-10-09Fix up comments about matching flags between bio and rqDavid Woodhouse1-2/+2
2008-10-09block: use bio_has_data() to check for data carrying bioJens Axboe1-1/+1
2008-10-09block: add bio_has_data() to detect whether a bio carries data or notJens Axboe1-0/+8
2008-07-03block: integrity cleanupsJens Axboe1-1/+8
2008-07-03block: Block layer data integrity supportMartin K. Petersen1-4/+90
2008-07-03block: Globalize bio_set and bio_vec_slabMartin K. Petersen1-0/+29
2008-04-29block: add dma alignment and padding support to blk_rq_map_kernFUJITA Tomonori1-0/+2
2008-04-21block: convert bio_copy_user to bio_copy_user_iovFUJITA Tomonori1-0/+2
2008-02-19fs/block_dev.c: remove #if 0'ed codeAdrian Bunk1-1/+0
2007-10-16block: Initial support for data-less (or empty) barrier supportJens Axboe1-2/+17
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-3/+3
2007-08-11BLOCK: Hide the contents of linux/bio.h if CONFIG_BLOCK=nDavid Howells1-0/+3
2007-04-30[BLOCK] Don't pin lots of memory in mempoolsJens Axboe1-1/+1
2006-12-13[PATCH] optimize o_direct on block devicesChen, Kenneth W1-0/+1
2006-10-04[PATCH] Document bi_sector and sector_tRoger Gammans1-1/+2
2006-09-30[PATCH] Allow file systems to differentiate between data and meta readsJens Axboe1-0/+2
2006-06-25[PATCH] Fix "biovec-(256)" in /proc/slabinfoAlexey Dobriyan1-1/+1
2005-12-14[SCSI] Convert SCSI mid-layer to scsi_execute_asyncMike Christie1-0/+2