aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-08-18blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()Tejun Heo
2015-08-18blkcg: remove unnecessary blkcg_root handling from css_alloc/free pathsTejun Heo
2015-08-18blkcg: use blkg_free() in blkcg_init_queue() failure pathTejun Heo
2015-08-18cfq-iosched: charge async IOs to the appropriate blkcg's instead of the rootTejun Heo
2015-08-18cfq-iosched: fold cfq_find_alloc_queue() into cfq_get_queue()Tejun Heo
2015-08-18cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_...Tejun Heo
2015-08-18cfq-iosched: remove @gfp_mask from cfq_find_alloc_queue()Tejun Heo
2015-08-18blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical all...Tejun Heo
2015-08-18cfq-iosched: minor cleanupsTejun Heo
2015-08-18cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request()Tejun Heo
2015-08-18cfq-iosched: fix async oom queue handlingTejun Heo
2015-08-18cfq-iosched: simplify control flow in cfq_get_queue()Tejun Heo
2015-08-18Revert "block: remove artifical max_hw_sectors cap"Jeff Moyer
2015-08-17scatterlist: remove open coded sg_unmark_end instancesDan Williams
2015-08-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2015-08-15blk-mq: fix race between timeout and freeing requestMing Lei
2015-08-15blk-mq: fix buffer overflow when reading sysfs file of 'pending'Ming Lei
2015-08-13block: remove bio_get_nr_vecs()Kent Overstreet
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-08-13block: remove split code in blkdev_issue_{discard,write_same}Ming Lin
2015-08-13block: simplify bio_add_page()Kent Overstreet
2015-08-13block: make generic_make_request handle arbitrarily sized biosKent Overstreet
2015-08-12sd: Fix maximum I/O size for BLOCK_PC requestsMartin K. Petersen
2015-07-29block: manipulate bio->bi_flags through helpersJens Axboe
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-23block: Do a full clone when splitting discard biosMartin K. Petersen
2015-07-23block: export bio_associate_*() and wbc_account_io()Tejun Heo
2015-07-23block: Remove forced page bouncing under IOJan Kara
2015-07-22blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo
2015-07-17block: make /sys/block/<dev>/queue/discard_max_bytes writeableJens Axboe
2015-07-17block: partition: convert percpu refMing Lei
2015-07-17block: partition: introduce hd_free_part()Ming Lei
2015-07-16blk-mq: set default timeout as 30 secondsMing Lei
2015-07-09blkcg: fix blkcg_policy_data allocation bugTejun Heo
2015-07-09blkcg: implement all_blkcgs listTejun Heo
2015-07-09blkcg: blkcg_css_alloc() should grab blkcg_pol_mutex while iterating blkcg_po...Tejun Heo
2015-07-09blkcg: allow blkcg_pol_mutex to be grabbed from cgroup [file] methodsTejun Heo
2015-07-07block/blk-cgroup.c: free per-blkcg data when freeing the blkcgArianna Avanzini
2015-07-07block: use FIELD_SIZEOF to calculate size of a fieldManinder Singh
2015-07-07bio integrity: do not assume bio_integrity_pool exists if bioset existsMike Snitzer
2015-06-27block: fix bogus EFAULT error from SG_IO ioctlPaolo Bonzini
2015-06-26Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds
2015-06-26Revert "block, dm: don't copy bios for request clones"Mike Snitzer
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-06-20cfq-iosched: fix other locations where blkcg_to_cfqgd() can return NULLJens Axboe
2015-06-19cfq-iosched: fix sysfs oops when attempting to read unconfigured weightsJens Axboe
2015-06-19cfq-iosched: move group scheduling functions under ifdefJens Axboe
2015-06-11block: fix ext_dev_lock lockdep reportDan Williams