summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-2/+2
| * block, drivers, fs: shrink bi_rw from long to intMike Christie2016-06-071-1/+1
| * block: convert is_sync helpers to use REQ_OPs.Mike Christie2016-06-073-8/+8
| * block: convert merge/insert code to check for REQ_OPs.Mike Christie2016-06-072-5/+7
| * blkg_rwstat: separate op from flagsMike Christie2016-06-071-20/+29
| * block: prepare elevator to use REQ_OPs.Mike Christie2016-06-073-7/+6
| * block: prepare mq request creation to use REQ_OPsMike Christie2016-06-071-14/+16
| * block: prepare request creation/destruction code to use REQ_OPsMike Christie2016-06-071-25/+29
| * block: copy bio op to request opMike Christie2016-06-071-3/+3
| * block discard: use bio set op accessorMike Christie2016-06-071-6/+7
| * block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-076-20/+19
| * block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie2016-06-072-3/+3
| * block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-074-21/+20
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-251-5/+0
|\ \
| * | timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-071-5/+0
* | | block: fix use-after-free in sys_ioprio_get()Omar Sandoval2016-07-011-0/+2
|/ /
* | block: missing bio_put following submit_bio_waitShaun Tancheff2016-06-071-3/+9
* | blk-mq: really fix plug list flushing for nomerge queuesOmar Sandoval2016-06-021-9/+8
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-271-1/+3
|\
| * blk-mq: clear q->mq_ops if init failMing Lin2016-05-261-1/+3
* | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-1/+0
|\ \
| * | block: Update blkdev_dax_capable() for consistencyToshi Kani2016-05-171-30/+0
* | | Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-231-32/+0
|\ \ \
| * | | Revert "block: enable dax for raw block devices"Dan Williams2016-05-201-32/+0
| |/ /
* | | block/partitions/ldm.c: use generic UUID libraryAndy Shevchenko2016-05-201-56/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-2/+2
|\ \ \ | |_|/ |/| |
| * | treewide: Fix typos in printkMasanari Iida2016-04-181-2/+2
| |/
* | Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-174-37/+20
|\ \
| * | block: kill off q->flush_flagsJens Axboe2016-04-133-14/+18
| * | block: kill blk_queue_flush()Jens Axboe2016-04-121-20/+0
| * | Merge branch 'for-4.7/core' into for-4.7/driversJens Axboe2016-04-122-0/+65
| |\ \
| * | | blk-mq: Make blk_mq_all_tag_busy_iter staticSagi Grimberg2016-04-121-3/+2
* | | | Merge branch 'for-4.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-05-178-133/+148
|\ \ \ \
| * | | | blk-mq: fix undefined behaviour in order_to_size()Bartlomiej Zolnierkiewicz2016-05-161-1/+1
| * | | | blk-throttle: don't parse cgroup path if trace isn't enabledShaohua Li2016-05-101-3/+2
| * | | | block: make bio_inc_remaining() interface accessible againMike Snitzer2016-05-051-11/+0
| * | | | block: reinstate early return of -EOPNOTSUPP from blkdev_issue_discardMike Snitzer2016-05-051-2/+5
| * | | | block: Minor blk_account_io_start usage cleanupMichael Callahan2016-05-031-2/+1
| * | | | block: add __blkdev_issue_discardChristoph Hellwig2016-05-021-26/+37
| * | | | block: remove struct bio_batchChristoph Hellwig2016-05-021-91/+27
| | |/ / | |/| |
| * | | block: add ability to flag write back caching on a deviceJens Axboe2016-04-122-0/+65
| |/ /
| * | blk-mq: Export tagset iter functionSagi Grimberg2016-04-121-0/+12
| * | block: add offset in blk_add_request_payload()Ming Lin2016-04-121-2/+3
* | | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-118-29/+36
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-04-151-3/+10
| |\ \ | | |/ | |/|
| | * block: partition: initialize percpuref before sending out KOBJ_ADDMing Lei2016-03-291-3/+10
| * | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
| * | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-048-24/+24
| |/
* / fix the copy vs. map logics in blk_rq_map_user_iov()Al Viro2016-04-081-39/+8
|/
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-03-242-3/+6
|\