aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bio.c
Commit message (Expand)AuthorAge
* bio: make use of bvec_nr_vecsDenis ChengRq2008-08-06
* dio: use get_user_pages_fastNick Piggin2008-07-26
* Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon2008-07-03
* block: Block layer data integrity supportMartin K. Petersen2008-07-03
* block: Globalize bio_set and bio_vec_slabMartin K. Petersen2008-07-03
* docbook: fix bio missing parameterRandy Dunlap2008-05-07
* block: use unitialized_var() in bio_alloc_bioset()Jens Axboe2008-05-07
* block: add dma alignment and padding support to blk_rq_map_kernFUJITA Tomonori2008-04-29
* block: convert bio_copy_user to bio_copy_user_iovFUJITA Tomonori2008-04-21
* Revert "unexport bio_{,un}map_user"Jens Axboe2008-03-17
* fs/block_dev.c: remove #if 0'ed codeAdrian Bunk2008-02-19
* __bio_clone: don't calculate hw/phys segment countsJens Axboe2008-01-28
* bio: make freeing of ->bi_io_vec conditional in bio_free()Jens Axboe2007-10-16
* bio: use memset() in bio_init()Jens Axboe2007-10-16
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-10
* Don't decrement bi_size in bio_endioNeilBrown2007-10-10
* Only call bi_end_io once for any bioNeilBrown2007-10-10
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-24
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-19
* unexport bio_{,un}map_userAdrian Bunk2007-07-10
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-07
* [BLOCK] Don't pin lots of memory in mempoolsJens Axboe2007-04-30
* [PATCH] optimize o_direct on block devicesChen, Kenneth W2006-12-13
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05
|\
| * [PATCH] block: support larger block pc requestsMike Christie2006-12-01
| * [PATCH] block: kill length alignment test in bio_map_user()Mike Christie2006-12-01
* | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-22
|/
* [PATCH] fs/bio.c: tweaksAndreas Mohr2006-10-11
* [PATCH] Update axboe@suse.de email addressJens Axboe2006-09-30
* [PATCH] fix creating zero sized bio mempools in low memory systemMilan Broz2006-09-30
* [PATCH] Fix missing ret assignment in __bio_map_user() error pathJens Axboe2006-06-17
* [PATCH] md: Make sure bi_max_vecs is set properly in bio_splitNeilBrown2006-05-23
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-26
* [PATCH] mempool: use common mempool kmalloc allocatorMatthew Dobson2006-03-26
* [PATCH] Use __read_mostly on some hot fs variablesEric Dumazet2006-03-26
* [PATCH] use kzalloc and kcalloc in core fs codeOliver Neukum2006-03-25
* [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-23
* [PATCH] reduce size of bio mempoolsBenjamin LaHaise2006-03-23
* [BLOCK] A few kerneldoc fixupsJens Axboe2006-01-31
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-14
* [BLOCK] bio: init ->bi_bdev in bio_init()Jens Axboe2006-01-09
* [BLOCK] bio: check for same page merge possibilities in __bio_add_page()Jens Axboe2006-01-06
* [SCSI] seperate max_sectors from max_hw_sectorsMike Christie2005-12-15
* [SCSI] Convert SCSI mid-layer to scsi_execute_asyncMike Christie2005-12-14
* [PATCH] gfp_t: fs/*Al Viro2005-10-28
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-08
* [PATCH] bogus cast in bio.cviro@ZenIV.linux.org.uk2005-09-09
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds2005-09-07
|\
| * fix mismerge in ll_rw_blk.cJames Bottomley2005-08-28
| |\
ef='#n586'>586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799






























































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
%PDF-1.4
%쏢
5 0 obj
<</Length 6 0 R/Filter /FlateDecode>>
stream
x]-)vw_L?Kje}a7AS[Y#!'?>7_ӿgޮYt?<g)J "~