summaryrefslogtreecommitdiffstats
path: root/include/linux/bio.h
Commit message (Expand)AuthorAgeFilesLines
* block: Turn bvec_k{un,}map_irq() into static inline functionsGeert Uytterhoeven2010-10-211-2/+9
* block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen2010-09-101-0/+4
* bio, fs: separate out bio_types.h and define READ/WRITE constants in terms of...Tejun Heo2010-08-071-179/+4
* block: introduce REQ_FLUSH flagFUJITA Tomonori2010-08-071-0/+2
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-47/+78
* block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+12
* Do not __always_inline bvec_kmap_irq() and bvec_kunmap_irq()Alberto Bertogli2009-11-021-6/+2
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-111-18/+7
* block: make bio_rw_flagged() return a boolJens Axboe2009-09-111-1/+4
* block: use the same failfast bits for bio and requestTejun Heo2009-09-111-20/+23
* block: Create bip slabs with embedded integrity vectorsMartin K. Petersen2009-07-011-6/+16
* block: Add bio_list_peek()Geert Uytterhoeven2009-06-151-0/+5
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-1/+1
* block: drop request->hard_* and *nr_sectorsTejun Heo2009-05-111-3/+3
* loop: use BIO list management functionsAkinobu Mita2009-04-281-1/+1
* bio: fix bio_kmalloc()Tejun Heo2009-04-221-0/+1
* block: move bio list helpers into bio.hChristoph Hellwig2009-04-151-0/+109
* block: Add flag for telling the IO schedulers NOT to anticipate more IOJens Axboe2009-04-061-8/+11
* block: add private bio_set for bio integrity allocationsMartin K. Petersen2009-03-241-14/+4
* block: Add gfp_mask parameter to bio_integrity_clone()un'ichi Nomura2009-03-141-2/+2
* 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
OpenPOWER on IntegriCloud