aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bio.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds1-5/+5
2005-03-07[PATCH] add local bio pool support and modify dmDave Olien1-53/+159
2005-01-20[PATCH] Lock initializer cleanup: FilesystemsThomas Gleixner1-1/+1
2005-01-13[PATCH] bio clone memory corruptionJens Axboe1-22/+7
2005-01-07[PATCH] bio.c: make bio_destructor staticAdrian Bunk1-1/+1
2004-11-25[PATCH] bio: fix leak in failure case in bio_copy_user()Jens Axboe1-4/+5
2004-09-28[PATCH] Fix sparse warning in bio.cJens Axboe1-2/+2
2004-09-28[PATCH] thinko in kmalloc check in partial completion fixJens Axboe1-1/+1
2004-09-27[PATCH] partial io completion problemJens Axboe1-26/+68
2004-09-21[PATCH] bio_unmap_user(): original bio passed inJens Axboe1-12/+0
2004-09-16[PATCH] bio_alloc() cleanupAndrew Morton1-21/+17
2004-08-23[PATCH] fix bio_uncopy_user() mem leakKurt Garloff1-12/+11
2004-08-02[PATCH] bio_copy_user() cleanups and fixesJens Axboe1-26/+140
2004-07-28[PATCH] BIO page refcounting fixJens Axboe1-1/+0
2004-06-20[PATCH] iommu max segment sizeJens Axboe1-3/+11
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton1-8/+6
2004-05-20[PATCH] trivial: Fix name of biovec slabAndrew Morton1-1/+1
2004-03-29[PATCH] catch errors when completing bio pairsAndrew Morton1-4/+6
2004-02-01[PATCH] change scsi_cmd_ioctl to take a gendisk instead of a queuePatrick Mansfield1-22/+27
2004-01-19[PATCH] remove null-ilizersAndrew Morton1-1/+1
2004-01-19[PATCH] bio documentation updateAndrew Morton1-1/+3
2003-09-21[PATCH] misc fixesAndrew Morton1-1/+1
2003-09-21[PATCH] Speed up direct-io hugetlbpage handlingAndrew Morton1-3/+9
2003-09-21[PATCH] bio_dirty_fn() page leak fixAndrew Morton1-0/+14
2003-09-03[PATCH] Fix odd code in bio_add_pageAndrew Morton1-7/+4
2003-08-30[PATCH] bio.c: reduce verbosity at bootMatthew Wilcox1-6/+0
2003-07-16[PATCH] remove all #include <blk.h>'sAdrian Bunk1-1/+1
2003-06-11[PATCH] loop: make bio_copy private to loopAndrew Morton1-79/+0
2003-06-03[PATCH] C99 patches for fs/Art Haas1-1/+1
2003-05-29[PATCH] ide-cd/scsi/block fixups for SG_IOJens Axboe1-6/+6
2003-05-26[PATCH] md: Export bio_split_pool for md to use.Neil Brown1-1/+2
2003-05-25[PATCH] bio splittingJens Axboe1-0/+98
2003-05-10[PATCH] bio_endio() increments bio->bi_sectorJens Axboe1-0/+1
2003-04-24[PATCH] cleanup bio_map_user and helperJens Axboe1-23/+58
2003-03-23[PATCH] don't include swap.h in mm.hChristoph Hellwig1-1/+1
2003-02-25[PATCH] Spelling fixes: guaranteeMichael Hayes1-1/+1
2003-02-24[PATCH] 2.5.63 loose pedantry; loose -> lose where appropriate.Steven Cole1-1/+1
2003-02-20[PATCH] Use mempool_alloc/free_slabBrian Gerst1-13/+3
2003-01-10[PATCH] fix set_page_dirty vs truncate&free racesAndrew Morton1-2/+4
2003-01-07[PATCH] bio dirtying infrastructureAndrew Morton1-1/+107
2002-12-21[PATCH] Remove PF_NOWARNAndrew Morton1-3/+0
2002-10-27[PATCH] bio_map_user() infrastructureJens Axboe1-0/+127
2002-10-27[PATCH] make bio->bi_end_io() optionalJens Axboe1-7/+11
2002-10-27[PATCH] queue merge_bvec_fn() changesJens Axboe1-11/+17
2002-10-18[PATCH] Fix for raid1 against 2.5.43Angus Sawyer1-1/+2
2002-10-13[PATCH] remove kiobufsAndrew Morton1-124/+1
2002-10-07[PATCH] make bio->bi_max contain max vec entriesJens Axboe1-21/+34
2002-09-22[PATCH] bio_get_nr_vecsJens Axboe1-0/+24
2002-09-19Merge home.transmeta.com:/home/torvalds/v2.5/akpmLinus Torvalds1-1/+2
2002-09-19[PATCH] fix suppression of page allocation failure warningsAndrew Morton1-1/+2
2002-09-17[PATCH] bio_endio() cleanupsJens Axboe1-4/+22
2002-09-17[PATCH] partial bio completion notificationJens Axboe1-6/+10
2002-09-17[PATCH] bio_add_page()Jens Axboe1-24/+98
2002-09-15[PATCH] limit size of bio_vec poolsJens Axboe1-11/+39
2002-07-04[PATCH] suppress more allocation failure warningsAndrew Morton1-4/+9
2002-06-17[PATCH] take bio.h out of highmem.hAndrew Morton1-0/+1
2002-06-17[PATCH] kmap_atomic fix in bio_copy()Andrew Morton1-4/+4
2002-06-11[PATCH] (5/14) resyncAlexander Viro1-2/+1
2002-06-11[PATCH] (4/14) resyncAlexander Viro1-1/+1
2002-04-24[PATCH] (13/15) big struct block_device * push (first series)Alexander Viro1-3/+3
2002-04-02[PATCH] brw_kiovec() converted to struct block_device *Alexander Viro1-2/+3
2002-02-11Remove nr_sectors from bio_end_io end I/O callback. It was a relicJens Axboe1-6/+3
2002-02-06[PATCH] Slab name cleanup - last tryAndi Kleen1-13/+13
2002-02-04v2.5.1.2 -> v2.5.1.3Linus Torvalds1-1/+4
2002-02-04v2.5.1 -> v2.5.1.1Linus Torvalds1-22/+1
2002-02-04v2.5.0.11 -> v2.5.1v2.5.1Linus Torvalds1-5/+16
2002-02-04v2.5.0.10 -> v2.5.0.11Linus Torvalds1-1/+1
2002-02-04v2.5.0.9 -> v2.5.0.10Linus Torvalds1-308/+108
2002-02-04v2.5.0.8 -> v2.5.0.9Linus Torvalds1-11/+26
2002-02-04v2.5.0.7 -> v2.5.0.8Linus Torvalds1-43/+45
2002-02-04v2.5.0.6 -> v2.5.0.7Linus Torvalds1-7/+9
2002-02-04v2.5.0.5 -> v2.5.0.6Linus Torvalds1-43/+19
2002-02-04v2.5.0.4 -> v2.5.0.5Linus Torvalds1-1/+4
2002-02-04v2.5.0.3 -> v2.5.0.4Linus Torvalds1-0/+3
2002-02-04v2.5.0.2 -> v2.5.0.3Linus Torvalds1-339/+55
2002-02-04v2.5.0.1 -> v2.5.0.2Linus Torvalds1-0/+999