aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-18Merge branch 'releases/v11' of ssh://cvs.ou.linutronix.de/people/rw/ubi-cp in...ubi2/v11Richard Weinberger1-3/+4
2012-06-18UBI: Fastmap: Replace crc32_be() with crc32()Richard Weinberger1-3/+4
2012-06-18Merge branch 'releases/v11' of ssh://cvs.ou.linutronix.de/people/rw/ubi-cp in...Richard Weinberger38-1558/+3387
2012-06-18UBI: Fastmap: Fix and explain duplicated PEBsRichard Weinberger1-0/+21
2012-06-18UBI: Fastmap: Use good_peb_count in assertRichard Weinberger1-2/+2
2012-06-16UBI: Fastmap: Init fm_semRichard Weinberger1-0/+1
2012-06-16UBI: Fastmap: Rename "early PEB" to "anchor PEB".Richard Weinberger2-8/+8
2012-06-16UBI: Fastmap: Add comments to new functionsRichard Weinberger1-0/+10
2012-06-16UBI: Fastmap: Fix loglevelRichard Weinberger1-1/+1
2012-06-16UBI: Fastmap: Kill old fastmap in case of a failureRichard Weinberger1-77/+100
2012-06-15UBI: Fastmap: Fix copy&paste errorRichard Weinberger1-1/+1
2012-06-15UBI: Fastmap: Fix EC valuesRichard Weinberger2-1/+5
2012-06-15UBI: Fastmap: Locking fixesRichard Weinberger3-0/+16
2012-06-15UBI: Fastmap: Get rid of ubi_wl_flush() in ubi_update_fastmap()Richard Weinberger4-39/+98
2012-06-15UBI: Fastmap: Remove more useless new linesRichard Weinberger1-8/+0
2012-06-15UBI: Fastmap: Fix PEB count assertRichard Weinberger1-2/+3
2012-06-15Revert "UBI: Fastmap: Check for duplicated PEBs in add_aeb()"Richard Weinberger1-4/+0
2012-06-14UBI: Fastmap: Fix build (a left over from the ai->fm removal)Richard Weinberger1-2/+2
2012-06-14UBI: Fastmap: Make EBA table self check depend on chk_genRichard Weinberger1-1/+1
2012-06-14UBI: Fastmap: Rework ubi_wl_put_fm_peb()Richard Weinberger1-6/+7
2012-06-14UBI: Fastmap: Store scrub list in fastmapRichard Weinberger2-1/+28
2012-06-14UBI: Fastmap: Keep fastmap after attachingRichard Weinberger3-49/+34
2012-06-14UBI: Fastmap: Fix NULL pointer bugRichard Weinberger1-5/+8
2012-06-13UBI: Fastmap: Add EBA selfcheckRichard Weinberger3-0/+102
2012-06-13UBI: Fastmap: make checkpatch.pl happyRichard Weinberger2-5/+8
2012-06-13UBI: Fastmap: Torture fastmap PEBs that showed bit flipsRichard Weinberger3-21/+38
2012-06-13UBI: Fastmap: Minor fixesRichard Weinberger1-95/+29
2012-06-12UBI: Fastmap: Store magic values in be32Richard Weinberger1-12/+12
2012-06-12UBI: Fastmap: Relax EC self checkRichard Weinberger1-1/+1
2012-06-12UBI: Fastmap: Fix loglevelRichard Weinberger1-1/+1
2012-06-12UBI: Fastmap: Fix NULL-pointer bugRichard Weinberger2-5/+2
2012-06-12UBI: Fastmap: Erase PEBs synchronous in wear_leveling_worker()Richard Weinberger1-3/+20
2012-06-12UBI: Fastmap: Introduce WL poolRichard Weinberger5-28/+112
2012-06-12UBI: Fastmap: Handle unused "used" PEBs betterRichard Weinberger1-0/+7
2012-06-12UBI: Fastmap: Adjust comment above ubi_wl_flush()Richard Weinberger1-2/+2
2012-06-12UBI: Fastmap: Detect whether a PEB has to be unmapped.Richard Weinberger1-1/+34
2012-06-09UBI: Fastmap: Make ubi_wl_get_fm_peb() return a ubi_wl_entryRichard Weinberger3-31/+15
2012-06-09UBI: Fastmap: Add scrub support to add_aeb()Richard Weinberger1-8/+7
2012-06-09UBI: Fastmap: Prevent PEB leakRichard Weinberger1-0/+8
2012-06-09UBI: Fastmap: Ensure that new_fm->e[0]->ec is always setRichard Weinberger1-2/+2
2012-06-09UBI: Fastmap: Rewrite scan_pool()Richard Weinberger1-29/+22
2012-06-09UBI: Fastmap: Check for duplicated PEBs in add_aeb()Richard Weinberger1-0/+4
2012-06-08UBI: Fastmap: Remove useless codeRichard Weinberger1-2/+0
2012-06-08UBI: Fastmap: Add PEB leak detectionRichard Weinberger1-1/+14
2012-06-08UBI: Fastmap: enhance find_early_wl_entry()Richard Weinberger1-1/+3
2012-06-06Merge branch 'fastmap' of git://git.infradead.org/linux-ubi into fastmapRichard Weinberger38-1528/+3023
2012-06-05UBI: fastmap: more tiny TODOsArtem Bityutskiy2-0/+9
2012-06-05UBI: fastmap: more annoying TODOsArtem Bityutskiy1-0/+14
2012-06-05UBI: fastmap: more nitpicksArtem Bityutskiy1-9/+5
2012-06-05UBI: fastmap: kill junk newlines and add a TODO about thatArtem Bityutskiy1-21/+24
2012-06-05UBI: fastmap: add more TODOsArtem Bityutskiy3-7/+41
2012-06-05UBI: Fastmap: Make checkpatch.pl happy (again)Richard Weinberger1-7/+12
2012-06-05UBI: Fastmap: Address one of Artems TODOsRichard Weinberger1-4/+0
2012-06-05UBI: Fastmap: Fix error messageRichard Weinberger2-10/+3
2012-06-05UBI: Fastmap: Write fastmap only at detach time if none is presentRichard Weinberger1-1/+4
2012-06-05UBI: Fastmap: Handle protection queue correctlyRichard Weinberger1-6/+76
2012-06-05UBI: Fastmap: Handle bitflipps correctlyRichard Weinberger1-17/+20
2012-06-05UBI: Fastmap: Add ubi_assert()Richard Weinberger1-0/+1
2012-06-05UBI: Fastmap: Store bad_peb_count in fastmapRichard Weinberger1-0/+1
2012-06-05UBI: Fastmap: Use reserved_pebsRichard Weinberger1-2/+2
2012-06-05UBI: Fastmap: Rename fastmap attributesRichard Weinberger2-39/+37
2012-06-05UBI: Fastmap: Add comments to fastmap paremtersRichard Weinberger1-1/+9
2012-06-05ubi: fastmap: harmonize medium erase-counter seek algorithmShmulik Ladkani1-21/+29
2012-06-05UBI: Fastmap: Fix messagesRichard Weinberger2-32/+32
2012-06-05UBI: Fastmap: Allocate and free ubi_attach_info in ubi_attach()Richard Weinberger3-36/+23
2012-06-05UBI: Fastmap: Remove ubi->old_fm logicRichard Weinberger3-42/+42
2012-06-05UBI: Fastmap: make ubi_is_fm_block() staticRichard Weinberger1-1/+1
2012-06-05UBI: Fastmap: Simplify ubi_wl_put_fm_peb() logicRichard Weinberger4-50/+34
2012-06-05UBI: Fastmap: Serialize ubi_wl_get_peb()Richard Weinberger3-0/+7
2012-06-05UBI: Fastmap: Fix memory corruptionRichard Weinberger1-1/+2
2012-06-05UBI: Fastmap: Write a fastmap also at detachingRichard Weinberger1-0/+2
2012-06-05UBI: Fastmap: Fix find_fastmap() logic.Richard Weinberger1-42/+20
2012-06-05UBI: Fastmap: Introduce fm_mutexRichard Weinberger3-18/+28
2012-06-05UBI: Fastmap: Fix EC overflow calculationRichard Weinberger1-2/+4
2012-05-26UBI: add a bunch of fastmap TODOs.Artem Bityutskiy4-1/+85
2012-05-26UBI: Implement Fastmap supportRichard Weinberger8-23/+1667
2012-05-20UBI: add in hex the value for UBI_INTERNAL_VOL_START to commentJoel Reardon1-2/+2
2012-05-20UBI: rename scan.c to attach.cArtem Bityutskiy2-1/+1
2012-05-20UBI: remove scan.hArtem Bityutskiy2-174/+147
2012-05-20UBI: rename UBI_SCAN_UNKNOWN_ECArtem Bityutskiy2-12/+15
2012-05-18UBI: move and rename attach_by_scanningArtem Bityutskiy4-62/+58
2012-05-18UBI: rename _init_scan functionsArtem Bityutskiy4-9/+9
2012-05-18UBI: amend comments after all the renamingsArtem Bityutskiy6-81/+73
2012-05-18UBI: rename ubi_scan_leb_slabArtem Bityutskiy2-16/+16
2012-05-18UBI: rename ubi_scan_move_to_listArtem Bityutskiy2-3/+3
2012-05-18UBI: rename ubi_scan_destroy_aiArtem Bityutskiy3-6/+6
2012-05-18UBI: rename ubi_scan_get_free_pebArtem Bityutskiy3-6/+6
2012-05-18UBI: rename ubi_scan_rm_volumeArtem Bityutskiy3-5/+5
2012-05-18UBI: rename ubi_scan_find_avArtem Bityutskiy4-9/+9
2012-05-18UBI: rename ubi_scan_add_usedArtem Bityutskiy3-12/+9
2012-05-18UBI: remove unused functionArtem Bityutskiy2-31/+0
2012-05-18UBI: make ubi_scan_erase_peb static and renameArtem Bityutskiy2-6/+4
2012-05-18UBI: rename sv to avArtem Bityutskiy7-182/+182
2012-05-18UBI: rename si to aiArtem Bityutskiy8-260/+260
2012-05-18UBI: rename seb to aebArtem Bityutskiy7-196/+196
2012-05-18UBI: amend comments after renaming in scan.cArtem Bityutskiy1-10/+11
2012-05-18UBI: rename struct ubi_scan_infoArtem Bityutskiy7-42/+44
2012-05-18UBI: rename struct ubi_scan_volumeArtem Bityutskiy7-34/+34
2012-05-18UBI: rename struct ubi_scan_lebArtem Bityutskiy8-37/+37
2012-05-16UBI: rename few functions for consistencyArtem Bityutskiy3-14/+15
2012-05-16UBI: get rid of dbg_errArtem Bityutskiy8-54/+52
2012-05-16UBI: more of clean-up terminology for self-checksArtem Bityutskiy4-54/+49
2012-05-16UBI: clean-up terminology for self-checks in io.cArtem Bityutskiy1-39/+37
2012-05-16UBI: remove Kconfig debugging optionArtem Bityutskiy8-120/+0
2012-05-16UBI: rename ubi_dbg_dump_mkvol_reqArtem Bityutskiy3-5/+5
2012-05-16UBI: rename ubi_dbg_dump_sebArtem Bityutskiy3-7/+7
2012-05-16UBI: rename ubi_dbg_dump_svArtem Bityutskiy4-9/+9
2012-05-16UBI: rename ubi_dbg_dump_vtbl_recordArtem Bityutskiy4-9/+9
2012-05-16UBI: rename ubi_dbg_dump_vol_infoArtem Bityutskiy4-6/+6
2012-05-14Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...HEADmasterLinus Torvalds16-118/+147
2012-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-7/+9
2012-05-14tty: Fix LED error returnAlan Cox1-1/+1
2012-05-14UBI: amend commentaries WRT dtypeArtem Bityutskiy3-11/+14
2012-05-14UBI: remove data type hint from ubi-user.hRichard Weinberger1-21/+2
2012-05-14UBI: Kill data type hintRichard Weinberger25-230/+111
2012-05-13openvswitch: checking wrong variable in queue_userspace_packet()Dan Carpenter1-1/+1
2012-05-13bonding: Fix LACPDU rx_dropped commit.David S. Miller2-6/+8
2012-05-13Merge tag 'for-linus-3.4-20120513' of git://git.infradead.org/linux-mtdLinus Torvalds3-13/+8
2012-05-12Linux 3.4-rc7v3.4-rc7Linus Torvalds1-1/+1
2012-05-12Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-55/+88
2012-05-12Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-35/+40
2012-05-12Merge branch 'v3.4-samsung-fixes-5' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson3-2/+7
2012-05-13ARM: EXYNOS: fix ctrlbit for exynos5_clk_pdma1Kukjin Kim1-1/+1
2012-05-13ARM: EXYNOS: use s5p-timer for UniversalC210 boardMarek Szyprowski2-1/+6
2012-05-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/...Olof Johansson9-53/+81
2012-05-12ARM / mach-shmobile: Invalidate caches when booting secondary coresMagnus Damm1-1/+55
2012-05-12ARM / mach-shmobile: sh73a0 SMP TWD boot regression fixKuninori Morimoto4-11/+10
2012-05-12ARM / mach-shmobile: r8a7779 SMP TWD boot regression fixMagnus Damm3-1/+12
2012-05-12ARM: mach-shmobile: convert ag5evm to use the generic MMC GPIO hotplug helperGuennadi Liakhovetski1-20/+2
2012-05-12ARM: mach-shmobile: convert mackerel to use the generic MMC GPIO hotplug helperGuennadi Liakhovetski1-20/+2
2012-05-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-18/+57
2012-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds37-172/+236
2012-05-12Merge tag 'dm-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds2-6/+14
2012-05-12MAINTAINERS: Add myself as the cpufreq maintainerRafael J. Wysocki1-0/+2
2012-05-12dm mpath: check if scsi_dh module already loaded before trying to loadMike Snitzer1-2/+2
2012-05-12dm thin: correct module descriptionAlasdair G Kergon1-1/+1
2012-05-12dm thin: fix unprotected use of prepared_discards listMike Snitzer1-0/+5
2012-05-12dm thin: reinstate missing mempool_free in cell_release_singletonMike Snitzer1-3/+6
2012-05-11gpio/exynos: Fix compiler warnings when non-exynos machines are selectedSachin Kamat1-6/+12
2012-05-11gpio: pch9: Use proper flow type handlersThomas Gleixner1-29/+28
2012-05-11Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-6/+3
2012-05-11Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-13/+44
2012-05-11Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/na...Linus Torvalds1-22/+0
2012-05-12powerpc/irq: Fix another case of lazy IRQ state getting out of syncBenjamin Herrenschmidt2-13/+44
2012-05-11ks8851: Update link status during link change interruptStephen Boyd1-3/+4
2012-05-11macvtap: restore vlan header on user readBasil Gor1-5/+38
2012-05-11vhost-net: fix handle_rx buffer sizeBasil Gor1-1/+6
2012-05-11target: Drop incorrect se_lun_acl release for dynamic -> explict ACL conversionNicholas Bellinger1-22/+0
2012-05-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds7-21/+21
2012-05-11mm: raise MemFree by reverting percpu_pagelist_fraction to 0Hugh Dickins1-1/+1
2012-05-10bonding: don't increase rx_dropped after processing LACPDUsJiri Bohac3-12/+24
2012-05-10connector/userns: replace netlink uses of cap_raised() with capable()Eric W. Biederman3-3/+3
2012-05-10sctp: check cached dst before using itNicolas Dichtel3-20/+14
2012-05-10pktgen: fix crash at module unloadEric Dumazet1-2/+8
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller4-42/+7
2012-05-10ehea: fix losing of NEQ events when one event occurred earlyThadeu Lima de Souza Cascardo1-0/+2
2012-05-10igb: fix rtnl race in PM resume pathBenjamin Poirier1-14/+6
2012-05-10ipv4: Do not use dead fib_info entries.David S. Miller1-0/+2
2012-05-10Merge branch 'parisc' (PA-RISC compile fixes)Linus Torvalds9-8/+17
2012-05-10Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds9-10/+26
2012-05-10parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer6-7/+11
2012-05-10parisc: add missing include of asm/page.h to asm/pgtable.hRolf Eike Beer1-0/+2
2012-05-10parisc: drop include of asm/pdc.h from asm/hardware.hRolf Eike Beer1-1/+0
2012-05-10parisc: add missing forward declarations in asm/hardware.hRolf Eike Beer1-0/+2
2012-05-10parisc: add missing includes in asm/spinlock.hRolf Eike Beer1-0/+2
2012-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-4/+4
2012-05-10MAINTAINERS: add maintainer for LED subsystemBryan Wu1-0/+1
2012-05-10mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson1-2/+1
2012-05-10drivers/leds: correct __devexit annotationsArnd Bergmann2-3/+3
2012-05-10memcg: free spare array to avoid memory leakSha Zhengju1-0/+6
2012-05-10namespaces, pid_ns: fix leakage on fork() failureMike Galbraith1-0/+3
2012-05-10hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf1-1/+0
2012-05-10mm: fix division by 0 in percpu_pagelist_fraction()Sasha Levin1-2/+2
2012-05-10proc/pid/pagemap: correctly report non-present ptes and holes between vmasKonstantin Khlebnikov1-2/+10
2012-05-10Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+12
2012-05-10Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2012-05-10sparc64: Do not clobber %g2 in xcall_fetch_glob_regs().David S. Miller2-4/+4
2012-05-10Merge tag 'nfs-for-3.4-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-3/+4
2012-05-10Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds6-15/+30
2012-05-10compat: Fix RT signal mask corruption via sigprocmaskJan Kiszka1-17/+46
2012-05-10gpio/omap: fix incorrect initialization of omap_gpio_mod_initTarun Kanti DebBarma1-6/+3
2012-05-10[SCSI] virtio_scsi: fix TMF use-after-freePaolo Bonzini1-11/+13
2012-05-10[SCSI] fix oops in all legacy host adapters caused by 6f381faJames Bottomley1-0/+3
2012-05-10[SCSI] qla2xxx: Update version number to 8.04.00.03-k.Chad Dupuis1-3/+3
2012-05-10[SCSI] qla2xxx: Properly check for current state after the fabric-login request.Saurav Kashyap1-1/+17
2012-05-10[SCSI] qla2xxx: Proper completion to scsi-ml for scsi status task_set_full an...Giridhar Malavali2-3/+14
2012-05-10[SCSI] qla2xxx: Block flash access from application when device is initialize...Giridhar Malavali2-0/+6
2012-05-10[SCSI] qla2xxx: Fix reset time out as qla2xxx not ack to reset request.Vikas Chaudhary1-0/+1
2012-05-09Merge branch 'sfc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller1-1/+1
2012-05-09cifs: fix revalidation test in cifs_llseek()Dan Carpenter1-1/+1
2012-05-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-8/+9
2012-05-09Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds1-1/+3
2012-05-09Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-20/+16
2012-05-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds5-29/+16
2012-05-09kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas1-0/+2
2012-05-09percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo1-0/+10
2012-05-09Merge tag 'omap-fixes-for-v3.4-rc6-take-2' of git://git.kernel.org/pub/scm/li...Olof Johansson3-6/+6
2012-05-09ARM: OMAP: igep0020: fix smsc911x dummy regulator idEnrico Butera1-1/+1
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan1-1/+3
2012-05-09Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai1-1/+1