summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-09-17block: blk-merge: fast-clone bio when splitting rw biosMing Lei
2015-09-11block: blkg_destroy_all() should clear q->root_blkg and ->root_rl.blkgTejun Heo
2015-09-11block: Copy a user iovec if it includes gapsSagi Grimberg
2015-09-11block: Refuse adding appending a gapped integrity page to a bioSagi Grimberg
2015-09-11block: Refuse request/bio merges with gaps in the integrity payloadSagi Grimberg
2015-09-03block: Check for gaps on front and back mergesJens Axboe
2015-09-02block: fix bogus compiler warnings in blk-merge.cJens Axboe
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-01blk: Fix bio_io_vec index when checking bvec gapsKeith Busch
2015-08-19block: Replace SG_GAPS with new queue limits maskKeith Busch
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-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
2015-06-10cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe
2015-06-09blk-mq: free hctx->ctxs in queue's release handlerMing Lei