summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2016-05-05block: make bio_inc_remaining() interface accessible againMike Snitzer-11/+0
2016-05-05block: reinstate early return of -EOPNOTSUPP from blkdev_issue_discardMike Snitzer-2/+5
2016-05-03block: Minor blk_account_io_start usage cleanupMichael Callahan-2/+1
2016-05-02block: add __blkdev_issue_discardChristoph Hellwig-26/+37
2016-05-02block: remove struct bio_batchChristoph Hellwig-91/+27
2016-04-18treewide: Fix typos in printkMasanari Iida-2/+2
2016-04-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+10
2016-04-13block: kill off q->flush_flagsJens Axboe-14/+18
2016-04-12block: kill blk_queue_flush()Jens Axboe-20/+0
2016-04-12Merge branch 'for-4.7/core' into for-4.7/driversJens Axboe-0/+65
2016-04-12block: add ability to flag write back caching on a deviceJens Axboe-0/+65
2016-04-12blk-mq: Make blk_mq_all_tag_busy_iter staticSagi Grimberg-3/+2
2016-04-12blk-mq: Export tagset iter functionSagi Grimberg-0/+12
2016-04-12block: add offset in blk_add_request_payload()Ming Lin-2/+3
2016-04-08fix the copy vs. map logics in blk_rq_map_user_iov()Al Viro-39/+8
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov-24/+24
2016-03-29block: partition: initialize percpuref before sending out KOBJ_ADDMing Lei-3/+10
2016-03-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+6
2016-03-20blk-mq: Use proper cpumask iteratorThomas Gleixner-3/+6
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds-0/+24
2016-03-18Merge branch 'for-4.6/core' of git://git.kernel.dk/linux-blockLinus Torvalds-109/+178
2016-03-16Merge tag 'dm-4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-1/+1
2016-03-15block: partition: add partition specific uevent callbacks for partition infoSan Mehat-0/+11
2016-03-15blk-mq: add bounds check on tag-to-rq conversionHannes Reinecke-1/+4
2016-03-14block: bio_remaining_done() isn't unlikelyChristoph Hellwig-1/+1
2016-03-14block: cleanup bio_endioChristoph Hellwig-18/+17
2016-03-14block: factor out chained bio completionChristoph Hellwig-8/+8
2016-03-14block: don't unecessarily clobber bi_error for chained biosChristoph Hellwig-2/+5
2016-03-03blk-mq: Fix NULL pointer updating nr_requestsKeith Busch-0/+2
2016-03-03block: support large requests in blk_rq_map_user_iovChristoph Hellwig-30/+61
2016-03-03block: merge: get the 1st and last bvec via helpersMing Lei-6/+2
2016-02-27block: disable block device DAX by defaultDan Williams-0/+13
2016-02-22dm: fix excessive dm-mq context switchingMike Snitzer-1/+1
2016-02-19block: Add blk_set_runtime_active()Mika Westerberg-0/+24
2016-02-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-13/+23
2016-02-17blk: fix overflow in queue_discard_max_hw_showAlan-3/+2
2016-02-14blk-mq: mark request queue as mq asapMing Lei-1/+3
2016-02-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-2/+4
2016-02-12bio: return EINTR if copying to user space got interruptedHannes Reinecke-2/+5
2016-02-11blk-mq: End unstarted requests on dying queueKeith Busch-2/+4
2016-02-11block: Initialize max_dev_sectors to 0Keith Busch-2/+2
2016-02-11block: Initialize max_dev_sectors to 0Keith Busch-2/+2
2016-02-09blk-mq: dynamic h/w context countKeith Busch-73/+110
2016-02-09block: fix module reference leak on put_disk() call for cgroups throttleRoman Pen-0/+9
2016-02-09kernel/fs: fix I/O wait not accounted for RW O_DSYNCStephane Gasparini-1/+1
2016-02-04Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley-2/+4
2016-02-04block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen-2/+4
2016-02-04cfq-iosched: Allow parent cgroup to preempt its childJan Kara-1/+18
2016-02-04cfq-iosched: Allow sync noidle workloads to preempt each otherJan Kara-1/+0