aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-06-07block, drivers: add REQ_OP_FLUSH operationGravatar Mike Christie 1-2/+2
2016-06-07block, drivers, fs: shrink bi_rw from long to intGravatar Mike Christie 1-1/+1
2016-06-07block: convert is_sync helpers to use REQ_OPs.Gravatar Mike Christie 3-8/+8
2016-06-07block: convert merge/insert code to check for REQ_OPs.Gravatar Mike Christie 2-5/+7
2016-06-07blkg_rwstat: separate op from flagsGravatar Mike Christie 1-20/+29
2016-06-07block: prepare elevator to use REQ_OPs.Gravatar Mike Christie 3-7/+6
2016-06-07block: prepare mq request creation to use REQ_OPsGravatar Mike Christie 1-14/+16
2016-06-07block: prepare request creation/destruction code to use REQ_OPsGravatar Mike Christie 1-25/+29
2016-06-07block: copy bio op to request opGravatar Mike Christie 1-3/+3
2016-06-07block discard: use bio set op accessorGravatar Mike Christie 1-6/+7
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 6-20/+19
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEGravatar Mike Christie 2-3/+3
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 4-21/+20
2016-06-07block: missing bio_put following submit_bio_waitGravatar Shaun Tancheff 1-3/+9
2016-06-02blk-mq: really fix plug list flushing for nomerge queuesGravatar Omar Sandoval 1-9/+8
2016-05-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+3
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2016-05-26blk-mq: clear q->mq_ops if init failGravatar Ming Lin 1-1/+3
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-32/+0
2016-05-20Revert "block: enable dax for raw block devices"Gravatar Dan Williams 1-32/+0
2016-05-20block/partitions/ldm.c: use generic UUID libraryGravatar Andy Shevchenko 1-56/+4
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-37/+20
2016-05-17Merge branch 'for-4.7/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-133/+148
2016-05-17block: Update blkdev_dax_capable() for consistencyGravatar Toshi Kani 1-30/+0
2016-05-16blk-mq: fix undefined behaviour in order_to_size()Gravatar Bartlomiej Zolnierkiewicz 1-1/+1
2016-05-11Merge branch 'ovl-fixes' into for-linusGravatar Al Viro 8-29/+36
2016-05-10blk-throttle: don't parse cgroup path if trace isn't enabledGravatar Shaohua Li 1-3/+2
2016-05-05block: make bio_inc_remaining() interface accessible againGravatar Mike Snitzer 1-11/+0
2016-05-05block: reinstate early return of -EOPNOTSUPP from blkdev_issue_discardGravatar Mike Snitzer 1-2/+5
2016-05-03block: Minor blk_account_io_start usage cleanupGravatar Michael Callahan 1-2/+1
2016-05-02block: add __blkdev_issue_discardGravatar Christoph Hellwig 1-26/+37
2016-05-02block: remove struct bio_batchGravatar Christoph Hellwig 1-91/+27
2016-04-18treewide: Fix typos in printkGravatar Masanari Iida 1-2/+2
2016-04-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+10
2016-04-13block: kill off q->flush_flagsGravatar Jens Axboe 3-14/+18
2016-04-12block: kill blk_queue_flush()Gravatar Jens Axboe 1-20/+0
2016-04-12Merge branch 'for-4.7/core' into for-4.7/driversGravatar Jens Axboe 2-0/+65
2016-04-12block: add ability to flag write back caching on a deviceGravatar Jens Axboe 2-0/+65
2016-04-12blk-mq: Make blk_mq_all_tag_busy_iter staticGravatar Sagi Grimberg 1-3/+2
2016-04-12blk-mq: Export tagset iter functionGravatar Sagi Grimberg 1-0/+12
2016-04-12block: add offset in blk_add_request_payload()Gravatar Ming Lin 1-2/+3
2016-04-08fix the copy vs. map logics in blk_rq_map_user_iov()Gravatar Al Viro 1-39/+8
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageGravatar Kirill A. Shutemov 1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 8-24/+24
2016-03-29block: partition: initialize percpuref before sending out KOBJ_ADDGravatar Ming Lei 1-3/+10
2016-03-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-3/+6
2016-03-20blk-mq: Use proper cpumask iteratorGravatar Thomas Gleixner 2-3/+6
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Gravatar Linus Torvalds 1-0/+24
2016-03-18Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-109/+178