Commit Graph

132 Commits (f99e8f715a5c7ebad5410b1e9b4d744ddb284f54)

Author SHA1 Message Date
Paul Gortmaker 630d9c4727 fs: reduce the use of module.h wherever possible 13 years ago
Kent Overstreet 5abebfdd02 bio: don't overflow in bio_get_nr_vecs() 13 years ago
Dan Carpenter 121f099412 bio: change some signed vars to unsigned 13 years ago
Tao Ma 9562ad9ab3 block: Remove the control of complete cpu from bio. 13 years ago
Andreas Gruenbacher 6df87e65db block: improve the bio_add_page() and bio_add_pc_page() descriptions 14 years ago
Andreas Gruenbacher c642808454 vfs: Improve the bio_add_page() and bio_add_pc_page() descriptions 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Mandeep Singh Baines 80cdc6dae7 fs: use appropriate printk priority levels 14 years ago
Martin K. Petersen a91a2785b2 block: Require subsystems to explicitly allocate bio_set integrity mempool 14 years ago
Martin K. Petersen df67714028 block: biovec_slab vs. CONFIG_BLK_DEV_INTEGRITY 14 years ago
Jens Axboe cb4644cac4 bio: take care not overflow page count when mapping/copying user data 14 years ago
Jens Axboe f3f63c1c28 block: limit vec count in bio_kmalloc() and bio_alloc_map_data() 14 years ago
Christoph Hellwig 7b6d91daee block: unify flags for struct bio and struct request 15 years ago
Dmitry Monakhov 8bf8c376ab blkdev: fix merge_bvec_fn return value checks v2 15 years ago
Jens Axboe 9599945bac Revert "blkdev: fix merge_bvec_fn return value checks" 15 years ago
Dmitry Monakhov 9f7cdbc33f blkdev: fix merge_bvec_fn return value checks 15 years ago
Martin K. Petersen 8a78362c4e block: Consolidate phys_segment and hw_segment limits 15 years ago
Jaak Ristioja db18efac0b bio: Fix outdated comment about bio_alloc_bioset() 15 years ago
Dmitry Monakhov 1d6165851c block: fix bio_add_page for non trivial merge_bvec_fn case 15 years ago
Thiago Farina f06f135d86 fs/bio.c: fix shadows sparse warning 15 years ago
André Goddard Rosa af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Ilya Loginov 2d4dc890b5 block: add helpers to run flush_dcache_page() against a bio and a request's pages 15 years ago
Alberto Bertogli 5f04eeb8a7 Fix bio_alloc() and bio_kmalloc() documentation 15 years ago
Alberto Bertogli ad0bf11070 bio_put(): add bio_clone() to the list of functions in the comment 15 years ago
H Hartley Sweeten a112a71d45 fs/bio.c: move EXPORT* macros to line after function 16 years ago
FUJITA Tomonori ecb554a846 block: fix sg SG_DXFER_TO_FROM_DEV regression 16 years ago
Martin K. Petersen 7878cba9f0 block: Create bip slabs with embedded integrity vectors 16 years ago
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