Age | Commit message (Expand) | Author | Files | Lines |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe | 1 | -13/+13 |
2016-07-26 | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -72/+25 |
2016-07-20 | scsi/osd: open code blk_make_request | Christoph Hellwig | 1 | -57/+0 |
2016-07-20 | block: simplify and export blk_rq_append_bio | Christoph Hellwig | 1 | -1/+1 |
2016-07-20 | block: ensure bios return from blk_get_request are properly initialized | Christoph Hellwig | 1 | -5/+7 |
2016-07-05 | block: Export blk_poll | Sagi Grimberg | 1 | -0/+1 |
2016-06-09 | cfq-iosched: temporarily boost queue priority for idle classes | Jens Axboe | 1 | -0/+5 |
2016-06-09 | block: add a separate operation type for secure erase | Christoph Hellwig | 1 | -10/+17 |
2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 1 | -6/+6 |
2016-06-07 | block, drivers, fs: shrink bi_rw from long to int | Mike Christie | 1 | -1/+1 |
2016-06-07 | block: convert is_sync helpers to use REQ_OPs. | Mike Christie | 1 | -3/+3 |
2016-06-07 | block: convert merge/insert code to check for REQ_OPs. | Mike Christie | 1 | -1/+1 |
2016-06-07 | block: prepare elevator to use REQ_OPs. | Mike Christie | 1 | -1/+1 |
2016-06-07 | block: prepare request creation/destruction code to use REQ_OPs | Mike Christie | 1 | -25/+29 |
2016-06-07 | block: copy bio op to request op | Mike Christie | 1 | -3/+3 |
2016-06-07 | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 1 | -3/+3 |
2016-06-07 | block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE | Mike Christie | 1 | -2/+2 |
2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 1 | -7/+4 |
2016-04-13 | block: kill off q->flush_flags | Jens Axboe | 1 | -1/+2 |
2016-04-12 | block: add offset in blk_add_request_payload() | Ming Lin | 1 | -2/+3 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
2016-03-18 | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds | 1 | -0/+24 |
2016-02-22 | dm: fix excessive dm-mq context switching | Mike Snitzer | 1 | -1/+1 |
2016-02-19 | block: Add blk_set_runtime_active() | Mika Westerberg | 1 | -0/+24 |
2016-02-04 | Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixes | James Bottomley | 1 | -2/+4 |
2016-02-04 | block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabled | Martin K. Petersen | 1 | -2/+4 |
2016-01-21 | Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+8 |
2016-01-19 | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -7/+8 |
2015-12-28 | block: add blk_start_queue_async() | Jens Axboe | 1 | -0/+16 |
2015-12-22 | block: ensure to split after potentially bouncing a bio | Junichi Nomura | 1 | -2/+2 |
2015-12-22 | block: defer timeouts to a workqueue | Christoph Hellwig | 1 | -0/+8 |
2015-12-03 | SCSI: Fix NULL pointer dereference in runtime PM | Ken Xue | 1 | -0/+12 |
2015-12-01 | blk-mq: add a flags parameter to blk_mq_alloc_request | Christoph Hellwig | 1 | -5/+6 |
2015-11-29 | block: Always check queue limits for cloned requests | Hannes Reinecke | 1 | -14/+7 |
2015-11-24 | block: do not initialise globals to 0 or NULL | Wei Tang | 1 | -1/+1 |
2015-11-24 | block: rename request_queue slab cache | Ilya Dryomov | 1 | -1/+1 |
2015-11-11 | block: fix blk-core.c kernel-doc warning | Randy Dunlap | 1 | -0/+3 |
2015-11-10 | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -10/+57 |
2015-11-07 | block: add block polling support | Jens Axboe | 1 | -0/+41 |
2015-11-07 | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe | 1 | -10/+16 |
2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 1 | -2/+2 |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 1 | -8/+8 |
2015-11-04 | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -9/+65 |
2015-11-04 | Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+29 |
2015-10-21 | block: fix plug list flushing for nomerge queues | Jeff Moyer | 1 | -3/+29 |
2015-10-21 | block: blk_flush_integrity() for bio-based drivers | Dan Williams | 1 | -0/+3 |
2015-10-21 | block: generic request_queue reference counting | Dan Williams | 1 | -9/+62 |
2015-10-15 | block: don't release bdi while request_queue has live references | Tejun Heo | 1 | -1/+1 |
2015-09-10 | Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2015-08-18 | blkcg: consolidate blkg creation in blkcg_bio_issue_check() | Tejun Heo | 1 | -2/+2 |