aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-27blk-mq: allow non-softirq completionsfor-3.16/coreJens Axboe2-3/+13
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe5-45/+37
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-26block/blk-lib.c: make __blkdev_issue_zeroout staticFabian Frederick1-2/+2
2014-05-26blk-mq: idle all hardware contexts before freeing a queueChristoph Hellwig1-0/+1
2014-05-23blk-mq: allow setting of per-request timeoutsJens Axboe1-2/+6
2014-05-23blk-mq: export blk_mq_tag_busy_iterSam Bradshaw3-1/+2
2014-05-22blk-mq: split make request handler for multi and single queueJens Axboe1-50/+157
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-20blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott2-5/+6
2014-05-20blk-mq: initialize q->nr_requests after calling blk_queue_make_request()Jens Axboe1-0/+5
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe8-60/+134
2014-05-20htmldocs: fix bio.c locationJens Axboe1-1/+1
2014-05-19block: move mm/bounce.c to block/Jens Axboe3-1/+1
2014-05-19Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe9-27/+236
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-19block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe4-3/+3
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/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-09block: only calculate part_in_flight() onceJens Axboe1-2/+5
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-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-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-04-30block: Fix format string mismatch in cfq-iosched.cMasanari Iida1-1/+1
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-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-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-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
2014-04-11ib_srpt: Use correct ib_sg_dma primitivesMike Marciniszyn1-6/+10
2014-04-11target/tcm_fc: Rename ft_tport_create to ft_tport_getAndy Grover1-3/+3
2014-04-11target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwnAndy Grover1-6/+6
2014-04-11target/tcm_fc: Rename structs and list members for clarityAndy Grover2-33/+32
2014-04-11target/tcm_fc: Limit to 1 TPG per wwnAndy Grover2-11/+12
2014-04-11target/tcm_fc: Don't export ft_lport_listAndy Grover2-2/+1
2014-04-11target/tcm_fc: Fix use-after-free of ft_tpgAndy Grover1-0/+1
2014-04-11target: Add check to prevent Abort Task from aborting itselfAlex Leung1-0/+5
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds19-279/+374
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds6-77/+96
2014-04-11net: ipv6: Fix oif in TCP SYN+ACK route lookup.Lorenzo Colitti1-1/+1
2014-04-11Merge tag 'spi-v3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-28/+35
2014-04-11Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller12-62/+66
2014-04-11Merge tag 'regulator-v3.15-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-14/+12
2014-04-11Merge branch 'cpsw'David S. Miller1-7/+7
2014-04-11drivers: net: cpsw: enable interrupts after napi enable and clearing previous...Mugunthan V N1-6/+6
2014-04-11drivers: net: cpsw: discard all packets received when interface is downMugunthan V N1-1/+1
2014-04-11Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2014-04-11Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds57-421/+969
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller58-121/+112
2014-04-11Merge branch 'hyperv'David S. Miller4-4/+41
2014-04-11Drivers: net: hyperv: Address UDP checksum issuesKY Srinivasan3-2/+37
2014-04-11Drivers: net: hyperv: Negotiate suitable ndis version for offload supportKY Srinivasan1-1/+1
2014-04-11Drivers: net: hyperv: Allocate memory for all possible per-pecket informationKY Srinivasan1-1/+3
2014-04-11bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita2-4/+5
2014-04-11bonding: Remove debug_fs files when module init failsThomas Richter1-0/+1
2014-04-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-41/+221
2014-04-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-28/+67
2014-04-11Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds19-614/+685
2014-04-11Merge tag 'microblaze-3.15-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds23-814/+558
2014-04-11x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernelsH. Peter Anvin1-0/+11
2014-04-11Blackfin: remove "config IP_CHECKSUM_L1"Paul Bolle1-8/+0
2014-04-11blackfin: Remove GENERIC_GPIO config option againPaul Bolle1-3/+0
2014-04-11blackfin:Use generic /proc/interrupts implementationThomas Gleixner2-30/+10
2014-04-11blackfin: bf60x: fix typo "CONFIG_PM_BFIN_WAKE_PA15_POL"Paul Bolle1-1/+1
2014-04-11block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-11Merge branch 'devel-stable' into for-nextRussell King8-551/+562
2014-04-11Merge branches 'fixes' and 'misc' into for-nextRussell King11-63/+123
2014-04-11Dump the registers on undefined instruction userspace faultsRussell King1-0/+1
2014-04-11Btrfs: fix compile warnings on on avr32 platformWang Shilong1-1/+1
2014-04-11i40evf: program RSS LUT correctlyMitch A Williams1-4/+16
2014-04-11i40evf: remove open-coded skb_cow_headFrancois Romieu1-6/+4
2014-04-11ixgb: remove open-coded skb_cow_headFrancois Romieu1-6/+4
2014-04-11igbvf: remove open-coded skb_cow_headFrancois Romieu1-9/+7
2014-04-11igb: fix last_rx_timestamp usageJakub Kicinski3-23/+11
2014-04-11igb: remove open-coded skb_cow_headFrancois Romieu1-5/+4
2014-04-11e1000e: remove open-coded skb_cow_headFrancois Romieu1-6/+4
2014-04-11e1000: remove open-coded skb_cow_headFrancois Romieu1-6/+5
2014-04-11e1000: remove debug messages with function namesJakub Kicinski1-124/+0
2014-04-11ixgbevf: remove open-coded skb_cow_headFrancois Romieu1-5/+4
2014-04-11ixgbevf: Add bit to mark work queue initializationMark Rustad2-1/+11
2014-04-11ixgbe: remove open-coded skb_cow_headFrancois Romieu1-7/+6
2014-04-11ixgbe: Add bit to mark service task initializationMark Rustad2-1/+15
2014-04-11Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar4-24/+18
2014-04-11mm: slab/slub: use page->list consistently instead of page->lruDave Hansen3-8/+9
2014-04-10x86, calgary: Use 8M TCE table size by defaultWANG Chao1-12/+19
2014-04-10tracing: Add missing function triggers dump and cpudump to READMESteven Rostedt (Red Hat)1-0/+2
2014-04-10net: core: don't account for udp header size when computing seglenFlorian Westphal1-5/+7
2014-04-10Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/...Mark Brown10-28/+35
2014-04-10Merge tag 'spi-v3.15' into spi-linusMark Brown87-2298/+4129
2014-04-10Merge remote-tracking branches 'regulator/fix/bcm590xx', 'regulator/fix/s2m' ...Mark Brown4-14/+12
2014-04-10Merge tag 'regulator-v3.15' into regulator-linusMark Brown82-746/+3556
2014-04-10scsi: async sd resumeDan Williams6-30/+115
2014-04-10regulator: bcm590xx: Set n_voltages for linear regTim Kryger1-0/+1
2014-04-10AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERICChris Metcalf1-1/+1
2014-04-10Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds3-4/+4
2014-04-10NVMe: Retry failed commands with non-fatal errorsKeith Busch4-96/+154
2014-04-10NVMe: Add getgeo to block opsKeith Busch1-0/+11
2014-04-10NVMe: Start-stop nvme_thread during device add-remove.Dan McLeran1-14/+42
2014-04-10NVMe: Make I/O timeout a module parameterKeith Busch2-1/+6
2014-04-10NVMe: CPU hot plug notificationKeith Busch2-0/+20
2014-04-10NVMe: per-cpu io queuesKeith Busch2-38/+172
2014-04-10btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer1-0/+22
2014-04-10efi: Pass correct file handle to efi_file_{read,close}Matt Fleming2-9/+9
2014-04-10x86/efi: Correct EFI boot stub use of code32_startMatt Fleming3-14/+8
2014-04-10x86/efi: Fix boot failure with EFI stubMatt Fleming1-1/+1