aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-27Merge branch 'for-3.16/core' into for-nextfor-nextJens Axboe2-3/+13
2014-05-27blk-mq: allow non-softirq completionsfor-3.16/coreJens Axboe2-3/+13
2014-05-27Merge branch 'for-3.16/core' into for-nextJens Axboe5-45/+37
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe5-45/+37
2014-05-27Merge branch 'for-3.16/core' into for-nextJens Axboe3-31/+43
2014-05-27block: only allocate/free mq_usage_counter in blk-mqMing Lei3-8/+6
2014-05-27blk-mq: avoid code duplicationMing Lei1-24/+37
2014-05-27blk-mq: fix leak of hctx->ctx_mapMing Lei1-0/+1
2014-05-26Merge branch 'for-3.16/core' into for-nextJens Axboe1-2/+2
2014-05-26block/blk-lib.c: make __blkdev_issue_zeroout staticFabian Frederick1-2/+2
2014-05-26Merge branch 'for-3.16/core' into for-nextJens Axboe1-0/+1
2014-05-26blk-mq: idle all hardware contexts before freeing a queueChristoph Hellwig1-0/+1
2014-05-23Merge branch 'for-3.16/core' into for-nextJens Axboe1-2/+6
2014-05-23blk-mq: allow setting of per-request timeoutsJens Axboe1-2/+6
2014-05-23Merge branch 'for-3.16/core' into for-nextJens Axboe3-1/+2
2014-05-23blk-mq: export blk_mq_tag_busy_iterSam Bradshaw3-1/+2
2014-05-22Merge branch 'for-3.16/core' into for-nextJens Axboe1-50/+157
2014-05-22blk-mq: split make request handler for multi and single queueJens Axboe1-50/+157
2014-05-21Merge branch 'for-3.16/core' into for-nextJens Axboe4-57/+115
2014-05-21blk-mq: save memory by freeing requests on unused hardware queuesJens Axboe1-52/+105
2014-05-21blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe4-10/+15
2014-05-20Merge branch 'for-3.16/core' into for-nextJens Axboe2-5/+6
2014-05-20blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott2-5/+6
2014-05-20Merge branch 'for-3.16/core' into for-nextJens Axboe1-0/+5
2014-05-20blk-mq: initialize q->nr_requests after calling blk_queue_make_request()Jens Axboe1-0/+5
2014-05-20Merge branch 'for-3.16/drivers' into for-nextJens Axboe2-26/+53
2014-05-20Merge branch 'for-3.16/core' into for-nextJens Axboe8-60/+134
2014-05-20mtip32xx: move error handling to service threadfor-3.16/driversAsai Thambi S P2-26/+53
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe8-60/+134
2014-05-20Merge branch 'for-3.16/core' into for-nextJens Axboe1-1/+1
2014-05-20htmldocs: fix bio.c locationJens Axboe1-1/+1
2014-05-19Merge branch 'for-3.16/core' into for-nextJens Axboe3-1/+1
2014-05-19block: move mm/bounce.c to block/Jens Axboe3-1/+1
2014-05-19Merge branch 'for-3.16/core' into for-nextJens Axboe9-27/+236
2014-05-19Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe9-27/+236
2014-05-19Merge branch 'for-3.16/core' into for-nextJens Axboe8-43/+119
2014-05-19blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe2-30/+99
2014-05-19blk-mq: move the cache friendly bitmap type of out blk-mq-tagJens Axboe3-11/+17
2014-05-19block: move ioprio.c from fs/ to block/Jens Axboe3-2/+3
2014-05-19Merge branch 'for-3.16/core' into for-nextJens Axboe4-3/+3
2014-05-19block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe4-3/+3
2014-05-16Merge branch 'for-3.16/drivers' into for-nextJens Axboe1-2/+2
2014-05-16virtio_blk: fix race between start and stop queueMing Lei1-2/+2
2014-05-14Merge branch 'for-3.16/drivers' into for-nextJens Axboe1-1/+7
2014-05-14mtip32xx: stop block hardware queues before quiescing IOJens Axboe1-1/+7
2014-05-14Merge branch 'for-3.16/drivers' into for-nextJens Axboe1-1/+1
2014-05-14mtip32xx: blk_mq_init_queue() returns an ERR_PTRDan Carpenter1-1/+1
2014-05-13mtip32xx: convert to use blk-mqJens Axboe2-616/+297
2014-05-13blk-mq: improve support for shared tags mapsfor-3.16/blk-mq-taggingJens Axboe9-27/+236
2014-05-10Merge branch 'for-3.16/core' into for-nextJens Axboe2-25/+41
2014-05-10Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2-25/+41
2014-05-10blk-mq: bitmap tag: cleanup blk_mq_init_tagsMing Lei1-4/+0
2014-05-10blk-mq: bitmap tag: select random tag betweet 0 and (depth - 1)Ming Lei1-4/+1
2014-05-10blk-mq: bitmap tag: remove barrier in bt_clear_tag()Ming Lei1-1/+0
2014-05-10blk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag()Ming Lei1-1/+5
2014-05-09Merge branch 'for-3.16/core' into for-nextJens Axboe1-2/+5
2014-05-09block: only calculate part_in_flight() onceJens Axboe1-2/+5
2014-05-09Merge branch 'for-3.16/core' into for-nextJens Axboe1-4/+2
2014-05-09blk-mq: fix race in IO start accountingJens Axboe1-4/+2
2014-05-09blk-mq: use sparser tag layout for lower queue depthJens Axboe2-16/+36
2014-05-09Merge branch 'for-3.16/blk-mq-drivers' into for-nextJens Axboe2-616/+297
2014-05-09mtip32xx: convert to use blk-mqfor-3.16/blk-mq-driversJens Axboe2-616/+297
2014-05-09Merge branch 'for-3.16/drivers' into for-3.16/blk-mq-driversJens Axboe20-1094/+1444
2014-05-09Merge branch 'for-3.16/core' into for-nextJens Axboe18-241/+572
2014-05-09blk-mq: implement new and more efficient tagging schemeJens Axboe5-99/+391
2014-05-09blk-mq: initialize struct request fields individuallyChristoph Hellwig2-5/+49
2014-05-09blk-mq: update a hotplug comment for grammarJens Axboe1-4/+4
2014-05-07blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe2-14/+35
2014-05-05cdrom: Remove unnecessary prototype for cdrom_get_disc_infoJoe Perches1-35/+36
2014-05-05cdrom: Remove unnecessary prototype for cdrom_mrw_exitJoe Perches1-117/+121
2014-05-05cdrom: Remove cdrom_count_tracks prototypeJoe Perches1-47/+47
2014-05-05cdrom: Remove cdrom_get_next_writeable prototypeJoe Perches1-50/+51
2014-05-05cdrom: Remove cdrom_get_last_written prototypeJoe Perches1-96/+97
2014-05-05cdrom: Move mmc_ioctls above cdrom_ioctl to remove unnecessary prototypeJoe Perches1-124/+122
2014-05-05cdrom: Remove unnecessary sanitize_format prototypeJoe Perches1-2/+0
2014-05-05cdrom: Remove unnecessary check_for_audio_disc prototypeJoe Perches1-2/+0
2014-05-05cdrom: Remove prototype for open_for_dataJoe Perches1-57/+57
2014-05-05cdrom: Remove obfuscating IOCTL_IN and IOCTL_OUT macrosJoe Perches1-21/+27
2014-05-05cdrom: Remove unused CHECKAUDIO macroJoe Perches1-3/+0
2014-05-05cdrom: convert cdinfo to cd_dbgJoe Perches1-120/+121
2014-05-02block/blk-throttle.c: fix return of 0/1 with return type boolFabian Frederick1-4/+4
2014-05-02block/blk-iopoll.c: use iop instead of iopollFabian Frederick1-2/+2
2014-05-02blk-mq: remove extra requeue traceJens Axboe1-4/+0
2014-05-01block: null_blk: fix use after freeMing Lei1-1/+1
2014-04-30block: Fix format string mismatch in cfq-iosched.cMasanari Iida1-1/+1
2014-04-30drbd: use list_first_entry_or_null in first_peer_device/first_connectionLars Ellenberg1-2/+2
2014-04-30drbd: Allow attaching of a newly created device to any backing devicePhilipp Reisner1-1/+1
2014-04-30drbd: Test cstate while holding req_lockPhilipp Reisner2-2/+3
2014-04-30drbd: use blk_set_stacking_limits()Philipp Reisner2-7/+7
2014-04-30drbd: evaluate disk and network timeout on different requestsLars Ellenberg1-14/+33
2014-04-30drbd: Fix a hole in the challange-response connection authenticationPhilipp Reisner1-0/+12
2014-04-30drbd: always implicitly close last epoch when idleLars Ellenberg1-33/+15
2014-04-30drbd: add back some fairness to AL transactionsLars Ellenberg3-2/+22
2014-04-30drbd: keep max-bio size during detach/attach on disconnected primaryLars Ellenberg1-1/+7
2014-04-30drbd: fix a race between start_resync and send_and_submitLars Ellenberg1-3/+8
2014-04-30drbd: Enable QUEUE_FLAG_DISCARD only if the peer can recieve P_TRIMLars Ellenberg4-4/+37
2014-04-30drbd: prepare sending side for REQ_DISCARDLars Ellenberg4-4/+30
2014-04-30drbd: prepare receiving side for REQ_DISCARDLars Ellenberg5-26/+100
2014-04-30drbd: allow parallel promote/demote actionsLars Ellenberg3-14/+88
2014-04-30drbd: perpare for genetlink parallel_opsLars Ellenberg3-175/+198
2014-04-30drbd: Do not BUG() when connection breaks in a special wayPhilipp Reisner1-7/+7
2014-04-30drbd: don't let application IO pre-empt resync too oftenLars Ellenberg3-29/+34
2014-04-30drbd: fix potential distributed deadlock during verify or resyncLars Ellenberg2-15/+29
2014-04-30drbd: resync: fix too large bursts for very slow ratesLars Ellenberg1-1/+1
2014-04-30drbd: fix stalled resync detection in /proc/drbdLars Ellenberg1-1/+1
2014-04-30drbd: Allow online layout change of AL while peer is not connectedPhilipp Reisner1-1/+1
2014-04-30drbd: Remove drbd_wrappers.hPhilipp Reisner6-58/+35
2014-04-30drbd: Leave IO suspended if the fence handler find the peer primaryPhilipp Reisner2-11/+21
2014-04-30drbd: Break a deadlock while concurrent fencing and establishing a connectionPhilipp Reisner1-10/+13
2014-04-30blk-mq: refactor request insertion/mergingJens Axboe1-7/+15
2014-04-30blk-mq remove debug BUG_ON() when draining software queuesJens Axboe1-1/+0
2014-04-29blk-mq: fix waiting for reserved tagsJens Axboe3-4/+4
2014-04-28random: export add_disk_randomnessChristoph Hellwig1-0/+1
2014-04-25block: fold __blk_add_timer into blk_add_timerChristoph Hellwig1-23/+11
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig4-46/+6
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe4-18/+42
2014-04-24Revert "blk-mq: initialize req->q in allocation"Jens Axboe1-3/+1
2014-04-23blk-mq: fix leak of set->tagsMing Lei1-0/+1
2014-04-22mtip32xx: Fix ERO and NoSnoop values in PCIe upstream on AMD systemsAsai Thambi S P1-0/+53
2014-04-22mtip32xx: Remove dfs_parent after pci unregisterAsai Thambi S P1-2/+2
2014-04-22mtip32xx: Increase timeout for STANDBY IMMEDIATE commandAsai Thambi S P1-31/+35
2014-04-22fs/bio.c: remove nr_segs (unused function parameter)Fabian Frederick1-3/+2
2014-04-22fs/bio: remove bs paramater in biovec_create_poolFabian Frederick3-4/+4
2014-04-21block/blk-throttle.c: add static to blk_throtl_dispatch_work_fnFabian Frederick1-1/+1
2014-04-21cciss: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-5/+1
2014-04-21skd: Use pci_enable_msix_exact() instead of pci_enable_msix_range()Alexander Gordeev1-4/+3
2014-04-21fs: fix new kernel-doc warnings in fs/bio.cRandy Dunlap1-0/+2
2014-04-21blk-mq: initialize req->q in allocationMing Lei1-1/+3
2014-04-21blk-mq: user (1 << order) to implement order_to_size()Ming Lei1-6/+1
2014-04-21blk-mq: fix allocation of set->tagsMing Lei1-1/+2
2014-04-21blk-mq: free hctx->ctx_map when init failedMing Lei1-0/+1
2014-04-16sd/skd: stuff discard page in request->completion_dataJens Axboe2-6/+5
2014-04-16bsg: update check for rq based driver for blk-mqJens Axboe2-1/+10
2014-04-16jsflash: missed conversion from rq->buffer to bio_data(rq->bio)Jens Axboe1-1/+1
2014-04-16block: relax when to modify the timeout timerJens Axboe1-2/+13
2014-04-16block: export blk_finish_requestChristoph Hellwig2-1/+3
2014-04-16blk-mq: rename mq_flush_work struct request memberChristoph Hellwig2-4/+4
2014-04-16blk-mq: add blk_mq_requeue_requestChristoph Hellwig2-2/+18
2014-04-16blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig2-0/+12
2014-04-16blk-mq: add blk_mq_delay_queueChristoph Hellwig3-9/+46
2014-04-16blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig3-5/+5
2014-04-16blk-mq: bidi supportChristoph Hellwig1-2/+7
2014-04-16blk-mq: allow drivers to hook into I/O completionChristoph Hellwig2-13/+12
2014-04-16blk-mq: kill preempt disable/enable in blk_mq_work_fn()Jens Axboe1-2/+0
2014-04-16blk-mq: don't use preempt_count() to check for right CPUJens Axboe1-1/+1
2014-04-16gdrom: missed conversion from req->bufferJens Axboe1-1/+1
2014-04-15block: all blk-mq requests are taggedChristoph Hellwig1-1/+2
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig8-200/+262
2014-04-15blk-mq: initialize request on allocationChristoph Hellwig1-3/+1
2014-04-15blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig3-87/+55
2014-04-15blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig3-10/+24
2014-04-15blk-mq: do not initialize req->specialChristoph Hellwig5-27/+9
2014-04-15blk-mq: initialize resid_lenChristoph Hellwig1-0/+2
2014-04-15block: remove struct request buffer memberJens Axboe23-75/+55
2014-04-15Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe2159-35006/+167314
2014-04-13Linux 3.15-rc1Linus Torvalds1-2/+2
2014-04-13mm: Initialize error in shmem_file_aio_read()Geert Uytterhoeven1-1/+1
2014-04-13cifs: Use min_t() when comparing "size_t" and "unsigned long"Geert Uytterhoeven1-1/+1
2014-04-13Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds5-84/+128
2014-04-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds6-120/+196
2014-04-12sym53c8xx_2: Set DID_REQUEUE return code when aborting squeueMikulas Patocka1-0/+4
2014-04-12powerpc: Don't try to set LPCR unless we're in hypervisor modePaul Mackerras1-1/+2
2014-04-12futex: update documentation for ordering guaranteesDavidlohr Bueso1-9/+23
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds102-433/+420
2014-04-12Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds37-1473/+1115
2014-04-12Merge tag 'remoteproc-3.15-cleanups' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-17/+3
2014-04-12Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds9-5/+71
2014-04-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds33-437/+1241
2014-04-12Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-126/+200
2014-04-12Merge tag 'ntb-3.15' of git://github.com/jonmason/ntbLinus Torvalds5-116/+150
2014-04-12ceph: fix pr_fmt() redefinitionLinus Torvalds1-2/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds76-1537/+911
2014-04-12Merge branch 'tunnels'David S. Miller2-2/+2
2014-04-12vti: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-04-12gre: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-04-12drivers: net: xen-netfront: fix array initialization bugVincenzo Maffione1-1/+1
2014-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller14-203/+91
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds13-363/+358
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds36-119/+351
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro3-4/+4
2014-04-12cifs: fix the race in cifs_writev()Al Viro1-5/+18
2014-04-12ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failureAl Viro1-2/+2
2014-04-12pktgen: be friendly to LLTX devicesDaniel Borkmann1-2/+6
2014-04-12r8152: check RTL8152_UNPLUGhayeswang1-0/+48
2014-04-12net: sun4i-emac: add promiscuous supportMarc Zyngier1-9/+21
2014-04-12net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-3/+1
2014-04-12blackfin: cleanup board filesSteven Miao28-1209/+1089
2014-04-12bf609: clock: drop unused clock bit set/clear functionsSteven Miao1-18/+0
2014-04-12Blackfin: bf537: rename "CONFIG_ADT75"Paul Bolle1-1/+1
2014-04-12Blackfin: bf537: rename "CONFIG_AD7314"Paul Bolle1-2/+2
2014-04-12Blackfin: bf537: rename ad2s120x ->ad2s1200Paul Bolle1-7/+7
2014-04-12blackfin: bf537: fix typo "CONFIG_SND_SOC_ADV80X_MODULE"Paul Bolle1-1/+1
2014-04-12blackfin: dma: current count mmr is read onlySonic Zhang1-2/+0
2014-04-12bfin_crc: Move architecture independant crc header file out of the blackfin f...Sonic Zhang1-125/+0
2014-04-12bf54x: drop unuesd HOST status,control,timeout registers bit define macrosSteven Miao2-60/+0
2014-04-12blackfin: portmux: cleanup head fileSteven Miao1-6/+4
2014-04-11Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-30/+115
2014-04-11Merge tag 'md/3.15' of git://neil.brown.name/mdLinus Torvalds5-51/+61
2014-04-11Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds4-245/+504
2014-04-11Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-53/+67