Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
7b70d0336da777c00395cc7a503497c2cdabd1a8
/
include
/
linux
/
bio.h
aeb6faf
block: Add flag for telling the IO schedulers NOT to anticipate more IO
by Jens Axboe
· 16 years ago
6d2a78e
block: add private bio_set for bio integrity allocations
by Martin K. Petersen
· 16 years ago
8709269
block: Add gfp_mask parameter to bio_integrity_clone()
by un'ichi Nomura
· 16 years ago
93dbb39
block: fix bad definition of BIO_RW_SYNC
by Jens Axboe
· 16 years ago
c52440a
bio.h: If they MUST be inlined, then use __always_inline
by Alberto Bertogli
· 16 years ago
20b636b
Fix misleading comment in bio.h
by Alberto Bertogli
· 16 years ago
1dfa17f
block: add bio_rw_flagged() for testing bio->bi_rw
by Jens Axboe
· 16 years ago
213d941
block: seperate bio/request unplug and sync bits
by Jens Axboe
· 16 years ago
16642eb
Fix small typo in bio.h's documentation
by Alberto Bertogli
· 16 years ago
7b24fc4
block: Don't verify integrity metadata on read error
by Martin K. Petersen
· 16 years ago
392ddc3
bio: add support for inlining a number of bio_vecs inside the bio
by Jens Axboe
· 16 years ago
bb799ca
bio: allow individual slabs in the bio_set
by Jens Axboe
· 16 years ago
1b43449
bio: move the slab pointer inside the bio_set
by Jens Axboe
· 16 years ago
7ff9345
bio: only mempool back the largest bio_vec slab cache
by Jens Axboe
· 16 years ago
ba744d5
block: reorder struct bio to remove padding on 64bit
by Richard Kennedy
· 16 years ago
08bafc0
block: Supress Buffer I/O errors when SCSI REQ_QUIET flag set
by Keith Mannthey
· 16 years ago
f92131c
bio: define __BIOVEC_PHYS_MERGEABLE
by Jeremy Fitzhardinge
· 16 years ago
c53dbf5
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
8677142
block: fix nr_phys_segments miscalculation bug
by FUJITA Tomonori
· 16 years ago
6000a36
[SCSI] block: separate failfast into multiple bits.
by Mike Christie
· 16 years ago
af56394
block: add some comments around the bio read-write flags
by Jens Axboe
· 16 years ago
6feef53
block: mark bio_split_pool static
by Denis ChengRq
· 16 years ago
ad3316b
block: Find bio sector offset given idx and offset
by Martin K. Petersen
· 16 years ago
74aa8c2
block: Introduce integrity data ownership flag
by Martin K. Petersen
· 16 years ago
8deaf72
bio.h: Remove unused conditional code
by Alberto Bertogli
· 16 years ago
0a0d96b
block: add bio_kmalloc()
by Jens Axboe
· 16 years ago
8188276
block: make blk_rq_map_user take a NULL user-space buffer
by FUJITA Tomonori
· 16 years ago
152e283
block: introduce struct rq_map_data to use reserved pages
by FUJITA Tomonori
· 16 years ago
a3bce90
block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov
by FUJITA Tomonori
· 16 years ago
c7c22e4
block: add support for IO CPU affinity
by Jens Axboe
· 16 years ago
5b99c2f
block: make bi_phys_segments an unsigned int instead of short
by Jens Axboe
· 16 years ago
5df97b9
drop vmerge accounting
by Mikulas Patocka
· 16 years ago
b8b3e16
block: drop virtual merging accounting
by Mikulas Patocka
· 16 years ago
e17fc0a
Allow elevators to sort/merge discard requests
by David Woodhouse
· 16 years ago
fb2dce8
Add 'discard' request handling
by David Woodhouse
· 16 years ago
d628eae
Fix up comments about matching flags between bio and rq
by David Woodhouse
· 16 years ago
a9c701e
block: use bio_has_data() to check for data carrying bio
by Jens Axboe
· 16 years ago
7a67f63
block: add bio_has_data() to detect whether a bio carries data or not
by Jens Axboe
· 16 years ago
6e2401a
block: integrity cleanups
by Jens Axboe
· 16 years ago
7ba1ba1
block: Block layer data integrity support
by Martin K. Petersen
· 16 years ago
51d654e
block: Globalize bio_set and bio_vec_slab
by Martin K. Petersen
· 16 years ago
68154e9
block: add dma alignment and padding support to blk_rq_map_kern
by FUJITA Tomonori
· 17 years ago
c5dec1c
block: convert bio_copy_user to bio_copy_user_iov
by FUJITA Tomonori
· 17 years ago
86b6c7a
fs/block_dev.c: remove #if 0'ed code
by Adrian Bunk
· 17 years ago
bf2de6f
block: Initial support for data-less (or empty) barrier support
by Jens Axboe
· 17 years ago
6712ecf
Drop 'size' argument from bio_endio and bi_end_io
by NeilBrown
· 17 years ago
02a5e0a
BLOCK: Hide the contents of linux/bio.h if CONFIG_BLOCK=n
by David Howells
· 17 years ago
5972511
[BLOCK] Don't pin lots of memory in mempools
by Jens Axboe
· 18 years ago
e61c901
[PATCH] optimize o_direct on block devices
by Chen, Kenneth W
· 18 years ago
2c2345c
[PATCH] Document bi_sector and sector_t
by Roger Gammans
· 18 years ago
5404bc7
[PATCH] Allow file systems to differentiate between data and meta reads
by Jens Axboe
· 18 years ago
d84a847
[PATCH] Fix "biovec-(256)" in /proc/slabinfo
by Alexey Dobriyan
· 18 years ago
6e68af6
[SCSI] Convert SCSI mid-layer to scsi_execute_async
by Mike Christie
· 19 years ago
27496a8
[PATCH] gfp_t: fs/*
by Al Viro
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
c2d08da
[PATCH] include/linux/bio.h: "extern inline" -> "static inline"
by Adrian Bunk
· 19 years ago
0481990
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6
by Linus Torvalds
· 19 years ago
3676347
[PATCH] kill bio->bi_set
by Peter Osterlund
· 19 years ago
31151ba
fix mismerge in ll_rw_blk.c
by James Bottomley
· 19 years ago
22e2c50
[PATCH] Update cfq io scheduler to time sliced design
by Jens Axboe
· 19 years ago
f1970ba
[PATCH] Add scatter-gather support for the block layer SG_IO
by James Bottomley
· 19 years ago
df46b9a
[PATCH] Add blk_rq_map_kern()
by Mike Christie
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago