Age | Commit message (Expand) | Author |
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-04-13 | block: kill off q->flush_flags | Jens Axboe |
2016-04-12 | block: add offset in blk_add_request_payload() | Ming Lin |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-03-18 | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds |
2016-02-22 | dm: fix excessive dm-mq context switching | Mike Snitzer |
2016-02-19 | block: Add blk_set_runtime_active() | Mika Westerberg |
2016-02-04 | Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixes | James Bottomley |
2016-02-04 | block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabled | Martin K. Petersen |
2016-01-21 | Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-01-19 | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-12-28 | block: add blk_start_queue_async() | Jens Axboe |
2015-12-22 | block: ensure to split after potentially bouncing a bio | Junichi Nomura |
2015-12-22 | block: defer timeouts to a workqueue | Christoph Hellwig |
2015-12-03 | SCSI: Fix NULL pointer dereference in runtime PM | Ken Xue |
2015-12-01 | blk-mq: add a flags parameter to blk_mq_alloc_request | Christoph Hellwig |
2015-11-29 | block: Always check queue limits for cloned requests | Hannes Reinecke |
2015-11-24 | block: do not initialise globals to 0 or NULL | Wei Tang |
2015-11-24 | block: rename request_queue slab cache | Ilya Dryomov |
2015-11-11 | block: fix blk-core.c kernel-doc warning | Randy Dunlap |
2015-11-10 | Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-11-07 | block: add block polling support | Jens Axboe |
2015-11-07 | block: change ->make_request_fn() and users to return a queue cookie | Jens Axboe |
2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman |
2015-11-04 | Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-11-04 | Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-10-21 | block: fix plug list flushing for nomerge queues | Jeff Moyer |
2015-10-21 | block: blk_flush_integrity() for bio-based drivers | Dan Williams |
2015-10-21 | block: generic request_queue reference counting | Dan Williams |
2015-10-15 | block: don't release bdi while request_queue has live references | Tejun Heo |
2015-09-10 | Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-08-18 | blkcg: consolidate blkg creation in blkcg_bio_issue_check() | Tejun Heo |
2015-08-13 | block: make generic_make_request handle arbitrarily sized bios | Kent Overstreet |
2015-07-29 | block: manipulate bio->bi_flags through helpers | Jens Axboe |
2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig |
2015-07-07 | block: use FIELD_SIZEOF to calculate size of a field | Maninder Singh |
2015-06-26 | Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev... | Linus Torvalds |
2015-06-26 | Revert "block, dm: don't copy bios for request clones" | Mike Snitzer |
2015-06-25 | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-06-25 | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-06-02 | writeback, blkcg: propagate non-root blkcg congestion state | Tejun Heo |
2015-06-02 | writeback, blkcg: restructure blk_{set|clear}_queue_congested() | Tejun Heo |
2015-06-02 | writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK | Tejun Heo |
2015-06-02 | writeback: move backing_dev_info->state into bdi_writeback | Tejun Heo |
2015-06-02 | blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h | Tejun Heo |
2015-05-29 | Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2 | Mike Snitzer |
2015-05-22 | block, dm: don't copy bios for request clones | Christoph Hellwig |