summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-17block: do not leak memory in bio_copy_user_iov()Jérôme Glisse1-1/+4
2018-09-15block: bvec_nr_vecs() returns value for wrong slabGreg Edwards1-1/+1
2018-04-08Fix slab name "biovec-(1<<(21-12))"Mikulas Patocka1-2/+2
2017-10-18bio_copy_user_iov(): don't ignore ->iov_offsetAl Viro1-2/+2
2017-10-18more bio_map_user_iov() leak fixesAl Viro1-5/+9
2017-10-18fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh1-0/+8
2017-04-08blk: Ensure users for current->bio_list can see the full list.NeilBrown4-29/+45
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang9-36/+13
2016-09-14block: remove remnant refs to hardsectLinus Walleij3-4/+4
2016-08-16block: Fix secure eraseAdrian Hunter9-32/+50
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe51-157/+158
2016-08-04block: add missing group association in bio-cloning functionsPaolo Valente3-6/+18
2016-07-20block: unexport various bio mapping helpersChristoph Hellwig1-3/+0
2016-07-20block: simplify and cleanup bvec pool handlingChristoph Hellwig5-30/+36
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie24-61/+65
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie53-148/+221
2016-05-05block: make bio_inc_remaining() interface accessible againMike Snitzer2-11/+11
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov65-135/+120
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-18Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds7-110/+185
2016-03-14block: bio_remaining_done() isn't unlikelyChristoph Hellwig1-1/+1
2016-03-14block: cleanup bio_endioChristoph Hellwig1-18/+17
2016-03-14block: factor out chained bio completionChristoph Hellwig1-8/+8
2016-03-14block: don't unecessarily clobber bi_error for chained biosChristoph Hellwig1-2/+5
2016-02-12bio: return EINTR if copying to user space got interruptedHannes Reinecke1-2/+5
2016-02-09kernel/fs: fix I/O wait not accounted for RW O_DSYNCStephane Gasparini1-1/+1
2015-11-24bio: use offset_in_page macroGeliang Tang1-2/+2
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman66-172/+210
2015-09-11Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds17-1078/+1422
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds132-2130/+1199
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch7-42/+43
2015-08-18blkcg: rename subsystem name from blkio to ioTejun Heo6-10/+11
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet16-74/+18
2015-08-13block: simplify bio_add_page()Kent Overstreet1-80/+55
2015-07-29block: manipulate bio->bi_flags through helpersJens Axboe11-20/+33
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig95-682/+622
2015-07-23block: Do a full clone when splitting discard biosMartin K. Petersen1-3/+12
2015-07-23block: export bio_associate_*() and wbc_account_io()Tejun Heo2-0/+3
2015-06-02blkcg: implement bio_associate_blkcg()Tejun Heo2-1/+26
2015-06-02cgroup, block: implement task_get_css() and use it in bio_associate_current()Tejun Heo2-10/+26
2015-05-22block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer12-66/+27
2015-05-05bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe6-12/+30
2015-05-05bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe7-15/+47
2015-02-05block: rewrite and split __bio_copy_iov()Dongsu Park1-34/+56
2015-02-05block: merge __bio_map_user_iov into bio_map_user_iovChristoph Hellwig3-38/+21
2015-02-05block: merge __bio_map_kern into bio_map_kernChristoph Hellwig1-33/+17
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet6-126/+101
2015-02-05block: add a helper to free bio bounce buffer pagesChristoph Hellwig1-32/+33
2015-02-05block: use blk_rq_map_user_iov to implement blk_rq_map_userChristoph Hellwig3-180/+14
2015-02-05block: simplify bio_map_kernChristoph Hellwig1-16/+44
[next]