summaryrefslogtreecommitdiff
path: root/include/linux/bio.h
AgeCommit message (Expand)Author
2007-10-16block: Initial support for data-less (or empty) barrier supportJens Axboe
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2007-08-11BLOCK: Hide the contents of linux/bio.h if CONFIG_BLOCK=nDavid Howells
2007-04-30[BLOCK] Don't pin lots of memory in mempoolsJens Axboe
2006-12-13[PATCH] optimize o_direct on block devicesChen, Kenneth W
2006-10-04[PATCH] Document bi_sector and sector_tRoger Gammans
2006-09-30[PATCH] Allow file systems to differentiate between data and meta readsJens Axboe
2006-06-25[PATCH] Fix "biovec-(256)" in /proc/slabinfoAlexey Dobriyan
2005-12-14[SCSI] Convert SCSI mid-layer to scsi_execute_asyncMike Christie
2005-10-28[PATCH] gfp_t: fs/*Al Viro
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-09-10[PATCH] include/linux/bio.h: "extern inline" -> "static inline"Adrian Bunk
2005-09-07Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds
2005-09-07[PATCH] kill bio->bi_setPeter Osterlund
2005-08-28fix mismerge in ll_rw_blk.cJames Bottomley
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe
2005-06-20[PATCH] Add scatter-gather support for the block layer SG_IOJames Bottomley
2005-06-20[PATCH] Add blk_rq_map_kern()Mike Christie
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds
2005-03-07[PATCH] add local bio pool support and modify dmDave Olien
2004-11-14[PATCH] allow arch override of BIOVEC_PHYS_MERGEABLEJens Axboe
2004-08-22[PATCH] disk barriers: coreJens Axboe
2004-08-02[PATCH] bio_copy_user() cleanups and fixesJens Axboe
2004-06-20[PATCH] iommu max segment sizeJens Axboe
2004-04-12[PATCH] per-backing dev unpluggingAndrew Morton
2004-02-03Merge bk://linux-scsi.bkbits.net/scsi-for-linus-2.6Linus Torvalds
2004-02-03[PATCH] gcc-3.5: fix extern inline declsAndrew Morton
2004-02-01[PATCH] change scsi_cmd_ioctl to take a gendisk instead of a queuePatrick Mansfield
2004-01-19[PATCH] if ... BUG() -> BUG_ON()Andrew Morton
2003-12-29[PATCH] Fix another dm and bio problemAndrew Morton
2003-09-21[PATCH] kill superflous kdev_t.h inclusionsAndrew Morton
2003-07-25[PATCH] read-ahead and failfastJens Axboe
2003-06-11[PATCH] loop: make bio_copy private to loopAndrew Morton
2003-05-26[PATCH] md: Export bio_split_pool for md to use.Neil Brown
2003-05-25[PATCH] bio splittingJens Axboe
2003-05-13[PATCH] bio walking codeJens Axboe
2003-04-02[PATCH] bio kmapping changesAndrew Morton
2003-03-12[PATCH] remove redundant local_irq_disable in bio_kmap_irq()Jens Axboe
2003-01-07[PATCH] bio dirtying infrastructureAndrew Morton
2002-10-27[PATCH] bio_map_user() infrastructureJens Axboe
2002-10-27[PATCH] make bio->bi_end_io() optionalJens Axboe
2002-10-27[PATCH] end_io bouncingJens Axboe
2002-10-07[PATCH] make bio->bi_max contain max vec entriesJens Axboe
2002-09-22[PATCH] bio_get_nr_vecsJens Axboe
2002-09-17[PATCH] partial bio completion notificationJens Axboe
2002-09-17[PATCH] bio_add_page()Jens Axboe
2002-09-10bio.h:Jens Axboe
2002-07-21[PATCH] Re: [patch] cli()/sti() cleanupIngo Molnar
2002-07-04[PATCH] kdev_t crapectomyAlexander Viro
2002-06-17[PATCH] take bio.h out of highmem.hAndrew Morton