Age | Commit message (Expand) | Author |
2015-10-28 | block: re-add discard_granularity and alignment checks | Ming Lin |
2015-10-22 | blkcg: don't create "io.stat" on the root cgroup | Tejun Heo |
2015-10-21 | blk-mq: mark ctx as pending at batch in flush plug path | Ming Lei |
2015-10-21 | blk-mq: fix for trace_block_plug() | Ming Lei |
2015-10-21 | block: check bio_mergeable() early before merging | Ming Lei |
2015-10-21 | blk-mq: check bio_mergeable() early before merging | Ming Lei |
2015-10-21 | block: avoid to merge splitted bio | Ming Lei |
2015-10-21 | block: setup bi_phys_segments after splitting | Ming Lei |
2015-10-21 | block: fix plug list flushing for nomerge queues | Jeff Moyer |
2015-10-21 | block: add an API for Persistent Reservations | Christoph Hellwig |
2015-10-21 | block: cleanup blkdev_ioctl | Christoph Hellwig |
2015-10-21 | block, libnvdimm, nvme: provide a built-in blk_integrity nop profile | Dan Williams |
2015-10-21 | block: blk_flush_integrity() for bio-based drivers | Dan Williams |
2015-10-21 | block: move blk_integrity to request_queue | Dan Williams |
2015-10-21 | block: generic request_queue reference counting | Dan Williams |
2015-10-21 | block: Inline blk_integrity in struct gendisk | Martin K. Petersen |
2015-10-21 | block: Export integrity data interval size in sysfs | Martin K. Petersen |
2015-10-21 | block: Reduce the size of struct blk_integrity | Martin K. Petersen |
2015-10-21 | block: Consolidate static integrity profile properties | Martin K. Petersen |
2015-10-21 | block: Move integrity kobject to struct gendisk | Martin K. Petersen |
2015-10-15 | block: don't release bdi while request_queue has live references | Tejun Heo |
2015-10-15 | blk-mq: fix use-after-free in blk_mq_free_tag_set() | Junichi Nomura |
2015-10-09 | blk-mq: remove unused blk_mq_clone_flush_request prototype | Christoph Hellwig |
2015-10-09 | blk-mq: fix waitqueue_active without memory barrier in block/blk-mq-tag.c | Kosuke Tatsukawa |
2015-10-09 | Merge tag 'v4.3-rc4' into for-4.4/core | Jens Axboe |
2015-10-01 | blk-mq: factor out a helper to iterate all tags for a request_queue | Christoph Hellwig |
2015-10-01 | blk-mq: fix racy updates of rq->errors | Christoph Hellwig |
2015-09-29 | blk-mq: fix deadlock when reading cpu_list | Akinobu Mita |
2015-09-29 | blk-mq: avoid inserting requests before establishing new mapping | Akinobu Mita |
2015-09-29 | blk-mq: fix q->mq_usage_counter access race | Akinobu Mita |
2015-09-29 | blk-mq: Fix use after of free q->mq_map | Akinobu Mita |
2015-09-29 | blk-mq: fix sysfs registration/unregistration race | Akinobu Mita |
2015-09-29 | blk-mq: avoid setting hctx->tags->cpumask before allocation | Akinobu Mita |
2015-09-23 | block: kmemleak: Track the page allocations for struct request | Catalin Marinas |
2015-09-19 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-09-18 | cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() | Tejun Heo |
2015-09-17 | block: fix bounce_end_io | Ming Lei |
2015-09-17 | block: blk-merge: fast-clone bio when splitting rw bios | Ming Lei |
2015-09-11 | block: blkg_destroy_all() should clear q->root_blkg and ->root_rl.blkg | Tejun Heo |
2015-09-11 | block: Copy a user iovec if it includes gaps | Sagi Grimberg |
2015-09-11 | block: Refuse adding appending a gapped integrity page to a bio | Sagi Grimberg |
2015-09-11 | block: Refuse request/bio merges with gaps in the integrity payload | Sagi Grimberg |
2015-09-10 | Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-09-03 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2015-09-03 | block: Check for gaps on front and back merges | Jens Axboe |
2015-09-02 | block: fix bogus compiler warnings in blk-merge.c | Jens Axboe |
2015-09-02 | Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-09-02 | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-09-01 | blk: Fix bio_io_vec index when checking bvec gaps | Keith Busch |
2015-08-19 | block: Replace SG_GAPS with new queue limits mask | Keith Busch |