Commit Graph

102 Commits (6b1679f4a006acb5d76f8df686aa44c63d2555b4)

Author SHA1 Message Date
Li Zefan e212d6f250 block: remove some includings of blktrace_api.h 16 years ago
Nikanth Karthikesan 76d93ff344 trivial: fix typo in bio_alloc kernel doc 16 years ago
Michal Simek 0e0c62123b fs/bio.c: add missing __user annotation 16 years ago
Li Zefan 55782138e4 tracing/events: convert block trace points to TRACE_EVENT() 16 years ago
Martin K. Petersen ae03bf639a block: Use accessor functions for queue limits 16 years ago
Martin K. Petersen e1defc4ff0 block: Do away with the notion of hardsect_size 16 years ago
Tejun Heo 4fc981ef9e bio: always copy back data for copied kernel requests 16 years ago
FUJITA Tomonori 69838727bc bio: fix memcpy corruption in bio_copy_user_iov() 16 years ago
Tejun Heo a9e9dc24bb bio: use bio_kmalloc() in copy/map functions 16 years ago
Tejun Heo 451a9ebf65 bio: fix bio_kmalloc() 16 years ago
Jens Axboe 86c824b943 bio: add documentation to bio_alloc() 16 years ago
Alberto Bertogli c7eee1b836 trivial: Fix typo in bio_split()'s documentation 16 years ago
Martin K. Petersen 6d2a78e783 block: add private bio_set for bio integrity allocations 16 years ago
Jens Axboe a7fcd37cdc block: don't create bio_vec slabs of less than the inline number 16 years ago
Ingo Molnar 34053979fb block: cleanup bio_alloc_bioset() 16 years ago
Li Zefan 059ea3318c block: fix memory leak in bio_clone() 16 years ago
un'ichi Nomura 87092698c6 block: Add gfp_mask parameter to bio_integrity_clone() 16 years ago
Jens Axboe b2bf96833c block: fix bogus gcc warning for uninitialized var usage 16 years ago
Subhash Peddamallu a60e78e57a fs/bio: bio_alloc_bioset: pass right object ptr to mempool_free 16 years ago
FUJITA Tomonori 97ae77a1cd [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITE 16 years ago
FUJITA Tomonori 56c451f4b5 [SCSI] block: fix the partial mappings with struct rq_map_data 16 years ago
FUJITA Tomonori e623ddb4e9 [SCSI] block: fix bio_add_page misuse with rq_map_data 16 years ago
Jens Axboe d3f761104b bio: get rid of bio_vec clearing 16 years ago
Jens Axboe 392ddc3298 bio: add support for inlining a number of bio_vecs inside the bio 16 years ago
Jens Axboe bb799ca020 bio: allow individual slabs in the bio_set 16 years ago
Jens Axboe 1b43449869 bio: move the slab pointer inside the bio_set 16 years ago
Jens Axboe 7ff9345ffa bio: only mempool back the largest bio_vec slab cache 16 years ago
Ingo Molnar 0bfc24559d blktrace: port to tracepoints, update 16 years ago
Arnaldo Carvalho de Melo 5f3ea37c77 blktrace: port to tracepoints 16 years ago
Denis ChengRq 6feef531f5 block: mark bio_split_pool static 17 years ago
Martin K. Petersen ad3316bf4e block: Find bio sector offset given idx and offset 17 years ago
Jens Axboe 0a0d96b03a block: add bio_kmalloc() 17 years ago
FUJITA Tomonori 818827669d block: make blk_rq_map_user take a NULL user-space buffer 17 years ago
FUJITA Tomonori 4d8ab62e08 bio: convert bio_copy_kern to use bio_copy_user 17 years ago
FUJITA Tomonori 152e283fdf block: introduce struct rq_map_data to use reserved pages 17 years ago
FUJITA Tomonori a3bce90edd block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iov 17 years ago
Jens Axboe c7c22e4d5c block: add support for IO CPU affinity 17 years ago
Mikulas Patocka 5df97b91b5 drop vmerge accounting 17 years ago
Mikulas Patocka b8b3e16cfe block: drop virtual merging accounting 17 years ago
FUJITA Tomonori aefcc28a3a bio: fix __bio_copy_iov() handling of bio->bv_len 17 years ago
FUJITA Tomonori 76029ff37f bio: fix bio_copy_kern() handling of bio->bv_len 17 years ago
Denis ChengRq 1ac0ae062c bio: make use of bvec_nr_vecs 17 years ago
Nick Piggin f5dd33c494 dio: use get_user_pages_fast 17 years ago
Alasdair G Kergon cc371e66e3 Add bvec_merge_data to handle stacked devices and ->merge_bvec() 17 years ago
Martin K. Petersen 7ba1ba12ee block: Block layer data integrity support 17 years ago
Martin K. Petersen 51d654e1d8 block: Globalize bio_set and bio_vec_slab 17 years ago
Randy Dunlap ffee0259c9 docbook: fix bio missing parameter 17 years ago
Jens Axboe eeae1d48c0 block: use unitialized_var() in bio_alloc_bioset() 17 years ago
FUJITA Tomonori 68154e90c9 block: add dma alignment and padding support to blk_rq_map_kern 17 years ago
FUJITA Tomonori c5dec1c303 block: convert bio_copy_user to bio_copy_user_iov 17 years ago