aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-15ocfs2: Don't spam on -EDQUOT.merge-windowlinux-nextfixesALLJoel Becker1-1/+2
2012-08-15ocfs2: break useless while loopJunxiao Bi1-1/+3
2012-08-14ocfs2: delay migration when the lockres is in migration stateXue jiufei1-0/+4
2012-08-14ocfs2: skip locks in the blocked listXue jiufei1-0/+7
2012-08-14ocfs2: Fix oops in ocfs2_fast_symlink_readpage() code pathSunil Mushran1-1/+1
2012-08-14ocfs2/dlm: use GFP_ATOMIC inside a spin_lockDan Carpenter1-1/+1
2012-08-14ocfs2: use bitmap_weight()Akinobu Mita1-15/+7
2012-08-14ocfs2: use find_last_bit()Akinobu Mita1-16/+2
2012-07-06Merge tag 'ecryptfs-3.5-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-20/+30
2012-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-18/+20
2012-07-06eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks1-7/+16
2012-07-06qla2xxx: print the right array elements in qlt_async_eventAlan Cox1-17/+18
2012-07-06tcm_fc: Resolve suspicious RCU usage warningsMark Rustad1-1/+2
2012-07-06Merge tag 'for-linus-20120706' of git://git.infradead.org/linux-mtdLinus Torvalds2-1/+8
2012-07-06mm: Hold a file reference in madvise_removeAndy Lutomirski1-4/+14
2012-07-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds5-18/+24
2012-07-06Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-21/+20
2012-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds19-25/+39
2012-07-06mtd: cafe_nand: fix an & vs | mistakeDan Carpenter1-1/+1
2012-07-05Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-47/+56
2012-07-05Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-13/+37
2012-07-05Merge branch 'fixes-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+15
2012-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds13-201/+258
2012-07-05Merge branch 'fixes-for-grant' of git://sources.calxeda.com/kernel/linuxLinus Torvalds8-11/+36
2012-07-05Merge tag 'omap-fixes-for-v3.5-rc5' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann3-15/+17
2012-07-05Merge branch 'mxs/fixes-for-3.5' of git://git.linaro.org/people/shawnguo/linu...Arnd Bergmann1-0/+11
2012-07-05aio: make kiocb->private NUll in init_sync_kiocb()Junxiao Bi1-0/+1
2012-07-05Merge tag 'omap-fixes-b-for-3.5rc' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren1-14/+14
2012-07-05ARM: apx4devkit: fix FEC enabling PHY clockLauri Hintsala1-0/+11
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen17-23/+34
2012-07-04ARM: OMAP2+: hwmod data: Fix wrong McBSP clock alias on OMAP4Benoit Cousson1-4/+4
2012-07-04ARM: OMAP4: hwmod data: temporarily comment out data for the usb_host_fs and ...Paul Walmsley1-10/+10
2012-07-04Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesArnd Bergmann1-29/+0
2012-07-04Merge tag 'v3.5-imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into...Arnd Bergmann2-2/+9
2012-07-04ARM: Orion: Fix WDT compile for Dove and MV78xx0Andrew Lunn4-0/+5
2012-07-04ARM: mmp: remove mach/gpio-pxa.hPaul Bolle1-29/+0
2012-07-04leds: heartbeat: fix bug on panicAlexander Holler1-1/+15
2012-07-04ARM: imx: assert SCC gate stays enabledUwe Kleine-König1-1/+8
2012-07-03ocfs2: Fix bogus error message from ocfs2_global_read_infoJan Kara1-2/+0
2012-07-03ocfs2: for SEEK_DATA/SEEK_HOLE, return internal error unchanged if ocfs2_get_...Jeff Liu1-2/+0
2012-07-03ocfs2: use spinlock irqsave for downconvert lock.patchSrinivas Eeda1-12/+19
2012-07-03ocfs2: Misplaced parens in unlikleyroel1-1/+1
2012-07-03ocfs2: clear unaligned io flag when dio failsJunxiao Bi1-1/+3
2012-07-03Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds1-15/+13
2012-07-03Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds1-1/+1
2012-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds40-160/+196
2012-07-04md/raid10: fix careless build errorNeilBrown1-1/+1
2012-07-03eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks1-12/+13
2012-07-03eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks1-1/+1
2012-07-03floppy: cancel any pending fd_timeouts before adding a new oneLinus Torvalds1-0/+1
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds20-200/+338
2012-07-03KVM: MMU: fix shrinking page from the empty mmuXiao Guangrong1-0/+3
2012-07-03KVM: fix fault page leakXiao Guangrong1-0/+1
2012-07-03clk: fix parent validation in __clk_set_parent()Rajendra Nayak1-15/+13
2012-07-03Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds4-3/+31
2012-07-03Merge tag 'dm-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds5-111/+103
2012-07-03Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-18/+73
2012-07-03cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton1-6/+3
2012-07-03Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds5-42/+75
2012-07-03Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2-0/+51
2012-07-03dm: verity fix documentationMilan Broz1-85/+46
2012-07-03dm persistent data: fix allocation failure in space map checker initMike Snitzer1-11/+19
2012-07-03dm persistent data: handle space map checker creation failureMike Snitzer3-15/+28
2012-07-03dm persistent data: fix shadow_info_leak on dm_tm_destroyMike Snitzer1-0/+3
2012-07-03dm thin: commit metadata before creating metadata snapshotJoe Thornber1-0/+7
2012-07-03security: Fix nommu build.Paul Mundt1-0/+1
2012-07-03drm/i915: kick any firmware framebuffers before claiming the gttDaniel Vetter1-7/+30
2012-07-03drm: edid: Don't add inferred modes with higher resolutionTakashi Iwai1-3/+24
2012-07-03drm/radeon: fix rare segfaultJerome Glisse1-4/+6
2012-07-03md: fix up plugging (again).NeilBrown3-16/+9
2012-07-03md: support re-add of recovering devices.NeilBrown1-2/+1
2012-07-03md/raid1: fix bug in read_balance introduced by hot-replaceNeilBrown1-2/+2
2012-07-03raid5: delayed stripe fixShaohua Li1-1/+3
2012-07-03md/raid456: When read error cannot be recovered, record bad blockmajianpeng1-4/+11
2012-07-03md: make 'name' arg to md_register_thread non-optional.NeilBrown5-5/+8
2012-07-03md/raid10: fix failure when trying to repair a read error.NeilBrown1-3/+3
2012-07-02Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-2/+2
2012-07-03security: document no_new_privsAndy Lutomirski1-0/+50
2012-07-03md/raid5: fix refcount problem when blocked_rdev is set.NeilBrown1-2/+12
2012-07-03md:Add blk_plug in sync_thread.majianpeng1-0/+3
2012-07-03md/raid5: In ops_run_io, inc nr_pending before calling md_wait_for_blocked_rdevmajianpeng1-0/+6
2012-07-03md/raid5: Do not add data_offset before call to is_badblockmajianpeng1-2/+3
2012-07-03md/raid5: prefer replacing failed devices over want-replacement devices.NeilBrown1-5/+8
2012-07-03md/raid10: Don't try to recovery unmatched (and unused) chunks.NeilBrown1-0/+6
2012-07-02KVM: Sanitize KVM_IRQFD flagsAlex Williamson1-0/+3
2012-07-02KVM: Add missing KVM_IRQFD API documentationAlex Williamson1-0/+17
2012-07-02KVM: Pass kvm_irqfd to functionsAlex Williamson3-13/+13
2012-07-02Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesArnd Bergmann1-1/+14
2012-07-02Btrfs: run delayed directory updates during log replayChris Mason1-0/+6
2012-07-02Btrfs: hold a ref on the inode during writepagesJosef Bacik1-0/+14
2012-07-02Btrfs: fix tree log remove space corner caseJosef Bacik1-93/+52
2012-07-02Btrfs: fix wrong check during log recoveryLiu Bo1-1/+1
2012-07-02Btrfs: use _IOR for BTRFS_IOC_SUBVOL_GETFLAGSAlexander Block1-1/+1
2012-07-02Btrfs: resume balance on rw (re)mounts properlyIlya Dryomov4-18/+47
2012-07-02Btrfs: restore restriper state on all mountsIlya Dryomov3-25/+26
2012-07-02Btrfs: fix dio write vs buffered read raceJosef Bacik2-18/+50
2012-07-02Btrfs: don't count I/O statistic read errors for missing devicesStefan Behrens1-10/+12
2012-07-02ARM: OMAP4: TWL6030: ensure sys_nirq1 is mux'd and wakeup enabledKevin Hilman1-0/+2
2012-07-02ARM: OMAP2: Overo: init I2C before MMC to fix MMC suspend/resume failureKevin Hilman1-1/+1
2012-07-02ARM: imx27_visstrim_m10: Do not include <asm/system.h>Fabio Estevam1-1/+1
2012-07-02powerpc/kvm: sldi should be sldMichael Neuling1-1/+1
2012-07-02powerpc/xmon: Use cpumask iterator to avoid warningAnton Blanchard1-1/+1
2012-07-01Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-0/+76
2012-07-01ARM: 7438/1: fill possible PMD empty section gapsNicolas Pitre1-0/+74
2012-07-01e1000e: remove use of IP payload checksumBruce Allan2-61/+15
2012-07-01ARM: pxa: hx4700: Fix basic suspend/resumePaul Parsons1-1/+14
2012-06-30sctp: be more restrictive in transport selection on bundled sacksNeil Horman10-5/+39
2012-06-30igbvf: fix divide by zeroMitch A Williams1-11/+18
2012-06-30Linux 3.5-rc5Linus Torvalds1-1/+1
2012-06-30Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-19/+37
2012-06-30printk.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-06-30linux/irq.h: fix kernel-doc warningRandy Dunlap1-2/+0
2012-06-30Merge branch 'v3.5-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson3-6/+6
2012-06-30ARM: imx6q: fix suspend regression caused by common clk migrationShawn Guo1-2/+4
2012-06-30Merge tag 'omap-fixes-for-v3.5-rc4' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2-6/+4
2012-06-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds8-21/+59
2012-06-30Merge tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-84/+219
2012-06-30Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzi...Len Brown8980-322932/+529713
2012-06-30acpi_pad: fix power_saving thread deadlockStuart Hayes1-3/+4
2012-06-30ACPI video: Still use ACPI backlight control if _DOS doesn't existZhang Rui1-0/+2
2012-06-29Merge tag 'pm-for-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-4/+34
2012-06-29Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller5-38/+28
2012-06-29printk: Optimize if statement logic where newline existsSteven Rostedt1-7/+6
2012-06-29Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds8-64/+54
2012-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-16/+29
2012-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2012-06-29Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2012-06-29printk: flush continuation lines immediately to consoleKay Sievers1-68/+176
2012-06-29drm/radeon: fix VM page table setup on SIAlex Deucher2-4/+13
2012-06-29netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msgTomasz Bursztyka1-1/+3
2012-06-29netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka1-0/+12
2012-06-29ALSA: hda - Fix no sound from ALC662 after Windows rebootKailang Yang1-0/+28
2012-06-29Merge tag 'asoc-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai3-3/+3
2012-06-29ASoC: tlv320aic3x: Fix codec pll configure bugHebbar, Gururaja2-3/+2
2012-06-29ASoC: wm2200: Add missing BCLK rateMark Brown1-0/+1
2012-06-29powerpc/pseries: Fix software invalidate TCEMichael Neuling1-2/+2
2012-06-29powerpc: check_and_cede_processor() never cedesAnton Blanchard2-1/+6
2012-06-29powerpc/ftrace: Do not trace restore_interrupts()Steven Rostedt1-1/+1
2012-06-29powerpc: Fix Section mismatch warnings in prom_init.cLi Zhong1-2/+2
2012-06-29ppc64: fix missing to check all bits of _TIF_USER_WORK_MASK in preemptTiejun Chen1-57/+40
2012-06-29powerpc: Fix uninitialised error in numa.cMichael Neuling1-1/+1
2012-06-29powerpc: Fix BPF_JIT code to link with multiple TOCsMichael Ellerman1-0/+2
2012-06-28davinci_cpdma: include linux/module.hDaniel Mack1-0/+1
2012-06-28Input: wacom - don't retrieve touch_max when it is predefinedPing Cheng1-1/+3
2012-06-28Input: wacom - fix retrieving touch_max bugPing Cheng1-1/+1
2012-06-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller18-37/+85
2012-06-28gianfar: Fix RXICr/TXICr programming for multi-queue modeClaudiu Manoil1-6/+4
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee1-2/+2
2012-06-28net: qmi_wwan: fix Oops while disconnectingBjørn Mork1-0/+4
2012-06-28Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-5/+5
2012-06-28Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds3-2/+5
2012-06-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-38/+64
2012-06-28Merge tag 'upstream-3.5-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds3-10/+10
2012-06-28watchdog: core: fix WDIOC_GETSTATUS return valueWim Van Sebroeck1-1/+1
2012-06-28watchdog: hpwdt: Unregister NMI events on exit.Mingarelli, Thomas1-1/+3
2012-06-28watchdog: iTCO_wdt: add platform driver module aliasJan Beulich1-0/+1
2012-06-28Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-18/+27
2012-06-28Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds12-13/+13
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds85-310/+529
2012-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville18-37/+85
2012-06-28udf: Fortify loading of sparing tableJan Kara1-33/+53
2012-06-28udf: Avoid run away loop when partition table length is corruptedJan Kara1-1/+9
2012-06-28udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara1-4/+2
2012-06-28Merge branches 'sh/urgent' and 'sh/trivial' into sh-fixes-for-linusPaul Mundt11-11/+11
2012-06-28sh: Convert sh_clk_mstp32_register to sh_clk_mstp_registerNobuhiro Iwamatsu11-11/+11
2012-06-28sh: kfr2r09: fix compile breakageGuennadi Liakhovetski1-2/+2
2012-06-27Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-2/+2
2012-06-279p: fix min_t() casting in p9pdu_vwritef()Dan Carpenter1-1/+1
2012-06-27mwifiex: fix memory leak associated with IE manamgementAvinash Patil1-0/+1
2012-06-27Merge tag 'usb-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds13-24/+54
2012-06-27Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds10-25/+72
2012-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-0/+7
2012-06-27Merge tag 'mmc-fixes-for-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-25/+4
2012-06-27Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds4-32/+40
2012-06-27chmod +x scripts/gfp-translateDave Jones1-0/+0
2012-06-27Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie3-18/+4
2012-06-27ath9k: fix panic caused by returning a descriptor we have queued for reuseTom Hughes1-2/+2
2012-06-27mac80211: correct behaviour on unrecognised action framesJohannes Berg1-1/+4
2012-06-27ath9k: enable serialize_regmode for non-PCIE AR9287Panayiotis Karabassis1-1/+1
2012-06-27rtlwifi: rtl8192cu: New USB IDsLarry Finger1-0/+3
2012-06-27Revert "drm/i915: allow PCH PWM override on IVB"Daniel Vetter1-16/+0
2012-06-27PM / ACPI: Fix suspend/resume regression caused by cpuidle cleanup.Deepthi Dharwar1-2/+30
2012-06-27ARM: OMAP4470: Fix OMAP4470 boot failureJon Hunter1-1/+4
2012-06-27Btrfs: resolve tree mod log locking issue in btrfs_next_leafJan Schmidt1-0/+12
2012-06-27Btrfs: fix tree mod log rewind of ADD operationsJan Schmidt1-5/+1
2012-06-27Btrfs: leave critical region in btrfs_find_all_roots as soon as possibleJan Schmidt1-2/+1
2012-06-27Btrfs: always put insert_ptr modifications into the tree mod logJan Schmidt1-7/+7
2012-06-27Btrfs: fix tree mod log for root replacements at leaf levelJan Schmidt1-13/+15
2012-06-27Btrfs: support root level changes in __resolve_indirect_refJan Schmidt1-4/+8
2012-06-27Btrfs: avoid waiting for delayed refs when we must notJan Schmidt1-5/+6
2012-06-27UBI: correct usage of IS_ENABLED()Brian Norris1-4/+4
2012-06-27UBIFS: correct usage of IS_ENABLED()Brian Norris1-4/+4
2012-06-27can: flexcan: use be32_to_cpup to handle the value of dt entryHui Wang1-2/+2
2012-06-27drm/nouveau: add license header to prime.Dave Airlie1-0/+23
2012-06-27xen/netfront: teardown the device before unregistering it.Ian Campbell1-4/+4
2012-06-26bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger3-1/+3
2012-06-26vhost: use USER_DS in vhost_worker threadJens Freimann1-0/+3
2012-06-27ARM: EXYNOS: Fix EXYNOS_DEV_DMA Kconfig entrySachin Kamat1-4/+4
2012-06-26ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDPAlexander Duyck3-7/+13
2012-06-26net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet1-11/+32