sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / include / linux / bio.h
2009-09-11 Jens Axboebio: first step in sanitizing the bio->bi_rw flag testing
2009-09-11 Jens Axboeblock: make bio_rw_flagged() return a bool
2009-09-11 Tejun Heoblock: use the same failfast bits for bio and request
2009-07-01 Martin K. Petersenblock: Create bip slabs with embedded integrity vectors
2009-06-15 Geert Uytterhoevenblock: Add bio_list_peek()
2009-05-22 Martin K. Petersenblock: Use accessor functions for queue limits
2009-05-11 Tejun Heoblock: drop request->hard_* and *nr_sectors
2009-04-28 Akinobu Mitaloop: use BIO list management functions
2009-04-22 Tejun Heobio: fix bio_kmalloc()
2009-04-15 Christoph Hellwigblock: move bio list helpers into bio.h
2009-04-06 Jens Axboeblock: Add flag for telling the IO schedulers NOT to...
2009-03-24 Martin K. Petersenblock: add private bio_set for bio integrity allocations
2009-03-14 un'ichi Nomurablock: Add gfp_mask parameter to bio_integrity_clone()
2009-02-18 Jens Axboeblock: fix bad definition of BIO_RW_SYNC
2009-02-02 Alberto Bertoglibio.h: If they MUST be inlined, then use __always_inline
2009-02-02 Alberto BertogliFix misleading comment in bio.h
2009-01-30 Jens Axboeblock: add bio_rw_flagged() for testing bio->bi_rw
2009-01-30 Jens Axboeblock: seperate bio/request unplug and sync bits
2009-01-30 Alberto BertogliFix small typo in bio.h's documentation
2009-01-30 Martin K. Petersenblock: Don't verify integrity metadata on read error
2008-12-29 Jens Axboebio: add support for inlining a number of bio_vecs...
2008-12-29 Jens Axboebio: allow individual slabs in the bio_set
2008-12-29 Jens Axboebio: move the slab pointer inside the bio_set
2008-12-29 Jens Axboebio: only mempool back the largest bio_vec slab cache
2008-12-29 Richard Kennedyblock: reorder struct bio to remove padding on 64bit
2008-12-29 Keith Manntheyblock: Supress Buffer I/O errors when SCSI REQ_QUIET...
2008-11-06 Jeremy Fitzhardingebio: define __BIOVEC_PHYS_MERGEABLE
2008-10-17 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-10-17 FUJITA Tomonoriblock: fix nr_phys_segments miscalculation bug
2008-10-13 Mike Christie[SCSI] block: separate failfast into multiple bits.
2008-10-09 Jens Axboeblock: add some comments around the bio read-write...
2008-10-09 Denis ChengRqblock: mark bio_split_pool static
2008-10-09 Martin K. Petersenblock: Find bio sector offset given idx and offset
2008-10-09 Martin K. Petersenblock: Introduce integrity data ownership flag
2008-10-09 Alberto Bertoglibio.h: Remove unused conditional code
2008-10-09 Jens Axboeblock: add bio_kmalloc()
2008-10-09 FUJITA Tomonoriblock: make blk_rq_map_user take a NULL user-space...
2008-10-09 FUJITA Tomonoriblock: introduce struct rq_map_data to use reserved...
2008-10-09 FUJITA Tomonoriblock: add gfp_mask argument to blk_rq_map_user and...
2008-10-09 Jens Axboeblock: add support for IO CPU affinity
2008-10-09 Jens Axboeblock: make bi_phys_segments an unsigned int instead...
2008-10-09 Mikulas Patockadrop vmerge accounting
2008-10-09 Mikulas Patockablock: drop virtual merging accounting
2008-10-09 David WoodhouseAllow elevators to sort/merge discard requests
2008-10-09 David WoodhouseAdd 'discard' request handling
2008-10-09 David WoodhouseFix up comments about matching flags between bio and rq
2008-10-09 Jens Axboeblock: use bio_has_data() to check for data carrying bio
2008-10-09 Jens Axboeblock: add bio_has_data() to detect whether a bio carri...
2008-07-03 Jens Axboeblock: integrity cleanups
2008-07-03 Martin K. Petersenblock: Block layer data integrity support
2008-07-03 Martin K. Petersenblock: Globalize bio_set and bio_vec_slab
2008-04-29 FUJITA Tomonoriblock: add dma alignment and padding support to blk_rq_...
2008-04-21 FUJITA Tomonoriblock: convert bio_copy_user to bio_copy_user_iov
2008-02-19 Adrian Bunkfs/block_dev.c: remove #if 0'ed code
2007-10-16 Jens Axboeblock: Initial support for data-less (or empty) barrier...
2007-10-10 NeilBrownDrop 'size' argument from bio_endio and bi_end_io
2007-08-11 David HowellsBLOCK: Hide the contents of linux/bio.h if CONFIG_BLOCK=n
2007-04-30 Jens Axboe[BLOCK] Don't pin lots of memory in mempools
2006-12-13 Chen, Kenneth W[PATCH] optimize o_direct on block devices
2006-10-04 Roger Gammans[PATCH] Document bi_sector and sector_t
2006-09-30 Jens Axboe[PATCH] Allow file systems to differentiate between...
2006-06-25 Alexey Dobriyan[PATCH] Fix "biovec-(256)" in /proc/slabinfo
2005-12-15 Mike Christie[SCSI] Convert SCSI mid-layer to scsi_execute_async
2005-10-28 Al Viro[PATCH] gfp_t: fs/*
2005-10-08 Al Viro[PATCH] gfp flags annotations - part 1
2005-09-10 Adrian Bunk[PATCH] include/linux/bio.h: "extern inline" -> "static...
2005-09-08 Linus TorvaldsMerge /linux/kernel/git/jejb/scsi-for-linus-2.6
2005-09-07 Peter Osterlund[PATCH] kill bio->bi_set
2005-08-28 James Bottomleyfix mismerge in ll_rw_blk.c
2005-06-27 Jens Axboe[PATCH] Update cfq io scheduler to time sliced design
2005-06-20 James Bottomley [PATCH] Add scatter-gather support for the block layer...
2005-06-20 Mike Christie [PATCH] Add blk_rq_map_kern()
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2