| Commit message (Expand) | Author | Age |
... | |
| * | block, drivers, fs: shrink bi_rw from long to int | Mike Christie | 2016-06-07 |
| * | block: convert is_sync helpers to use REQ_OPs. | Mike Christie | 2016-06-07 |
| * | block: convert merge/insert code to check for REQ_OPs. | Mike Christie | 2016-06-07 |
| * | blkg_rwstat: separate op from flags | Mike Christie | 2016-06-07 |
| * | block: prepare elevator to use REQ_OPs. | Mike Christie | 2016-06-07 |
| * | block: prepare mq request creation to use REQ_OPs | Mike Christie | 2016-06-07 |
| * | block: prepare request creation/destruction code to use REQ_OPs | Mike Christie | 2016-06-07 |
| * | block: copy bio op to request op | Mike Christie | 2016-06-07 |
| * | block discard: use bio set op accessor | Mike Christie | 2016-06-07 |
| * | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 2016-06-07 |
| * | block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE | Mike Christie | 2016-06-07 |
| * | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 2016-06-07 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-25 |
|\ \ |
|
| * | | timers: Remove set_timer_slack() leftovers | Thomas Gleixner | 2016-07-07 |
* | | | block: fix use-after-free in sys_ioprio_get() | Omar Sandoval | 2016-07-01 |
|/ / |
|
* | | block: missing bio_put following submit_bio_wait | Shaun Tancheff | 2016-06-07 |
* | | blk-mq: really fix plug list flushing for nomerge queues | Omar Sandoval | 2016-06-02 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-05-27 |
|\ |
|
| * | blk-mq: clear q->mq_ops if init fail | Ming Lin | 2016-05-26 |
* | | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-05-26 |
|\ \ |
|
| * | | block: Update blkdev_dax_capable() for consistency | Toshi Kani | 2016-05-17 |
* | | | Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-05-23 |
|\ \ \ |
|
| * | | | Revert "block: enable dax for raw block devices" | Dan Williams | 2016-05-20 |
| |/ / |
|
* | | | block/partitions/ldm.c: use generic UUID library | Andy Shevchenko | 2016-05-20 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-05-17 |
|\ \ \
| |_|/
|/| | |
|
| * | | treewide: Fix typos in printk | Masanari Iida | 2016-04-18 |
| |/ |
|
* | | Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-05-17 |
|\ \ |
|
| * | | block: kill off q->flush_flags | Jens Axboe | 2016-04-13 |
| * | | block: kill blk_queue_flush() | Jens Axboe | 2016-04-12 |
| * | | Merge branch 'for-4.7/core' into for-4.7/drivers | Jens Axboe | 2016-04-12 |
| |\ \ |
|
| * | | | blk-mq: Make blk_mq_all_tag_busy_iter static | Sagi Grimberg | 2016-04-12 |
* | | | | Merge branch 'for-4.7/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-05-17 |
|\ \ \ \ |
|
| * | | | | blk-mq: fix undefined behaviour in order_to_size() | Bartlomiej Zolnierkiewicz | 2016-05-16 |
| * | | | | blk-throttle: don't parse cgroup path if trace isn't enabled | Shaohua Li | 2016-05-10 |
| * | | | | block: make bio_inc_remaining() interface accessible again | Mike Snitzer | 2016-05-05 |
| * | | | | block: reinstate early return of -EOPNOTSUPP from blkdev_issue_discard | Mike Snitzer | 2016-05-05 |
| * | | | | block: Minor blk_account_io_start usage cleanup | Michael Callahan | 2016-05-03 |
| * | | | | block: add __blkdev_issue_discard | Christoph Hellwig | 2016-05-02 |
| * | | | | block: remove struct bio_batch | Christoph Hellwig | 2016-05-02 |
| | |/ /
| |/| | |
|
| * | | | block: add ability to flag write back caching on a device | Jens Axboe | 2016-04-12 |
| |/ / |
|
| * | | blk-mq: Export tagset iter function | Sagi Grimberg | 2016-04-12 |
| * | | block: add offset in blk_add_request_payload() | Ming Lin | 2016-04-12 |
* | | | Merge branch 'ovl-fixes' into for-linus | Al Viro | 2016-05-11 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-04-15 |
| |\ \
| | |/
| |/| |
|
| | * | block: partition: initialize percpuref before sending out KOBJ_ADD | Ming Lei | 2016-03-29 |
| * | | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 2016-04-04 |
| * | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 |
| |/ |
|
* | | fix the copy vs. map logics in blk_rq_map_user_iov() | Al Viro | 2016-04-08 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-03-24 |
|\ |
|
| * | blk-mq: Use proper cpumask iterator | Thomas Gleixner | 2016-03-20 |