summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2014-11-28Merge branch 'akpm-current/current'Stephen Rothwell
2014-11-28Merge remote-tracking branch 'scsi/for-next'Stephen Rothwell
2014-11-27block: restore /proc/partitions to not display non-partitionable removable de...Josh Hunt
2014-11-27bio: modify __bio_add_page() to accept pages that don't start a new segmentMaurizio Lombardi
2014-11-25Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-nextJames Bottomley
2014-11-24Merge branch 'for-3.19/core' into for-nextJens Axboe
2014-11-24blk-mq: cleanup tag free handlingJens Axboe
2014-11-24Merge branch 'for-3.19/core' into for-nextJens Axboe
2014-11-24blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke
2014-11-24Merge branch 'for-3.19/core' into for-nextJens Axboe
2014-11-24blk: introduce generic io stat accounting help functionGu Zheng
2014-11-24blk-mq: handle the single queue case in blk_mq_hctx_next_cpuChristoph Hellwig
2014-11-19Merge branch 'for-3.19/core' into for-nextJens Axboe
2014-11-19genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe
2014-11-18Merge branch 'master' into for-3.19/driversJens Axboe
2014-11-17blk-mq: add blk_mq_free_hctx_request()Jens Axboe
2014-11-17blk-mq: export blk_mq_free_request()Jens Axboe
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig
2014-11-12blk-mq: add blk_mq_unique_tag()Bart Van Assche
2014-11-11block: blk-merge: fix blk_recount_segments()Ming Lei
2014-11-11blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enablePaolo Bonzini
2014-11-11blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if neededPaolo Bonzini
2014-11-10scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDTony Battersby
2014-11-04blk-mq: make mq_queue_reinit_notify() freeze queues in parallelTejun Heo
2014-10-31block: Fix computation of merged request priorityJan Kara
2014-10-29blk-mq: add BLK_MQ_F_DEFER_ISSUE support flagJens Axboe
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe
2014-10-23block: fix wrong error return in elevator_init()Sudip Mukherjee
2014-10-22scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara
2014-10-21blk-merge: recaculate segment if it isn't less than max segmentsMing Lei
2014-10-21block: remove artifical max_hw_sectors capChristoph Hellwig
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-13blk-mq: allocate cpumask on the home nodeJens Axboe
2014-10-13bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng
2014-10-13block: include func name in __get_request printsRobert Elliott
2014-10-13block: make blk_update_request print prefix match ratelimited prefixRobert Elliott
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-09blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bioMing Lei
2014-10-09block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-07blk-mq: Make bt_clear_tag() easier to readBart Van Assche
2014-10-07blk-mq: fix potential hang if rolling wakeup depth is too highJens Axboe
2014-10-03block: add bioset_create_nobvec()Junichi Nomura
2014-10-03block: use bio_clone_fast() in blk_rq_prep_clone()Junichi Nomura
2014-10-01block: misplaced rq_complete tracepointHannes Reinecke
2014-09-27block: Replace strnicmp with strncasecmpRasmus Villemoes
2014-09-27block: Add T10 Protection Information functionsMartin K. Petersen
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen
2014-09-27block: Integrity checksum flagMartin K. Petersen