aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-20mtip32xx: move error handling to service threadfor-3.16/driversAsai Thambi S P2-26/+53
2014-05-16virtio_blk: fix race between start and stop queueMing Lei1-2/+2
2014-05-14mtip32xx: stop block hardware queues before quiescing IOJens Axboe1-1/+7
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-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-01block: null_blk: fix use after freeMing Lei1-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-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-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-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
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
2014-04-10Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds11-481/+1901
2014-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds12-37/+53
2014-04-10Merge tag 'sound-fix-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds41-183/+323
2014-04-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds3-19/+35
2014-04-10alienware-wmi: cover some scenarios where memory allocations would failMario Limonciello1-2/+10
2014-04-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds33-129/+275
2014-04-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds36-73/+2837
2014-04-10Merge tag 'backlight-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-18/+75
2014-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-62/+66