Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-25block: add support for limiting gaps in SG listsJens Axboe
2014-06-18block: blk_max_size_offset() should check ->max_sectorsJens Axboe
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe
2014-06-05block: add notion of a chunk size for request mergingJens Axboe
2014-06-05Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds
2014-06-05fs/block_dev.c: add bdev_read_page() and bdev_write_page()Matthew Wilcox
2014-06-05fs/libfs.c: add generic data flush to fsyncFabian Frederick
2014-06-04blk-mq: fix sparse warning on missed __percpu annotationMing Lei
2014-05-30Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe
2014-05-29block: add queue flag for disabling SG mergingJens Axboe
2014-05-29block: remove 'magic' from struct blk_plugJens Axboe
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig
2014-05-14blk-mq: improve support for shared tags mapsJens Axboe
2014-05-09blk-mq: initialize struct request fields individuallyChristoph Hellwig
2014-04-17bsg: update check for rq based driver for blk-mqJens Axboe
2014-04-17block: export blk_finish_requestChristoph Hellwig
2014-04-17blk-mq: rename mq_flush_work struct request memberChristoph Hellwig
2014-04-16block: all blk-mq requests are taggedChristoph Hellwig
2014-04-16block: remove struct request buffer memberJens Axboe
2014-04-16Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-10block: fix regression with block enabled taggingJens Axboe
2014-04-09block: add kblockd_schedule_delayed_work_on()Jens Axboe
2014-04-09block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe
2014-04-02constify blk_rq_map_user_iov() and friendsAl Viro
2014-02-25block: Stop abusing csd.list for fifo_timeJan Kara
2014-02-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-02-10blk-mq: rework flush sequencing logicChristoph Hellwig
2014-01-31kernel: use lockless list for smp_call_function_singleChristoph Hellwig
2014-01-09bcache/md: Use raid stripe sizeKent Overstreet
2013-11-24block: Immutable bio vecsKent Overstreet
2013-11-24block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe
2013-10-25block: remove request ref_countChristoph Hellwig
2013-10-25block: make rq->cmd_flags be 64-bitJens Axboe
2013-09-21block: Add nr_bios to block_rq_remap tracepointJun'ichi Nomura
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-07block_device_operations->release() should return voidAl Viro
2013-04-24block: fix max discard sectors limitJames Bottomley
2013-03-23block: add runtime pm helpersLin Ming
2013-01-11Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2013-01-11block: Remove should_sort judgement when flush blk_plugJianpeng Ma
2013-01-09block: RCU free request_queueTejun Heo
2012-12-19blk: avoid divide-by-zero with zero discard granularityLinus Torvalds
2012-12-14block: discard granularity might not be power of 2Shaohua Li
2012-12-06block: Make blk_cleanup_queue() wait until request_fn finishedBart Van Assche
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche
2012-12-06block: Rename queue dead flagBart Van Assche