aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2015-08-18cfq-iosched: minor cleanupsGravatar Tejun Heo 1-15/+11
2015-08-18cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request()Gravatar Tejun Heo 1-0/+2
2015-08-18cfq-iosched: fix async oom queue handlingGravatar Tejun Heo 1-1/+1
2015-08-18cfq-iosched: simplify control flow in cfq_get_queue()Gravatar Tejun Heo 1-6/+7
2015-08-18Revert "block: remove artifical max_hw_sectors cap"Gravatar Jeff Moyer 1-1/+3
2015-08-17scatterlist: remove open coded sg_unmark_end instancesGravatar Dan Williams 1-1/+1
2015-08-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-2/+2
2015-08-15blk-mq: fix race between timeout and freeing requestGravatar Ming Lei 5-18/+35
2015-08-15blk-mq: fix buffer overflow when reading sysfs file of 'pending'Gravatar Ming Lei 1-7/+18
2015-08-13block: remove bio_get_nr_vecs()Gravatar Kent Overstreet 1-23/+0
2015-08-13block: kill merge_bvec_fn() completelyGravatar Kent Overstreet 2-36/+3
2015-08-13block: remove split code in blkdev_issue_{discard,write_same}Gravatar Ming Lin 1-36/+11
2015-08-13block: simplify bio_add_page()Gravatar Kent Overstreet 1-80/+55
2015-08-13block: make generic_make_request handle arbitrarily sized biosGravatar Kent Overstreet 4-20/+165
2015-08-12sd: Fix maximum I/O size for BLOCK_PC requestsGravatar Martin K. Petersen 1-2/+2
2015-07-29block: manipulate bio->bi_flags through helpersGravatar Jens Axboe 5-11/+11
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 7-72/+62
2015-07-23block: Do a full clone when splitting discard biosGravatar Martin K. Petersen 1-3/+12
2015-07-23block: export bio_associate_*() and wbc_account_io()Gravatar Tejun Heo 1-0/+2
2015-07-23block: Remove forced page bouncing under IOGravatar Jan Kara 1-27/+4
2015-07-22blkcg: fix gendisk reference leak in blkg_conf_prep()Gravatar Tejun Heo 1-1/+5
2015-07-17block: make /sys/block/<dev>/queue/discard_max_bytes writeableGravatar Jens Axboe 2-1/+43
2015-07-17block: partition: convert percpu refGravatar Ming Lei 2-5/+10
2015-07-17block: partition: introduce hd_free_part()Gravatar Ming Lei 2-4/+2
2015-07-16blk-mq: set default timeout as 30 secondsGravatar Ming Lei 1-1/+1
2015-07-09blkcg: fix blkcg_policy_data allocation bugGravatar Tejun Heo 1-36/+42
2015-07-09blkcg: implement all_blkcgs listGravatar Tejun Heo 1-5/+12
2015-07-09blkcg: blkcg_css_alloc() should grab blkcg_pol_mutex while iterating blkcg_po...Gravatar Tejun Heo 1-0/+4
2015-07-09blkcg: allow blkcg_pol_mutex to be grabbed from cgroup [file] methodsGravatar Tejun Heo 1-19/+21
2015-07-07block/blk-cgroup.c: free per-blkcg data when freeing the blkcgGravatar Arianna Avanzini 1-3/+6
2015-07-07block: use FIELD_SIZEOF to calculate size of a fieldGravatar Maninder Singh 1-1/+1
2015-07-07bio integrity: do not assume bio_integrity_pool exists if bioset existsGravatar Mike Snitzer 1-2/+2
2015-06-27block: fix bogus EFAULT error from SG_IO ioctlGravatar Paolo Bonzini 1-2/+2
2015-06-26Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Gravatar Linus Torvalds 1-11/+83
2015-06-26Revert "block, dm: don't copy bios for request clones"Gravatar Mike Snitzer 1-11/+83
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 11-728/+139
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 15-255/+478
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2015-06-20cfq-iosched: fix other locations where blkcg_to_cfqgd() can return NULLGravatar Jens Axboe 1-1/+11
2015-06-19cfq-iosched: fix sysfs oops when attempting to read unconfigured weightsGravatar Jens Axboe 1-2/+12
2015-06-19cfq-iosched: move group scheduling functions under ifdefGravatar Jens Axboe 1-16/+16
2015-06-11block: fix ext_dev_lock lockdep reportGravatar Dan Williams 1-6/+6
2015-06-10cfq-iosched: fix the setting of IOPS mode on SSDsGravatar Jens Axboe 2-1/+16
2015-06-09blk-mq: free hctx->ctxs in queue's release handlerGravatar Ming Lei 1-2/+6
2015-06-07block, cgroup: implement policy-specific per-blkcg dataGravatar Arianna Avanzini 3-29/+173
2015-06-05block: Make CFQ default to IOPS mode on SSDsGravatar Tahsin Erdogan 1-1/+1
2015-06-02writeback, blkcg: propagate non-root blkcg congestion stateGravatar Tejun Heo 1-6/+9
2015-06-02writeback, blkcg: restructure blk_{set|clear}_queue_congested()Gravatar Tejun Heo 1-25/+37
2015-06-02writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writebac...Gravatar Tejun Heo 1-2/+15
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksGravatar Tejun Heo 1-1/+6