aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman5-26/+26
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-3/+4
2015-11-04Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds1-100/+230
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds10-197/+216
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds7-40/+122
2015-11-03blk-mq: avoid excessive boot delays with large lun countsJeff Moyer1-17/+30
2015-10-28block: re-add discard_granularity and alignment checksMing Lin1-9/+22
2015-10-22blkcg: don't create "io.stat" on the root cgroupTejun Heo1-0/+1
2015-10-21blk-mq: mark ctx as pending at batch in flush plug pathMing Lei1-5/+13
2015-10-21blk-mq: fix for trace_block_plug()Ming Lei1-1/+1
2015-10-21block: check bio_mergeable() early before mergingMing Lei1-1/+1
2015-10-21blk-mq: check bio_mergeable() early before mergingMing Lei1-1/+1
2015-10-21block: avoid to merge splitted bioMing Lei1-0/+3
2015-10-21block: setup bi_phys_segments after splittingMing Lei1-7/+22
2015-10-21block: fix plug list flushing for nomerge queuesJeff Moyer3-6/+36
2015-10-21block: add an API for Persistent ReservationsChristoph Hellwig1-0/+103
2015-10-21block: cleanup blkdev_ioctlChristoph Hellwig1-100/+127
2015-10-21block, libnvdimm, nvme: provide a built-in blk_integrity nop profileDan Williams1-1/+12
2015-10-21block: blk_flush_integrity() for bio-based driversDan Williams3-0/+16
2015-10-21block: move blk_integrity to request_queueDan Williams1-7/+7
2015-10-21block: generic request_queue reference countingDan Williams5-73/+101
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen3-102/+61
2015-10-21block: Export integrity data interval size in sysfsMartin K. Petersen1-0/+14
2015-10-21block: Reduce the size of struct blk_integrityMartin K. Petersen2-5/+5
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen3-25/+16
2015-10-21block: Move integrity kobject to struct gendiskMartin K. Petersen1-11/+11
2015-10-15block: don't release bdi while request_queue has live referencesTejun Heo2-1/+2
2015-10-15blk-mq: fix use-after-free in blk_mq_free_tag_set()Junichi Nomura2-3/+2
2015-10-09blk-mq: remove unused blk_mq_clone_flush_request prototypeChristoph Hellwig1-2/+0
2015-10-09blk-mq: fix waitqueue_active without memory barrier in block/blk-mq-tag.cKosuke Tatsukawa1-0/+4
2015-10-09Merge tag 'v4.3-rc4' into for-4.4/coreJens Axboe6-65/+128
2015-10-01blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig3-18/+25
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig1-6/+6
2015-09-29blk-mq: fix deadlock when reading cpu_listAkinobu Mita2-4/+7
2015-09-29blk-mq: avoid inserting requests before establishing new mappingAkinobu Mita3-19/+52
2015-09-29blk-mq: fix q->mq_usage_counter access raceAkinobu Mita1-3/+4
2015-09-29blk-mq: Fix use after of free q->mq_mapAkinobu Mita1-5/+3
2015-09-29blk-mq: fix sysfs registration/unregistration raceAkinobu Mita2-11/+25
2015-09-29blk-mq: avoid setting hctx->tags->cpumask before allocationAkinobu Mita1-1/+8
2015-09-23block: kmemleak: Track the page allocations for struct requestCatalin Marinas1-0/+11
2015-09-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-39/+61
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2-3/+3
2015-09-17block: fix bounce_end_ioMing Lei1-1/+3
2015-09-17block: blk-merge: fast-clone bio when splitting rw biosMing Lei1-15/+4
2015-09-11block: blkg_destroy_all() should clear q->root_blkg and ->root_rl.blkgTejun Heo1-0/+3
2015-09-11block: Copy a user iovec if it includes gapsSagi Grimberg1-2/+24
2015-09-11block: Refuse adding appending a gapped integrity page to a bioSagi Grimberg1-0/+5
2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg2-0/+9
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds6-800/+891
2015-09-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-27/+4